!!! status: logs.sh started...

===========================================
./gsb_custom_section_title
===========================================
view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago
WP-5904 Added new function gsb_custom_section_title_get_sections_separate_paths
gsb_custom_section_title.module | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
Use formBuilder.
.../gsb_custom_section_title/Controller/SectionTitleController.php | 4 ++--
lib/Drupal/gsb_custom_section_title/Form/SectionTitleTable.php | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
Redirect to the correct controller
.../gsb_custom_section_title/Controller/SectionTitleController.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
Use _format instead of nojs/ajax
gsb_custom_section_title.routing.yml | 16 ++++--
.../Controller/SectionTitleController.php | 60 ++++++++++++++++------
.../Form/SectionTitleTable.php | 2 +-
3 files changed, 57 insertions(+), 21 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
Move old UI to different path.
gsb_custom_section_title.local_actions.yml | 2 +-
gsb_custom_section_title.module | 2 +-
gsb_custom_section_title.routing.yml | 9 ++++++++-
.../Controller/SectionTitleController.php | 5 +----
.../gsb_custom_section_title/Form/SectionTitleDeleteForm.php | 2 +-
lib/Drupal/gsb_custom_section_title/Form/SectionTitleForm.php | 2 +-
6 files changed, 13 insertions(+), 9 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
Add some forms
gsb_custom_section_title.local_actions.yml | 5 +
gsb_custom_section_title.routing.yml | 21 ++++
.../Controller/SectionTitleController.php | 3 +
.../Entity/SectionTitle.php | 116 +++++++++++++++++++++
.../Form/SectionTitleAddForm.php | 24 +++++
.../Form/SectionTitleDeleteForm.php | 33 ++++++
.../Form/SectionTitleEditForm.php | 24 +++++
.../Form/SectionTitleFormBase.php | 105 +++++++++++++++++++
.../SectionTitleInterface.php | 37 +++++++
.../gsb_custom_section_title/SectionTitleList.php | 42 ++++++++
10 files changed, 410 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
Update
gsb_custom_section_title.module | 2 +-
.../Controller/SectionTitleController.php | 2 +-
.../Form/SectionTitleForm.php | 20 ++++++++++----------
.../Form/SectionTitleTable.php | 14 +++++++-------
4 files changed, 19 insertions(+), 19 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
Remove wrappers.
gsb_custom_section_title.module | 36 -----------------
.../Form/SectionTitleForm.php | 46 ++++++++++++++++++++--
2 files changed, 43 insertions(+), 39 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
Clean up delete code.
.../gsb_custom_section_title/Controller/SectionTitleController.php | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
Move theme function.
gsb_custom_section_title.admin.inc | 15 ---------------
gsb_custom_section_title.module | 15 ++++++++++++++-
2 files changed, 14 insertions(+), 16 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
Convert delete controller
gsb_custom_section_title.admin.inc | 30 --------------------
gsb_custom_section_title.routing.yml | 2 ++
.../Controller/SectionTitleController.php | 32 ++++++++++++++++++++++
3 files changed, 34 insertions(+), 30 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
Convert edit callback
gsb_custom_section_title.admin.inc | 11 -----------
.../gsb_custom_section_title/Form/SectionTitleTable.php | 13 ++++++++++++-
2 files changed, 12 insertions(+), 12 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
Convert the second form
gsb_custom_section_title.admin.inc | 108 +--------------------
gsb_custom_section_title.module | 15 +--
.../Controller/SectionTitleController.php | 3 +-
.../Form/SectionTitleForm.php | 57 ++++++++++-
.../Form/SectionTitleTable.php | 82 ++++++++++++++++
5 files changed, 142 insertions(+), 123 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
Add settings
config/gsb_custom_section_title.settings.yml | 1 +
gsb_custom_section_title.module | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
Move ajax route
gsb_custom_section_title.module | 8 --------
gsb_custom_section_title.routing.yml | 6 ++++++
2 files changed, 6 insertions(+), 8 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
Move first form
gsb_custom_section_title.admin.inc | 46 --------------
.../Controller/SectionTitleController.php | 2 +-
.../Form/SectionTitleForm.php | 71 ++++++++++++++++++++++
3 files changed, 72 insertions(+), 47 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
Just the overview
gsb_custom_section_title.admin.inc | 10 --------
gsb_custom_section_title.info | 4 ----
gsb_custom_section_title.info.yml | 5 ++++
gsb_custom_section_title.module | 4 +---
gsb_custom_section_title.routing.yml | 7 ++++++
.../Controller/SectionTitleController.php | 28 ++++++++++++++++++++++
6 files changed, 41 insertions(+), 17 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2151: Prevent notices when there are no section titles yet.
gsb_custom_section_title.admin.inc | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2150: Titles and Paths should be required fields
gsb_custom_section_title.admin.inc | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2151: Prevent notices when there are no section titles yet.
gsb_custom_section_title.admin.inc | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
Introduce a dedicated function for getting one section title
gsb_custom_section_title.admin.inc | 2 +-
gsb_custom_section_title.module | 39 ++++++++++++++++++++++----------------
2 files changed, 24 insertions(+), 17 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
Switch delete link to a button.
gsb_custom_section_title.admin.inc | 18 ++++++++----------
gsb_custom_section_title.module | 4 ++--
2 files changed, 10 insertions(+), 12 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
Display link path as a clickable link.
gsb_custom_section_title.admin.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
Add hook_permission().
gsb_custom_section_title.module | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
Fill in docblocks.
gsb_custom_section_title.admin.inc | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
Fix cancel button.
gsb_custom_section_title.admin.inc | 25 +++++++++----------------
1 file changed, 9 insertions(+), 16 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
Fix sorting of section titles.
gsb_custom_section_title.admin.inc | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
Move custom page elsewhere
gsb_custom_section_title.admin.inc | 4 ++--
gsb_custom_section_title.module | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
fix edit
gsb_custom_section_title.admin.inc | 21 ++++++++++++++++++---
1 file changed, 18 insertions(+), 3 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
switch to button-based editing
gsb_custom_section_title.admin.inc | 95 ++++++++++++++++++++------------------
gsb_custom_section_title.module | 14 +-----
2 files changed, 52 insertions(+), 57 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
put back required switching
gsb_custom_section_title.admin.inc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
almost done edit
gsb_custom_section_title.admin.inc | 108 ++++++++++++++++++++++++++++---------
gsb_custom_section_title.module | 50 +++++++----------
2 files changed, 102 insertions(+), 56 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
Listing and deletion.
gsb_custom_section_title.admin.inc | 145 +++++++++++++++++++++++++++++++++++++
gsb_custom_section_title.module | 97 ++++++++++++++++++++++++-
2 files changed, 241 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
Initial commit
gsb_custom_section_title.info | 4 ++++
gsb_custom_section_title.module | 6 ++++++
2 files changed, 10 insertions(+)

===========================================
./pathauto_title_alias
===========================================
view commit - committer: Roopesh Naik, 3 years, 3 months ago author: Roopesh Naik, 3 years, 3 months ago
WP-2157 Fix the infinite loop, remove aliases
pathauto_title_alias.module | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Adam Moore, 3 years, 6 months ago
Make sure to only hide the fields on the pathauto_title_alias field.
pathauto_title_alias.module | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Adam Moore, 3 years, 6 months ago
Always return FALSE for hook_field_is_empty
pathauto_title_alias.module | 6 ------
1 file changed, 6 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Adam Moore, 3 years, 6 months ago
Hide the required field because it shouldn't ever be required.
pathauto_title_alias.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Fix issue where disabling the field doesn't return it's value.
pathauto_title_alias.module | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
For permissions just check if the user is authenticated.
pathauto_title_alias.module | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Add support for automatically generating in the alias field. Remove link to update alias. Increase delay to 1000ms. Clean up some old code. Comment the code.
js/pathauto_title_alias.js | 78 ++++++++++++++++++++++++----------------------
1 file changed, 40 insertions(+), 38 deletions(-)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Initial commit.
js/pathauto_title_alias.js | 82 +++++++++++++++++
pathauto_title_alias.info | 6 ++
pathauto_title_alias.install | 27 ++++++
pathauto_title_alias.module | 209 +++++++++++++++++++++++++++++++++++++++++++
4 files changed, 324 insertions(+)

===========================================
./soundcloud_api
===========================================
view commit - committer: Adam Moore, 1 year, 8 months ago author: Adam Moore, 1 year, 8 months ago
Add settings form.
includes/soundcloud_api.admin.inc | 25 +++++++++++++++++++++++++
soundcloud_api.module | 26 ++++++++++++++++++++++++++
2 files changed, 51 insertions(+)

view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago
Fixing a typo.
soundcloud_api.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago
WP-5312 Initial commit for soundcloud_api
soundcloud_api.module | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)

view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago
WP-5312 Initial commit for soundcloud_api
soundcloud_api.info | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_node_modal
===========================================
view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago
WP-7431 Added node clone in modal window
gsb_node_modal.module | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago
WP-7431 added node clone in modal
gsb_node_modal.info | 1 +
gsb_node_modal.module | 40 ++++++++++++++++++++++++
gsb_node_modal_handler_field_node_link_clone.inc | 31 ++++++++++++++++++
3 files changed, 72 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 7 months ago author: Tim Plunkett, 2 years, 7 months ago
WP-3679: Remove views access workaround.
gsb_node_modal_handler_area_node_add_link.inc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3664: Hide delete button on modal forms.
gsb_node_modal.module | 10 ++++++++++
1 file changed, 10 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3664: Add a modal delete link views handler.
gsb_node_modal.info | 1 +
gsb_node_modal.module | 35 +++++++++++++++++++----
gsb_node_modal_handler_field_node_link_delete.inc | 30 +++++++++++++++++++
3 files changed, 61 insertions(+), 5 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3535: Explicitly mark modal forms to be cached.
gsb_node_modal.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3451: Remove outdated messages instead of appending to them.
gsb_node_modal.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3484: Properly track HTML IDs in order to work around the form under the modal.
gsb_node_modal.module | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3434: Do not close the modal when uploading or removing files.
gsb_node_modal.module | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3422: Restore status message handling.
gsb_node_modal.module | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3423: Prevent form IDs from incrementing.
gsb_node_modal.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3211: If a modal is triggered from a parent node, pass that along to the new node.
gsb_node_modal.module | 14 +++++++++++---
gsb_node_modal_handler_area_node_add_link.inc | 2 +-
2 files changed, 12 insertions(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3198: Add access check for node add link in modal.
gsb_node_modal_handler_area_node_add_link.inc | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3198: Show by default on empty views.
gsb_node_modal_handler_area_node_add_link.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3039: Remove code for adding messages, will be handled by view messages area.
gsb_node_modal.module | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3039: Refresh the view when the modal is submitted.
gsb_node_modal.module | 12 +++++++++---
js/gsb_node_modal.js | 25 +++++++++++++++++++++++++
2 files changed, 34 insertions(+), 3 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3039: Print the status messages when the form is submitted.
gsb_node_modal.module | 42 ++++++++++++++++++++++--------------------
1 file changed, 22 insertions(+), 20 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-2995: Add area handler for adding new node.
gsb_node_modal.info | 1 +
gsb_node_modal.module | 10 ++++
gsb_node_modal_handler_area_node_add_link.inc | 82 +++++++++++++++++++++++++++
3 files changed, 93 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-2996: Add modal-based node edit link.
gsb_node_modal.info | 2 ++
gsb_node_modal.module | 24 ++++++++++++++++++++
gsb_node_modal_handler_field_node_link_edit.inc | 30 +++++++++++++++++++++++++
3 files changed, 56 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
Be consistent in function naming.
gsb_node_modal.module | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
Add description.
gsb_node_modal.info | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-2994: Add basic functionality for add and edit modals.
gsb_node_modal.module | 153 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 153 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
Initial commit
gsb_node_modal.info | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_auto_upload_file
===========================================
view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
WP-3778: Auto-upload files only if there are no Javascript validation errors.
js/gsb_auto_upload_file.js | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 7 months ago author: Tim Plunkett, 2 years, 7 months ago
Remove dpm().
gsb_auto_upload_file.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3620: Add autoupload file functionality everywhere.
gsb_auto_upload_file.module | 24 ++++++++++++++++++++++++
js/gsb_auto_upload_file.js | 14 ++++++++++++++
2 files changed, 38 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
Initial commit.
gsb_auto_upload_file.info | 5 +++++
1 file changed, 5 insertions(+)

===========================================
./gsb_section_autoconfig
===========================================
view commit - committer: Greg Mercer, 3 years, 2 months ago author: Greg Mercer, 3 years, 2 months ago
WP-2298 Added patch to remove duplicate on db_select call
gsb_section_autoconfig.make | 1 +
1 file changed, 1 insertion(+)

view commit - committer: adam, 3 years, 2 months ago author: adam, 3 years, 2 months ago
WP-2286: Chaned title from none to Section menu
gsb_section_autoconfig.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
WP-1872 Set the marketing_admin role when creating a section.
gsb_section_autoconfig.module | 12 ++++++++++++
1 file changed, 12 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Adam Moore, 3 years, 6 months ago
WP-1877: Fix token so it looks up the path from the term id.
gsb_section_autoconfig.tokens.inc | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Upgrade role_hide module.
gsb_section_autoconfig.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Fix some bugs from change of regions.
gsb_section_autoconfig.module | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Remove unnecessary code. Remove debug statements. Delete the role when section is removed. Turn off menu block when section is removed.
gsb_section_autoconfig.module | 66 ++++++++++++++-----------------------------
1 file changed, 21 insertions(+), 45 deletions(-)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Replace test function with dpm statement.
gsb_section_autoconfig.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Remove debug statement. Automatically make administrator role a member of any newly created section. Use drupal_write_record instead of db_insert. Start debugging hook_workbench_access_delete.
gsb_section_autoconfig.module | 43 ++++++++++++++++++++++++++-----------------
1 file changed, 26 insertions(+), 17 deletions(-)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Fix moving of block around.
gsb_section_autoconfig.module | 92 +++++++++++++++++++++++++------------------
1 file changed, 54 insertions(+), 38 deletions(-)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Begginning of rewrite for taxonomy.
gsb_section_autoconfig.module | 129 ++++++++++++++++++++++++++++--------------
1 file changed, 85 insertions(+), 44 deletions(-)

view commit - committer: Adam Moore, 4 years, 1 month ago author: Adam Moore, 4 years, 1 month ago
Add token support so that we can get the menu's menu link path.
gsb_section_autoconfig.module | 2 +-
gsb_section_autoconfig.tokens.inc | 44 +++++++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 4 years, 1 month ago author: Adam Moore, 4 years, 1 month ago
Remove unnecessary form code. Remove unnecessary dependency. Remove variable on uninstall. Use version 1.0 of role_hide.
gsb_section_autoconfig.admin.inc | 4 ----
gsb_section_autoconfig.info | 1 -
gsb_section_autoconfig.install | 7 +++++++
gsb_section_autoconfig.make | 4 +---
4 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer, 4 years, 1 month ago author: Greg Mercer, 4 years, 1 month ago
Added dependency for advanced_menu_menu_admin
gsb_section_autoconfig.info | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 4 years, 1 month ago author: Adam Moore, 4 years, 1 month ago
Add a helper function for adding a node type that automatically gets menus assigned to it.
gsb_section_autoconfig.module | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

view commit - committer: Adam Moore, 4 years, 1 month ago author: Adam Moore, 4 years, 1 month ago
Make our module's weight one higher than workbench_access.
gsb_section_autoconfig.install | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)

view commit - committer: Adam Moore, 4 years, 1 month ago author: Adam Moore, 4 years, 1 month ago
Add make file Add missing file from last commit.
gsb_section_autoconfig.admin.inc | 36 ++++++++++++++++++++++++++++++++++++
gsb_section_autoconfig.make | 10 ++++++++++
2 files changed, 46 insertions(+)

view commit - committer: Adam Moore, 4 years, 1 month ago author: Adam Moore, 4 years, 1 month ago
Add admin configuration screen for setting which content types are assigned the menus Automatically assign menu to be visible to selected cotent types.
gsb_section_autoconfig.module | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)

view commit - committer: Adam Moore, 4 years, 1 month ago author: Adam Moore, 4 years, 1 month ago
Make this work on only menu links and not on entire menus. Assign the role to the section.
gsb_section_autoconfig.module | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 4 years, 1 month ago author: Adam Moore, 4 years, 1 month ago
Use the role_hide module to hide roles from the permissions page.
gsb_section_autoconfig.info | 3 +++
gsb_section_autoconfig.module | 15 +++++++++++++--
2 files changed, 16 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 4 years, 1 month ago author: Adam Moore, 4 years, 1 month ago
Perform all the functions necessary to autoconfigure menus, blocks and roles.
gsb_section_autoconfig.module | 134 +++++++++++++++++++++++++++++++++++++++++-
1 file changed, 133 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 4 years, 1 month ago author: Adam Moore, 4 years, 1 month ago
Add the module file.
gsb_section_autoconfig.info | 2 +-
gsb_section_autoconfig.module | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 4 years, 1 month ago author: Adam Moore, 4 years, 1 month ago
Initial commit.
gsb_section_autoconfig.info | 6 ++++++
1 file changed, 6 insertions(+)

===========================================
./gsb_fpp_xray
===========================================
view commit - committer: GitHub, 3 months ago author: Greg Mercer, 3 months ago
WP-7648 Added additional lookup in the panels_pane table for subtypes with 'current:' . $fpid
gsb_fpp_xray_form_data.theme.inc | 45 ++++++++++++++++++++++++++--------------
1 file changed, 30 insertions(+), 15 deletions(-)

view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago
Adding some handy view debugging code. Not finished with this just yet, but want to be sure to save the idea.
gsb_fpp_xray.module | 11 +++++++++++
1 file changed, 11 insertions(+)

view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago
Fixed a typo related to translate function.
gsb_fpp_xray.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-2945 Changed download link to have action, fpp id or bundle
gsb_fpp_xray_form_data.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-2945 Changed gsb_fpp_xray_preprocess_gsb_fpp_xray_form_data() to pass along action, fpp id or bundle name
gsb_fpp_xray_form_data.theme.inc | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-2945 Changed the gsb_fpp_xray_download() function to allow downloads to be requested/clicked multiple times.
gsb_fpp_xray.module | 32 ++++++++++++++++++++++++++++----
1 file changed, 28 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2415 Added new function _gsb_fpp_xray_dpm() to use when devel is not enabled and dpm() does not exist
gsb_fpp_xray.info | 7 +++++++
gsb_fpp_xray.module | 14 +++++++++++++-
gsb_fpp_xray_form_data.theme.inc | 7 ++++---
3 files changed, 24 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2288 Changes to use the temp dir for downloading csv xray files
gsb_fpp_xray.info | 7 +++++++
gsb_fpp_xray.module | 25 +++++++++++++++++++++++++
gsb_fpp_xray_form_data.theme.inc | 17 +++++++++++------
gsb_fpp_xray_form_data.tpl.php | 2 +-
4 files changed, 44 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
Added column for sections
gsb_fpp_xray_form_data.theme.inc | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
Added by bundle feature
gsb_fpp_xray.module | 22 ++++++++++++++++------
1 file changed, 16 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
Changed naming of .csv file
gsb_fpp_xray_form_data.tpl.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
Added ablity to info by bundle
gsb_fpp_xray_form_data.theme.inc | 88 ++++++++++++++++++++++++++++++----------
1 file changed, 67 insertions(+), 21 deletions(-)

view commit - committer: Greg Mercer, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
Added link to download csv file.
gsb_fpp_xray_form_data.tpl.php | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
Added function to output csv file
gsb_fpp_xray_form_data.theme.inc | 27 ++++++++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 4 months ago author: Greg Mercer (GBear), 3 years, 4 months ago
added template for displaying form output
gsb_fpp_xray.info | 7 ++++
gsb_fpp_xray.module | 89 +++++++++++++---------------------------
gsb_fpp_xray_form_data.theme.inc | 72 ++++++++++++++++++++++++++++++++
gsb_fpp_xray_form_data.tpl.php | 7 ++++
4 files changed, 115 insertions(+), 60 deletions(-)

view commit - committer: Greg Mercer, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
Removed unneeded code.
gsb_fpp_xray.module | 86 -----------------------------------------------------
1 file changed, 86 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 4 months ago author: Greg Mercer (GBear), 3 years, 4 months ago
initial commit
gsb_fpp_xray.info | 6 ++
gsb_fpp_xray.module | 212 ++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 218 insertions(+)

view commit - committer: Greg Mercer, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
Initial commit
README.md | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_rethink
===========================================
view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4948 fix messages for rethink sign up form
gsb_rethink.module | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4459 update re think response
gsb_rethink.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
Initial commit.
gsb_rethink.info | 6 +++
gsb_rethink.module | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 111 insertions(+)

===========================================
./gsb_connecting_link
===========================================
view commit - committer: GitHub, 3 weeks ago author: Greg Mercer, 3 weeks ago
WP-7734 Changed maxlength for destination field to 512.
gsb_connecting_link.admin.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: GitHub, 3 weeks ago author: Greg Mercer, 3 weeks ago
WP-7734 Added new update to alter the destination field to have a new maxlength of 512
gsb_connecting_link.install | 10 ++++++++++
1 file changed, 10 insertions(+)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5431 Direct to current path if connecting via alumni login
gsb_connecting_link.module | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago
Fixing a typo.
gsb_connecting_link.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago
WP-5333 Modified gsb_connecting_link_gsb_connecting_link_redirect_alter to call new function get_onesource_params()
gsb_connecting_link.module | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 8 months ago author: Adam Moore, 1 year, 8 months ago
WP-5333: Add stub for an alter.
gsb_connecting_link.module | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5189 Added new update to make redirects for all connecting links that have hyphens.
gsb_connecting_link.install | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5140 Changed maxlength for destination field to be 255 (matching our schema).
gsb_connecting_link.admin.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5140 Fixed typo in comment.
gsb_connecting_link.install | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5140 Update gsb_connecting_link to convert aliases * to have hypens instead of underscores
gsb_connecting_link.install | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3582: update message.
gsb_connecting_link.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3339: Edit and delete links must pass the type.
gsb_connecting_link.admin.inc | 4 ++--
gsb_connecting_link.module | 6 ++++--
2 files changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3331: Update the DB for the new primary key on {gsb_connecting_link}.
gsb_connecting_link.install | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3331: Move type field to below name.
gsb_connecting_link.admin.inc | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3180: Connecting link alias validation must take the type into account.
gsb_connecting_link.admin.inc | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3180: Connecting links aliases are only unique within type.
gsb_connecting_link.admin.inc | 2 +-
gsb_connecting_link.install | 2 +-
gsb_connecting_link.module | 7 +++++--
lib/GSBConnectingLink.php | 13 +++++++++++--
4 files changed, 18 insertions(+), 6 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3067: Use plural keys for options map.
lib/GSBConnectingLink.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3066: Adjust connecting link URLs to include the type.
gsb_connecting_link.admin.inc | 3 +--
gsb_connecting_link.module | 6 +++---
2 files changed, 4 insertions(+), 5 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-2917: Fix typo in hook_permission().
gsb_connecting_link.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
Minor clean-ups after demo.
gsb_connecting_link.admin.inc | 6 ++++--
gsb_connecting_link.module | 4 ++--
2 files changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
Add hook_permission.
gsb_connecting_link.module | 30 ++++++++++++++++++------------
1 file changed, 18 insertions(+), 12 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
Fix docs in JS.
gsb_connecting_link.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
Make alias and destination into links on overview.
gsb_connecting_link.admin.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
Clean up GSBConnectingLink
lib/GSBConnectingLink.php | 52 +++++++++++++++++++++++++++++++++++------------
1 file changed, 39 insertions(+), 13 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
Add actual redirect code.
gsb_connecting_link.js | 21 +++++++++++++++++++
gsb_connecting_link.module | 50 ++++++++++++++++++++++++++++++++++++++++++++--
lib/GSBConnectingLink.php | 8 --------
3 files changed, 69 insertions(+), 10 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
Add settings form.
gsb_connecting_link.admin.inc | 27 ++++++++++++++++++++++++++-
gsb_connecting_link.install | 1 +
gsb_connecting_link.module | 13 +++++++++++++
3 files changed, 40 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
Add in pager.
gsb_connecting_link.admin.inc | 1 +
lib/GSBConnectingLink.php | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
Add in variables.
gsb_connecting_link.admin.inc | 3 ++-
gsb_connecting_link.install | 8 ++++++++
lib/GSBConnectingLink.php | 6 +++---
3 files changed, 13 insertions(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
Move admin callbacks to admin.inc
gsb_connecting_link.admin.inc | 162 +++++++++++++++++++++++++++++++++++++++++
gsb_connecting_link.module | 165 +-----------------------------------------
2 files changed, 166 insertions(+), 161 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
Add docs
lib/GSBConnectingLink.php | 47 +++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 45 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
Add validation.
gsb_connecting_link.module | 28 +++++++++++++++++++++++++---
lib/GSBConnectingLink.php | 10 ++++++----
2 files changed, 31 insertions(+), 7 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
Remove serial ID.
gsb_connecting_link.install | 10 +---------
gsb_connecting_link.module | 8 ++++----
lib/GSBConnectingLink.php | 7 +++++--
3 files changed, 10 insertions(+), 15 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
Switch to using alias in loader.
gsb_connecting_link.module | 21 ++++-----------------
lib/GSBConnectingLink.php | 14 --------------
2 files changed, 4 insertions(+), 31 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
Write the admin UI.
gsb_connecting_link.info | 1 +
gsb_connecting_link.install | 58 ++++++++++++
gsb_connecting_link.module | 222 ++++++++++++++++++++++++++++++++++++++++++++
lib/GSBConnectingLink.php | 82 ++++++++++++++++
4 files changed, 363 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
Initial commit
gsb_connecting_link.info | 3 +++
gsb_connecting_link.module | 6 ++++++
2 files changed, 9 insertions(+)

===========================================
./gsb_tokens
===========================================
view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
Adding a test for field_event_location. This resolves a watchdog error.
gsb_tokens.tokens.inc | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago
WP-5840: Fix menus disappearing because tokens with colons were failing.
gsb_tokens.tokens.inc | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago
WP-5797: Make gsb-event-location token show all locations.
gsb_tokens.tokens.inc | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago
Add gsb event location.
gsb_tokens.tokens.inc | 15 +++++++++++++++
1 file changed, 15 insertions(+)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago
WP-4709: Specifically exclude navigation menu since it causes so much trouble.
gsb_tokens.tokens.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3007: Add tokens to obtain the faculty url.
gsb_tokens.tokens.inc | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Adam Moore, 3 years, 1 month ago
Need to pull mlid since we are checking on it.
gsb_tokens.tokens.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 3 years, 1 month ago author: Roopesh Naik, 3 years, 1 month ago
WP-2315 fix the gsb tokens for 404 page not found
gsb_tokens.tokens.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Adam Moore, 3 years, 5 months ago
Remove extra brace
gsb_tokens.tokens.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Adam Moore, 3 years, 5 months ago
Return an empty string if the menu it is attached to is not a section menu.
gsb_tokens.tokens.inc | 31 ++++++++++++++++++-------------
1 file changed, 18 insertions(+), 13 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Adam Moore, 3 years, 5 months ago
Return a default value if there is no menu for it. Fix some commenting.
gsb_tokens.tokens.inc | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Adam Moore, 3 years, 5 months ago
Get the menu information if none is provided.
gsb_tokens.tokens.inc | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Adam Moore, 3 years, 6 months ago
WP-1877: Make sure the token is pulling from the parent menu item or the path of the section.
gsb_tokens.tokens.inc | 28 +++++++++++++++++++++-------
1 file changed, 21 insertions(+), 7 deletions(-)

view commit - committer: Furtuna Doru, 3 years, 8 months ago author: Furtuna Doru, 3 years, 8 months ago
Change the method to get the last key for array.
gsb_tokens.tokens.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Furtuna Doru, 3 years, 8 months ago author: Furtuna Doru, 3 years, 8 months ago
Change the name and description for token.
gsb_tokens.tokens.inc | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)

view commit - committer: Furtuna Doru, 3 years, 8 months ago author: Furtuna Doru, 3 years, 8 months ago
Commit module's filesfor custom token.
gsb_tokens.info | 5 +++++
gsb_tokens.module | 5 +++++
gsb_tokens.tokens.inc | 43 +++++++++++++++++++++++++++++++++++++++++++
3 files changed, 53 insertions(+)

===========================================
./gsb_misc_fixes
===========================================
view commit - committer: GitHub, 8 weeks ago author: Greg Mercer, 8 weeks ago
WP-6260 Turn off google indexing for the email contact form
gsb_misc_fixes.module | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: GitHub, 3 months ago author: Greg Mercer, 3 months ago
WP-7639 Added hook_countries_alter function for changing list of countries
gsb_misc_fixes.module | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)

view commit - committer: GitHub, 3 months ago author: Greg Mercer, 3 months ago
WP-7627 Added line that indicates from which page the email was sent.
gsb_misc_fixes.module | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7398 Removing code that was changing the message body. We will handle this in the field_email field formatter.
gsb_misc_fixes.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7398 Some small cleanup changes for the displayed 'from' address and a couple empty lines before the message body.
gsb_misc_fixes.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7398 Adjusting message body to have from_name that user has entered.
gsb_misc_fixes.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7398 Changing handling specifically for email_contact/contact form to use user entered name - if there is one.
gsb_misc_fixes.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7398 Added mail_alter hook to change the from name for our outgoing emails.
gsb_misc_fixes.module | 11 +++++++++++
1 file changed, 11 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7083 Fixing a small error message - by adding test for empty
gsb_misc_fixes.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago
WP-6204 fix acquia log errors - add isset check
gsb_misc_fixes.module | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago
Added new function - gsb_misc_fixes_download_info
gsb_misc_fixes.module | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago
WP-6204 fix acquia log errors - add isset check
gsb_misc_fixes.module | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5463 Added new field hide_current_page_link to the block admin config setting form.
gsb_misc_fixes.module | 52 +++++++++++++++++++++++++++++++++++++++++++--------
1 file changed, 44 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5476 Added new associative_insert util function
gsb_misc_fixes.module | 14 ++++++++++++++
1 file changed, 14 insertions(+)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5476 Added new associative_insert util function
gsb_misc_fixes.module | 14 ++++++++++++++
1 file changed, 14 insertions(+)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5463 Added check for an additional menu block (36)
gsb_misc_fixes.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5414 Added code to removes any link in menu_block(29) that links to the node of the current page.
gsb_misc_fixes.module | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)

view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago
WP-5291-1 Modified to handle external urls and query params
gsb_misc_fixes.module | 29 ++++++++++++++++++++---------
1 file changed, 20 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago
WP-5291 Fixing some tab indenting in this file.
gsb_misc_fixes.module | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago
WP-5291 Added hook_url_outbound_alter to handle url fragments.
gsb_misc_fixes.module | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4636 Adding new module to override core menu handling for editor without admin menu permissions
gsb_misc_fixes.info | 5 +++++
gsb_misc_fixes.module | 15 +++++++++++++++
2 files changed, 20 insertions(+)

view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_cmis_api
===========================================
view commit - committer: Greg Mercer, 3 years ago author: Greg Mercer, 3 years ago
WP-2606 A little code cleanup.
gsb_cmis_api.module | 81 ++++++++++++++++++++++++-----------------------------
1 file changed, 37 insertions(+), 44 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2606 Initial changes related to import testing
gsb_cmis_api.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2606 Initial changes related to import testing
gsb_cmis_api.info | 7 +++++
gsb_cmis_api.module | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 84 insertions(+)

view commit - committer: Greg Mercer, 3 years ago author: Greg Mercer, 3 years ago
Commenting out the dpm call for now.
gsb_cmis_api.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2361 Corrected function name to be _gsb_cmis_api_get_object_id()
gsb_cmis_api.info | 7 +++++++
gsb_cmis_api.module | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2361 A little more cleanup. Changing name of recursive function to get child objects
gsb_cmis_api.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2361 New api functions and some cleanup
gsb_cmis_api.info | 7 ++++
gsb_cmis_api.module | 94 +++++++++++++++++++++++++++++++----------------------
2 files changed, 62 insertions(+), 39 deletions(-)

view commit - committer: Greg Mercer, 3 years, 2 months ago author: Greg Mercer, 3 years, 2 months ago
WP-2355 Added new gsb_cmis_api_getDocuments() function
gsb_cmis_api.module | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 51 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 2 months ago
Initial commit
gsb_cmis_api.info | 8 ++++++++
gsb_cmis_api.install | 18 ++++++++++++++++++
gsb_cmis_api.module | 45 +++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 71 insertions(+)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_submenu_alias_update
===========================================
view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-4997 Changing from isset test to !tempty()
gsb_submenu_alias_update.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5052 Added isset test to gsb_submenu_alias_update_node_presave()
gsb_submenu_alias_update.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
WP-4709 Changed to use #states handling
gsb_submenu_alias_update.module | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago
WP-4709 Changing the location of the node_force_pathauto checkbox
gsb_submenu_alias_update.install | 17 +++++++++++++++++
gsb_submenu_alias_update.module | 14 +++++++++-----
2 files changed, 26 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
WP-4709 Adding new schema
gsb_submenu_alias_update.install | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago
WP-4709 Added a force option on the specific node as an override
gsb_submenu_alias_update.module | 67 ++++++++++++++++++++++++++++++++++++++---
1 file changed, 63 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago
WP-4542 Added new node options property force_pathauto
gsb_submenu_alias_update.module | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4542 Added code to handle set of subaliases
gsb_submenu_alias_update.info | 5 +++++
gsb_submenu_alias_update.module | 27 +++++++++++++++++++++++++++
2 files changed, 32 insertions(+)

view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./resources
===========================================
view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6827 Added error check to save(), which with throw an ajax error.
resources.module | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6827 Added new try/catch block that writes to watchdog on an exception
includes/resource_youtube.resources.inc | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago
WP-6251 Added code to support 'Mini' SoundCloud player.
includes/resources.formatters.inc | 28 +++++++++++++++++++++-------
1 file changed, 21 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago
WP-6251 Added code to support 'Mini' SoundCloud player.
themes/resource_soundcloud.theme.inc | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago
WP-6251 Added code to support 'Mini' SoundCloud player.
includes/resources.formatters.inc | 28 +++++++++++++++++++++-------
1 file changed, 21 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 1 year, 8 months ago author: Adam Moore, 1 year, 8 months ago
Fix permissions for accessing the resources settings.
resources.module | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 8 months ago author: Adam Moore, 1 year, 8 months ago
WP-5353: Bunch o changes to try to make things consistent.
includes/ResourcesSoundCloudStreamWrapper.inc | 6 ++---
includes/handlers/ResourcesSoundCloudHandler.inc | 1 +
includes/resource_soundcloud.resources.inc | 5 +---
includes/resources.formatters.inc | 30 ++++++++++++++----------
themes/resource-soundcloud.tpl.php | 12 ++++------
themes/resource_soundcloud.theme.inc | 13 ++++++----
6 files changed, 35 insertions(+), 32 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago
WP-5312-1 Added handling of Classic and Visual SoundCloud widgets
includes/resources.formatters.inc | 78 ++++++++++++++++++++++++++++-----------
1 file changed, 56 insertions(+), 22 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago
WP-5312 Adding check if artwork is null, then use default soundcloud.png
includes/ResourcesSoundCloudStreamWrapper.inc | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago
WP-5312 Name change to soundcloud_api
includes/ResourcesSoundCloudStreamWrapper.inc | 2 +-
includes/resource_soundcloud.resources.inc | 2 +-
themes/resource_soundcloud.theme.inc | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago
WP-5312 Adding support for new Resources SoundCloud
includes/ResourcesSoundCloudStreamWrapper.inc | 66 +++++++++
includes/handlers/ResourcesSoundCloudHandler.inc | 56 ++++++++
includes/resource_soundcloud.resources.inc | 29 ++++
includes/resources.formatters.inc | 169 ++++++++++++++++++++++-
resources.info | 2 +
resources.module | 35 +++++
themes/resource-soundcloud.tpl.php | 27 ++++
themes/resource_soundcloud.theme.inc | 46 ++++++
8 files changed, 429 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4414: increase tray height.
css/resources.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4344: scroll horizontal.
css/resources.css | 40 +++++++++++++++++++++++++++++++++-------
1 file changed, 33 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4343 Changed the resources_browser_preview_view_mode to be a select listing the view modes
includes/resources.admin.inc | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago
Strip p tags if the resource is only surrounded by p tags.
resources.module | 13 +++++++++++++
1 file changed, 13 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4314 Added config page changes to save the views modes per file type
includes/resources.admin.inc | 29 ++++++++++++++++++++++++++++-
resources.module | 4 ++++
2 files changed, 32 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4314 Added config for setting the resources_browser_preview_view_mode
includes/resources.admin.inc | 16 ++++++++++++++++
resources.module | 3 ++-
2 files changed, 18 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4065: batch one resource authoring.
css/resources.css | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4065: resource authoring improvements.
css/resources.css | 38 +++++++++++++++++++++++++++++++-------
1 file changed, 31 insertions(+), 7 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago
Render Resources browser only for input fields that have at least one format avaiable with enabled resources_filter.
resources.module | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4065: batch one resource authoring.
css/resources.css | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4065: resource authoring improvements.
css/resources.css | 38 +++++++++++++++++++++++++++++++-------
1 file changed, 31 insertions(+), 7 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
Add Resources Migrate support.
resources.migrate.inc | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 107 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
Extract resources presave, validateion and saving into resources handler classes.
includes/handlers/ResourcesEntityHandler.inc | 38 ++++++++++
includes/handlers/ResourcesLocalFileHandler.inc | 27 +++++++
includes/handlers/ResourcesTwitterHandler.inc | 58 +++++++++++++++
includes/handlers/ResourcesYoutubeHandler.inc | 56 ++++++++++++++
includes/resource_twitter.resources.inc | 71 +++---------------
includes/resource_youtube.resources.inc | 28 -------
includes/resources.overlay_form.inc | 99 ++++++++++---------------
resources.info | 4 +
resources.module | 92 +++++++++++++++++++++--
9 files changed, 317 insertions(+), 156 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
Apply cache busting token for preview images in file edit form as well.
includes/resources.overlay_form.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
Allow file preview to display latest image after image file is replaced by busting cache.
resources.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
Remove custom twitter URL validation. We will rely on field validation instead.
includes/resource_twitter.resources.inc | 5 -----
1 file changed, 5 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
Add resources_edit_form_validate handler explicitly as it won't be added by drupal_prepare_form().
includes/resources.overlay_form.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
Make preview thumbnail on edit form optional.
includes/resources.overlay_form.inc | 9 +++++----
resources.module | 3 +++
2 files changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
Change Add/Edit overlay title to contain resource type label.
includes/resources.overlay_form.inc | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
Refactor Twitter URL parsing to be able to understand Embedded Widget URLs.
includes/ResourcesTwitterStreamWrapper.inc | 19 +++++------
includes/resource_twitter.resources.inc | 51 ++++++++++++------------------
2 files changed, 28 insertions(+), 42 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
Add a way to validate resource forms. Add Twitter resource validation.
includes/resource_twitter.resources.inc | 45 +++++++++++++++++++++++++++++++--
includes/resources.overlay_form.inc | 22 +++++++++++++++-
resources.module | 1 +
3 files changed, 65 insertions(+), 3 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
Display resources with file_view instead of file_view_file. Remove unnecessary formatter.
includes/resources.formatters.inc | 4 ----
resources.module | 23 +----------------------
2 files changed, 1 insertion(+), 26 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
Allows new resources to be preserved when submitting form for new node form.
css/resources.css | 3 +-
resources.module | 111 ++++++++++++++++++++++++++++++++----------------------
2 files changed, 68 insertions(+), 46 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
Hide resources_ids element in resources browser.
css/resources.css | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
Move browser attachment behaviour into after_build in order to have it even on cached forms.
css/resources.css | 4 ++++
js/resources.js | 2 +-
resources.module | 14 ++++++++++++--
3 files changed, 17 insertions(+), 3 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
Hide resources_ids field from node form.
css/resources.css | 80 +++++++++++++++++++++++++++++--------------------------
1 file changed, 42 insertions(+), 38 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
Add Resources browser functionality. Additional fixes for unique file URI.
css/resources.css | 71 +++++++++++
includes/resources.overlay_form.inc | 8 --
js/resources-modal-helper.js | 3 +-
js/resources.js | 82 +++++++++++-
resources.module | 242 +++++++++++++++++++++++++++++-------
themes/resources.theme.inc | 40 ++++++
6 files changed, 392 insertions(+), 54 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
Add missing formatters and theme includes.
includes/resources.formatters.inc | 316 ++++++++++++++++++++++++++++++++++++++
themes/resources.theme.inc | 37 +++++
2 files changed, 353 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
Add generic formatters and stream wrappers. Add getters for resources info. Refactoring.
includes/ResourcesEntityStreamWrapper.inc | 31 ---
includes/ResourcesGenericResourceStreamWrapper.inc | 31 +++
includes/resource_twitter.resources.inc | 71 +-----
includes/resource_youtube.resources.inc | 204 +-----------------
includes/resources.admin.inc | 4 +-
includes/resources.overlay_form.inc | 4 +-
resources.info | 2 +-
resources.install | 22 +-
resources.module | 240 +++++++++++++++------
9 files changed, 221 insertions(+), 388 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
Add generic entity stream wrapper and formatter to use in pull-quote resource.
includes/ResourcesEntityStreamWrapper.inc | 31 ++++++++++++++++++++++++++++++
includes/resources.overlay_form.inc | 4 +++-
resources.info | 1 +
resources.module | 32 ++++++++++++++++++++++++++++++-
4 files changed, 66 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
Add Youtube resource.
includes/resource_youtube.resources.inc | 359 ++++++++++++++++++++++++++++++++
includes/resources.overlay_form.inc | 6 +
resources.info | 1 +
resources.module | 61 ++++++
themes/resource-youtube-video.tpl.php | 27 +++
themes/resource_youtube.theme.inc | 118 +++++++++++
6 files changed, 572 insertions(+)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Adam Moore, 2 years, 7 months ago
Nid is only needed for new resources and add links.
includes/resources.overlay_form.inc | 13 +++++++------
resources.module | 16 ++++++++++------
2 files changed, 17 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Adam Moore, 2 years, 7 months ago
move formatters out of the hook_resoureces_type_info and into hook_file_formatter_info.
resources.module | 44 ++++++++++++++++----------------------------
1 file changed, 16 insertions(+), 28 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Adam Moore, 2 years, 7 months ago
Rearrange the settings form so it's one page. Use a callback to get resources form elements.
includes/resource_twitter.resources.inc | 17 +++++++++
includes/resources.admin.inc | 65 +++++++++++++++++++++------------
resources.module | 20 ++--------
3 files changed, 62 insertions(+), 40 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Adam Moore, 2 years, 7 months ago
Add configuration forms for resources to file types and twitter defaults.
includes/resource_twitter.resources.inc | 3 +-
includes/resources.admin.inc | 42 +++++++++++++++++
includes/resources.overlay_form.inc | 10 ++--
resources.module | 83 ++++++++++++++++++++++-----------
4 files changed, 105 insertions(+), 33 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Adam Moore, 2 years, 7 months ago
Move the overlay form from admin.inc to overlay_form.inc
includes/resources.admin.inc | 547 ------------------------------------
includes/resources.overlay_form.inc | 547 ++++++++++++++++++++++++++++++++++++
resources.module | 6 +-
3 files changed, 550 insertions(+), 550 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Adam Moore, 2 years, 7 months ago
Move assets into the files directory.
resources.install | 24 +++++++++++++++++-------
1 file changed, 17 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Adam Moore, 2 years, 7 months ago
Initial commit
assets/application-twitter.png | Bin 0 -> 27331 bytes
includes/ResourcesReadOnlyStreamWrapper.inc | 476 ++++++++++++++++++++++++
includes/ResourcesTwitterStreamWrapper.inc | 57 +++
includes/ResourcesYouTubeStreamWrapper.inc | 62 ++++
includes/resource_twitter.resources.inc | 156 ++++++++
includes/resources.admin.inc | 547 ++++++++++++++++++++++++++++
js/resources-modal-helper.js | 44 +++
js/resources.js | 157 ++++++++
resources.info | 9 +
resources.install | 15 +
resources.module | 396 ++++++++++++++++++++
11 files changed, 1919 insertions(+)

===========================================
./gsb_content_pane_info
===========================================
view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
Initial commit
gsb_content_pane_info.info | 4 +++
gsb_content_pane_info.module | 66 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 70 insertions(+)

view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_academic_year
===========================================
view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WP-1933 Changed labels used for academic year.
gsb_academic_year.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 6 months ago author: Tim Plunkett, 3 years, 6 months ago
Add classes for easier theming.
views/gsb_academic_year_handler_area_navigation.inc | 10 ++++++++++
1 file changed, 10 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 6 months ago author: Tim Plunkett, 3 years, 6 months ago
Change text for prev/next links.
views/gsb_academic_year_handler_area_navigation.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 6 months ago author: Tim Plunkett, 3 years, 6 months ago
Remove unneeded $year param from gsb_academic_year_get_allowed_labels().
gsb_academic_year.module | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 6 months ago author: Tim Plunkett, 3 years, 6 months ago
WP-1760: Add academic calendar navigation.
gsb_academic_year.info | 1 +
gsb_academic_year.module | 10 +++++
views/gsb_academic_year.views.inc | 20 ++++++++++
.../gsb_academic_year_handler_area_navigation.inc | 46 ++++++++++++++++++++++
4 files changed, 77 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 6 months ago author: Tim Plunkett, 3 years, 6 months ago
Provide functionality around the academic year.
gsb_academic_year.admin.inc | 50 ++++++++++++++++++++++++
gsb_academic_year.install | 13 +++++++
gsb_academic_year.module | 93 +++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 156 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 6 months ago author: Tim Plunkett, 3 years, 6 months ago
Initial commit.
gsb_academic_year.info | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./alumni_cas_auth
===========================================
view commit - committer: GitHub, 4 weeks ago author: Greg Mercer, 4 weeks ago
WP-7719 Removing the test for whether the CAS user is a GSB alum
alumni_cas_auth.module | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

view commit - committer: GitHub, 4 weeks ago author: Greg Mercer, 4 weeks ago
WP-7719 Added code to force exit when the user is not auth'ed
alumni_cas_auth.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: GitHub, 3 months ago author: Greg Mercer, 3 months ago
WP-7673 Backing out the previous changes
alumni_cas_auth.module | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7400 If not gsb_alum then after showing access denied - we don't want to attempt to load user and finalize login
alumni_cas_auth.module | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago
WP-6160 fix the watchdog error
alumni_cas_auth.module | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
WP-5235 Removing watchdog statements
alumni_cas_auth.module | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
WP-5235 Trimming the returned data.
alumni_cas_auth.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
Added use of new api key.
alumni_cas_auth.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
WP-5235 Changing param to be usreid
alumni_cas_auth.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
WP-5235 Changing param to be usrid
alumni_cas_auth.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
WP-5235 Added some watchdog statements for debugging
alumni_cas_auth.module | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
WP-5235 Fixed a typo in the variable being tested.
alumni_cas_auth.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago
WP-5235 Added check and call to deny access
alumni_cas_auth.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago
WP-5235 Removing watchdog statements
alumni_cas_auth.module | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5235 Added new function _alumni_cas_auth_is_user_gsb_alum - with testing watchdogs
alumni_cas_auth.module | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)

view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago
WP-5275 Removed console.log debugging messages.
js/alumni_cas_auth.js | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago
WP-5229 Added check for alumnipg role in alumni_cas_auth_login()
alumni_cas_auth.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago
WP-5231 Removed set message for logout
alumni_cas_auth.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago
WP-5230 Adding check for drupal login before logging out the drupal user and destroying their session
alumni_cas_auth.module | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago
WP-5216 Added set messages for cas login and logout
alumni_cas_auth.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-4915 Changed test for .cas-login - which was working incorrectly
js/alumni_cas_auth.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago
WP-4857 Switched check for loginState to use 'CAS'
js/alumni_cas_auth.js | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago
WP-4857 Changed to use the getLoginType ajax call.
js/alumni_cas_auth.js | 38 ++++++++++++++------------------------
1 file changed, 14 insertions(+), 24 deletions(-)

view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago
WP-4857 Changed hook_init to now pass the cas getLoginType url.
alumni_cas_auth.module | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago
WP-4857 Temporary approach for handling the login interaction checking. Still working with Donald on some final details.
js/alumni_cas_auth.js | 34 +++++++++++++++++++++++++---------
1 file changed, 25 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
WP-4765 Added 'Successfully logged in' green message
alumni_cas_auth.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
WP-4741 A little code cleanup.
alumni_cas_auth.module | 94 +++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 58 deletions(-)

view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
WP-4741 A little code cleanup.
alumni_cas_user.inc | 25 +++----------------------
1 file changed, 3 insertions(+), 22 deletions(-)

view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
WP-4741 Show/hide the login and logout links depending on the user's authentication state.
js/alumni_cas_auth.js | 16 ++++------------
1 file changed, 4 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
WP-4741 A little change in our approach to handling the cas login
alumni_cas_user.inc | 34 ++++++++++++++++++++++++++++------
1 file changed, 28 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
WP-4741 A little change in our approach to handling the cas login
alumni_cas_auth.module | 61 +++++++++++++++++++++++++++++++++++++++++++++-----
1 file changed, 55 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
WP-4741 Changes to look for the cas-login before taking action.
js/alumni_cas_auth.js | 37 +++++++++++++++++++++----------------
1 file changed, 21 insertions(+), 16 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago
WP-4741 Adding new javascript for checking if user has been cas authd
js/alumni_cas_auth.js | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)

view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
WP-4741 Adding new handling for login/logout links.
alumni_cas_auth.module | 95 +++++++++++++++++++++++++++++++++++++++-----------
1 file changed, 74 insertions(+), 21 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago
WP-4712 Modified login process to fit into new restricted pages functionality
alumni_cas_auth.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
WP-4712 Changed to use the new user name after the drupal user is created
alumni_cas_auth.module | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
WP-4712 Changed to use the new user name after the drupal user is created
alumni_cas_auth.module | 41 ++++++++++++++++++++++++++++++++++++-----
1 file changed, 36 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago
WP-4712 Modified login process to fit into new restricted pages functionality
alumni_cas_auth.module | 61 +++++++++++++++++++++++++++++++-------------------
1 file changed, 38 insertions(+), 23 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago
WP-4700 Corrected system variable used for the private files base path
alumni_cas_auth.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
WP-4700 Added code change for forcing login for private files
alumni_cas_auth.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago
WP-4700 Add handling of private files
alumni_cas_auth.admin.inc | 21 +++++++++++++++++++++
alumni_cas_auth.module | 24 +++++++++++++++++++++++-
2 files changed, 44 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago
WP-4712 Modified login process to fit into new restricted pages functionality
alumni_cas_auth.module | 61 +++++++++++++++++++++++++++++++-------------------
1 file changed, 38 insertions(+), 23 deletions(-)

view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
WP-4698 Filling in a little more of the user info details.
alumni_cas_auth.module | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
Changes related to creating new drupal users.
alumni_cas_auth.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
Changes related to creating new drupal users.
alumni_cas_auth.module | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
Added some watchdog statements for testing.
alumni_cas_auth.module | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4634 Added code to check path and force login if required
alumni_cas_auth.module | 63 ++++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 61 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4634 Adding admin settings form
alumni_cas_auth.admin.inc | 113 ++++++++++++++++++++++++++++++++++++++++++++++
alumni_cas_auth.module | 34 +++++++++++++-
2 files changed, 146 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4634 Added call for data_url
alumni_cas_auth.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4634 Added new function _alumni_cas_auth_get_user_name()
alumni_cas_auth.module | 9 +++++++++
alumni_cas_user.inc | 22 +++++++++++++++++++++-
2 files changed, 30 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago
WP-4634 A small code cleanup change.
alumni_cas_auth.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4634 Cleanup to remove watchdog calls
alumni_cas_auth.module | 16 ----------------
alumni_cas_user.inc | 19 -------------------
2 files changed, 35 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4634 Some changes after intial testing
alumni_cas_auth.module | 55 ++++++++++++++++++++++++--------------------------
alumni_cas_user.inc | 29 ++++++++++++++++++--------
2 files changed, 47 insertions(+), 37 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4634 Initial version of code
alumni_cas_auth.module | 78 +++++++++++++++++++++++++-------------------------
alumni_cas_user.inc | 32 ++++++++++-----------
2 files changed, 55 insertions(+), 55 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4634 Initial version of code
alumni_cas_auth.info | 5 +++
alumni_cas_auth.module | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++
alumni_cas_user.inc | 46 ++++++++++++++++++++++++++++
3 files changed, 133 insertions(+)

view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_resources
===========================================
view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago
WP-6251 Added new strongarm settings for resources_resource_soundcloud_view_modes
gsb_resources.strongarm.inc | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
Fixing a watchdog warning
gsb_resources.formatters.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5881 disabled style setting for GIF files
gsb_resources.formatters.inc | 4 ++++
gsb_resources.module | 1 +
2 files changed, 5 insertions(+)

view commit - committer: Adam Moore, 1 year, 8 months ago author: Adam Moore, 1 year, 8 months ago
WP-5353: Add 1/3 and Large cover view modes.
gsb_resources.info | 3 ++-
gsb_resources.strongarm.inc | 2 ++
2 files changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago
New image for soundcloud
assets/soundcloud.png | Bin 26454 -> 11345 bytes
1 file changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago
WP-5312 Removing the resource_browser_preview as a view mode option
gsb_resources.strongarm.inc | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago
WP-5312 Changes for supporting new SoundCloud Resource
assets/soundcloud.png | Bin 0 -> 26454 bytes
gsb_resources.info | 2 ++
gsb_resources.module | 17 ++++++++++++-----
gsb_resources.strongarm.inc | 18 ++++++++++++++++++
4 files changed, 32 insertions(+), 5 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5281 add sidebar image
assets/sidebar.png | Bin 10498 -> 26454 bytes
1 file changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago
WP-5264 update the resource type
gsb_resources.info | 4 ++++
gsb_resources.module | 20 ++++----------------
gsb_resources.strongarm.inc | 18 ++++++++++++++++++
3 files changed, 26 insertions(+), 16 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago
WP-5264 alter the upload file
assets/sidebar.png | Bin 0 -> 10498 bytes
gsb_resources.module | 20 ++++++++++++++++----
2 files changed, 16 insertions(+), 4 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago
WP-5264 add new resource type
gsb_resources.module | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4814: change button wording.
gsb_resources.formatters.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4343 Switched the default for resources_browser_preview_view_mode to be resource_browser_preview
gsb_resources.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago
WP-4343 Fixed an issue where the hook_resources_type_info was not returning the info array.
gsb_resources.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago
WP-4343 Fixes an issue by using type_info_alter.
gsb_resources.module | 40 +++++++++++++---------------------------
1 file changed, 13 insertions(+), 27 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4343 Overriding the icons for callout and twitter to use gsb_resources
gsb_resources.module | 24 +++++++++++++++++++++++-
1 file changed, 23 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4343 Added new image files for resources callout and twitter
assets/callout.png | Bin 10890 -> 10498 bytes
assets/twitter.png | Bin 0 -> 7080 bytes
2 files changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4314 Export of view modes per file type
gsb_resources.info | 5 +++++
gsb_resources.strongarm.inc | 43 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-3993: correct spelling.
gsb_resources.formatters.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4160: Allow Callout resource to use ResourcesEntityHandler in order to do the import.
gsb_resources.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4069: Add image enlarge formatter for resources inforgraphics.
gsb_resources.formatters.inc | 54 ++++++++++++++++++++++++++++++++++++++++++++
gsb_resources.module | 2 ++
2 files changed, 56 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
Add the actual missing features files.
gsb_resources.features.inc | 14 ++++++++++++
gsb_resources.strongarm.inc | 56 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 70 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
Add resources mappings to file types.
gsb_resources.info | 15 ++++++++++++---
gsb_resources.module | 6 ++++++
2 files changed, 18 insertions(+), 3 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
Rename Resource Callout to Callout.
gsb_resources.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
Initial commit.
assets/callout.png | Bin 0 -> 10890 bytes
gsb_resources.info | 6 ++++++
gsb_resources.module | 19 +++++++++++++++++++
3 files changed, 25 insertions(+)

===========================================
./gsb_social
===========================================
view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer, 9 months ago
WP-6987 Put the email social button back.
gsb_social.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6987 Put the email social button back.
gsb_social.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-6651: Adding sharrre class in email link
gsb_social.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
Hiding email button for right now.
gsb_social.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
Cleaning up a merge issue with the last commit.
js/gsb_social.js | 3 ---
1 file changed, 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer, 9 months ago
WP-6671 Rough draft - added click handling to open email share form in popup
js/gsb_social.js | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer, 9 months ago
WP-6671 Rough draft - creating a popup email share form
gsb_social.module | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6671 Updating subject and body based on new requirements from Marketing.
gsb_social.module | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer, 9 months ago
WP-6671 Changing code to use mailto: link. Switching order of buttons. Removing unneeded email share form code.
gsb_social.module | 62 +++++++------------------------------------------------
1 file changed, 8 insertions(+), 54 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer, 9 months ago
WP-6671 Removing unneeded on 'click' handling
js/gsb_social.js | 3 ---
1 file changed, 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer, 9 months ago
WP-6671 Rough draft - added click handling to open email share form in popup
js/gsb_social.js | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer, 9 months ago
WP-6671 Rough draft - creating a popup email share form
gsb_social.module | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 71 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6671 Changing code to use mailto: link. Switching order of buttons. Removing unneeded email share form code.
gsb_social.module | 62 +++++++------------------------------------------------
1 file changed, 8 insertions(+), 54 deletions(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6671 Removing unneeded on 'click' handling
js/gsb_social.js | 3 ---
1 file changed, 3 deletions(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6671 Rough draft - added click handling to open email share form in popup
js/gsb_social.js | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6671 Rough draft - creating a popup email share form
gsb_social.module | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 76 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6645 More updates related to getting Twitter counts.
js/gsb_social.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6645 Replace stage with public url
js/gsb_social.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6645 Replace stage with public url
js/gsb_social.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6645 Replace stage with public url
js/gsb_social.js | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6645 Enable counter for Twitter
js/gsb_social.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6645 Changes related to the update of the sharrre library.
js/gsb_social.js | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6645 Changes related to the update of the sharrre library.
gsb_social.module | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 1 month ago author: Adam Moore, 1 year, 1 month ago
Rearrange social buttons.
gsb_social.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 1 month ago author: Adam Moore, 1 year, 1 month ago
Show counters on facebook, linked-in and google plus
js/gsb_social.js | 3 ---
1 file changed, 3 deletions(-)

view commit - committer: Adam Moore, 1 year, 1 month ago author: Adam Moore, 1 year, 1 month ago
WP-6284: Hide counters.
js/gsb_social.js | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago
WP-6000 remove G+ icon
gsb_social.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
WP-6012 Added a little error checking
gsb_social.module | 37 ++++++++++++++++++++++++++-----------
1 file changed, 26 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago
Update variables for google analytics update.
gsb_social.info | 3 +-
gsb_social.strongarm.inc | 181 +++++------------------------------------------
2 files changed, 18 insertions(+), 166 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago
Use an each so our code runs independently on each set of buttons.
js/gsb_social.js | 96 +++++++++++++++++++++++++++++---------------------------
1 file changed, 50 insertions(+), 46 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago
WP-4610: Add http back to returned url. Add title to default text for twitter.
gsb_social.module | 6 ++----
js/gsb_social.js | 3 ++-
2 files changed, 4 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago
WP-4610: Need to force http
js/gsb_social.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago
WP-4610: Go back to old twitter url and strip the protocol and paramaters from the url.
js/gsb_social.js | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago This reverts commit 5a560af1efa785da96ba7dfb261a604ad13124a2.

Revert "WP-4605 Changed the coding for twitter to match how we are handling the other buttons"
gsb_social.module | 2 +-
js/gsb_social.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4605 Changed the coding for twitter to match how we are handling the other buttons
gsb_social.module | 2 +-
js/gsb_social.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago
WP-4605 Changed url to remove out the scheme/protocol
gsb_social.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4508 Changed twitter social button to use long url and pass @stanfordbiz
gsb_social.module | 2 +-
js/gsb_social.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago
WP-4458 Only applies the selection-sharer if the node being displayed is: an Announcement, an Idea Story or a School Story
gsb_social.module | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago
WP-4458 Only applies the selection-sharer if the node being displayed is: an Announcement, an Idea Story or a School Story
gsb_social.module | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago
WP-4351-1 Switching tokens to be zero-based. Wee
gsb_social.strongarm.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago
WP-4458 Small path adjustment to point to dist directory.
gsb_social.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4458 Adding the selection-sharer library
gsb_social.module | 64 +++++++++++++++----------------------------------------
1 file changed, 17 insertions(+), 47 deletions(-)

view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago
WP-4458 Small path adjustment to point to dist directory.
gsb_social.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4353: remove CSS, update names.
css/gsb_social.css | 130 ++---------------------------------------------------
gsb_social.module | 6 +--
2 files changed, 7 insertions(+), 129 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4458 Adding the selection-sharer library
gsb_social.module | 64 +++++++++++++++----------------------------------------
1 file changed, 17 insertions(+), 47 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4353: remove CSS, update names.
css/gsb_social.css | 130 ++---------------------------------------------------
gsb_social.module | 6 +--
2 files changed, 7 insertions(+), 129 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4352 Moving code from here to gsb_feature_google_analytics_settings
gsb_social.module | 24 +-----------------------
js/gsb_social.js | 2 --
2 files changed, 1 insertion(+), 25 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago
WP-4352 Added stubbed/testing code for handling idea story events
js/gsb_social.js | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4352 Moving code from here to gsb_feature_google_analytics_settings
gsb_social.module | 1 -
js/gsb_social.js | 56 -------------------------------------------------------
2 files changed, 57 deletions(-)

view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago
WP-4352 Switched to use $ instead of jQuery
js/gsb_social.js | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago
WP-4352 Added stubbed/testing code for handling idea story events
js/gsb_social.js | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 56 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-3848 Addding init call for riveted
js/gsb_social.js | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-3848 Adding dimension settings for ga
gsb_social.strongarm.inc | 229 +++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 229 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-3848 Adding scrollDepth() call
js/gsb_social.js | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-3848 Adding the jquery-scrolldepth and riveted js libraries
gsb_social.module | 25 ++++++++++++++++++++++++-
1 file changed, 24 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4351 Switching to use Google Analytics module method for setting dimensions
gsb_social.features.inc | 3 +++
gsb_social.info | 9 +++++++++
gsb_social.module | 5 +++++
js/gsb_social.js | 13 -------------
4 files changed, 17 insertions(+), 13 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4351 Switching to use Google Analytics module method for setting dimensions
gsb_social.features.inc | 3 +++
gsb_social.info | 9 +++++++++
gsb_social.module | 5 +++++
js/gsb_social.js | 17 -----------------
4 files changed, 17 insertions(+), 17 deletions(-)

view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago
Removed testing alerts.
js/gsb_social.js | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4351 Added code to set Google Analytics dimensions - key taxonomies and node type
gsb_social.module | 39 +++++++++++++++++++++++++++++++++++++++
js/gsb_social.js | 18 ++++++++++++++++++
2 files changed, 57 insertions(+)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4320 Removing ga send for facebook. This is handled during the open of the popup
js/gsb_social.js | 5 -----
1 file changed, 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4320 Removing ga send for facebook. This is handled during the open of the popup
js/gsb_social.js | 5 -----
1 file changed, 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4320 Changing the url to pass to ga for facebook share
js/gsb_social.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4320 Changing the url to pass to ga for facebook share
js/gsb_social.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4320 Adjusting the call to ga for facebook test case
gsb_social.module | 26 ++++++++++++++++++--------
js/gsb_social.js | 6 +++++-
2 files changed, 23 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4320 Adjusting the call to ga for facebook test case
gsb_social.module | 28 +++++++++++++++++++---------
js/gsb_social.js | 8 ++++++--
2 files changed, 25 insertions(+), 11 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4370: add social fields to other cts.
gsb_social.ds.inc | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago
Removed the reference to Julien with the via option.
js/gsb_social.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago
WP-4331 Corrected an issue with the hook menu access. Setting to anonymous content access.
gsb_social.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4320 Corrected path info for data-url and modified call to simulateClick to pass in className
gsb_social.module | 8 ++++----
js/gsb_social.js | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago
Delete jquery.sharrre.js
js/jquery.sharrre.js | 591 ---------------------------------------------------
1 file changed, 591 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4320 Changes to add use sharrre social buttons
css/gsb_social.css | 126 +++++++++++
gsb_social.module | 142 ++++++++++---
js/gsb_social.js | 64 ++++++
js/jquery.sharrre.js | 591 +++++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 889 insertions(+), 34 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago
Pass NULL as object in case it's not a node page. Add Facebook Javascript SDK inline with the button.
gsb_social.module | 42 ++++++++++++++++++------------------------
1 file changed, 18 insertions(+), 24 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago
Initial commit.
gsb_social.ds.inc | 44 +++++++++++++++
gsb_social.features.inc | 14 +++++
gsb_social.info | 12 ++++
gsb_social.module | 143 ++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 213 insertions(+)

===========================================
./gsb_workbench_save_and_publish
===========================================
view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
WP-3281: Make sure submit field runs last.
gsb_workbench_save_and_publish.module | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
WP-3328: Add submit handler back in.
gsb_workbench_save_and_publish.module | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
WP-3234: Change button name from publish to Save & Publish.
gsb_workbench_save_and_publish.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3237: Wait for all other form_alters to run in order to copy the right submit handlers.
gsb_workbench_save_and_publish.module | 19 +++++++++++++++----
1 file changed, 15 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
Rename Save and Publish to just Publish.
gsb_workbench_save_and_publish.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3049: Call actual submit handler.
gsb_workbench_save_and_publish.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
Initial commit
gsb_workbench_save_and_publish.info | 5 +++++
gsb_workbench_save_and_publish.module | 30 ++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)

===========================================
./gsb_fpp_customization
===========================================
view commit - committer: GitHub, 6 weeks ago author: Greg Mercer, 6 weeks ago
WP-7716 Added image fpp as an exception, so that title is not removed
gsb_fpp_customization.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 7 weeks ago author: Ayuta Padhi, 7 weeks ago
WP-7703 bug fix for market admin role to access preformatted CTA
gsb_fpp_customization.module | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7309 Adjusted the approach for this to get around a js error
js/gsb_fpp_customization.js | 41 ++++++++++++++++++++++++-----------------
1 file changed, 24 insertions(+), 17 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7309 Added some crazy code here to re-show the reusable tab.
js/gsb_fpp_customization.js | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)

view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago
WP-6445 Added check to only save/update title if bundle is an image_cta
gsb_fpp_customization.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago
WP-6444 Adding condition to set the title if is is different that the admin title
gsb_fpp_customization.module | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago
WP-6399 Added code to set the admin_title and/or title during save of fpps.
gsb_fpp_customization.module | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago
WP-6158 add extra empty check for bundle
gsb_fpp_customization.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
WP-6025 Added check for class before creating a new timer. Also bumped up the timer interval to 5 seconds.
js/gsb_fpp_customization.js | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago
WP-5980 Changed check in _gsb_fpp_customization_remove_categories for uid 1 and administrator role
gsb_fpp_customization.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5500 fix the permission for academic cp
gsb_fpp_customization.module | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5542 Added new "Info" link for displaying Content Pane usage information
gsb_fpp_customization.module | 71 +++++++++++++++++++++++++-------------------
1 file changed, 41 insertions(+), 30 deletions(-)

view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago
Fixed an issue where we were getting an error because the display_options were not set.
gsb_fpp_customization.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago
WP-4913 A little cleanup.
gsb_fpp_customization.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago
WP-4913 Added the 'FPP ID' column to the 'fieldable_pane_entities' listing view.
gsb_fpp_customization.module | 45 ++++++++++++++++++++++++++++++++------------
1 file changed, 33 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago
WP-4753: Make fieldable panes go to elements. Sort the elements to alphabetical.
gsb_fpp_customization.module | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4742 fix elements permissions
gsb_fpp_customization.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4742 Move marketing and fix permissions
gsb_fpp_customization.module | 69 ++++++++++++++++++++------------------------
1 file changed, 32 insertions(+), 37 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 permission fixes
gsb_fpp_customization.module | 48 ++++++++++++++++++++++++++------------------
1 file changed, 28 insertions(+), 20 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 move few sections
gsb_fpp_customization.module | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 re-order modal categories
gsb_fpp_customization.module | 25 +++++++++++++++++--------
1 file changed, 17 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4614: Rename sections to section. Adjust reusable fields.
gsb_fpp_customization.module | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4611: Rearrange fields on content pane edit form. Fix problem with class not removed on body when overlay is closed on save.
gsb_fpp_customization.module | 67 ++++++++++++++++++++++++++++++++++++++++----
js/gsb_fpp_customization.js | 14 ++++-----
2 files changed, 67 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4612: Fix variable.
gsb_fpp_customization.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Remove some more panopoly specific items.
gsb_fpp_customization.module | 116 +------------------------------------------
1 file changed, 2 insertions(+), 114 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Remove the extraneous cancel button.
gsb_fpp_customization.module | 15 ---------------
1 file changed, 15 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Add body class when modal window is opened.
js/gsb_fpp_customization.js | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Fix typo that hides our view for the listing page.
gsb_fpp_customization.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Remove panopoly items.
gsb_fpp_customization.install | 18 ------------------
gsb_fpp_customization.module | 12 ------------
2 files changed, 30 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4418 Adding other category if user has marketing_admin role
gsb_fpp_customization.module | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3913: Apply default category for FPP from entity only when it is set.
gsb_fpp_customization.module | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
WP-3831: Use modal dismiss as a fallback and click Cancel button if it's there. This would preserve back to Add Content functionality.
js/gsb_fpp_customization.js | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
WP-3831: Call Ctools modal dismiss to close overlay.
js/gsb_fpp_customization.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
WP-3831: Use modal dismiss as a fallback and click Cancel button if it's there. This would preserve back to Add Content functionality.
js/gsb_fpp_customization.js | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
WP-3831: Call Ctools modal dismiss to close overlay.
js/gsb_fpp_customization.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago
WP-3713 Added hook for panels_ipe_pane_links_alter to remove edit or delete buttons on panel panes of user doesn't have access on image_cta
gsb_fpp_customization.module | 56 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 56 insertions(+)

view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago
WP-3709 Added bundle title for Homepage CTA
gsb_fpp_customization.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-2301: Making FPP reusable will disable possibility to uncheck 'Make reusable' forever.
gsb_fpp_customization.module | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
Changed to use clone from github
gsb_fpp_customization.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-2301: Making FPP reusable will disable possibility to uncheck 'Make reusable' forever.
gsb_fpp_customization.module | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
Changed to use clone from github
gsb_fpp_customization.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2476 Added new cloned view gsb_fieldable_pane_entities
gsb_fpp_customization.features.inc | 12 +++
gsb_fpp_customization.info | 19 +---
gsb_fpp_customization.module | 21 ++++
gsb_fpp_customization.views_default.inc | 165 ++++++++++++++++++++++++++++++++
4 files changed, 203 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer, 3 years, 2 months ago
Fixed up an warning where the fpid was not set for a new fpp
gsb_fpp_customization.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Adam Moore, 3 years, 1 month ago
Merge branch 'master' of github.com:gsbitse/gsb_fpp_customization
view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2476 Added new cloned view gsb_fieldable_pane_entities
gsb_fpp_customization.features.inc | 12 +++
gsb_fpp_customization.info | 19 +---
gsb_fpp_customization.module | 21 ++++
gsb_fpp_customization.views_default.inc | 165 ++++++++++++++++++++++++++++++++
4 files changed, 203 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer, 3 years, 2 months ago author: Greg Mercer, 3 years, 2 months ago
Fixed up an warning where the fpid was not set for a new fpp
gsb_fpp_customization.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 2 months ago author: Greg Mercer, 3 years, 2 months ago
WP-2317 Added feature person fpp to list of bundle names
gsb_fpp_customization.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 2 months ago author: Greg Mercer, 3 years, 2 months ago
WP-2317 Added a new title string for the featured faculty fpp
gsb_fpp_customization.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2147 Changing make download for superfish library
gsb_fpp_customization.make | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2076 Added hook to change 'Miscellaneous' category to 'Blocks' as was done before by Panopoly.
gsb_fpp_customization.module | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

view commit - committer: Greg Mercer, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
Adding the cancel link back, if we decide to use just panopoly magic, the cancel link will be needed again.
gsb_fpp_customization.module | 13 +++++++++++++
1 file changed, 13 insertions(+)

view commit - committer: Greg Mercer, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
Removed cancel link. Without panopoly there is a cancel button.
gsb_fpp_customization.module | 13 -------------
1 file changed, 13 deletions(-)

view commit - committer: Greg Mercer, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
Changed the id of the cancel button, now that we are not using panopoly.
js/gsb_fpp_customization.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 4 months ago author: Greg Mercer (GBear), 3 years, 4 months ago
Added comments
gsb_fpp_customization.info | 7 +++++++
gsb_fpp_customization.module | 4 ++++
2 files changed, 11 insertions(+)

view commit - committer: Greg Mercer, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
Added block name to the block edit form modal title bar
gsb_fpp_customization.module | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
Added view name to the view edit form modal title bar
gsb_fpp_customization.module | 33 ++++++++++++++++++++++++---------
1 file changed, 24 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
Added fpp_id to the fpp edit form modal title bar
gsb_fpp_customization.module | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WP-1865 Changed code to not hide the title if editing the accordion fpp
gsb_fpp_customization.info | 7 +++++++
gsb_fpp_customization.module | 5 ++++-
2 files changed, 11 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
As a temp measure we are not removing/hiding an categories if the user is 1.
gsb_fpp_customization.module | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Changing the location of superfish js and css to match new dist folder structure.
gsb_fpp_customization.module | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Small check to resolve a php warning
gsb_fpp_customization.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
To cleanup some warning messages
gsb_fpp_customization.module | 36 ++++++++++++++++++++++++------------
1 file changed, 24 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
WP-1754 Remove/hide the override title fields when editing Preformatted CTAs.
gsb_fpp_customization.module | 13 +++++++++++++
1 file changed, 13 insertions(+)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Added function to correct the preview button href which at times can get the wrong ajax method setup. Wee...
gsb_fpp_customization.module | 47 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Small check to see if the reusable fields are set - before adding to them.
gsb_fpp_customization.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Added sorting for the category content.
gsb_fpp_customization.module | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Spiffin' up some of the comments to provide more detail.
gsb_fpp_customization.module | 58 ++++++++++++++++++++++++++++++++++++++++----
1 file changed, 53 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Spiffin' up some of the comments to provide more detail.
gsb_fpp_customization.module | 37 +++++++++++++++++++++++++++++++------
1 file changed, 31 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Removed some testing code.
gsb_fpp_customization.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Added code to create the 'stock content' page.
gsb_fpp_customization.module | 148 +++++++++++++++++++++++++++++++++++++------
1 file changed, 128 insertions(+), 20 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Needed to add dashes for multi-word workbench section names.
gsb_fpp_customization.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Added drupal_alter for removing categories.
gsb_fpp_customization.module | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Added new alter gsb_fpp_customization_add_category
gsb_fpp_customization.module | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
The 'create stock content' implies that the user can 'add stock content'.
gsb_fpp_customization.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Moving a few things out to a new Stock Content module.
gsb_fpp_customization.module | 102 ++-----------------------------------------
1 file changed, 3 insertions(+), 99 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
WP-1723 Added js to modify the 'Change Layout' modal.
js/gsb_fpp_customization_ctools.js | 10 ++++++++++
1 file changed, 10 insertions(+)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
WP-1723 Added preprocess for panels_ipe_toolbar to modify the 'Change Layout' modal.
gsb_fpp_customization.module | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Added panels_ipe_pane_links_alter() hook to check if the user has access to delete a 'Stock Content' pane.
gsb_fpp_customization.module | 76 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 76 insertions(+)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
We will not show the 'Stock Content' if the user doesn't have permission to add.
gsb_fpp_customization.module | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Added permissions for 'stock content'.
gsb_fpp_customization.module | 29 ++++++++++++++++++++++++++++-
1 file changed, 28 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Output the element description in the preview if there is no preview icon set.
gsb_fpp_customization.module | 12 ++++++++++++
1 file changed, 12 insertions(+)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Changes in how we order the display of categories.
gsb_fpp_customization.module | 42 +++++++++++++++++++++++++++---------------
1 file changed, 27 insertions(+), 15 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Adding a 'Stock' section for shared fpp content.
gsb_fpp_customization.module | 52 +++++++++++++++++++++++++++++++++++---------
1 file changed, 42 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Changed the title from 'Quick Links' to 'Panels Home' per request from authoring folks.
gsb_fpp_customization.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Added 'active' class for the quicklinks tab.
gsb_fpp_customization.module | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Added new quicklinks section. Initial dev - still some details to work on.
gsb_fpp_customization.module | 12 ++++++++++++
1 file changed, 12 insertions(+)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Change to set the remove_items to all lowercase.
gsb_fpp_customization.module | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Needed to add a check for admin when creating the first page.
gsb_fpp_customization.module | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Fixed an issue where the 'Admin' section was not being removed.
gsb_fpp_customization.module | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Several small fixes.
gsb_fpp_customization.module | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
wp-1575 Added test when returning to the root category.
gsb_fpp_customization.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Cleaned up the code a bit.
gsb_fpp_customization.module | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Cleaned up this code a bit.
js/gsb_fpp_customization.js | 27 ++-------------------------
1 file changed, 2 insertions(+), 25 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
WP-1575 Had to add some 'special' getting the cancel button element.
js/gsb_fpp_customization.js | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
WP-1575 Changed the reusable select title to be 'Sections' instead of 'Categories'
gsb_fpp_customization.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
WP-1575 Add the section categories into ordered list of vertical tabs.
gsb_fpp_customization.module | 51 ++++++++++++++++++++++++++++++++++++--------
1 file changed, 42 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
WP-1575 Added some comments and removed some older code.
gsb_fpp_customization.module | 22 +++++++---------------
1 file changed, 7 insertions(+), 15 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
WP-1575 Had to make some adjustments in form altering - to undue some panopoly magic.
gsb_fpp_customization.module | 133 ++++++++++++++++++++-----------------------
1 file changed, 63 insertions(+), 70 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Part of WP-1575 Added one more form alter.
gsb_fpp_customization.module | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Part of WP-1575 On the first page of the panels_add_content_modal add a list of the content links.
gsb_fpp_customization.module | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Part of WP-1575 Added general form alter function for add_content_modal editing
gsb_fpp_customization.module | 29 ++++++++++++++++++++++++++---
1 file changed, 26 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Part of WP-1575 On the first page of the panels_add_content_modal add a list of the content links.
gsb_fpp_customization.module | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Part of WP-1575 Added code to support 'back' and 'cancel' links.
js/gsb_fpp_customization.js | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Removed some testing code from previous commit.
gsb_fpp_customization.module | 8 --------
1 file changed, 8 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Part of WP-1575 Changed the views_panes_content_type_edit_form to have a 'back' link.
gsb_fpp_customization.module | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Part of WP-1575 Changed the order of the category tabs as per Linda's preference.
gsb_fpp_customization.module | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Part of WP-1575 Added several changes to the gsb_fpp_customization_preprocess_panels_add_content_modal()
gsb_fpp_customization.module | 171 +++++++++++++++++++++++++++++++------------
1 file changed, 123 insertions(+), 48 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
WP-1575 Functionality to set the preview icon
gsb_fpp_customization.info | 6 ------
gsb_fpp_customization.module | 7 +++----
2 files changed, 3 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Added the start of the code to setting up the preview icon. WP-1575
gsb_fpp_customization.module | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
WP-1575 Added a form_alter hook for showing the cancel button on our custom content pane forms
gsb_fpp_customization.module | 24 +++++++++++++++++++++++-
1 file changed, 23 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Setting fpp_customization to come after panopoly_magic
gsb_fpp_customization.install | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
A little code cleanup.
js/gsb_fpp_customization.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Create gsb_fpp_customization.make
gsb_fpp_customization.make | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
WP-1575 Changes to display the add content links in a flyout menu.
gsb_fpp_customization.info | 7 +++++++
gsb_fpp_customization.module | 38 ++++++++++++++++++++++++++++++++++++--
js/gsb_fpp_customization.js | 13 +++++++++++++
3 files changed, 56 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Added code to hide the revision, title and link fields
gsb_fpp_customization.module | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Adjusted the view_mode value, depending on bundle and fpp
gsb_fpp_customization.module | 30 ++++++++++++------------------
1 file changed, 12 insertions(+), 18 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
Merge branch 'master' of https://github.com/gsbitse/gsb_fpp_customization
view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
added form_alter code related to the view_mode field for fpps
gsb_fpp_customization.module | 28 +++++++++++++++++++++++++++-
1 file changed, 27 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Remove panopoly_widgets support.
gsb_fpp_customization.info | 1 -
gsb_fpp_customization.install | 2 ++
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 11 months ago author: Adam Moore, 3 years, 11 months ago
Only show shareable link if we have categories.
gsb_fpp_customization.module | 35 +++++++++++++++++++----------------
1 file changed, 19 insertions(+), 16 deletions(-)

view commit - committer: Greg Mercer, 4 years ago author: Greg Mercer, 4 years ago
Removing the page_alter function. Thru some more testing found that it wasn't needed, but I checked in in case we want to get that code back.
gsb_fpp_customization.module | 39 ---------------------------------------
1 file changed, 39 deletions(-)

view commit - committer: Greg Mercer, 4 years ago author: Greg Mercer, 4 years ago
Added back some comments that were lost in the last commit
gsb_fpp_customization.module | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer, 4 years ago author: Greg Mercer, 4 years ago
Added new hook for page_alter
gsb_fpp_customization.module | 53 +++++++++++++++++++++++++++++++++++++++-----
1 file changed, 47 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 4 years ago author: Greg Mercer, 4 years ago
Fixed a typos in the comments.
gsb_fpp_customization.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 4 years ago author: Greg Mercer, 4 years ago
Fixing a bug in how the items were being remove from the categories_array.
gsb_fpp_customization.module | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)

view commit - committer: Greg Mercer, 4 years ago author: Greg Mercer, 4 years ago
Changed preprocess_panels_add_content_modal() to consider when the user has no workbench_access restrictions, ie the admin user.
gsb_fpp_customization.module | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 4 years ago author: Greg Mercer, 4 years ago
Added some code to get around some very yucky 'root' nonsense.
gsb_fpp_customization.module | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 4 years ago author: Greg Mercer, 4 years ago
Update gsb_fpp_customization.module
gsb_fpp_customization.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 4 years ago author: Greg Mercer, 4 years ago
Added the code for the function gsb_fpp_customization_preprocess_panels_add_content_modal()
gsb_fpp_customization.module | 30 +++++++++++++++++++++++++++++-
1 file changed, 29 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 4 years ago author: Greg Mercer, 4 years ago
Removed some older code that was commented out.
gsb_fpp_customization.module | 28 ----------------------------
1 file changed, 28 deletions(-)

view commit - committer: Greg Mercer, 4 years ago author: Greg Mercer, 4 years ago
Made some small adjustments to the form_alter function.
gsb_fpp_customization.module | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 4 years ago author: Greg Mercer, 4 years ago
Adding code to put the gsb_fpp_customization module at a greater weight than the panopoly_widgets module.
gsb_fpp_customization.install | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)

view commit - committer: Greg Mercer, 4 years ago author: Greg Mercer, 4 years ago
Create gsb_fpp_customization.module
gsb_fpp_customization.module | 74 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 74 insertions(+)

view commit - committer: Greg Mercer, 4 years ago author: Greg Mercer, 4 years ago
Create gsb_fpp_customization.info
gsb_fpp_customization.info | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Greg Mercer, 4 years ago author: Greg Mercer, 4 years ago
Initial commit
README.md | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_public_statistics
===========================================
view commit - committer: GitHub, 3 months ago author: Greg Mercer, 3 months ago
WP-7683 Changed the webmaster email for the $from
gsb_public_statistics.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: GitHub, 3 months ago author: Greg Mercer, 3 months ago
WP-7683 Changing to DRUSH_BOOTSTRAP_DRUPAL_FULL to see if that helps with sending emails
gsb_public_statistics.drush.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: GitHub, 3 months ago author: Greg Mercer, 3 months ago
WP-7683 Fixing up some issues with the previous commit
gsb_public_statistics.drush.inc | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)

view commit - committer: GitHub, 3 months ago author: Greg Mercer, 3 months ago
WP-7683 Added new drush command
gsb_public_statistics.drush.inc | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago
adjust the title size
gsb_public_statistics.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago
WP-6365 add inline styling for table tags
gsb_public_statistics.module | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago
WP-6365 increase size of diff section header
gsb_public_statistics.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago
WP-6365 modification for getting diffs
gsb_public_statistics.module | 72 +++++++++++++++++++++++++++++++++++---------
1 file changed, 58 insertions(+), 14 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago
WP-6365 modify the params for mail
gsb_public_statistics.module | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago
WP-6365 update uninstall hook
gsb_public_statistics.install | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago
WP-6365 print the message in debug mode
gsb_public_statistics.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago
WP-6365 search the values in array
gsb_public_statistics.module | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago
WP-6365 implement diffs feature
gsb_public_statistics.module | 56 +++++++++++++++++++++++++++++++++-----------
1 file changed, 42 insertions(+), 14 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago
WP-6365 modification to send html mail
gsb_public_statistics.module | 87 +++++++++++++++++++++++---------------------
1 file changed, 46 insertions(+), 41 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago
WP-6329 minor updates
gsb_public_statistics.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago
WP-6329 new module sends statistics
gsb_public_statistics.info | 5 ++
gsb_public_statistics.install | 20 +++++++
gsb_public_statistics.module | 122 ++++++++++++++++++++++++++++++++++++++++++
3 files changed, 147 insertions(+)

view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_url_shortener
===========================================
view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
WP-5986 Changed order of fields to show destination first and then alias.
gsb_url_shortener.admin.inc | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago
WP-5871 A small adjustment to the overview page to have the link path prefixed with 'r/'
gsb_url_shortener.admin.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5871 Switching to use drupal_http_build_query.
gsb_url_shortener.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5871 Added referer query param to the goto destination url
gsb_url_shortener.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5871 Changed title for the edit page
gsb_url_shortener.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5871 Added destination url validation
gsb_url_shortener.admin.inc | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5871 Cleanup text and comments to use shortended instead of connecting
gsb_url_shortener.admin.inc | 8 ++++----
lib/GSBUrlShortener.php | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5871 Adding new code for creating a redirect service
gsb_url_shortener.admin.inc | 146 ++++++++++++++++++++++++++++++++++++++++++++
gsb_url_shortener.info | 5 ++
gsb_url_shortener.install | 37 +++++++++++
gsb_url_shortener.module | 123 +++++++++++++++++++++++++++++++++++++
lib/GSBUrlShortener.php | 113 ++++++++++++++++++++++++++++++++++
5 files changed, 424 insertions(+)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_field_authors
===========================================
view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5372 Removed label 'Faculty Authors' from the extra field gsb_feature_base_fields_faculty_authors
gsb_field_authors.module | 10 ----------
1 file changed, 10 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3604: Properly check status of faculty within field_authors.
gsb_field_authors.module | 54 ++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 52 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3604: Properly check status of faculty within field_authors.
gsb_field_authors.module | 54 ++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 52 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3589: Check status before displaying authors.
gsb_field_authors.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3469: Set default Profile Visibility as Visible when pre-filling author from Faculty node.
gsb_field_authors.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3347: Remove Featured option from publications.
gsb_field_authors.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3332: FormObserve library was removed.
gsb_field_authors_handler_field_profile_visibility.inc | 1 +
js/gsb_field_authors.js | 3 ---
2 files changed, 1 insertion(+), 3 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3333: Remove manual resetting of value.
js/gsb_field_authors.js | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3302: Ensure field author visibility is marked as saved.
js/gsb_field_authors.js | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3302: Ensure field author visibility is marked as saved.
js/gsb_field_authors.js | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3321: Additional authors field shouldn't be prepopulated.
gsb_field_authors.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3230: Relabel Authors FC button labels.
gsb_field_authors.module | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3211: If a parent node was specified, use that to prefill the authors information.
gsb_field_authors.module | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3215: Move field_author specific code to gsb_field_authors.
gsb_field_authors.module | 176 +++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 176 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3194: Profile visibility allowed values need to take non-field collection entities into account.
gsb_field_authors.module | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3124: Each change to the visibility field should only trigger one request.
gsb_field_authors.module | 12 ++++++++----
js/gsb_field_authors.js | 38 +++++++++++++++-----------------------
2 files changed, 23 insertions(+), 27 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3088: If the entity is not provided, assume it can have a "featured" value.
gsb_field_authors.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3069: Pass the entity to the allowed values callback, and do not cache the results.
gsb_field_authors.module | 4 +++-
gsb_field_authors_handler_field_profile_visibility.inc | 12 ++++++++++--
2 files changed, 13 insertions(+), 3 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3069: The entity may not exist or may not be a field collection, check first.
gsb_field_authors.module | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3069 Added allowed option values function for profile visibility.
gsb_field_authors.module | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3052: Update the visibility when the select list is changed.
gsb_field_authors.module | 44 ++++++++++++++++++++++
...ld_authors_handler_field_profile_visibility.inc | 40 ++++++++++++++++++++
js/gsb_field_authors.js | 41 ++++++++++++++++++++
3 files changed, 125 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3052: Display a select list for visibility when toggled.
...ld_authors_handler_field_profile_visibility.inc | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 8 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3052: Lay groundwork for a custom visibility field handler.
gsb_field_authors.info | 1 +
gsb_field_authors.module | 19 +++++++
...ld_authors_handler_field_profile_visibility.inc | 60 ++++++++++++++++++++++
3 files changed, 80 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
Initial commit
gsb_field_authors.info | 5 +++++
1 file changed, 5 insertions(+)

===========================================
./gsb_cvent
===========================================
view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago
WP-5926 fix the cron function for single event import
gsb_cvent.module | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5876 set _blank attribute for link during import
gsb_cvent.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago
WP-5862: Redo the logic for importing events.
gsb_cvent.module | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++------
1 file changed, 59 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago This reverts commit 03a2088831f595bc82b0c2604c87c9dcdbac1aaf.

Revert "Adjust time that is stored to the event timezone."
gsb_cvent.module | 37 +++++++++++--------------------------
1 file changed, 11 insertions(+), 26 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago
Adjust time that is stored to the event timezone.
gsb_cvent.module | 37 ++++++++++++++++++++++++++-----------
1 file changed, 26 insertions(+), 11 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5680 fix the date passed to get updated and check link
gsb_cvent.module | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5680 changed cron end time
gsb_cvent.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5680 fix the cron
gsb_cvent.module | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5680 fix the id
gsb_cvent.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5680 fix taxonomy search for event category
gsb_cvent.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5680 update the import logic and fix workbench access
gsb_cvent.module | 123 +++++++++++++++++++++++++++++++------------------------
1 file changed, 69 insertions(+), 54 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5680 remove workbench code
gsb_cvent.module | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5680 fix the program and workbench access
gsb_cvent.module | 30 ++++++++++++++++++++++++------
1 file changed, 24 insertions(+), 6 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5680 modify the logic for importing cvents
gsb_cvent.module | 103 ++++++++++++++++++++++++++++++++++++++++++-------------
1 file changed, 79 insertions(+), 24 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5680 fix the import mapping and add cron
gsb_cvent.module | 78 ++++++++++++++++++++++++++++++++++----------------------
1 file changed, 47 insertions(+), 31 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5680 fix fields to session
gsb_cvent.module | 86 +++++++++++++++++++++++++++-----------------------------
1 file changed, 42 insertions(+), 44 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5645 fix the event category
gsb_cvent.module | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5647 set workbench moderation to publish
gsb_cvent.module | 26 +++++++++++++++++++++++++-
1 file changed, 25 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5643 do a batch import for cvent
gsb_cvent.module | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++------
1 file changed, 63 insertions(+), 7 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5643 fix to import sessions with event
gsb_cvent.module | 43 +++++++++++++++++++++++++++++++++----------
1 file changed, 33 insertions(+), 10 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5644 convert start end date to UTC and store
gsb_cvent.module | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5555 add node save for new nodes
gsb_cvent.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5555 remove the default address values
gsb_cvent.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5555 fix the category and workbench access
gsb_cvent.module | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5555 set default workbench access and default address 1, zipcode field
gsb_cvent.module | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5555 fix the import
gsb_cvent.module | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5555 add region field
gsb_cvent.module | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5555 get events with certain event types
gsb_cvent.module | 38 ++++++++++++++++++++++++++++----------
1 file changed, 28 insertions(+), 10 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5555 fix the import
gsb_cvent.admin.inc | 30 ++++++++++++++++++++++++++++
gsb_cvent.info | 2 +-
gsb_cvent.module | 57 ++++++++++++++++++++++++++++++++++-------------------
3 files changed, 68 insertions(+), 21 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5555 add cvent import module
README.md | 3 +-
gsb_cvent.info | 11 ++++
gsb_cvent.module | 151 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 164 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_acquia_tokens
===========================================
view commit - committer: Adam Moore, 3 years, 5 months ago author: Adam Moore, 3 years, 5 months ago
Make sure the variable exists.
gsb_acquia_tokens.tokens.inc | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 4 years, 2 months ago author: Adam Moore, 4 years, 2 months ago
Add the correct form id. Remove debugging message. Add validation for acquia tokens on the field.
gsb_acquia_tokens.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 4 years, 2 months ago author: Adam Moore, 4 years, 2 months ago
Initial commit.
gsb_acquia_tokens.info | 6 ++++
gsb_acquia_tokens.module | 9 ++++++
gsb_acquia_tokens.tokens.inc | 73 ++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 88 insertions(+)

===========================================
./gsb_fpp_stock_content
===========================================
view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago
WP-3709 Added homepage_cta as a stockable
gsb_fpp_stock_content.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 2 months ago author: Greg Mercer, 3 years, 2 months ago
WP-2317 Added featured person as a stockable
gsb_fpp_stock_content.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Spiffin' up some of the comments to provide more detail.
gsb_fpp_stock_content.module | 21 +++++++++++++++++----
1 file changed, 17 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Added hook for gsb_fpp_customization_remove_category_alter()
gsb_fpp_stock_content.module | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Added a dependency for gsb_fpp_customization.
gsb_fpp_stock_content.info | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Removed some testing code.
gsb_fpp_stock_content.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Added call to hook_gsb_fpp_customization_add_category_alter()
gsb_fpp_stock_content.module | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
New Stock Content module
gsb_fpp_stock_content.info | 5 ++
gsb_fpp_stock_content.module | 107 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 112 insertions(+)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Initial commit
README.md | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_trim
===========================================
view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
WP-3401: Use trim to strip just spaces.
gsb_trim.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
WP-3401: Replace preg_replace with trim for the good.
gsb_trim.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
Initial commit.
README.md | 4 ++++
gsb_trim.info | 5 +++++
gsb_trim.module | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 65 insertions(+)

===========================================
./gsb_cmis
===========================================
view commit - committer: Ayuta Padhi, 7 weeks ago author: Ayuta Padhi, 7 weeks ago
WP-7706 fix for empty href
gsb_cmis.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7400 Only return true if logged into CAS and Drupal
gsb_cmis.module | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago
WP-6301 append the extension cmis filename
gsb_cmis.module | 26 +++++++++++++++++++++++++-
1 file changed, 25 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
Removing watchdog statements.
gsb_cmis.module | 56 --------------------------------------------------------
1 file changed, 56 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5314: update the text and markup for case downloads.
gsb_cmis.module | 30 +++++++++++++-----------------
1 file changed, 13 insertions(+), 17 deletions(-)

view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago
WP-5199 Modified the download button based on the access property to drive the download pages interaction.
gsb_cmis.module | 11 +++++++++++
1 file changed, 11 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-4915-2 Modified the gsb_cmis_check_all_auths() function to consider the cwoAccess settings
gsb_cmis.module | 63 +++++++++++++++++++++++++++++++++++++++++++++++----------
1 file changed, 52 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-4915-2 Cleaned up the function gsb_cmis_getCaseAccess()
gsb_cmis.module | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-4915-1 Changed gsb_cmis_node_view() to display a download button if the case has that access
gsb_cmis.module | 79 ++++++++++++++++++++++++++++++++++++++++++++-------------
1 file changed, 62 insertions(+), 17 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5177: update the markup for cas login.
gsb_cmis.module | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-4915 Changed gsb_cmis_check_all_auths to recognize when the user has logged in via cas or simplesaml.
gsb_cmis.module | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-4915 Construct the next_url from the base_url and current_path
gsb_cmis.module | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-4915 Adding authtype setting
js/gsb_cmis.js | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-4915 Rough cut of initial changes for supporting simplesaml/cas login choice feature
gsb_cmis.module | 341 ++++++++++++++++++++++++++++++++++++++++++++------------
1 file changed, 272 insertions(+), 69 deletions(-)

view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago
WP-4515 Changed name to have underscore instead of dash (ie. gsb-apps:nongsb_deny)
gsb_cmis.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4515 Added code to check for denied workgroup
gsb_cmis.module | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago
Removed start and end watchdog calls
gsb_cmis.module | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3684 Added new function _gsb_cmis_getITTestfolderUUIDs
gsb_cmis.module | 42 ++++++++++++++++++++++++++++++++++++++++--
1 file changed, 40 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago
WP-3684 Code to skip the ITTest folders
gsb_cmis.module | 10 ++++++++++
1 file changed, 10 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3684 Added new function _gsb_cmis_getITTestfolderUUIDs
view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3684 Added new function _gsb_cmis_getITTestfolderUUIDs
gsb_cmis.module | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)

view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago
WP-3684 Code to skip the ITTest folders
gsb_cmis.module | 10 ++++++++++
1 file changed, 10 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3684 Set the repository name before call to getObjectByPath
gsb_cmis.drush.inc | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago
WP-3684 Changed the name of the variable for the case alfresco folder.
gsb_cmis.drush.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3684 Changes to support new ITTest folder on Alfresco
gsb_cmis.drush.inc | 32 ++++++++++++++++++++++++++++++--
1 file changed, 30 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago
WP-3614 Small changes for the text displayed if the user doesn't have access to the case.
gsb_cmis.module | 58 ++++++++++++++++++++++++++++++++-------------------------
1 file changed, 33 insertions(+), 25 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3602 Checking cmis exception for unfound object
gsb_cmis.module | 22 +++++++++++++++-------
1 file changed, 15 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3531 New close-window click event
js/gsb_cmis.js | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3531 Removing some testing stuff
gsb_cmis.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3531 Theming for the download page
gsb_cmis.module | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3531 New close-window click event
js/gsb_cmis.js | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3531 Removing some testing stuff
gsb_cmis.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3531 Theming for the download page
gsb_cmis.module | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3508: add wrapper for button.
gsb_cmis.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3413-2 Fixed to use the $node_type from the foreach... ooops
gsb_cmis.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3413-2 Adding a download button for case and working paper
gsb_cmis.module | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3542 Modified authenication to apply only to the Case content type
gsb_cmis.module | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3415-1 Added check for gsb workgroups
gsb_cmis.module | 84 ++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 46 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3415-1 Changes to add new simple saml authenication checking
gsb_cmis.module | 36 +++++++++++++++++++++++++-----------
js/gsb_cmis.js | 4 ++--
2 files changed, 27 insertions(+), 13 deletions(-)

view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3413-1 Changed url for get-alfresco-doc
js/gsb_cmis.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3413-1 Added new function gsb_cmis_check_simplesaml_auth()
gsb_cmis.module | 77 ++++++++++++++++++++++++++++++++++++++-------------------
1 file changed, 52 insertions(+), 25 deletions(-)

view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3413 Removed test of $node
gsb_cmis.module | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)

view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3413 Changed access to be opened.
gsb_cmis.module | 19 +++++--------------
1 file changed, 5 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3413 Changed saml auth checking to just call simplesaml_auth_login_check()
gsb_cmis.module | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3413 Added new function gsb_cmis_get_alfresco_doc() to stream docs
gsb_cmis.info | 1 +
gsb_cmis.module | 6 +++++-
2 files changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3413 Changed saml auth checking to just call simplesaml_auth_login_check()
gsb_cmis.module | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++-------
1 file changed, 58 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3415 Changed saml auth checking to just call simplesaml_auth_login_check()
gsb_cmis.module | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3415 Added permission hook for Access gsb_cmis_download_doc
gsb_cmis.module | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3480 Added an empty check for free_case value
gsb_cmis.module | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3415 Added code to handle authorization checking before triggering download from Alfresco
gsb_cmis.module | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
js/gsb_cmis.js | 12 +++++++
2 files changed, 110 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3413 Added new function gsb_cmis_get_alfresco_doc() to stream docs
gsb_cmis.info | 1 +
gsb_cmis.module | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3197 Added watchdog statements related to the doc.
gsb_cmis.module | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer, 3 years ago
Adding testing code.
gsb_cmis.drush.inc | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer, 3 years ago
WP-2606 A little code cleanup.
gsb_cmis.drush.inc | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer, 3 years ago
WP-2606 A little code cleanup.
gsb_cmis.module | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2606 added dt()
gsb_cmis.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer, 3 years ago
WP-2606 Removing testing code.
gsb_cmis.drush.inc | 39 ---------------------------------------
1 file changed, 39 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer, 3 years ago
WP-2606 Removing testing code.
gsb_cmis.module | 27 ---------------------------
1 file changed, 27 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2606 Changing to use gsb_cmis_log
gsb_cmis.drush.inc | 4 ++++
gsb_cmis.module | 11 +++++++++++
2 files changed, 15 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer (GBear), 3 years ago
Adding some testing code
gsb_cmis.drush.inc | 35 +++++++++++++++++++++++++++++++++++
gsb_cmis.info | 7 +++++++
gsb_cmis.module | 42 +++++++++++++++++++++++++++---------------
3 files changed, 69 insertions(+), 15 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2606 Code cleanup
gsb_cmis.module | 133 --------------------------------------------------------
1 file changed, 133 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2606 Initial commit of changes related to import testing
gsb_cmis.drush.inc | 9 ++-
gsb_cmis.info | 7 ++
gsb_cmis.module | 230 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
3 files changed, 240 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 3 years ago author: Greg Mercer, 3 years ago
Adding testing code.
gsb_cmis.drush.inc | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)

view commit - committer: Greg Mercer, 3 years ago author: Greg Mercer, 3 years ago
WP-2606 A little code cleanup.
gsb_cmis.drush.inc | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 3 years ago author: Greg Mercer, 3 years ago
WP-2606 A little code cleanup.
gsb_cmis.module | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years ago author: Greg Mercer (GBear), 3 years ago
Merge branch 'WP-2606' of github.com:gsbitse/gsb_cmis into WP-2606
view commit - committer: Greg Mercer (GBear), 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2606 added dt()
gsb_cmis.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years ago author: Greg Mercer, 3 years ago
WP-2606 Removing testing code.
gsb_cmis.drush.inc | 39 ---------------------------------------
1 file changed, 39 deletions(-)

view commit - committer: Greg Mercer, 3 years ago author: Greg Mercer, 3 years ago
WP-2606 Removing testing code.
gsb_cmis.module | 27 ---------------------------
1 file changed, 27 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2606 Changing to use gsb_cmis_log
gsb_cmis.drush.inc | 4 ++++
gsb_cmis.module | 11 +++++++++++
2 files changed, 15 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years ago author: Greg Mercer (GBear), 3 years ago
Adding some testing code
gsb_cmis.drush.inc | 35 +++++++++++++++++++++++++++++++++++
gsb_cmis.info | 7 +++++++
gsb_cmis.module | 42 +++++++++++++++++++++++++++---------------
3 files changed, 69 insertions(+), 15 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2606 Code cleanup
gsb_cmis.module | 133 --------------------------------------------------------
1 file changed, 133 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2606 Initial commit of changes related to import testing
gsb_cmis.drush.inc | 9 ++-
gsb_cmis.info | 7 ++
gsb_cmis.module | 230 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
3 files changed, 240 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 3 years ago author: Greg Mercer, 3 years ago
Converting dash to underscore if passing in working-paper as the content type.
gsb_cmis.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer, 3 years ago author: Greg Mercer, 3 years ago
Changed the callback call to look up info based on content type.
gsb_cmis.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2357 Changed drush_gsb_cmis_ct_import() to have the content type passed in
gsb_cmis.drush.inc | 27 +++++++++++----------------
gsb_cmis.info | 4 ++--
2 files changed, 13 insertions(+), 18 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2357 Added support for importing working_papers ct
gsb_cmis.drush.inc | 10 +++++++++-
gsb_cmis.info | 7 +++++++
gsb_cmis.module | 6 +++---
3 files changed, 19 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 3 years, 1 month ago author: Greg Mercer, 3 years, 1 month ago
Changed the example text
gsb_cmis.drush.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 1 month ago author: Greg Mercer, 3 years, 1 month ago
Changed uuid from hard-coded to an argument for the drush command
gsb_cmis.drush.inc | 23 ++++++++++++++++++-----
1 file changed, 18 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2361 Initial commit for new repo
gsb_cmis.drush.inc | 47 ++++++++++++++++++++++++++++++++++++++++++++++
gsb_cmis.info | 9 +++++++++
gsb_cmis.install | 18 ++++++++++++++++++
gsb_cmis.module | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 129 insertions(+)

view commit - committer: Greg Mercer, 3 years, 1 month ago author: Greg Mercer, 3 years, 1 month ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_robots
===========================================
view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
Need to disable the per site settings due to caching issues.
gsb_robots.module | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
Try adding drupal_exit.
gsb_robots.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
Remove line of code that is causing robots.txt to be gzipped twice.
gsb_robots.module | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago
Initial Commit.
gsb_robots.admin.inc | 24 +++++++++++++++++++++
gsb_robots.info | 5 +++++
gsb_robots.module | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 90 insertions(+)

===========================================
./gsb_public_custom_blocks
===========================================
view commit - committer: Ayuta Padhi, 3 weeks ago author: Ayuta Padhi, 3 weeks ago
WP-7722 updated url to use https for enews-signup block
enews_signup/templates/gsb-public-custom-blocks-enews-signup.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: GitHub, 4 weeks ago author: Greg Mercer, 4 weeks ago
WP-7722 Backing off this last commit. We ran into an error during the release for 6.26
enews_signup/templates/gsb-public-custom-blocks-enews-signup.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: vvijayan, 4 weeks ago author: vvijayan, 4 weeks ago
WP-7722 http to https url change
enews_signup/templates/gsb-public-custom-blocks-enews-signup.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: GitHub, 9 weeks ago author: Greg Mercer, 9 weeks ago
WP-7698 Changed help text for library chat.
plugins/content_types/library_chat_form.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago
WP-7632 Moved the gsb_tweetfeed.init() call into a .js file - which gets attached to the js in the footer
js/homepage_social_feed.js | 17 +++++++++++++++++
plugins/content_types/homepage_social_feed.inc | 16 +++++++++-------
2 files changed, 26 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago
WP-7635 Changed the link for Follow Us CTA
follow_us/templates/gsb-public-custom-blocks-follow-us.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Ayuta Padhi, 5 months ago
WP-7574 Added tinypng compression to mini finder image
exec_ed/templates/gsb-public-custom-blocks-mini_program_finder.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Ayuta Padhi, 5 months ago
WP-7574 swiched image style to tinypng compression
exec_ed/templates/gsb-public-custom-blocks-mini_program_finder.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago
WP-7574 Added tinypng compression to mini finder image
exec_ed/templates/gsb-public-custom-blocks-mini_program_finder.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago
WP-7574 swiched image style to tinypng compression
exec_ed/templates/gsb-public-custom-blocks-mini_program_finder.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago
WP-7500 New code for analytics related to brochure downloads
js/ee_brochure_download.js | 38 ++++++++++++++++
plugins/content_types/ee_brochure_download.inc | 60 ++++++++++++++++++++++++++
2 files changed, 98 insertions(+)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago
WP-7563 Added the link_url to the template variables and rendered if not empty
.../templates/gsb-public-custom-blocks-degree_programs.tpl.php | 6 +++++-
plugins/content_types/degree_programs.inc | 1 +
2 files changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago
WP-7533 Commenting out the Panel Pane for "Who should attend"
plugins/content_types/program_who_should_attend.inc | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago
WP-7533 Commenting out the Panel Pane for "Who should attend"
plugins/content_types/program_who_should_attend.inc | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago
WP-7515 Removed code for gpcb_breadcrumbs custom block
gsb_public_custom_blocks.module | 11 -----------
1 file changed, 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Ayuta Padhi, 6 months ago
WP-7488 changed mini finder h1
plugins/content_types/mini_program_finder.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Ayuta Padhi, 6 months ago
WP-7488 fix for date picker not closing when clicked outside picker
js/mini_program_finder.js | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago
WP-7488 changed mini finder h1
plugins/content_types/mini_program_finder.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago
WP-7488 fix for date picker not closing when clicked outside picker
gsb_public_custom_blocks.module | 2 ++
js/mini_program_finder.js | 4 ++++
2 files changed, 6 insertions(+)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7416: update the map link class.
map_link/templates/gsb-public-custom-blocks-map-link.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago
WP-7448 updated H1 for mini finder
plugins/content_types/mini_program_finder.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Ayuta Padhi, 6 months ago
WP-7446 Added date picker changes for mini finder
js/mini_program_finder.js | 49 +++++++++++++++++++++++++++++++++++++----------
1 file changed, 39 insertions(+), 10 deletions(-)

view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago
WP-7446 Added date picker changes for mini finder
js/mini_program_finder.js | 49 +++++++++++++++++++++++++++++++++++++----------
1 file changed, 39 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago
WP-7450 Added new content pane for "Who Should Attend"
.../content_types/program_who_should_attend.inc | 27 ++++++++++++++++++++++
1 file changed, 27 insertions(+)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago
WP-7450 Added new content pane for "Who Should Attend"
.../content_types/program_who_should_attend.inc | 27 ++++++++++++++++++++++
1 file changed, 27 insertions(+)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7409: rearrage button position.
.../templates/gsb-public-custom-blocks-mini_program_finder.tpl.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago
WP-7401 Removed Done and ClearAll buttons from minifinder
js/mini_program_finder.js | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Ayuta Padhi, 7 months ago
WP-7249 mini finder date picker fix for today's date
plugins/content_types/mini_program_finder.inc | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago
WP-7343 changed link to detailed page for featured event
plugins/content_types/featured_event.inc | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)

view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago
WP-7249 mini finder date picker fix for today's date
plugins/content_types/mini_program_finder.inc | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Ayuta Padhi, 7 months ago
WP-7249 Fix for mini finder data range
plugins/content_types/mini_program_finder.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago
WP-7249 Fix for mini finder data range
plugins/content_types/mini_program_finder.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7195: do not print hero if there is not content.
.../gsb-public-custom-blocks-hero_region.tpl.php | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7275 Added check for isMobile() and if true then dont add hero slideshow
hero_region/hero_region.theme.inc | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7275 Added check for isMobile() and if true then dont add hero slideshow
hero_region/hero_region.theme.inc | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7249: set two options for date range picker.
js/mini_program_finder.js | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Ayuta Padhi, 7 months ago
WP-7289 fix for date range dropdown
gsb_public_custom_blocks.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago
WP-7289 fix for date range dropdown
gsb_public_custom_blocks.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7229 Removing some testing values. Ooops-sie.
plugins/content_types/library_searchworks_form.inc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7229 Changed form to submit to new library form
plugins/content_types/library_searchworks_form.inc | 31 +++++++++++++++++-----
1 file changed, 24 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7204: adjust markup.
.../gsb-public-custom-blocks-mini_program_finder.tpl.php | 15 +++++----------
plugins/content_types/mini_program_finder.inc | 4 +++-
2 files changed, 8 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7148 Adding support for slideshow rendering
hero_region/hero_region.theme.inc | 18 +++++++++++++++++-
.../gsb-public-custom-blocks-hero_region.tpl.php | 10 +++++++---
2 files changed, 24 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7204: adjust markup.
.../gsb-public-custom-blocks-mini_program_finder.tpl.php | 15 +++++----------
plugins/content_types/mini_program_finder.inc | 4 +++-
2 files changed, 8 insertions(+), 11 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7124: adjust markup.
.../gsb-public-custom-blocks-mini_program_finder.tpl.php | 15 +++++----------
plugins/content_types/mini_program_finder.inc | 4 +++-
2 files changed, 8 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Ayuta Padhi, 8 months ago
WP-7153 renamed function
plugins/content_types/degree_programs.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 8 months ago author: Ayuta Padhi, 8 months ago
WP-7153 renamed function
plugins/content_types/degree_programs.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Ayuta Padhi, 8 months ago
WP-7153 added sorting logic for full-time degree program without stanford prefix
plugins/content_types/degree_programs.inc | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)

view commit - committer: Ayuta Padhi, 8 months ago author: Ayuta Padhi, 8 months ago
WP-7153 added sorting logic for full-time degree program without stanford prefix
plugins/content_types/degree_programs.inc | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7124: change class name and add wrapper class.
.../gsb-public-custom-blocks-need_more_information.tpl.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Ayuta Padhi, 8 months ago
WP-7146 swiched mini finder key topics to all topics
plugins/content_types/mini_program_finder.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 8 months ago author: Ayuta Padhi, 8 months ago
WP-7146 swiched mini finder key topics to all topics
plugins/content_types/mini_program_finder.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Ayuta Padhi, 8 months ago
WP-7129 Bug fix for download zip file
gsb_public_custom_blocks.module | 3 ++-
plugins/content_types/ee_brochure_download.inc | 4 +++-
2 files changed, 5 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 8 months ago author: Ayuta Padhi, 8 months ago
WP-7129 Bug fix for download zip file
gsb_public_custom_blocks.module | 2 ++
plugins/content_types/ee_brochure_download.inc | 4 +++-
2 files changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
Fixing a warning
hero_region/hero_region.theme.inc | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7083 Removing an unneeded include
gsb_public_custom_blocks.module | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7083 Removing an unneeded include
gsb_public_custom_blocks.module | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7083 Added need_more_information as a block
...lic-custom-blocks-need_more_information.tpl.php | 2 +-
gsb_public_custom_blocks.module | 72 ++++++++++++++++++++++
hero_region/hero_region.theme.inc | 2 +-
3 files changed, 74 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7083 Added need_more_information as a block
...lic-custom-blocks-need_more_information.tpl.php | 2 +-
gsb_public_custom_blocks.module | 72 ++++++++++++++++++++++
hero_region/hero_region.theme.inc | 2 +-
3 files changed, 74 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Ayuta Padhi, 8 months ago
WP-7056 Added download zipfile button
plugins/content_types/ee_brochure_download.inc | 34 +++++++++++++++++++++++---
1 file changed, 30 insertions(+), 4 deletions(-)

view commit - committer: Ayuta Padhi, 8 months ago author: Ayuta Padhi, 8 months ago
WP-7056 Added download zipfile button
plugins/content_types/ee_brochure_download.inc | 34 +++++++++++++++++++++++---
1 file changed, 30 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Ayuta Padhi, 8 months ago
WP-7011 added header text
.../templates/gsb-public-custom-blocks-degree_programs.tpl.php | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Ayuta Padhi, 8 months ago author: Ayuta Padhi, 8 months ago
WP-7011 added header text
.../templates/gsb-public-custom-blocks-degree_programs.tpl.php | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7058 Adding hero region custom block
gsb_public_custom_blocks.module | 11 +++++++++++
hero_region/hero_region.theme.inc | 18 ++++++++++++++++++
.../gsb-public-custom-blocks-hero_region.tpl.php | 6 ++++++
3 files changed, 35 insertions(+)

view commit - committer: Ayuta Padhi, 8 months ago author: Ayuta Padhi, 8 months ago
WP-7055 removed extra text from confirmation block
plugins/content_types/ee_brochure_download.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Ayuta Padhi, 9 months ago
WP-7031 Added condition not to display empty ctas
.../gsb-public-custom-blocks-need_more_information.tpl.php | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Ayuta Padhi, 9 months ago
WP-7011 Added GSB Full-time degree program custom block
degree_programs/degree_programs.theme.inc | 8 ++++
...sb-public-custom-blocks-degree_programs.tpl.php | 16 +++++++
gsb_public_custom_blocks.module | 7 ++-
plugins/content_types/degree_programs.inc | 50 ++++++++++++++++++++++
4 files changed, 79 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer, 9 months ago
WP-7021 Removing block visibility functions.
gsb_public_custom_blocks.module | 48 -----------------------------------------
1 file changed, 48 deletions(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-7021 Removing block visibility functions.
gsb_public_custom_blocks.module | 48 -----------------------------------------
1 file changed, 48 deletions(-)

view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago
WP-7031 Added condition not to display empty ctas
.../gsb-public-custom-blocks-need_more_information.tpl.php | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago
WP-7011 Added GSB Full-time degree program custom block
degree_programs/degree_programs.theme.inc | 8 ++++
...sb-public-custom-blocks-degree_programs.tpl.php | 16 +++++++
gsb_public_custom_blocks.module | 7 ++-
plugins/content_types/degree_programs.inc | 50 ++++++++++++++++++++++
4 files changed, 79 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Adam Moore, 9 months ago
WP-6895: Add vmock pane.
gsb_public_custom_blocks.module | 66 +++++++++++++++++++++++++++-------
plugins/content_types/vmock_signup.inc | 24 +++++++++++++
2 files changed, 78 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 9 months ago author: Adam Moore, 9 months ago
WP-6895: Add vmock pane.
gsb_public_custom_blocks.module | 66 +++++++++++++++++++++++++++-------
plugins/content_types/vmock_signup.inc | 24 +++++++++++++
2 files changed, 78 insertions(+), 12 deletions(-)

view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago
WP-7007 Adjusted mini finder action to use direct daterange url
gsb_public_custom_blocks.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago
WP-6974 update the type of request value
plugins/content_types/library_contact_form.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Ayuta Padhi, 9 months ago
WP-6732 Implementation of mini program finder
gsb_public_custom_blocks.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6732 Changing to use path of multiple-select
gsb_public_custom_blocks.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Ayuta Padhi, 9 months ago
WP-6732 Implementation of mini program finder
exec_ed/exec_ed.theme.inc | 4 +-
...ublic-custom-blocks-mini_program_finder.tpl.php | 11 ++
gsb_public_custom_blocks.module | 132 +++++++++++++++++++
js/mini_program_finder.js | 144 +++++++++++++++++++++
plugins/content_types/mini_program_finder.inc | 72 +++++++++++
5 files changed, 362 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago
WP-6732 Implementation of mini program finder
exec_ed/exec_ed.theme.inc | 5 +-
...ublic-custom-blocks-mini_program_finder.tpl.php | 11 ++
gsb_public_custom_blocks.module | 133 +++++++++++++++++++
js/mini_program_finder.js | 144 +++++++++++++++++++++
plugins/content_types/mini_program_finder.inc | 72 +++++++++++
5 files changed, 364 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago
WP-6942 update the seed and exec-ed footer sign up message
exec_ed/templates/gsb-public-custom-blocks-stay_informed.tpl.php | 2 +-
seed/templates/gsb-public-custom-blocks-seed_stay_informed.tpl.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer, 9 months ago
WP-6956 Added a small exception for handling 'exec-ed/programs'
gsb_public_custom_blocks.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer, 9 months ago
WP-6956 Added block visibility callbacks
gsb_public_custom_blocks.module | 48 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6956 Added a small exception for handling 'exec-ed/programs'
gsb_public_custom_blocks.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6956 Added block visibility callbacks
gsb_public_custom_blocks.module | 48 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6878 Added new form submit handling
plugins/content_types/library_faq_form.inc | 19 +++++++++++++++++--
1 file changed, 17 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago
WP-6851 Download brochure fix
plugins/content_types/ee_brochure_download.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago
WP-6756 fixed error
plugins/content_types/ee_brochure_download.inc | 39 ++++++++++++++------------
1 file changed, 21 insertions(+), 18 deletions(-)

view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago
WP-6756 Added custom content for brochure download confirmation page
plugins/content_types/ee_brochure_download.inc | 41 ++++++++++++++++++++++++++
1 file changed, 41 insertions(+)

view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago
WP-6785 updated the webform path
seed/templates/gsb-public-custom-blocks-seed_stay_informed.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago
WP-6785 Added seed stay informed custom block
gsb_public_custom_blocks.module | 12 ++++++++++++
seed/seed.theme.inc | 3 +++
.../gsb-public-custom-blocks-seed_stay_informed.tpl.php | 12 ++++++++++++
3 files changed, 27 insertions(+)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6468: add custom seed title.
gsb_public_custom_blocks.module | 13 ++++++++++++-
seed/seed.theme.inc | 8 ++++++++
seed/templates/gsb-public-custom-blocks-seed.tpl.php | 1 +
3 files changed, 21 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6458: add custom seed title.
gsb_public_custom_blocks.module | 13 ++++++++++++-
seed/seed.theme.inc | 8 ++++++++
seed/templates/gsb-public-custom-blocks-seed.tpl.php | 1 +
3 files changed, 21 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer, 10 months ago
WP-6669 Small cleanup from previous commit
plugins/content_types/need_more_information.inc | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6669 Small cleanup from previous commit
plugins/content_types/need_more_information.inc | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago
WP-6669 removed extra code
plugins/content_types/need_more_information.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago
WP-6669 Added need more information custom block
application_finder/application_finder.theme.inc | 8 +++
...lic-custom-blocks-need_more_information.tpl.php | 17 ++++++
gsb_public_custom_blocks.module | 60 ++++++++++++++++++++++
plugins/content_types/need_more_information.inc | 25 +++++++++
4 files changed, 110 insertions(+)

view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago
WP-6698 Added stay informed custom block
exec_ed/exec_ed.theme.inc | 4 ++++
.../templates/gsb-public-custom-blocks-stay_informed.tpl.php | 12 ++++++++++++
gsb_public_custom_blocks.module | 11 +++++++++++
3 files changed, 27 insertions(+)

view commit - committer: Roopesh Naik, 11 months ago author: Roopesh Naik, 11 months ago
WP-6622 fixed goto market link
plugins/content_types/program_finder.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 12 months ago author: Meghan Plunkett, 12 months ago
WP-6420: add new custom block for exec ed title.
exec_ed/exec_ed.theme.inc | 8 ++++++++
.../templates/gsb-public-custom-blocks-exec_ed.tpl.php | 1 +
gsb_public_custom_blocks.module | 17 ++++++++++++++---
3 files changed, 23 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago
WP-6316 Removing ' Program' from being concatenated to section name
gsb_public_custom_blocks.module | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago
WP-6231 remove commencement chute plugin
plugins/content_types/commencement_social_feed.inc | 20 --------------------
1 file changed, 20 deletions(-)

view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago
WP-6233 Another small change requested by Jenny
plugins/content_types/salesform_cgriform.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago
WP-6233 A small change requested by Jenny
plugins/content_types/salesform_cgriform.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago
WP-6233 Adding new input fields - Alumni checkbox and Sunetid text.
plugins/content_types/salesform_cgriform.inc | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
Changing the prerender function for building tabs to work with the upgraded field_group module
gsb_public_custom_blocks.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago
WP-5904 Added call to new function gsb_custom_section_title_get_sections_separate_paths
gsb_public_custom_blocks.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer, 1 year, 6 months ago
WP-5583 New updates for the CGRI Closer Look Subscription Salesforce Form
plugins/content_types/salesform_cgriform.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago
WP-5904 Added call to new function gsb_custom_section_title_get_sections_separate_paths
gsb_public_custom_blocks.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5691 Address display fixed
plugins/content_types/featured_event.inc | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5691 Country fixed
plugins/content_types/featured_event.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5691 WP-5735 Fixed the country display and title path
plugins/content_types/featured_event.inc | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5691 & WP-5689 Fixed Featured event country display and removed empty box for no featured event
plugins/content_types/featured_event.inc | 107 +++++++++++++++++--------------
1 file changed, 59 insertions(+), 48 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5689 Bug fix not to display date for no featured event
plugins/content_types/featured_event.inc | 56 +++++++++++++++++---------------
1 file changed, 30 insertions(+), 26 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer, 1 year, 6 months ago
WP-5583 New updates for the CGRI Closer Look Subscription Salesforce Form
plugins/content_types/salesform_cgriform.inc | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5523 Fixed the location for featured event(WP-5614)
plugins/content_types/featured_event.inc | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer, 1 year, 6 months ago
Fixing up a merge conflict issue from the last set of commits.
plugins/content_types/featured_event.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5523 Added link to event detail page
plugins/content_types/featured_event.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5524: update markup.
plugins/content_types/featured_event.inc | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5543 Added featured event plugin
plugins/content_types/featured_event.inc | 83 ++++++++++++++++++++++++++++++++
1 file changed, 83 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5543 Added featured event plugin
gsb_public_custom_blocks.module | 11 -----------
1 file changed, 11 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5510 modified the search header and text
plugins/content_types/library_faq_form.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5691 Address display fixed
plugins/content_types/featured_event.inc | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5691 Country fixed
plugins/content_types/featured_event.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5691 WP-5735 Fixed the country display and title path
plugins/content_types/featured_event.inc | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5691 & WP-5689 Fixed Featured event country display and removed empty box for no featured event
plugins/content_types/featured_event.inc | 107 +++++++++++++++++--------------
1 file changed, 59 insertions(+), 48 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5689 Bug fix not to display date for no featured event
plugins/content_types/featured_event.inc | 56 +++++++++++++++++---------------
1 file changed, 30 insertions(+), 26 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5583 Cleaning up the form/html structure
plugins/content_types/salesform_cgriform.inc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5583 Cleaning up the form/html structure
plugins/content_types/salesform_cgriform.inc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
Merge branch 'WP-5583-3' into release-5.09
view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5583 Affiliation moved above title and reduced the number of options in salutation
plugins/content_types/salesform_cgriform.inc | 57 ++++------------------------
1 file changed, 8 insertions(+), 49 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
WP-5583 New updates for the CGRI Closer Look Subscription Salesforce Form
plugins/content_types/salesform_cgriform.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
WP-5583 New updates for the CGRI Closer Look Subscription Salesforce Form
plugins/content_types/salesform_cgriform.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
Resolving merge conflicts
view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
WP-5583 New updates for the CGRI Closer Look Subscription Salesforce Form
plugins/content_types/salesform_cgriform.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
WP-5583 New updates for the CGRI Closer Look Subscription Salesforce Form
plugins/content_types/salesform_cgriform.inc | 178 ++++++++++++++++++++-------
1 file changed, 131 insertions(+), 47 deletions(-)

view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
WP-5583 Correcting a few of the ids used in the form, to be set back to once they were.
plugins/content_types/salesform_cgriform.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
WP-5583 New updates for the CGRI Closer Look Subscription Salesforce Form
plugins/content_types/salesform_cgriform.inc | 178 ++++++++++++++++++++-------
1 file changed, 131 insertions(+), 47 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5523 Fixed the location for featured event(WP-5614)
plugins/content_types/featured_event.inc | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
Fixing up a merge conflict issue from the last set of commits.
plugins/content_types/featured_event.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5523 Added link to event detail page
plugins/content_types/featured_event.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Ayuta Padhi, 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5523 Added link to event detail page
plugins/content_types/featured_event.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5524: update markup.
plugins/content_types/featured_event.inc | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5543 Added featured event plugin
plugins/content_types/featured_event.inc | 83 ++++++++++++++++++++++++++++++++
1 file changed, 83 insertions(+)

view commit - committer: Ayuta Padhi, 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5543 Added featured event plugin
gsb_public_custom_blocks.module | 11 -----------
1 file changed, 11 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5510 modified the search header and text
plugins/content_types/library_faq_form.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago
Removed most recent change. Looks like the form already had the owner hidden field.
plugins/content_types/salesform_cgriform.inc | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago
Adding owner as a hidden field.
plugins/content_types/salesform_cgriform.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 1 year, 8 months ago author: Adam Moore, 1 year, 8 months ago
Removed breaks from labels.
plugins/content_types/salesform_cgriform.inc | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 1 year, 8 months ago author: Adam Moore, 1 year, 8 months ago
Add owner to cgri form.
plugins/content_types/salesform_cgriform.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago
Update salesform_cgriform.inc
plugins/content_types/salesform_cgriform.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago
Added js for checking required fields
plugins/content_types/salesform_cgriform.inc | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago
Updating with new field ids from Marlen
plugins/content_types/salesform_cgriform.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 1 year, 8 months ago author: Adam Moore, 1 year, 8 months ago
Make changes to cgri form according to vivek.
plugins/content_types/salesform_cgriform.inc | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5277 update the CGRI form
plugins/content_types/salesform_cgriform.inc | 78 ++++++++++++++++------------
1 file changed, 45 insertions(+), 33 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago
WP-5133: Add more spacing.
plugins/content_types/salesform_cgriform.inc | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago
WP-5133: Clean up style of form.
plugins/content_types/salesform_cgriform.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago
WP-5133 change the return path
plugins/content_types/salesform_cgriform.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago
WP-5133 update admin title
plugins/content_types/salesform_cgriform.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago
WP-5133 add CGRI form
plugins/content_types/salesform_cgriform.inc | 64 ++++++++++++++++++++++++++++
1 file changed, 64 insertions(+)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5136 Added update to delete older (no longer in use) taxonomy terms for GIP Programs.
gsb_public_custom_blocks.install | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago
Fix typo in function name.
plugins/content_types/salesform_webform.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5053 Added a test if we don't get the salesform_webform_vars
plugins/content_types/salesform_webform.inc | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5053 Added isset test.
plugins/content_types/salesform_webform.inc | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4954 rectify program finder global text
plugins/content_types/program_finder.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4954 update the text
plugins/content_types/program_finder.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4954 update program finder
plugins/content_types/program_finder.inc | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4770 update program finder plugin for EPEL
plugins/content_types/program_finder.inc | 24 ++++++++++++++++--------
1 file changed, 16 insertions(+), 8 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 rename and recat items
plugins/content_types/homepage_social_feed.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 category fixes
plugins/content_types/homepage_social_feed.inc | 2 +-
plugins/content_types/program_finder.inc | 2 +-
plugins/content_types/program_links.inc | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 moved this commit to WP-4736-1
plugins/content_types/homepage_social_feed.inc | 2 +-
plugins/content_types/program_finder.inc | 2 +-
plugins/content_types/program_links.inc | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 delete items from modal window
gsb_public_custom_blocks.module | 21 +--------------------
.../gsb-public-custom-blocks-virtual-tour.tpl.php | 4 ----
virtual_tour/virtual_tour.theme.inc | 8 --------
3 files changed, 1 insertion(+), 32 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 recategorize items - multiple items
plugins/content_types/homepage_social_feed.inc | 2 +-
plugins/content_types/program_finder.inc | 2 +-
plugins/content_types/program_links.inc | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 recategorize items - A-Z Last Name Filter
plugins/content_types/lastname_az_links.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 rename items
gsb_public_custom_blocks.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4604 rename and reassign - different modal items
plugins/content_types/bookmarklet_link.inc | 4 ++--
plugins/content_types/commencement_social_feed.inc | 4 ++--
plugins/content_types/cta_around_globe_map.inc | 4 ++--
plugins/content_types/library_chat_form.inc | 4 ++--
plugins/content_types/library_contact_form.inc | 4 ++--
plugins/content_types/library_faq_form.inc | 4 ++--
plugins/content_types/library_searchworks_form.inc | 4 ++--
plugins/content_types/rethink_form_email.inc | 4 ++--
plugins/content_types/salesform_webform.inc | 4 ++--
9 files changed, 18 insertions(+), 18 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 rename items
gsb_public_custom_blocks.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4589 remove unused items
about_campus/about_campus.theme.inc | 8 --
.../gsb-public-custom-blocks-about-campus.tpl.php | 4 -
gsb_public_custom_blocks.module | 40 ----------
plugins/content_types/e_newsletters_list.inc | 27 -------
plugins/content_types/media_toolkit.inc | 50 ------------
plugins/content_types/rethink_form.inc | 88 ----------------------
rethink/rethink.theme.inc | 8 --
.../gsb-public-custom-blocks-rethink.tpl.php | 5 --
8 files changed, 230 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago
WP-4416 Changing lead link to be /exed/lead/
plugins/content_types/program_finder.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4589 removed CTA GSB around the Globe and World
around_globe/around_globe.theme.inc | 8 -------
.../gsb-public-custom-blocks-around-globe.tpl.php | 7 ------
gsb_public_custom_blocks.info | 7 ++++++
gsb_public_custom_blocks.module | 12 -----------
plugins/content_types/cta_around_globe.inc | 25 ----------------------
5 files changed, 7 insertions(+), 52 deletions(-)

view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago
WP-4416 Changing lead link to be /exed/lead/
plugins/content_types/program_finder.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4589 remove unused items
about_campus/about_campus.theme.inc | 8 --
.../gsb-public-custom-blocks-about-campus.tpl.php | 4 -
gsb_public_custom_blocks.module | 40 ----------
plugins/content_types/e_newsletters_list.inc | 27 -------
plugins/content_types/media_toolkit.inc | 50 ------------
plugins/content_types/rethink_form.inc | 88 ----------------------
rethink/rethink.theme.inc | 8 --
.../gsb-public-custom-blocks-rethink.tpl.php | 5 --
8 files changed, 230 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4416 Changing to use one paragraph for Stanford Innovation and Entre section
plugins/content_types/program_finder.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4416 Changing LEAD Cert and Stanford Innovation and Entre Program Finder text
plugins/content_types/program_finder.inc | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4589 removed CTA GSB around the Globe and World
around_globe/around_globe.theme.inc | 8 -------
.../gsb-public-custom-blocks-around-globe.tpl.php | 7 ------
gsb_public_custom_blocks.info | 7 ++++++
gsb_public_custom_blocks.module | 12 -----------
plugins/content_types/cta_around_globe.inc | 25 ----------------------
5 files changed, 7 insertions(+), 52 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4491: change class names and add wrappers.
.../gsb-public-custom-blocks-enews-signup.tpl.php | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4442 Changed text from ReThink to Email
enews_signup/templates/gsb-public-custom-blocks-enews-signup.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4438 Removing code that is now handle in the responsive open handling
gsb_public_custom_blocks.module | 1 -
insights_search/js/insights_search.js | 26 --------------------------
2 files changed, 27 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago
WP-4413: Fix insights search button.
.../templates/gsb-public-custom-blocks-insights-search.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago
WP-4393 adjust the form search field
.../templates/gsb-public-custom-blocks-insights-search.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago
WP-4393 set the form to get
.../templates/gsb-public-custom-blocks-insights-search.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago
WP-4214: Change text from Follow Us to Follow Stanford Business.
follow_us/templates/gsb-public-custom-blocks-follow-us.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4141: updat search markup.
.../templates/gsb-public-custom-blocks-insights-search.tpl.php | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago
Fix missing span tag.
insights/templates/gsb-public-custom-blocks-insights.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4153: add back word business and change markup.
insights/templates/gsb-public-custom-blocks-insights.tpl.php | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-4153 Adding new mobile-insights block
gsb_public_custom_blocks.module | 12 ++++++++++++
mobile_insights/mobile-insights.theme.inc | 8 ++++++++
.../gsb-public-custom-blocks-mobile-insights.tpl.php | 3 +++
3 files changed, 23 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4153: add back word business and change markup.
insights/templates/gsb-public-custom-blocks-insights.tpl.php | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4183: update markup.
insights/templates/gsb-public-custom-blocks-insights.tpl.php | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-4153 Adding new mobile-insights block
gsb_public_custom_blocks.module | 12 ++++++++++++
mobile_insights/mobile-insights.theme.inc | 8 ++++++++
.../gsb-public-custom-blocks-mobile-insights.tpl.php | 3 +++
3 files changed, 23 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-4170 A little cleanup of tabs to spaces
insights_search/js/insights_search.js | 27 +++++++++++++--------------
1 file changed, 13 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-4170 New insights search block
gsb_public_custom_blocks.module | 13 +++++++++++
insights_search/insights_search.theme.inc | 8 +++++++
insights_search/js/insights_search.js | 27 ++++++++++++++++++++++
...sb-public-custom-blocks-insights-search.tpl.php | 7 ++++++
4 files changed, 55 insertions(+)

view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago
WP-4156 Removed unneeded alter
gsb_public_custom_blocks.module | 14 --------------
1 file changed, 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-4156 Added new Insights block
gsb_public_custom_blocks.module | 12 ++++++++++++
insights/insights.theme.inc | 8 ++++++++
insights/templates/gsb-public-custom-blocks-insights.tpl.php | 3 +++
3 files changed, 23 insertions(+)

view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago
WP-4106 Added code to also modify 'Insight Topics Program' titles
gsb_public_custom_blocks.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago
WP-4106 Added code to also modify 'Insight Topics Program' titles
gsb_public_custom_blocks.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago
WP-4106 Added hook_block_view_alter to modify the Insights block title.
gsb_public_custom_blocks.module | 10 ++++++++++
1 file changed, 10 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
Changed to use form variables from a call to variable_get
plugins/content_types/salesform_webform.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
Changed to use form variables from a call to variable_get
plugins/content_types/salesform_webform.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
Changed to use form variables from a call to variable_get
plugins/content_types/salesform_webform.inc | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
Changed to use form variables from a call to variable_get
plugins/content_types/salesform_webform.inc | 40 +++++++++++++++++++----------
1 file changed, 27 insertions(+), 13 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
Changed to use form variables from a call to variable_get
plugins/content_types/library_contact_form.inc | 235 +++++++++++++------------
1 file changed, 123 insertions(+), 112 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4078: Move Rethink signup form to it's own module.
gsb_public_custom_blocks.module | 80 -----------------------------------------
1 file changed, 80 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-3997: Update markup for mailchimp form.
gsb_public_custom_blocks.module | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3996: Check for mailchimp module before rendering Signup form. Allow list id customization via variables.
gsb_public_custom_blocks.module | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3996: Add insights signup form (mailchimp).
gsb_public_custom_blocks.module | 79 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 79 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3996: Check for mailchimp module before rendering Signup form. Allow list id customization via variables.
gsb_public_custom_blocks.module | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3996: Add insights signup form (mailchimp).
gsb_public_custom_blocks.module | 79 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 79 insertions(+)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
WP-3958: Remove mailchimp css.
plugins/content_types/rethink_form_email.inc | 9 ---------
1 file changed, 9 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago
WP-3958 update mail chimp email form
plugins/content_types/rethink_form_email.inc | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 7 months ago author: Roopesh Naik, 2 years, 7 months ago
WP-3800 update drop values
plugins/content_types/library_contact_form.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3716: update twitter handle link.
plugins/content_types/homepage_social_feed.inc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3652: Change library search form action url.
plugins/content_types/library_searchworks_form.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Roopesh Naik, 2 years, 8 months ago
WP-3530 add rethink form email
plugins/content_types/rethink_form_email.inc | 49 ++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3652: Change library search form action url.
plugins/content_types/library_searchworks_form.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 8 months ago author: Roopesh Naik, 2 years, 8 months ago
WP-3579 added sample embed code in plugin
plugins/content_types/commencement_social_feed.inc | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 8 months ago author: Roopesh Naik, 2 years, 8 months ago
WP-3530 add rethink form email
plugins/content_types/rethink_form_email.inc | 49 ++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 9 months ago author: Roopesh Naik, 2 years, 9 months ago
WP-3439 remove unknown option
plugins/content_types/library_contact_form.inc | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3336: remove empty italic tag.
virtual_tour/templates/gsb-public-custom-blocks-virtual-tour.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3271: Attach tweetfeed code to social_feed.
plugins/content_types/homepage_social_feed.inc | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
WP-3292 GIP program values editable
gsb_public_custom_blocks.install | 40 +++++++++++++++++++++++++++++
plugins/content_types/salesform_webform.inc | 5 +++-
2 files changed, 44 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago This reverts commit d62f1de74dacada6fff589538e17aa603db09981.

Revert "WP-3292 GIP program values editable"
gsb_public_custom_blocks.install | 40 -----------------------------
plugins/content_types/salesform_webform.inc | 5 +---
2 files changed, 1 insertion(+), 44 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Roopesh Naik, 2 years, 9 months ago
WP-3349 update form url for how do i find block
plugins/content_types/library_faq_form.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Roopesh Naik, 2 years, 9 months ago
WP-3292 GIP program values editable
gsb_public_custom_blocks.install | 40 +++++++++++++++++++++++++++++
plugins/content_types/salesform_webform.inc | 5 +++-
2 files changed, 44 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Roopesh Naik, 2 years, 9 months ago
WP-3338 Update affiliation list
plugins/content_types/library_contact_form.inc | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
WP-3308: Add translation.
plugins/content_types/bookmarklet_link.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
WP-3308: Add quotes to link and fix indentation.
plugins/content_types/bookmarklet_link.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Roopesh Naik, 2 years, 9 months ago
WP-3308 add the bookmarklet link
plugins/content_types/bookmarklet_link.inc | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Roopesh Naik, 2 years, 9 months ago
WP-3307 replace Sloan with MSx
plugins/content_types/library_contact_form.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago This reverts commit d62f1de74dacada6fff589538e17aa603db09981.

Revert "WP-3292 GIP program values editable"
gsb_public_custom_blocks.install | 40 -----------------------------
plugins/content_types/salesform_webform.inc | 5 +---
2 files changed, 1 insertion(+), 44 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3336: remove empty italic tag.
virtual_tour/templates/gsb-public-custom-blocks-virtual-tour.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3271: Attach tweetfeed code to social_feed.
plugins/content_types/homepage_social_feed.inc | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Roopesh Naik, 2 years, 9 months ago
WP-3349 update form url for how do i find block
plugins/content_types/library_faq_form.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Roopesh Naik, 2 years, 9 months ago
WP-3292 GIP program values editable
gsb_public_custom_blocks.install | 40 +++++++++++++++++++++++++++++
plugins/content_types/salesform_webform.inc | 5 +++-
2 files changed, 44 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 9 months ago author: Roopesh Naik, 2 years, 9 months ago
WP-3349 update form url for how do i find block
plugins/content_types/library_faq_form.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 9 months ago author: Roopesh Naik, 2 years, 9 months ago
WP-3292 GIP program values editable
gsb_public_custom_blocks.install | 40 +++++++++++++++++++++++++++++
plugins/content_types/salesform_webform.inc | 5 +++-
2 files changed, 44 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 9 months ago author: Roopesh Naik, 2 years, 9 months ago
WP-3338 Update affiliation list
plugins/content_types/library_contact_form.inc | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
Merge branch 'WP-3308' into release-3.5
view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
WP-3308: Add translation.
plugins/content_types/bookmarklet_link.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
WP-3308: Add quotes to link and fix indentation.
plugins/content_types/bookmarklet_link.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Roopesh Naik, 2 years, 9 months ago
WP-3307 replace Sloan with MSx
plugins/content_types/library_contact_form.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 9 months ago author: Roopesh Naik, 2 years, 9 months ago
WP-3308 add the bookmarklet link
plugins/content_types/bookmarklet_link.inc | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 9 months ago author: Roopesh Naik, 2 years, 9 months ago
WP-3307 replace Sloan with MSx
plugins/content_types/library_contact_form.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Roopesh Naik, 2 years, 10 months ago
WP-3196 Update the library chat url
plugins/content_types/library_chat_form.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 10 months ago author: Roopesh Naik, 2 years, 10 months ago
WP-3196 Update the library chat url
plugins/content_types/library_chat_form.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3189: Fix missing quotes in gip contact form.
plugins/content_types/salesform_webform.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3082: change apostrophe.
plugins/content_types/library_searchworks_form.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Roopesh Naik, 2 years, 10 months ago
WP-3028 get programs from taxonomy
gsb_public_custom_blocks.install | 35 +++++++++++++++++++++++++++++
plugins/content_types/salesform_webform.inc | 27 +++++++++++++---------
2 files changed, 51 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2961: change markup and preview thumbnail.
images/rethink.jpg | Bin 37611 -> 22772 bytes
.../gsb-public-custom-blocks-rethink.tpl.php | 13 +++++--------
2 files changed, 5 insertions(+), 8 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 10 months ago author: Roopesh Naik, 2 years, 10 months ago
WP-3028 get programs from taxonomy
gsb_public_custom_blocks.install | 35 +++++++++++++++++++++++++++++
plugins/content_types/salesform_webform.inc | 27 +++++++++++++---------
2 files changed, 51 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
Add new id to around the globe map.
js/cta_around_globe_map.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2961: change markup and preview thumbnail.
images/rethink.jpg | Bin 37611 -> 22772 bytes
.../gsb-public-custom-blocks-rethink.tpl.php | 13 +++++--------
2 files changed, 5 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2947L add wrapper to fix input and submit alignment.
plugins/content_types/library_searchworks_form.inc | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2947: indentation for clearer changes.
plugins/content_types/library_searchworks_form.inc | 64 ++++++++++++++--------
1 file changed, 40 insertions(+), 24 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2947: change class names.
plugins/content_types/library_searchworks_form.inc | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Roopesh Naik, 2 years, 11 months ago
WP-2912 update for opening in new window
plugins/content_types/library_searchworks_form.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 11 months ago author: Roopesh Naik, 2 years, 11 months ago
WP-2912 update for opening in new window
plugins/content_types/library_searchworks_form.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 11 months ago author: Roopesh Naik, 2 years, 11 months ago
WP-2911 updated to open in new window
plugins/content_types/library_faq_form.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2889: close div.
plugins/content_types/library_searchworks_form.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2715: change file extension.
gsb_public_custom_blocks.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2715: add conducting research custom cta.
conducting_research/conducting_research.theme.inc | 8 ++++++++
...sb-public-custom-blocks-conducting-research.tpl.php | 4 ++++
gsb_public_custom_blocks.module | 13 +++++++++++++
images/library-conducting-research.png | Bin 0 -> 149461 bytes
4 files changed, 25 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2715: change file extension.
gsb_public_custom_blocks.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Roopesh Naik, 2 years, 11 months ago
WP-2813 update class name
plugins/content_types/library_searchworks_form.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Roopesh Naik, 2 years, 11 months ago
WP-2813 adding javascript
plugins/content_types/library_searchworks_form.inc | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Roopesh Naik, 2 years, 11 months ago
WP-2813 adding the searchworks block
plugins/content_types/library_searchworks_form.inc | 32 ++++++++++++++++++++++
1 file changed, 32 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 11 months ago author: Roopesh Naik, 2 years, 11 months ago
WP-2813 update class name
plugins/content_types/library_searchworks_form.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 11 months ago author: Roopesh Naik, 2 years, 11 months ago
WP-2813 adding javascript
plugins/content_types/library_searchworks_form.inc | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 11 months ago author: Roopesh Naik, 2 years, 11 months ago
WP-2813 adding the searchworks block
plugins/content_types/library_searchworks_form.inc | 32 ++++++++++++++++++++++
1 file changed, 32 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2715: add conducting research custom cta.
conducting_research/conducting_research.theme.inc | 8 ++++++++
...sb-public-custom-blocks-conducting-research.tpl.php | 4 ++++
gsb_public_custom_blocks.module | 13 +++++++++++++
images/library-conducting-research.png | Bin 0 -> 149461 bytes
4 files changed, 25 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2861 Changed url per Naveens request
plugins/content_types/library_chat_form.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 11 months ago author: Roopesh Naik, 2 years, 11 months ago
WP-2861 added tags
plugins/content_types/library_chat_form.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 11 months ago author: Roopesh Naik, 2 years, 11 months ago
WP-2834 updated text
plugins/content_types/library_faq_form.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Roopesh Naik, 2 years, 11 months ago
WP-2800 adding the chat form for library
plugins/content_types/library_chat_form.inc | 31 +++++++++++++++++------------
1 file changed, 18 insertions(+), 13 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Roopesh Naik, 2 years, 11 months ago
WP-2800 adding the library chat content pane
plugins/content_types/library_chat_form.inc | 38 +++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 11 months ago author: Roopesh Naik, 2 years, 11 months ago
WP-2800 adding the chat form for library
plugins/content_types/library_chat_form.inc | 31 +++++++++++++++++------------
1 file changed, 18 insertions(+), 13 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 11 months ago author: Roopesh Naik, 2 years, 11 months ago
WP-2798 Add the div tags for theming
plugins/content_types/library_faq_form.inc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 11 months ago author: Roopesh Naik, 2 years, 11 months ago
WP-2800 adding the library chat content pane
plugins/content_types/library_chat_form.inc | 38 +++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 11 months ago author: Roopesh Naik, 2 years, 11 months ago
WP-2798 Add library FAQ search form
plugins/content_types/library_faq_form.inc | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 11 months ago author: Roopesh Naik, 2 years, 11 months ago
WP-2689 updated the return url and field adjust
plugins/content_types/library_contact_form.inc | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 11 months ago author: Roopesh Naik, 2 years, 11 months ago
WP-2689 added the tags for theming
plugins/content_types/library_contact_form.inc | 70 ++++++--------------------
1 file changed, 14 insertions(+), 56 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 11 months ago author: Roopesh Naik, 2 years, 11 months ago
WP-2689 Add the library contact form
plugins/content_types/library_contact_form.inc | 170 +++++++++++++++++++++++++
1 file changed, 170 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2402 Added Santiago
plugins/content_types/salesform_webform.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2402 Added Santiago
plugins/content_types/salesform_webform.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2702 Added Santiago.
plugins/content_types/salesform_webform.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2702 Changed the list of options
plugins/content_types/salesform_webform.inc | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2702 Changed the list of options
plugins/content_types/salesform_webform.inc | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer, 3 years ago author: Greg Mercer, 3 years ago
Delete how 8d5ce
how 8d5ce | 742 --------------------------------------------------------------
1 file changed, 742 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2472: update icons and twitter feed.
.../gsb-public-custom-blocks-follow-us.tpl.php | 16 ++++------
plugins/content_types/homepage_social_feed.inc | 37 ++++++++++++----------
2 files changed, 27 insertions(+), 26 deletions(-)

view commit - committer: Roopesh Naik, 3 years, 1 month ago author: Roopesh Naik, 3 years, 1 month ago
WP-2491 update newsletter header
plugins/content_types/e_newsletters_list.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2472: update icons and twitter feed.
.../gsb-public-custom-blocks-follow-us.tpl.php | 16 ++++------
plugins/content_types/homepage_social_feed.inc | 37 ++++++++++++----------
2 files changed, 27 insertions(+), 26 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Roopesh Naik, 3 years, 1 month ago
WP-2282 change list to show 5 records
plugins/content_types/e_newsletters_list.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 3 years, 1 month ago author: Roopesh Naik, 3 years, 1 month ago
WP-2282 change list to show 5 records
plugins/content_types/e_newsletters_list.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Roopesh Naik, 3 years, 1 month ago
WP-2282 display past enewsletters on rethink form
plugins/content_types/e_newsletters_list.inc | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)

view commit - committer: Roopesh Naik, 3 years, 1 month ago author: Roopesh Naik, 3 years, 1 month ago
WP-2282 display past enewsletters on rethink form
plugins/content_types/e_newsletters_list.inc | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2398: Removed space between Stanford and Biz in twitter handle
plugins/content_types/homepage_social_feed.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: hgupta, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2398: Removed space between Stanford and Biz in twitter handle
plugins/content_types/homepage_social_feed.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: hgupta, 3 years, 2 months ago author: hgupta, 3 years, 2 months ago
WP-2330:updated the Enews block and revert back the changes for Rethink block
enews_signup/templates/gsb-public-custom-blocks-enews-signup.tpl.php | 4 ++--
rethink/templates/gsb-public-custom-blocks-rethink.tpl.php | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: hgupta, 3 years, 2 months ago author: hgupta, 3 years, 2 months ago
WP-2330: Updated the title and text for rethink block
rethink/templates/gsb-public-custom-blocks-rethink.tpl.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: adam, 3 years, 2 months ago
WP-2267: Fix javascript on mobile program finder.
js/gsb_public_custom_blocks.js | 48 ++++++++++++++++++++++++------------------
1 file changed, 27 insertions(+), 21 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2232: change markup.
weather/templates/gsb-public-custom-blocks-weather.tpl.php | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2232: change markup.
weather/templates/gsb-public-custom-blocks-weather.tpl.php | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Greg Mercer, 3 years, 2 months ago
WP-2186 Added signup hidden field
plugins/content_types/rethink_form.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: adam, 3 years, 2 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2186 Cleaned up the quote on one of the radio button options.
plugins/content_types/rethink_form.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: adam, 3 years, 2 months ago author: Roopesh Naik, 3 years, 3 months ago
WP-2214 Updated GIP confirmation URL
plugins/content_types/salesform_webform.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: adam, 3 years, 2 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2186 Cleaned up the formatting of the code a bit to make it easier to read.
plugins/content_types/rethink_form.inc | 28 +++++++++++++++++-----------
1 file changed, 17 insertions(+), 11 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2186 Created new ReThink (mailchimp) form.
plugins/content_types/rethink_form.inc | 81 ++++++++++++++++++++++++++++++++++
1 file changed, 81 insertions(+)

view commit - committer: adam, 3 years, 2 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2200 Reversing one of the changes made in the last commit.
plugins/content_types/program_finder.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: adam, 3 years, 2 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2200 Changing links for the program finder tabs
plugins/content_types/program_finder.inc | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2183 Changed link for the ReThink block.
rethink/templates/gsb-public-custom-blocks-rethink.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: adam, 3 years, 2 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2144: Switch to using gsb_custom_section_title for section titles.
gsb_public_custom_blocks.info | 23 +--------------
gsb_public_custom_blocks.install | 7 +++++
gsb_public_custom_blocks.module | 60 ++--------------------------------------
3 files changed, 11 insertions(+), 79 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2120 and WP-2121: Add hardcoded titles and make it clickable.
gsb_public_custom_blocks.module | 61 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 61 insertions(+)

view commit - committer: adam, 3 years, 2 months ago author: Roopesh Naik, 3 years, 3 months ago
WP-2054 Updated the salesforce form
plugins/content_types/salesform_webform.inc | 54 +++++++++++++----------------
1 file changed, 24 insertions(+), 30 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Roopesh Naik, 3 years, 3 months ago
WP-2054 Add salesforce webform gip plugin
gsb_public_custom_blocks.module | 1 +
images/salesform_webform.png | Bin 0 -> 4679 bytes
plugins/content_types/salesform_webform.inc | 390 ++++++++++++++++++++++++++++
3 files changed, 391 insertions(+)

view commit - committer: adam, 3 years, 2 months ago author: Greg Mercer, 3 years, 2 months ago
WP-2186 Added signup hidden field
plugins/content_types/rethink_form.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: adam, 3 years, 2 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2186 Cleaned up the quote on one of the radio button options.
plugins/content_types/rethink_form.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 2 months ago author: Greg Mercer, 3 years, 2 months ago
WP-2186 Added signup hidden field
plugins/content_types/rethink_form.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2186 Cleaned up the quote on one of the radio button options.
plugins/content_types/rethink_form.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 3 years, 3 months ago author: Roopesh Naik, 3 years, 3 months ago
WP-2214 Updated GIP confirmation URL
plugins/content_types/salesform_webform.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2186 Cleaned up the formatting of the code a bit to make it easier to read.
plugins/content_types/rethink_form.inc | 28 +++++++++++++++++-----------
1 file changed, 17 insertions(+), 11 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2186 Created new ReThink (mailchimp) form.
plugins/content_types/rethink_form.inc | 81 ++++++++++++++++++++++++++++++++++
1 file changed, 81 insertions(+)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2186 Cleaned up the formatting of the code a bit to make it easier to read.
plugins/content_types/rethink_form.inc | 28 +++++++++++++++++-----------
1 file changed, 17 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2186 Created new ReThink (mailchimp) form.
plugins/content_types/rethink_form.inc | 81 ++++++++++++++++++++++++++++++++++
1 file changed, 81 insertions(+)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2200 Reversing one of the changes made in the last commit.
plugins/content_types/program_finder.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2200 Changing links for the program finder tabs
plugins/content_types/program_finder.inc | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2183 Changed link for the ReThink block.
rethink/templates/gsb-public-custom-blocks-rethink.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: adam, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2144: Switch to using gsb_custom_section_title for section titles.
gsb_public_custom_blocks.info | 23 +--------------
gsb_public_custom_blocks.install | 7 +++++
gsb_public_custom_blocks.module | 60 ++--------------------------------------
3 files changed, 11 insertions(+), 79 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2127 Change info text from Virtual Tour to Custom CTA: Closer Look
gsb_public_custom_blocks.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2144: Switch to using gsb_custom_section_title for section titles.
gsb_public_custom_blocks.info | 23 +--------------
gsb_public_custom_blocks.install | 7 +++++
gsb_public_custom_blocks.module | 60 ++--------------------------------------
3 files changed, 11 insertions(+), 79 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2120 and WP-2121: Add hardcoded titles and make it clickable.
gsb_public_custom_blocks.module | 61 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 61 insertions(+)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2127 Change info text from Virtual Tour to Custom CTA: Closer Look
gsb_public_custom_blocks.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 3 years, 3 months ago author: Roopesh Naik, 3 years, 3 months ago
WP-2054 Updated the salesforce form
plugins/content_types/salesform_webform.inc | 54 +++++++++++++----------------
1 file changed, 24 insertions(+), 30 deletions(-)

view commit - committer: Roopesh Naik, 3 years, 3 months ago author: Roopesh Naik, 3 years, 3 months ago
WP-2054 Add salesforce webform gip plugin
gsb_public_custom_blocks.module | 1 +
images/salesform_webform.png | Bin 0 -> 4679 bytes
plugins/content_types/salesform_webform.inc | 390 ++++++++++++++++++++++++++++
3 files changed, 391 insertions(+)

view commit - committer: adam, 3 years, 3 months ago author: adam, 3 years, 3 months ago
Missing part of the action url.
enews_signup/templates/gsb-public-custom-blocks-enews-signup.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: adam, 3 years, 3 months ago author: adam, 3 years, 3 months ago
Link doubled in action.
enews_signup/templates/gsb-public-custom-blocks-enews-signup.tpl.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 3 months ago author: Adam Moore, 3 years, 3 months ago
WP-2049 Fix form for enews_signup
enews_signup/templates/gsb-public-custom-blocks-enews-signup.tpl.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WN-174 Changed the url for the form action
enews_signup/templates/gsb-public-custom-blocks-enews-signup.tpl.php | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 3 years, 4 months ago author: Roopesh Naik, 3 years, 4 months ago
WP-2043 text change for programs
plugins/content_types/program_finder.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
WP-2038 Added updates for including banner title block on the stanford gsb experience pages
gsb_public_custom_blocks.install | 2 +-
how 8d5ce | 742 +++++++++++++++++++++++++++++++++++++++
2 files changed, 743 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
WP-2038 More 'special' handling for the stanford gsb experience pages.
gsb_public_custom_blocks.module | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Roopesh Naik, 3 years, 4 months ago
Fix for Stanford Biz open in new window
plugins/content_types/homepage_social_feed.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
WP-2029 Updated how the banner title is formed.
gsb_public_custom_blocks.module | 41 ++++++++++++++++++++++++++++++++++-------
1 file changed, 34 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
WP-2033 Added update to add banner title block to stanford-gsb-experience pages
gsb_public_custom_blocks.install | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-366: add line-height to headings.
css/cta_around_globe_map.css | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
WPBQA-405 Changed the post action and the name of the email address field
enews_signup/templates/gsb-public-custom-blocks-enews-signup.tpl.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-366: add line-height to headings.
css/cta_around_globe_map.css | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-370 Changed link.
about_campus/templates/gsb-public-custom-blocks-about-campus.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-275 New text for the tabs.
plugins/content_types/program_finder.inc | 58 +++++++++++++++++++++-----------
1 file changed, 39 insertions(+), 19 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WP-1971 Adding new weather widget library
gsb_public_custom_blocks.make | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-329 Removed space between RE:THINK
rethink/templates/gsb-public-custom-blocks-rethink.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
Cleaning up a possible error message.
gsb_public_custom_blocks.module | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 5 months ago author: Greg Mercer (GBear), 3 years, 5 months ago
WPBQA-308 Changed js and css per Jens request
css/cta_around_globe_map.css | 20 ++++++++++----------
gsb_public_custom_blocks.info | 7 +++++++
js/cta_around_globe_map.js | 2 +-
3 files changed, 18 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Adam Moore, 3 years, 5 months ago
Fix program links classes in wrong order.
plugins/content_types/program_links.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WP-1828 Text and link changes
rethink/templates/gsb-public-custom-blocks-rethink.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WP-1828 Text and link changes
.../templates/gsb-public-custom-blocks-enews-signup.tpl.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 5 months ago
WPBQA-272 gsb around the world title and path
plugins/content_types/cta_around_globe.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Alexei Gorobets, 3 years, 5 months ago
WP-1880: Fix preprocess function typo.
weather/weather.theme.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-285 Changed format for last updated
gsb_public_custom_blocks.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-278 Changed link and text
rethink/templates/gsb-public-custom-blocks-rethink.tpl.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WP-1876 Added link to the /contact/rethink page.
enews_signup/templates/gsb-public-custom-blocks-enews-signup.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WP-1952 Added social links.
plugins/content_types/homepage_social_feed.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WP-1949 Changed the icon for cta_around_globe.
gsb_public_custom_blocks.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 5 months ago author: Greg Mercer (GBear), 3 years, 5 months ago
New image for around-the-globe
images/gsb-around-the-globe.png | Bin 0 -> 32881 bytes
1 file changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WP-1949 Changed the icon setting for cta_around_globe.
gsb_public_custom_blocks.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WP-1926 Changed the order of the program links to match most common usage
plugins/content_types/program_links.inc | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-118 gsb around the world title and link path
around_globe/templates/gsb-public-custom-blocks-around-globe.tpl.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
WP-1909 Changed 'Around Globe' to list as a 'Custom CTA'
plugins/content_types/cta_around_globe.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Alexei Gorobets, 3 years, 6 months ago
WP-1886: Add update hook to put gsb featured event in correct region.
gsb_public_custom_blocks.install | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1880 corrected the preprocess function name, added preview image
gsb_public_custom_blocks.module | 1 +
images/weather-widget.jpg | Bin 0 -> 8301 bytes
weather/weather.theme.inc | 2 +-
3 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Alexei Gorobets, 3 years, 6 months ago
WP-1880: Changes to Weather widget.
weather/templates/gsb-public-custom-blocks-weather.tpl.php | 9 ++++++++-
weather/weather.theme.inc | 14 +++++---------
2 files changed, 13 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Alexei Gorobets, 3 years, 6 months ago
Add weather widget block.
gsb_public_custom_blocks.module | 14 +++++++++--
.../gsb-public-custom-blocks-weather.tpl.php | 1 +
weather/weather.theme.inc | 29 ++++++++++++++++++++++
3 files changed, 42 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-252 title spacing
rethink/templates/gsb-public-custom-blocks-rethink.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
WP-1832 Changed href for linkedin link on Follow Us CTA.
follow_us/templates/gsb-public-custom-blocks-follow-us.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Update cta_around_globe_map.css
css/cta_around_globe_map.css | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WP-1864 Added a catch block to handle when the map is first added
js/cta_around_globe_map.js | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WP-1864 Adding new globe map custom block
css/cta_around_globe_map.css | 142 +++++++++++++++++++++++++
fonts/236F40_0_0.eot | Bin 0 -> 33830 bytes
fonts/236F40_0_0.ttf | Bin 0 -> 33536 bytes
fonts/236F40_0_0.woff | Bin 0 -> 23562 bytes
fonts/236F40_1_0.eot | Bin 0 -> 34286 bytes
fonts/236F40_1_0.woff | Bin 0 -> 24011 bytes
fonts/236F40_2_0.eot | Bin 0 -> 34254 bytes
fonts/236F40_2_0.ttf | Bin 0 -> 33976 bytes
fonts/236F40_2_0.woff | Bin 0 -> 23946 bytes
fonts/236F40_3_0.eot | Bin 0 -> 34766 bytes
fonts/236F40_3_0.ttf | Bin 0 -> 34460 bytes
fonts/236F40_3_0.woff | Bin 0 -> 24394 bytes
fonts/236F40_C_0.eot | Bin 0 -> 34268 bytes
fonts/236F40_C_0.ttf | Bin 0 -> 33984 bytes
fonts/236F40_C_0.woff | Bin 0 -> 24065 bytes
fonts/236F40_D_0.eot | Bin 0 -> 34928 bytes
fonts/236F40_D_0.ttf | Bin 0 -> 34616 bytes
fonts/236F40_D_0.woff | Bin 0 -> 24526 bytes
fonts/arrow-double.eot | Bin 0 -> 1936 bytes
fonts/arrow-double.svg | 34 ++++++
fonts/arrow-double.ttf | Bin 0 -> 4244 bytes
fonts/arrow-double.woff | Bin 0 -> 1168 bytes
fonts/external-link.eot | Bin 0 -> 1976 bytes
fonts/external-link.svg | 34 ++++++
fonts/external-link.woff | Bin 0 -> 1248 bytes
gsb_public_custom_blocks.info | 7 ++
images/close-button.png | Bin 0 -> 1406 bytes
js/cta_around_globe_map.js | 8 ++
plugins/content_types/cta_around_globe_map.inc | 33 ++++++
29 files changed, 258 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
WP-1833 Removing the title for 'Program Finder' block.
plugins/content_types/program_finder.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
WP-1702 Changes to get the program title and add to the banner.
gsb_public_custom_blocks.module | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Changed name of function to match module name.
gsb_public_custom_blocks.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
WP-1702 Display the section (program) title in blue bar under the breadcrumbs.
gsb_public_custom_blocks.module | 30 ++++++++++++++++++++++++++++--
1 file changed, 28 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1749: breakpoint adjustment.
js/gsb_public_custom_blocks.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1749: adjust for nexus.
js/gsb_public_custom_blocks.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1749: increase breakpoint threshold for nexus 7 landscape.
js/gsb_public_custom_blocks.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Adam Moore, 3 years, 6 months ago
Adding a custom block to a region seems to fail.
gsb_public_custom_blocks.install | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-118 changed gsb around globe preview image
images/world-map.jpg | Bin 8673 -> 18987 bytes
1 file changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1724: text changes
plugins/content_types/program_finder.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1555 changed around globe block category to preformatted CTA
around_globe/around_globe.theme.inc | 8 ++++++++
.../gsb-public-custom-blocks-around-globe.tpl.php | 7 +++++++
gsb_public_custom_blocks.module | 12 ++++++++++++
images/world-map.jpg | Bin 0 -> 8673 bytes
4 files changed, 27 insertions(+)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Program finder changes
plugins/content_types/program_finder.inc | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1555 gsb around the world
plugins/content_types/cta_around_globe.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
cta gsb arount the globe
plugins/content_types/cta_around_globe.inc | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Merge branch 'master' of github.com:gsbitse/gsb_public_custom_blocks
view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Use class instead of id to target the program finder.
js/gsb_public_custom_blocks.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
David updated the sizes of the image files
images/homepage_social_feed.png | Bin 201275 -> 66507 bytes
images/lastname_az_links.png | Bin 58505 -> 5263 bytes
images/media_toolkit.png | Bin 59177 -> 5701 bytes
images/program_finder.png | Bin 200302 -> 72246 bytes
images/program_links.png | Bin 85230 -> 17514 bytes
5 files changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
New images
gsb_public_custom_blocks.info | 7 +++++++
images/homepage_social_feed.png | Bin 143991 -> 201275 bytes
images/lastname_az_links.png | Bin 143991 -> 58505 bytes
images/media_toolkit.png | Bin 143991 -> 59177 bytes
images/program_finder.png | Bin 143991 -> 200302 bytes
images/program_links.png | Bin 143991 -> 85230 bytes
6 files changed, 7 insertions(+)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Merge branch 'master' of github.com:gsbitse/gsb_public_custom_blocks
view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Add responsive js code for program finder.
gsb_public_custom_blocks.module | 1 +
js/gsb_public_custom_blocks.js | 54 +++++++++++++++++++-------------
plugins/content_types/program_finder.inc | 2 ++
3 files changed, 36 insertions(+), 21 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
fix
gsb_public_custom_blocks.install | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
wp-1575 Adding in new preview icons
gsb_public_custom_blocks.module | 7 +++++++
images/follow-us.jpg | Bin 0 -> 38090 bytes
images/get-directions.jpg | Bin 0 -> 35548 bytes
images/learn.jpg | Bin 0 -> 57984 bytes
images/plan-your-visit.jpg | Bin 0 -> 21468 bytes
images/rethink.jpg | Bin 0 -> 37611 bytes
images/take-closer-look.jpg | Bin 0 -> 65950 bytes
images/visit-us.jpg | Bin 0 -> 18700 bytes
8 files changed, 7 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
Changes to the pane_category as part of WP-1575
plugins/content_types/homepage_social_feed.inc | 2 +-
plugins/content_types/lastname_az_links.inc | 2 +-
plugins/content_types/media_toolkit.inc | 2 +-
plugins/content_types/program_finder.inc | 2 +-
plugins/content_types/program_links.inc | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
WP-1575 A more generic way to handle setting preview icons in alter
gsb_public_custom_blocks.module | 17 ++++++++++++-----
images/homepage_social_feed.png | Bin 0 -> 143991 bytes
images/media_toolkit.png | Bin 0 -> 143991 bytes
images/program_finder.png | Bin 0 -> 143991 bytes
images/program_links.png | Bin 0 -> 143991 bytes
5 files changed, 12 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
WP-1575 Added alter to set preview icon. Test icon for right now.
gsb_public_custom_blocks.info | 13 -------------
gsb_public_custom_blocks.module | 10 ++++++++++
images/lastname_az_links.png | Bin 0 -> 143991 bytes
plugins/content_types/lastname_az_links.inc | 1 +
4 files changed, 11 insertions(+), 13 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Add Last updated block in hook_update_N.
gsb_public_custom_blocks.install | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Merge branch 'master' of github.com:gsbitse/gsb_public_custom_blocks
view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Task #WP-1137: add block to the specific region
gsb_public_custom_blocks.install | 11 +++++++++++
gsb_public_custom_blocks.module | 16 +++++++++++++++-
plugins/content_types/gsb_featured.inc | 24 ------------------------
3 files changed, 26 insertions(+), 25 deletions(-)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Remove the db_merge to get past failures.
gsb_public_custom_blocks.install | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Task #WP-1137: Add featured block
plugins/content_types/gsb_featured.inc | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Changed to a new link for the virtual tour.
virtual_tour/templates/gsb-public-custom-blocks-virtual-tour.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1440: Change the name of 'Take a VIrtual Tour' custom CTA -- FIXED.
virtual_tour/templates/gsb-public-custom-blocks-virtual-tour.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Fix update hook to do a db_merge.
gsb_public_custom_blocks.install | 34 ++++++++++++++++------------------
1 file changed, 16 insertions(+), 18 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
changes to program finder
plugins/content_types/program_finder.inc | 42 +++++++++++++++++---------------
1 file changed, 22 insertions(+), 20 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Task #WP-1465: fix url
about_campus/templates/gsb-public-custom-blocks-about-campus.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Add Last Updated block in hook_update_N.
gsb_public_custom_blocks.install | 60 +++++++++++++++++++++++++++++++++++++++-
1 file changed, 59 insertions(+), 1 deletion(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Task #WP-1465: changed the url of the learn about our campus link
about_campus/templates/gsb-public-custom-blocks-about-campus.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Task #WP-1473: added the correct url to href attribute
follow_us/templates/gsb-public-custom-blocks-follow-us.tpl.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Add last updated block.
gsb_public_custom_blocks.install | 11 +++++++++++
gsb_public_custom_blocks.module | 11 +++++++++++
2 files changed, 22 insertions(+)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Task #WP-1240: change the content of the program finder
plugins/content_types/program_finder.inc | 50 +++++++++++++++++---------------
1 file changed, 27 insertions(+), 23 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
WP-1440: Modified virtual_tour CTA title.
virtual_tour/templates/gsb-public-custom-blocks-virtual-tour.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1344: add program links title.
plugins/content_types/program_links.inc | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Update phd path.
plugins/content_types/program_finder.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 8 months ago author: Dumitru Vozian, 3 years, 8 months ago
Merge branch 'master' of github.com:gsbitse/gsb_public_custom_blocks
view commit - committer: Dumitru Vozian, 3 years, 8 months ago author: Dumitru Vozian, 3 years, 8 months ago
Task #WP-1240: add scroll to program finder if anchor in url
js/gsb_public_custom_blocks.js | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 8 months ago author: Eugen Taracila, 3 years, 8 months ago
ALphabet slider clean-up.
js/lastname_az_links.js | 3 ---
1 file changed, 3 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 8 months ago author: Eugen Taracila, 3 years, 8 months ago
MSx Fellow alphabet slider updates.
js/lastname_az_links.js | 118 ++++++++++++++++++------------------------------
1 file changed, 44 insertions(+), 74 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 8 months ago author: Dumitru Vozian, 3 years, 8 months ago
Task #WP-1240: when hover on tabs anchor changes in the url
js/gsb_public_custom_blocks.js | 23 +++++++++++++----------
plugins/content_types/program_finder.inc | 9 ++++-----
2 files changed, 17 insertions(+), 15 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Program finder: add url paths.
plugins/content_types/program_finder.inc | 38 ++++++++++++++++----------------
1 file changed, 19 insertions(+), 19 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 8 months ago author: Dumitru Vozian, 3 years, 8 months ago
Merge branch 'master' of github.com:gsbitse/gsb_public_custom_blocks
view commit - committer: Dumitru Vozian, 3 years, 8 months ago author: Dumitru Vozian, 3 years, 8 months ago
Jira task #WP-1240: add anchor functionality
js/gsb_public_custom_blocks.js | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)

view commit - committer: Eugen Taracila, 3 years, 8 months ago author: Eugen Taracila, 3 years, 8 months ago
Add js style for Alphabet slider.
js/lastname_az_links.js | 144 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 144 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 8 months ago author: Eugen Taracila, 3 years, 8 months ago
Merge branch 'master' of github.com:gsbitse/gsb_public_custom_blocks
view commit - committer: Eugen Taracila, 3 years, 8 months ago author: Eugen Taracila, 3 years, 8 months ago
Add js script functionality for Alphabet slider.
js/gsb_feature_faculty_display.js | 11 -----------
1 file changed, 11 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1241: Add real content.
plugins/content_types/program_finder.inc | 85 ++++++++++++++------------------
1 file changed, 38 insertions(+), 47 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1241: Add columns and adjust placeholder content.
plugins/content_types/program_finder.inc | 52 ++++++++++++++++----------------
1 file changed, 26 insertions(+), 26 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1241: remove titles and adjust placeholder content.
plugins/content_types/program_finder.inc | 40 ++++++++++++++++----------------
1 file changed, 20 insertions(+), 20 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 8 months ago author: Dumitru Vozian, 3 years, 8 months ago
Merge branch 'master' of https://github.com/gsbitse/gsb_public_custom_blocks
view commit - committer: Dumitru Vozian, 3 years, 8 months ago author: Dumitru Vozian, 3 years, 8 months ago
Jira task #WP-1240: Add content pane for Program Finder
gsb_public_custom_blocks.module | 30 +++++++++++
js/gsb_public_custom_blocks.js | 5 ++
plugins/content_types/program_finder.inc | 93 ++++++++++++++++++++++++++++++++
3 files changed, 128 insertions(+)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Add generic last_name filter A-Z links block.
js/gsb_feature_faculty_display.js | 11 +++++
plugins/content_types/lastname_az_links.inc | 72 +++++++++++++++++++++++++++++
2 files changed, 83 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Custom cta: add learn about our campus block.
about_campus/about_campus.theme.inc | 8 ++++++++
.../templates/gsb-public-custom-blocks-about-campus.tpl.php | 4 ++++
gsb_public_custom_blocks.module | 11 +++++++++++
3 files changed, 23 insertions(+)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Fix programs typo.
plugins/content_types/program_links.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Add cta-link class to the links.
plugins/content_types/program_links.inc | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Add classes to program links. Remove titles from program links and social feed. Remove p from social feed.
plugins/content_types/homepage_social_feed.inc | 3 ---
plugins/content_types/program_links.inc | 26 +++++++++++++++++++++++++-
2 files changed, 25 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Forgot to wrap it into content.
plugins/content_types/homepage_social_feed.inc | 40 ++++++++++++++------------
1 file changed, 21 insertions(+), 19 deletions(-)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Add homepage social feed content pane.
plugins/content_types/homepage_social_feed.inc | 36 ++++++++++++++++++++++++++
1 file changed, 36 insertions(+)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Add program links content pane.
plugins/content_types/program_links.inc | 50 +++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Write upgrade path for blocks.
gsb_public_custom_blocks.install | 82 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 82 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Add breadcrumb, title, and tagline blocks.
gsb_public_custom_blocks.module | 72 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 72 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Add media toolkit plugin.
gsb_public_custom_blocks.module | 10 +++++--
plugins/content_types/media_toolkit.inc | 50 +++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Open social links in a new window.
follow_us/templates/gsb-public-custom-blocks-follow-us.tpl.php | 10 +++++-----
gsb_public_custom_blocks.info | 7 +++++++
2 files changed, 12 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Fix some more typos.
enews_signup/templates/gsb-public-custom-blocks-enews-signup.tpl.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Fix typo.
enews_signup/templates/gsb-public-custom-blocks-enews-signup.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
Merge remote-tracking branch 'origin/wp-263'
view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Added links for social sites. Resolves wp-881
follow_us/templates/gsb-public-custom-blocks-follow-us.tpl.php | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
Added links for wp-881 and modified the text for the map-link block per marketing
view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
Added links for wp-881 and modified the text for the map-link block per marketing
follow_us/templates/gsb-public-custom-blocks-follow-us.tpl.php | 2 +-
gsb_public_custom_blocks.info | 7 +++++++
gsb_public_custom_blocks.module | 4 ++--
map_link/templates/gsb-public-custom-blocks-map-link.tpl.php | 2 +-
rethink/templates/gsb-public-custom-blocks-rethink.tpl.php | 2 +-
.../templates/gsb-public-custom-blocks-virtual-tour.tpl.php | 2 +-
6 files changed, 13 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Changing text for the Parking Info block per marketing
gsb_public_custom_blocks.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Changing text for the Parking Info block per marketing
gsb_public_custom_blocks.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Add icon wrapper for social icons.
follow_us/templates/gsb-public-custom-blocks-follow-us.tpl.php | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Removed the div. Kirill doesn't need it.
enews_signup/templates/gsb-public-custom-blocks-enews-signup.tpl.php | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
New styled form code from Kirill
.../gsb-public-custom-blocks-enews-signup.tpl.php | 18 +++++++-----------
1 file changed, 7 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Update gsb-public-custom-blocks-enews-signup.tpl.php
enews_signup/templates/gsb-public-custom-blocks-enews-signup.tpl.php | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
added new enews-signup block
enews_signup/enews_signup.theme.inc | 8 ++++++++
.../gsb-public-custom-blocks-enews-signup.tpl.php | 14 ++++++++++++++
2 files changed, 22 insertions(+)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Removed hook_menu
gsb_public_custom_blocks.module | 18 ------------------
1 file changed, 18 deletions(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Added gpcb_enews_signup block
gsb_public_custom_blocks.module | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Add the theming portions of the files.
follow_us/follow_us.theme.inc | 8 ++++++++
follow_us/templates/gsb-public-custom-blocks-follow-us.tpl.php | 7 +++++++
map_link/map_link.theme.inc | 8 ++++++++
map_link/templates/gsb-public-custom-blocks-map-link.tpl.php | 5 +++++
rethink/rethink.theme.inc | 8 ++++++++
rethink/templates/gsb-public-custom-blocks-rethink.tpl.php | 8 ++++++++
.../templates/gsb-public-custom-blocks-virtual-tour.tpl.php | 4 ++++
virtual_tour/virtual_tour.theme.inc | 8 ++++++++
8 files changed, 56 insertions(+)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Update for our custom blocks.
gsb_public_custom_blocks.module | 94 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 94 insertions(+)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Initial commit
gsb_public_custom_blocks.info | 4 ++++
gsb_public_custom_blocks.module | 1 +
2 files changed, 5 insertions(+)

===========================================
./gsb_restricted_pages
===========================================
view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
WP-4712 Fixes an error when getting the nid.
gsb_restricted_pages.module | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
WP-4712 Changed to call module_invoke_all to get all restricted page info.
gsb_restricted_pages.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago
WP-4712 Adding hook_init handler to apply restricted page access
gsb_restricted_pages.module | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago
WP-4712 Some changes related to db calls
gsb_restricted_pages.module | 36 +++++++++++++-----------------------
1 file changed, 13 insertions(+), 23 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago
WP-4712 Small text changes
gsb_restricted_pages.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago
Initial commit
gsb_restricted_pages.module | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago
Initial commit
gsb_restricted_pages.module | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago
Initial commit
gsb_restricted_pages.module | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago
Initial commit
gsb_restricted_pages.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago
Initial commit
gsb_restricted_pages.info | 4 +++
gsb_restricted_pages.install | 34 +++++++++++++++++++
gsb_restricted_pages.module | 79 ++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 117 insertions(+)

view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_media_center
===========================================
view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4543 change section picker to listbox
includes/gsb_media_center.views_default.inc | 81 ++++++++++++++++++++++++++---
1 file changed, 75 insertions(+), 6 deletions(-)

view commit - committer: Alexei Gorobets, 3 years ago author: Alexei Gorobets, 3 years ago
WP-2593: Change media_variable_set to variable_set.
gsb_media_center.install | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 2 months ago author: Greg Mercer, 3 years, 2 months ago
WP-2235 Hide the edit button for all media forms.
gsb_media_center.module | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Adam Moore, 3 years, 4 months ago
Include media_internet include file.
includes/GSBMediaCenterVideo.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WP-1974 Set sections_processed each time thru, to saved that it has been processed
gsb_media_center.module | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1623: fix adding title to the document on media center final step
gsb_media_center.module | 90 +++++++++++++++++++++++++++++++++++++++
js/gsb_media_center_file_title.js | 20 +++++++++
2 files changed, 110 insertions(+)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1623: add wysiwyg_document view mode for files
gsb_media_center.install | 15 +++++++++++++++
gsb_media_center.module | 10 ++++++++++
2 files changed, 25 insertions(+)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1638: Skip step 3
gsb_media_center.module | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
WP-1627 Had to change how we hide the format options.
gsb_media_center.module | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
WP-1627 Added function gsb_media_center_form_media_format_form_alter.
gsb_media_center.module | 46 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Task #WP-939: add confirmation on delete
gsb_media_center.module | 2 +-
js/gsb_media_center.js | 4 +---
js/gsb_media_center_confirm_remove.js | 11 +++++++++++
3 files changed, 13 insertions(+), 4 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
fix
js/gsb_media_center.js | 30 +++++++++++++++++-------------
1 file changed, 17 insertions(+), 13 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Task #WP-918: Remove Select button when image selected
gsb_media_center.module | 19 +++++++++++++++++++
js/gsb_media_center.js | 21 +++++++++++++++++++++
2 files changed, 40 insertions(+)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Task #WP-573: added js files that activate tabs after clicking previous button
gsb_media_center.module | 20 ++++++++++++++++++++
js/gsb_media_center_file_upload.js | 4 ++++
js/gsb_media_center_video_upload.js | 4 ++++
3 files changed, 28 insertions(+)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Add zip mimetype.
gsb_media_center.module | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Make sure the upload doesn't show when going through the wizard. Put step under form in the array so the media browser can pick that up.
includes/GSBMediaCenterDocument.inc | 13 ++++++-----
includes/GSBMediaCenterImage.inc | 13 ++++++-----
includes/GSBMediaCenterVideo.inc | 43 +++++++++++++++++++++----------------
3 files changed, 40 insertions(+), 29 deletions(-)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Make sections filter only show the sections you belong to.
gsb_media_center.module | 42 +++++++++++++++++++++++++++++-------------
1 file changed, 29 insertions(+), 13 deletions(-)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Only run our alter hook once on first load.
gsb_media_center.module | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Make sections all checked by default. Fix ajax in exposed filters.
gsb_media_center.module | 16 ++++++++++++++++
includes/GSBMediaCenterDocument.inc | 16 ++++++++--------
includes/GSBMediaCenterImage.inc | 17 ++++++++---------
includes/GSBMediaCenterVideo.inc | 18 +++++++++---------
4 files changed, 41 insertions(+), 26 deletions(-)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Update view using taxonomy.
includes/gsb_media_center.views_default.inc | 115 +++++++++++++++++++++++++++-
1 file changed, 113 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 11 months ago author: Adam Moore, 3 years, 11 months ago
Fix formatting.
includes/GSBMediaCenterDocument.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 11 months ago author: Adam Moore, 3 years, 11 months ago
Remove debug statement.
includes/GSBMediaCenterDocument.inc | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 11 months ago author: Adam Moore, 3 years, 11 months ago
Remove some debug statements. Hide the upload button.
includes/GSBMediaCenterDocument.inc | 2 ++
includes/GSBMediaCenterImage.inc | 4 +---
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 11 months ago author: Adam Moore, 3 years, 11 months ago
Forgot to rename temp module.
includes/gsb_media_center.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 11 months ago author: Adam Moore, 3 years, 11 months ago
Initial commit
gsb_media_center.info | 9 ++
gsb_media_center.media.inc | 47 ++++++++
gsb_media_center.module | 32 +++++
includes/GSBMediaCenterDocument.inc | 47 ++++++++
includes/GSBMediaCenterImage.inc | 49 ++++++++
includes/GSBMediaCenterVideo.inc | 53 +++++++++
includes/GSBMediaCenterView.inc | 61 ++++++++++
includes/gsb_media_center.views_default.inc | 174 ++++++++++++++++++++++++++++
8 files changed, 472 insertions(+)

===========================================
./gsb_panels_ipe_overrides
===========================================
view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago
WP-7686 removed save as default button
gsb_panels_ipe_overrides.module | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
WP-1706 Commented out gsb_panels_ipe_overrides_panels_ipe_region_links_alter()
gsb_panels_ipe_overrides.module | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
WP-1641: Fix IPE problem because of type.
gsb_panels_ipe_overrides.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
#WP-1641: Quickfix misspelled module name.
gsb_panels_ipe_overrides.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
#WP-1641: Add permission to access panelizer defaults buttons in IPE.
gsb_panels_ipe_overrides.module | 31 +++++++++++++++++++++++++++++--
1 file changed, 29 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 8 months ago author: Greg Mercer, 3 years, 8 months ago
Cleaned up the code a bit.
gsb_panels_ipe_overrides.module | 38 +++++++++++++++++++++-----------------
1 file changed, 21 insertions(+), 17 deletions(-)

view commit - committer: Greg Mercer, 3 years, 8 months ago author: Greg Mercer, 3 years, 8 months ago
Removing this older code. Not needed now.
gsb_panels_ipe_overrides.module | 19 -------------------
1 file changed, 19 deletions(-)

view commit - committer: Greg Mercer, 3 years, 8 months ago author: Greg Mercer, 3 years, 8 months ago
Added hook_panels_ipe_region_links_alter to test if user can add panes (wp-1265)
gsb_panels_ipe_overrides.module | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)

view commit - committer: Alex Scutaru, 3 years, 9 months ago author: Alex Scutaru, 3 years, 9 months ago
set the module weight
gsb_panels_ipe_overrides.install | 12 ++++++++++++
1 file changed, 12 insertions(+)

view commit - committer: Alex Scutaru, 3 years, 9 months ago author: Alex Scutaru, 3 years, 9 months ago
initial commit
gsb_panels_ipe_overrides.info | 9 +++++++++
gsb_panels_ipe_overrides.module | 21 +++++++++++++++++++++
2 files changed, 30 insertions(+)

===========================================
./zurb_responsive_tables
===========================================
view commit - committer: adam, 3 years, 3 months ago author: adam, 3 years, 3 months ago
the library needs to match the folder name.
zurb_responsive_tables.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
Fixes an error we were getting in the call to libraries_load()
zurb_responsive_tables.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: adam, 3 years, 3 months ago author: adam, 3 years, 3 months ago
Add version number.
zurb_responsive_tables.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: adam, 3 years, 3 months ago author: adam, 3 years, 3 months ago
Depend on libraries api module.
zurb_responsive_tables.info | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: adam, 3 years, 3 months ago author: adam, 3 years, 3 months ago
Need to return libraries variable.
zurb_responsive_tables.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: adam, 3 years, 3 months ago author: adam, 3 years, 3 months ago
Initial commit.
zurb_responsive_tables.info | 3 +++
zurb_responsive_tables.module | 27 +++++++++++++++++++++++++++
2 files changed, 30 insertions(+)

===========================================
./gsb_field_formatter
===========================================
view commit - committer: GitHub, 5 months ago author: Greg Mercer, 5 months ago
WP-7556 Removed testing code
gsb_field_formatter.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: GitHub, 5 months ago author: Greg Mercer, 5 months ago
WP-7556 Setting the protocol for embed video url
gsb_field_formatter.module | 10 ++++++++++
1 file changed, 10 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7198 Small fix to a warning I ran across while working on this issue
gsb_field_formatter.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6762 Added check for '#entity' in the group_link_to_field formatter
gsb_field_formatter.module | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6664 Added test for $form group->entity type in field_group_pre_render_gsb_field_formatter_group_link_to_field
gsb_field_formatter.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6580: add wrapper class back.
gsb_field_formatter.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 12 months ago author: Ayuta Padhi, 12 months ago
WP-6396 Fix for unwanted notices generated by diptych right cta link
gsb_field_formatter.module | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 12 months ago author: Ayuta Padhi, 12 months ago
WP-6338 Fix for undefined index
gsb_field_formatter.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago
WP-6363 fix for right image and new window
gsb_field_formatter.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago
WP-6363 Fixed target blank only when open in new window is checked
gsb_field_formatter.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago
WP-6363 Added target new window for right side diptych image
gsb_field_formatter.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago
WP-6085 removed junk test code
gsb_field_formatter.module | 3 ---
1 file changed, 3 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago
WP-6085 exclude video to link to rigth cta link
gsb_field_formatter.module | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago
WP-6085 fix for diptych right side image link
gsb_field_formatter.module | 12 ++++++++++++
1 file changed, 12 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago
WP-6154 fix errors from acquia log
gsb_field_formatter.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago
WP-6221 Added code to set data attribute fancybox-settings for video start time.
gsb_field_formatter.module | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago
WP-6221 Changing how we form the embed url and handling of url query parameters.
gsb_field_formatter.module | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-5998 Moving code for rendering video view count, duration and channel title to the video fpp module
gsb_field_formatter.module | 89 ----------------------------------------------
1 file changed, 89 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6063: update markup for theming.
gsb_field_formatter.module | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-5998 Added markup for channel title (attribution)
gsb_field_formatter.module | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-5998 Added a little checking for seconds when converting the duration time
gsb_field_formatter.module | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-5998 Added functions for YouTube duration and view count lookup
gsb_field_formatter.module | 84 ++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 81 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-5998 Adding field formatter gsb_field_formatter_video_lightbox
gsb_field_formatter.module | 99 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 99 insertions(+)

view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago
Fixing up some error messages.
gsb_field_formatter.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago
WP-4950 Small change related to updating the field_group module
gsb_field_formatter.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago
Fixing a warning issue. We needed to define $output
gsb_field_formatter.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5798 Changing formatter for gsb_field_formatter_address_custom to breakup address into multiple lines.
gsb_field_formatter.module | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago
WP-5831: Add query and fragment to url.
gsb_field_formatter.module | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5755: update dash.
gsb_field_formatter.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5577 add new formatter for timezone abbreviation
gsb_field_formatter.module | 15 +++++++++++++++
1 file changed, 15 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5577 add new formatter for timezone abbreviation
gsb_field_formatter.module | 15 +++++++++++++++
1 file changed, 15 insertions(+)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5773 Added new email field formatter gsb_field_formatter_email_default
gsb_field_formatter.module | 11 +++++++++++
1 file changed, 11 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5721 Added lookup for administrative_areas if non-US
gsb_field_formatter.module | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5675 Fixing the logic on the country address
gsb_field_formatter.module | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5675 Added code to get list of countries. Gee that would be handy. :)
gsb_field_formatter.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
WP-5629 Added new field formatter gsb_field_formatter_address_custom for addressfield
gsb_field_formatter.module | 100 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 100 insertions(+)

view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago
WP-5194 Changed the string replace calls to use http:// and https://
gsb_field_formatter.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5194 Changing the url path to be https if necessary for vimeo case as well
gsb_field_formatter.module | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5194 Changing the url path to be https if necessary
gsb_field_formatter.module | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5154 Add the full query when building the url.
gsb_field_formatter.module | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5131 Changed gsb_field_formatter_featured_content_featured_item_link to check the attribute to determine if target should be added.
gsb_field_formatter.module | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5142 Changed code to use $entity_type param that is passed into gsb_field_formatter_field_formatter_view()
gsb_field_formatter.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-4872 Added 'all day' format handling to gsb_field_formatter_field_formatter_view()
gsb_field_formatter.module | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4851: add new split date and time format.
gsb_field_formatter.module | 45 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago
WP-4932: Create a new field formatter for featured_content_featured_item
gsb_field_formatter.module | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago
WP-4400: Add video player for 1/3 width for resources formatter.
gsb_field_formatter.module | 26 +++++++++++++++++++++++---
1 file changed, 23 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago
WP-4202-1: Create resources video popup streamwapper.
gsb_field_formatter.module | 63 ++++++++++++++++++++++++++++++++++++++++------
1 file changed, 56 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago
WP-4202:Add support for resource_youtube.
gsb_field_formatter.module | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4158: change header size.
gsb_field_formatter.module | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4058: Add Related content field collection formatter.
gsb_field_formatter.module | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
WP-3940: Fix GSB Download Link so it recognizes other formatters.
gsb_field_formatter.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3588: Properly sanitize taxonomy paths.
gsb_field_formatter.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3604: Check access before displaying field collections.
gsb_field_formatter.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3588: Properly sanitize taxonomy paths.
gsb_field_formatter.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3031: Ensure term reference formatter runs prepare_view.
gsb_field_formatter.module | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 11 months ago author: Tim Plunkett, 2 years, 11 months ago
WP-2701: Manually build the term link to allow query strings.
gsb_field_formatter.module | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Add convert to month formatter.
gsb_field_formatter.module | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2758: Add token replacement support for GSB Download Link formatter.
gsb_field_formatter.module | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2758: Add token replacement support for GSB Download Link formatter.
gsb_field_formatter.module | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)

view commit - committer: adam, 3 years, 2 months ago author: adam, 3 years, 2 months ago
Merge branch 'release-2.1'
view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
WP-2231: Limit terms by depth.
gsb_field_formatter.module | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)

view commit - committer: adam, 3 years, 2 months ago author: Greg Mercer, 3 years, 2 months ago
WP-2272 Check if items has no files
gsb_field_formatter.module | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer, 3 years, 2 months ago author: Greg Mercer, 3 years, 2 months ago
WP-2272 Check if items has no files
gsb_field_formatter.module | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer, 3 years, 2 months ago author: Greg Mercer, 3 years, 2 months ago
WP-2272 Check if items has no files
gsb_field_formatter.module | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
WP-2231: Prevent undefined index errors.
gsb_field_formatter.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
WP-2231: Add an option to the UI to restrict number of comma separated items.
gsb_field_formatter.module | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
WP-2231: Remove extraneous dpm.
gsb_field_formatter.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
WP-2221: Respect option to open in a new window.
gsb_field_formatter.module | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2069 Added new formatter for the CV uploaded file link.
gsb_field_formatter.module | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-335 Added check for a render_element.
gsb_field_formatter.module | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
WPBQA-246 Check if the slideshow is being displayed on the home page and switch to gsb_slideshow_small view mode.
gsb_field_formatter.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Alexei Gorobets, 3 years, 6 months ago author: Alexei Gorobets, 3 years, 6 months ago
WPBQA-233: Override is_empty handling for field_person_fac_other field collection.
gsb_field_formatter.module | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)

view commit - committer: Alexei Gorobets, 3 years, 6 months ago author: Alexei Gorobets, 3 years, 6 months ago
WP-1814: Use more reliable conditions for video formatter service.
gsb_field_formatter.module | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 6 months ago author: Alexei Gorobets, 3 years, 6 months ago
WP-1814: Add support for Vimeo video in gsb_field_formatter_image_or_video_popup formatter.
gsb_field_formatter.module | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Rollback these last changes. Handling by setting the display via the fpps.
gsb_field_formatter.module | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Added gsb-video-preview class
gsb_field_formatter.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Added back the preview_view_mode for gsb_field_formatter_image_or_video_popup
gsb_field_formatter.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
changing from gsb_field_formatter_responsive_video to gsb_field_formatter_image_or_video_popup
gsb_field_formatter.info | 7 ++++
gsb_field_formatter.module | 85 ----------------------------------------------
2 files changed, 7 insertions(+), 85 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1623: add gsb_field_formatter_document formatter
gsb_field_formatter.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #dsm($file, file);
gsb_field_formatter.module | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
WP-1536: Show foreign country on same line.
gsb_field_formatter.module | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1062: Add new formatterr GSB Image
gsb_field_formatter.module | 90 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 90 insertions(+)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Add gsb image/video popup formatter.
gsb_field_formatter.module | 58 +++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 57 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
WP-1117: 'Link to field' group respects the target setting.
gsb_field_formatter.module | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Always show the country on listings if it is not US.
gsb_field_formatter.module | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
WP-1128: Add in country if it is not US.
gsb_field_formatter.module | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Use a more robust method of finding the entity in field_group_pre_render_gsb_field_formatter_group_link_to_field().
gsb_field_formatter.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alex Scutaru, 3 years, 8 months ago author: Alex Scutaru, 3 years, 8 months ago
target _blank for club title links
gsb_field_formatter.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Add generic term-link-with-separator formatter.
gsb_field_formatter.module | 53 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 53 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Remove double escaping and redundant nesting.
gsb_field_formatter.module | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Add missing label code.
gsb_field_formatter.module | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Add a formatter to link a group to another field.
gsb_field_formatter.module | 53 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 53 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Switch behavior of city/state formatter.
gsb_field_formatter.module | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 8 months ago author: Alex Scutaru, 3 years, 8 months ago
club title style
gsb_field_formatter.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 8 months ago author: Alex Scutaru, 3 years, 8 months ago
cleanup drush info
gsb_field_formatter.info | 14 --------------
1 file changed, 14 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 8 months ago author: Alex Scutaru, 3 years, 8 months ago
Merge branch 'master' of github.com:gsbitse/gsb_field_formatter
view commit - committer: Alex Scutaru, 3 years, 8 months ago author: Alex Scutaru, 3 years, 8 months ago
custom field formatter for club website
gsb_field_formatter.module | 15 +++++++++++++++
1 file changed, 15 insertions(+)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Remove the video icon.
gsb_field_formatter.info | 7 +++++++
gsb_field_formatter.module | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Last commit was a mistake.
gsb_field_formatter.module | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Adjust the rendering of faculty images.
gsb_field_formatter.module | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Use the value the user set for preview.
gsb_field_formatter.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Add span for video icon.
gsb_field_formatter.info | 7 +++++++
gsb_field_formatter.module | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Add a class to wrap separator field collection.
gsb_field_formatter.module | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Add full address formatter.
gsb_field_formatter.module | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Add docs for city/state formatter.
gsb_field_formatter.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Add field formatter for addressfield city/state.
gsb_field_formatter.module | 12 ++++++++++++
1 file changed, 12 insertions(+)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Wrap preview and main in separate divs.
gsb_field_formatter.module | 21 +++++++++++++++++++--
1 file changed, 19 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Add a group formatter.
gsb_field_formatter.module | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Add gsb_field_formatter_spotlight_fid_to_image.
gsb_field_formatter.module | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: formatter separator wrapped
gsb_field_formatter.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Add the modal popup to videos.
gsb_field_formatter.module | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Add a field collection formatter to choose a separator.
gsb_field_formatter.module | 61 ++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 59 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Rename the video field formatter.
gsb_field_formatter.module | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Clean up form and summary.
gsb_field_formatter.module | 24 +++++++++++++++++++-----
1 file changed, 19 insertions(+), 5 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Add dependency.
gsb_field_formatter.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Finish properly wrapping the rendered_file formatter.
gsb_field_formatter.module | 122 +++++++++++++++++----------------------------
1 file changed, 46 insertions(+), 76 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
First pass: general clean up.
gsb_field_formatter.module | 45 +++++++++++++--------------------------------
1 file changed, 13 insertions(+), 32 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
initial commit for the field formatter
gsb_field_formatter.info | 6 ++
gsb_field_formatter.module | 145 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 151 insertions(+)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Initial commit
README.md | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_az_filter
===========================================
view commit - committer: Ayuta Padhi, 7 weeks ago author: Ayuta Padhi, 7 weeks ago
WP-7706 fix for empty href
gsb_az_filter.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago
WP-6141 Added last_name char lookup and new function slideSlider()
js/gsb_az_filter.js | 46 ++++++++++++++++++++++++++++++++--------------
1 file changed, 32 insertions(+), 14 deletions(-)

view commit - committer: Meghan Palagyi, 3 years ago author: Meghan Palagyi, 3 years ago
Ensure disabled links are removed for shorter AZ bars.
js/gsb_az_filter.js | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years ago author: Meghan Palagyi, 3 years ago
Wrap the links in a container.
gsb_az_filter.module | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 3 years ago author: Meghan Palagyi, 3 years ago
Exit early when no filters are configured.
gsb_az_filter.module | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years ago author: Tim Plunkett, 3 years ago
Use a display extender instead of hardcoding the view names.
gsb_az_filter.info | 1 +
gsb_az_filter.module | 45 +++----
gsb_az_filter.views.inc | 20 +++
...az_filter_plugin_display_extender_az_filter.inc | 98 +++++++++++++++
js/gsb_az_filter.js | 140 +++++++++++----------
5 files changed, 212 insertions(+), 92 deletions(-)

view commit - committer: Tim Plunkett, 3 years ago author: Tim Plunkett, 3 years ago
Switch selector and use disabled not enabled.
gsb_az_filter.module | 2 +-
js/gsb_az_filter.js | 20 ++++++++++++++------
2 files changed, 15 insertions(+), 7 deletions(-)

view commit - committer: Tim Plunkett, 3 years ago author: Tim Plunkett, 3 years ago
Add JS for slider buttons.
gsb_az_filter.module | 10 ++++-----
js/gsb_az_filter.js | 61 +++++++++++++++++++++++++++++++++++++++++++++++++---
2 files changed, 62 insertions(+), 9 deletions(-)

view commit - committer: Tim Plunkett, 3 years ago author: Tim Plunkett, 3 years ago
Use theme_links, and clean-up
gsb_az_filter.module | 77 ++++++++++++++++++++++++++++++++++++----------------
1 file changed, 54 insertions(+), 23 deletions(-)

view commit - committer: Tim Plunkett, 3 years ago author: Tim Plunkett, 3 years ago
Write first version of the module.
gsb_az_filter.module | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++++
js/gsb_az_filter.js | 36 +++++++++++++++++++
2 files changed, 134 insertions(+)

view commit - committer: Tim Plunkett, 3 years ago author: Tim Plunkett, 3 years ago
Initial commit.
gsb_az_filter.info | 3 +++
1 file changed, 3 insertions(+)

===========================================
./gsb_advanced_menu_customization
===========================================
view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WP-1871 Changed to allow section manager, not section editor.
gsb_advanced_menu_customization.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WP-1971 Changed to allow section manager, not section editor.
gsb_advanced_menu_customization.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WP-1871 Add 'section editor' as another role that can see the 'Menu settings' tab.
gsb_advanced_menu_customization.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 5 months ago author: Greg Mercer (GBear), 3 years, 5 months ago
WP-1871 Only show the menu settings tab for admin and marketing_admin roles
gsb_advanced_menu_customization.info | 6 ++++++
gsb_advanced_menu_customization.install | 18 ++++++++++++++++++
gsb_advanced_menu_customization.module | 21 +++++++++++++++++++++
3 files changed, 45 insertions(+)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
Initial commit
README.md | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_filter_with_states
===========================================
view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7363 Added gsb_act_project_listing to have filter states
gsb_filter_with_states.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6983 Moving pushState to occur only when there are exposed filter checkboxes
js/gsb_filter_with_states.js | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago
WP-6168 fixed to work with tray
js/gsb_filter_with_states.js | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago
WP-6289 moved clear all button to the same level as states
js/gsb_filter_with_states.js | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago
WP-6287 removed extra divs
js/gsb_filter_with_states.js | 20 +++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago
WP-6181 fixes after removing states
js/gsb_filter_with_states.js | 133 +++++++++++++++++++++++++++++++++++++------
1 file changed, 117 insertions(+), 16 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 3 months ago author: Ayuta Padhi, 1 year, 3 months ago
WP-6098 fix for long filter button
js/gsb_filter_with_states.js | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6102 WP-6103 fix for direct url + states
js/gsb_filter_with_states.js | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Ayuta Padhi, 1 year, 3 months ago author: Ayuta Padhi, 1 year, 3 months ago
WP-6102 WP-6103 fix for direct url + states
js/gsb_filter_with_states.js | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Ayuta Padhi, 1 year, 3 months ago
WP-5533 Adjustedwrappers around divs
js/gsb_filter_with_states.js | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Ayuta Padhi, 1 year, 3 months ago
WP-5533 Added a new wrapper (filters-wrapper)
js/gsb_filter_with_states.js | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 3 months ago author: Ayuta Padhi, 1 year, 3 months ago
WP-5533 Adjustedwrappers around divs
js/gsb_filter_with_states.js | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-5547: update markup.
js/gsb_filter_with_states.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 3 months ago author: Ayuta Padhi, 1 year, 3 months ago
WP-5533 Added a new wrapper (filters-wrapper)
js/gsb_filter_with_states.js | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 3 months ago author: Ayuta Padhi, 1 year, 3 months ago
WP-5533 Filter with states
gsb_filter_with_states.info | 4 +++
gsb_filter_with_states.module | 23 +++++++++++++
js/gsb_filter_with_states.js | 79 +++++++++++++++++++++++++++++++++++++++++++
3 files changed, 106 insertions(+)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_text_equivalent
===========================================
view commit - committer: GitHub, 5 weeks ago author: Greg Mercer, 5 weeks ago
WP-7716 Added check for empty to fix warning
gsb_text_equivalent.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: GitHub, 5 weeks ago author: Greg Mercer, 5 weeks ago
WP-7716 Added code to set the metatag title for the image fpp text equivalent
gsb_text_equivalent.module | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Greg Mercer (GBear), 8 weeks ago
WP-7707 Added code to set the metatag title for the text equivalent page
gsb_text_equivalent.module | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Roopesh Naik, 10 months ago author: Roopesh Naik, 10 months ago
WP-6693 add new module for text equivalent
gsb_text_equivalent.info | 6 ++++++
gsb_text_equivalent.module | 51 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+)

view commit - committer: Roopesh Naik, 10 months ago author: Roopesh Naik, 10 months ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_login_destination
===========================================
view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
WP-4700 Changes to gsb_login_destination_user_login() to redirect to the current path for some cases.
gsb_login_destination.module | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3666: over /user to redirect to faculty profile.
gsb_login_destination.module | 54 +++++++++++++++++++++++++++++++++++++-------
1 file changed, 46 insertions(+), 8 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3009: Use hook_drupal_goto_alter to actually perform the redirect.
gsb_login_destination.module | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3009: Add custom login_destination knockoff.
gsb_login_destination.module | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
Initial commit
gsb_login_destination.info | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_migrate
===========================================
view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
WP-5605 Upgrading migrate from 2.7 -> 2.8
gsb_migrate.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago
WP-4795: Upgrade migrate to 2.7 and migrate_d2d to 2.1
gsb_migrate.make | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago
WP-4795: Upgrade migrate_d2d module.
gsb_migrate.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago
WP-4258: Fix Offsite School Story publication date format. Update CSVs with new data.
base.inc | 4 +
data/announcement.csv | 184 +-
data/idea_story.csv | 4917 +++++++++++++++++++++++++-----------------------
offsite_idea_story.inc | 2 +-
resources.inc | 3 +-
5 files changed, 2670 insertions(+), 2440 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago
WP-4328: Add new data to CSV.
data/offsite_idea_story.csv | 70 ++++++++++++++++++++++++++++++++++++-------
data/offsite_school_story.csv | 18 +++++++----
2 files changed, 72 insertions(+), 16 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago
WP-4256: Fix doubleencoded URLs.
base.inc | 2 +-
data/idea_story.csv | 8 +--
data/school_story.csv | 164 ++++++++++++++++++++++++-------------------------
idea_story.inc | 8 ++-
offsite_idea_story.inc | 6 +-
resources.inc | 3 +
school_story.inc | 9 ++-
7 files changed, 109 insertions(+), 91 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago
WP-4258: Add new Offsite Idea Story CSV data.
data/offsite_idea_story.csv | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago
WP-4304: Add Alt field mapping for Resource Image migration.
resources.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago
WP-4257: Add PR Contact field mapping.
school_story.inc | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago
WP-4257: Actually add Ranking and Offsite School Story migration data.
data/offsite_school_story.csv | 6 ++++
data/ranking.csv | 66 +++++++++++++++++++++++++++++++++++++++++++
ranking.inc | 65 ++++++++++++++++++++++++++++++++++++++++++
3 files changed, 137 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago
WP-4257: Fix Offsite Idea Story date whitespace.
offsite_idea_story.inc | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago
WP-4257: Add Ranking migration.
gsb_migrate.info | 1 +
gsb_migrate.module | 24 ++++++++++++++++++++++++
2 files changed, 25 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago
WP-4164: Import Rankings from CSV.
gsb_migrate.info | 1 +
gsb_migrate.module | 24 ++++++++++++++++++++++++
2 files changed, 25 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago
WP-4254: Fix Idea Story migration. Add School Story and Announcement real data CSV.
data/announcement.csv | 1108 ++++++++++++++++++++++++++++++++++++--
data/idea_story.csv | 353 +++++++-----
data/school_story.csv | 1434 ++++++++++++++++++++++++++++++++++++++++++++++---
idea_story.inc | 30 +-
resources.inc | 1 +
school_story.inc | 6 +-
6 files changed, 2669 insertions(+), 263 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago
WP-4255: Add Announcement migration CSV and class.
announcement.inc | 8 ++++
data/announcement.csv | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++
gsb_migrate.module | 2 +-
3 files changed, 131 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago
WP-4255: Add Announcement migration CSV and class.
announcement.inc | 8 ++++
data/announcement.csv | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++
gsb_migrate.module | 2 +-
3 files changed, 131 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago
WP-4255: Added Announcements migration.
gsb_migrate.module | 38 ++++++++++++++++++++++++++++++++++++++
resources.inc | 2 ++
2 files changed, 40 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago
WP-4255: Added Announcements migration.
gsb_migrate.module | 38 ++++++++++++++++++++++++++++++++++++++
resources.inc | 2 ++
2 files changed, 40 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago
WP-4254: Fix Byline CSV by removing header row.
data/idea_story_byline.csv | 734 ++++++++++++++++++++++++++++++++++--
data/idea_story_related_content.csv | 23 --
data/idea_story_related_faculty.csv | 23 --
idea_story.inc | 18 +-
school_story.inc | 18 +-
5 files changed, 710 insertions(+), 106 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago
WP-4254: Change date format for rethink_date field.
idea_story.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago
WP-4254: Add imgur URL preparations to Image resource migration.
idea_story.inc | 11 ++++++-----
resources.inc | 14 ++++++++++++++
2 files changed, 20 insertions(+), 5 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago
WP-4254: Added School Story and Offsite Idea Story migrations. Refactored all the things.
base.inc | 325 +-
data/idea_story.csv | 11118 +++++++++++++++++++++++++++++++++++++++++-
data/offsite_idea_story.csv | 6 +
data/school_story.csv | 103 +
field_collection.inc | 178 +
gsb_migrate.info | 7 +-
gsb_migrate.module | 103 +-
idea_story.inc | 463 +-
offsite_idea_story.inc | 96 +
resources.inc | 190 +
school_story.inc | 183 +
11 files changed, 12152 insertions(+), 620 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4146: Add Related Faculty, Rethink, Business Journal mapping and create redirects.
base.inc | 12 +++
data/idea_story.csv | 158 ++++++++++++++++++++++++++++++++++++
data/idea_story_related.csv | 23 ------
data/idea_story_related_content.csv | 23 ++++++
data/idea_story_related_faculty.csv | 23 ++++++
gsb_migrate.module | 8 +-
idea_story.inc | 95 +++++++++++++++++++++-
7 files changed, 316 insertions(+), 26 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4160: Add Idea Story twitter resources migration.
data/idea_story.csv | 158 ----------------------------------------------------
gsb_migrate.module | 20 +++----
idea_story.inc | 59 ++++++++++++++++++++
3 files changed, 68 insertions(+), 169 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4160: Add Images, Youtube, Callout migration classes.
gsb_migrate.make | 5 +-
gsb_migrate.module | 12 +++++
idea_story.inc | 132 ++++++++++++++++++++++++++++++++++++++++++++++++++---
3 files changed, 141 insertions(+), 8 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4079: Add a fix for imgur image URLs. Add stubs to solve chicken-egg proglem with Related Story field.
gsb_migrate.module | 6 ++++
idea_story.inc | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 90 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4079: Add idea story migration classes and data.
data/idea_story.csv | 158 +++++++++++++++++++++
data/idea_story_byline.csv | 39 ++++++
data/idea_story_related.csv | 23 ++++
gsb_migrate.info | 1 +
gsb_migrate.module | 21 ++-
idea_story.inc | 328 ++++++++++++++++++++++++++++++++++++++++++++
node.inc | 1 -
7 files changed, 568 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3580 Class for migrating in new Working Papers from supplied spreadsheet
data/working_paper_items.csv | 625 +++++++++++++++++++++++++++++++++++++++++++
gsb_migrate.module | 8 +-
node.inc | 312 +++++++++++++++++++++
3 files changed, 944 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
Media Item migration adjustments to reflect new date field changes.
data/media_item.csv | 1348 ++++++++++++++++++++++-----------------------------
node.inc | 48 +-
2 files changed, 603 insertions(+), 793 deletions(-)

view commit - committer: Greg Mercer, 2 years, 9 months ago author: Greg Mercer, 2 years, 9 months ago
WP-3316 Added new class GSBWorkingPaperOtherAuthorsMigration
node.inc | 116 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 116 insertions(+)

view commit - committer: Greg Mercer, 2 years, 9 months ago author: Greg Mercer, 2 years, 9 months ago
WP-3316 Added register for GSBWorkingPaperOtherAuthorsMigration
gsb_migrate.module | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 2 years, 9 months ago author: Greg Mercer, 2 years, 9 months ago
WP-3316 Data for the Workin' Paper Other Authors migration
data/working_paper_other_authors.csv | 405 +++++++++++++++++++++++++++++++++++
1 file changed, 405 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
Media Item migration adjustments to reflect new date field changes.
data/media_item.csv | 1348 ++++++++++++++++++++++-----------------------------
gsb_migrate.module | 3 +-
node.inc | 48 +-
3 files changed, 604 insertions(+), 795 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 10 months ago author: Alexei Gorobets, 2 years, 10 months ago
WP-3209: Add Media Item migration class.
data/media_item.csv | 774 ++++++++++++++++++++++++++++++++++++++++++++++++++++
gsb_migrate.module | 21 ++
node.inc | 99 +++++++
3 files changed, 894 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2644: Handle multiple terms for Category field.
node.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2644: Add Business Websites migration.
data/business_sites.csv | 925 +++++++++++++++++++++++++++++++++++++
data/business_sites_categories.csv | 80 ++++
gsb_migrate.module | 14 +
node.inc | 55 +++
taxonomy.inc | 31 +-
5 files changed, 1104 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2815: Add mapping for Publication URL.
node.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2569: Update year field date format. Update source CSV files.
data/publication-authors.csv | 191 -----------------
data/publication.csv | 481 ++-----------------------------------------
node.inc | 8 +-
3 files changed, 13 insertions(+), 667 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2771 Adjusted code that saves the year published date to save just 'Y'
node.inc | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2771 Adjusted code that saves the year published date to save just 'Y'
node.inc | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2771 Adjusted code that saves the year published date to save just 'Y'
node.inc | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2569: Never generate authors.csv on test/prod environment.
node.inc | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2771 Adjusted code that saves the year published date to save just 'Y'
node.inc | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2569: Fix GSBPublicationAuthors migration. Add latest csv source.
data/publication-authors.csv | 1912 ++++++++++++++++-----------------
data/publication.csv | 2434 +++++++++++++++++++-----------------------
node.inc | 41 +-
3 files changed, 2075 insertions(+), 2312 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2569: Add Publication CT migration class. Add Publication authors migration.
data/publication-authors.csv | 1072 ++++++++++++++++++++++++++++++++++
data/publication.csv | 1321 ++++++++++++++++++++++++++++++++++++++++++
gsb_migrate.module | 16 +
node.inc | 251 ++++++++
4 files changed, 2660 insertions(+)

view commit - committer: Alexei Gorobets, 3 years ago author: Alexei Gorobets, 3 years ago
WN-2563: Move Book authors migration into a separate migration to avoid problems with workbench messing status field on complete() method.
gsb_migrate.module | 8 ++++
node.inc | 110 ++++++++++++++++++++++++++++++++++-------------------
2 files changed, 79 insertions(+), 39 deletions(-)

view commit - committer: Alexei Gorobets, 3 years ago author: Alexei Gorobets, 3 years ago
WP-2563: Adjust authors field name according to recent changes.
node.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years ago author: Alexei Gorobets, 3 years ago
Add In The News migration class.
gsb_migrate.module | 8 ++++++++
node.inc | 46 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 54 insertions(+)

view commit - committer: Alexei Gorobets, 3 years ago author: Alexei Gorobets, 3 years ago
Book migration - strip tags from title. Map authors. Fix year mapping.
node.inc | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 58 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years ago author: Alexei Gorobets, 3 years ago
Add Book CT migration.
gsb_migrate.module | 8 ++++++++
node.inc | 33 +++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)

view commit - committer: Alexei Gorobets, 3 years, 1 month ago author: Alexei Gorobets, 3 years, 1 month ago
Enable Migrate D2D in hook_install. Give migrate permissions to admin.
gsb_migrate.info | 2 --
gsb_migrate.install | 15 +++++++++++++++
2 files changed, 15 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 1 month ago author: Alexei Gorobets, 3 years, 1 month ago
Handle academic title muliple lines inputs as separate titles.
node.inc | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 1 month ago author: Alexei Gorobets, 3 years, 1 month ago
Add debugging for faculty CV migration.
node.inc | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Alexei Gorobets, 3 years, 1 month ago author: Alexei Gorobets, 3 years, 1 month ago
Fix legacy site URL to use www, it's in case www is causing the issue with not migrated PDFs.
node.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 1 month ago author: Alexei Gorobets, 3 years, 1 month ago
WN-2393: Implement separate migrations for Insert and Update for Faculty Migration. Fix CV migration, email and phone rules, decode html entites, strip some tags.
base.inc | 1 +
gsb_migrate.module | 51 ++++++++++++++++--
node.inc | 156 ++++++++++++++++++++++++++++++++++++++++++++---------
3 files changed, 180 insertions(+), 28 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 1 month ago author: Alexei Gorobets, 3 years, 1 month ago
Add Migrate UI and Migrate D2D UI as a dependency.
gsb_migrate.info | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Alexei Gorobets, 3 years, 1 month ago author: Alexei Gorobets, 3 years, 1 month ago
Fix for Acad Areas terms migration.
taxonomy.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 1 month ago author: Alexei Gorobets, 3 years, 1 month ago
Remove dpm.
gsb_migrate.admin.inc | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 1 month ago author: Alexei Gorobets, 3 years, 1 month ago
Allow migration connection to be configured in backend.
gsb_migrate.admin.inc | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++
gsb_migrate.module | 24 ++++++++++++++++++
2 files changed, 92 insertions(+)

view commit - committer: Alexei Gorobets, 3 years, 1 month ago author: Alexei Gorobets, 3 years, 1 month ago
Add CV and Awards and Honors field mappings.
node.inc | 47 +++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)

view commit - committer: Alexei Gorobets, 3 years, 1 month ago author: Alexei Gorobets, 3 years, 1 month ago
WP-2394: Add more field mappings for Faculty migration.
gsb_migrate.info | 2 +-
gsb_migrate.module | 27 +++++++++++++++++++
node.inc | 77 +++++++++++++++++++++++++++++++++++++++++++++++++-----
taxonomy.inc | 36 +++++++++++++++++++++++++
4 files changed, 135 insertions(+), 7 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 1 month ago author: Alexei Gorobets, 3 years, 1 month ago
Add make file to pull migrate suite.
gsb_migrate.make | 12 ++++++++++++
1 file changed, 12 insertions(+)

view commit - committer: Alexei Gorobets, 3 years, 1 month ago author: Alexei Gorobets, 3 years, 1 month ago
Add field mappings.
node.inc | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)

view commit - committer: Alexei Gorobets, 3 years, 1 month ago author: Alexei Gorobets, 3 years, 1 month ago
Add support for multivalued field collections.
base.inc | 119 +++++++++++++++++++++++++++++++++++++
gsb_migrate.info | 2 +
gsb_migrate.migrate.inc | 23 --------
gsb_migrate.module | 24 +++++++-
node.inc | 153 +++++-------------------------------------------
5 files changed, 159 insertions(+), 162 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 1 month ago author: Alexei Gorobets, 3 years, 1 month ago
Refactor Faculty migration to use migrate_d2d framework. Add field collection sources support.
gsb_migrate.module | 45 +++++++++
node.inc | 267 +++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 312 insertions(+)

view commit - committer: Alexei Gorobets, 3 years, 1 month ago author: Alexei Gorobets, 3 years, 1 month ago
Rename gsb_migrate.migrate.inc.php and remove PHP extension.
gsb_migrate.migrate.inc | 23 +++++++++++++++++++++++
gsb_migrate.migrate.inc.php | 23 -----------------------
2 files changed, 23 insertions(+), 23 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 1 month ago author: Alexei Gorobets, 3 years, 1 month ago
Add GSB Migrate module.
README.md | 4 +++-
gsb_migrate.info | 9 +++++++++
gsb_migrate.migrate.inc.php | 23 ++++++++++++++++++++++
gsb_migrate.module | 7 +++++++
node.inc | 47 +++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 89 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 1 month ago author: Greg Mercer, 3 years, 1 month ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./feature_flag
===========================================
view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Corrected the permission string being tested.
feature_flag.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Task #WP-1137: fix $type into $node->type
feature_flag.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Task #WP-1137: remove return
feature_flag.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Task #WP-1137: add install file
feature_flag.install | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Task #WP-1137: add new custom module
feature_flag.admin.inc | 20 +++++++++++
feature_flag.inc | 56 +++++++++++++++++++++++++++++
feature_flag.info | 8 +++++
feature_flag.module | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 181 insertions(+)

===========================================
./gsb_panels_pages
===========================================
view commit - committer: GitHub, 5 weeks ago author: Greg Mercer, 5 weeks ago
WP-7713 Changing path for MSx Listing page to be programs/msx/life/fellows
gsb_panels_pages.pages_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5593 Removing page events and events_calendar
gsb_panels_pages.pages_default.inc | 271 -------------------------------------
1 file changed, 271 deletions(-)

view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago
WP-4512 Removing gsb_panels_pages_default_page_manager_handlers_alter which was used only for business insights
gsb_panels_pages.module | 21 ---------------------
1 file changed, 21 deletions(-)

view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago
WP-4512 Removing business insights mini panel
gsb_panels_pages.panels_default.inc | 54 -------------------------------------
1 file changed, 54 deletions(-)

view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago
WP-4512 Removing business insights panel page
gsb_panels_pages.pages_default.inc | 3756 ------------------------------------
1 file changed, 3756 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 10 months ago author: Roopesh Naik, 2 years, 10 months ago
WP-3098 remove business word from code
gsb_panels_pages.pages_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
Removed the BIZIN Detail page variant for the node template
gsb_panels_pages.pages_default.inc | 150 -------------------------------------
1 file changed, 150 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-2950: Update the business websites page to transform hyphens to spaces in arguments.
gsb_panels_pages.pages_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-2950: Update the business websites page to use IPE.
gsb_panels_pages.pages_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2843 Added breadcrumb changes for the panel page
gsb_panels_pages.pages_default.inc | 19 +++++++++++++++----
1 file changed, 15 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2846 Add the page to the pages array. Duh.
gsb_panels_pages.pages_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2846 Added more changes for the business websites pages
gsb_panels_pages.pages_default.inc | 169 +++++++++++++++++++++++++++++++++++--
1 file changed, 162 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2846 Added new page for Business Websites
gsb_panels_pages.pages_default.inc | 62 ++++++++++++++++++++++++++++++++++++++
1 file changed, 62 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
WP-2242: Change the events title to "Event Calendar".
gsb_panels_pages.pages_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WP-1947 Added in feature settings for Club Search page.
gsb_panels_pages.pages_default.inc | 167 +++++++++++++++++++++++++++++++++++++
1 file changed, 167 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WP-1903 Adding BI to the megamenu
gsb_panels_pages.info | 7 +++++++
gsb_panels_pages.panels_default.inc | 21 ++++-----------------
2 files changed, 11 insertions(+), 17 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1604: change text again.
gsb_panels_pages.pages_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1604: change text.
gsb_panels_pages.pages_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1604: export filter by text.
gsb_panels_pages.pages_default.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
WP-1647: Move mega menu mini panels to gsb_panels_pages module.
gsb_panels_pages.info | 1 +
gsb_panels_pages.module | 3 +
gsb_panels_pages.panels_default.inc | 372 ++++++++++++++++++++++++++++++++++++
3 files changed, 376 insertions(+)

view commit - committer: 32i, 3 years, 7 months ago author: 32i, 3 years, 7 months ago
wp-1143 update event listing and event calendar pages in code
gsb_panels_pages.pages_default.inc | 65 ++++++++++++++++++++++++++++++++------
1 file changed, 56 insertions(+), 9 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Add MSx Fellows page.
gsb_panels_pages.pages_default.inc | 141 +++++++++++++++++++++++++++++++++++++
1 file changed, 141 insertions(+)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Add events pages to default pages.
gsb_panels_pages.pages_default.inc | 223 +++++++++++++++++++++++++++++++++++++
1 file changed, 223 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Switch sidebar to quicklinks, and region views.
gsb_panels_pages.pages_default.inc | 128 ++++++++++++++++++++-----------------
1 file changed, 69 insertions(+), 59 deletions(-)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Add home page.
gsb_panels_pages.pages_default.inc | 65 ++++++++++++++++++++++++++++++++++++++
1 file changed, 65 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Remove bogus view mode from panopoly magic.
gsb_panels_pages.pages_default.inc | 52 --------------------------------------
1 file changed, 52 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Wrong module name.
gsb_panels_pages.module | 4 ++--
gsb_panels_pages.pages_default.inc | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Move code out of gsb_feature_business_insight_display.
gsb_panels_pages.info | 6 +
gsb_panels_pages.module | 37 +
gsb_panels_pages.pages_default.inc | 3959 ++++++++++++++++++++++++++++++++++++
3 files changed, 4002 insertions(+)

===========================================
./gsb_custom_breadcrumbs
===========================================
view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago
WP-6697 Added Stanford GSB to seed and exec-ed breadcrumb trail
gsb_custom_breadcrumbs.info | 4 ++++
gsb_custom_breadcrumbs.module | 13 +++++++++++++
2 files changed, 17 insertions(+)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_public_brochure_list
===========================================
view commit - committer: Ayuta Padhi, 10 weeks ago author: Ayuta Padhi, 10 weeks ago
WP-7695 updated to send middle name to Apower
gsb_public_brochure_list.info | 8 +++++++-
gsb_public_brochure_list.module | 2 +-
2 files changed, 8 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago
WP-7592 bug fix for multiple instances
gsb_public_brochure_list.module | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)

view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago
WP-7592 added dpm for testing
gsb_public_brochure_list.module | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago
WP-7592 updated logic to send only immediate upcoming instance apower id
gsb_public_brochure_list.module | 21 ++++++++++++++++++++-
1 file changed, 20 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago
WP-7313 Adjusted apower submission to reflect webform changes
gsb_public_brochure_list.module | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago
WP-7278 Reordered program ids sent to apower
gsb_public_brochure_list.module | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)

view commit - committer: Ayuta Padhi, 8 months ago author: Ayuta Padhi, 8 months ago
WP-7202 Added linkedin field
gsb_public_brochure_list.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 8 months ago author: Ayuta Padhi, 8 months ago
WP-6685 writing data to Apower from mailing list webform
gsb_public_brochure_list.module | 57 ++++++++++++++++++++++++++++++++++++++---
1 file changed, 54 insertions(+), 3 deletions(-)

view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago
WP-6877 fixed sort order
gsb_public_brochure_list.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago
WP-6756 modification to use new Apower api
gsb_public_brochure_list.module | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)

view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago
WP-6756 Brochure download implemented
gsb_public_brochure_list.info | 5 ++
gsb_public_brochure_list.module | 166 ++++++++++++++++++++++++++++++++++++++++
js/gsb_public_brochure_list.js | 30 ++++++++
3 files changed, 201 insertions(+)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_filtered_view_link
===========================================
view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6119: update inline CSS.
js/gsb_filtered_view_link.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago
WP-5877: Add support for select fields.
js/gsb_filtered_view_link.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago
WP-5859: remove duplicate quotes.
js/gsb_filtered_view_link.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago
WP-5859: Refactor code. Add a text field to be able to copy and paste data from.
js/gsb_filtered_view_link.js | 79 +++++++++++++++++++++++++++++++++++---------
1 file changed, 63 insertions(+), 16 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago
Remove the hook_views_implementation also.
gsb_filtered_view_link.module | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago
Remove the handler and just do a form_alter.
gsb_filtered_view_link.info | 3 ---
gsb_filtered_view_link.module | 19 ++++-----------
...d_view_link_handler_area_filtered_view_link.inc | 27 ----------------------
js/gsb_filtered_view_link.js | 4 +++-
4 files changed, 8 insertions(+), 45 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago
Initial commit.
gsb_filtered_view_link.info | 7 ++++++
gsb_filtered_view_link.module | 25 ++++++++++++++++++++
...d_view_link_handler_area_filtered_view_link.inc | 27 ++++++++++++++++++++++
js/gsb_filtered_view_link.js | 25 ++++++++++++++++++++
4 files changed, 84 insertions(+)

===========================================
./simplesaml_auth
===========================================
view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-4915-2 Added new function simplesaml_auth_user_authenticated()
simplesaml_auth.module | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
WP-4712 Needed to check $user->uid in login callback.
simplesaml_auth.module | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago
WM-4712 Added callback info for restricted pages
simplesaml_auth.module | 25 +++++++++++++++++++++++--
1 file changed, 23 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago
WP-4700 Added changes to support private file access
simplesaml_auth.admin.inc | 21 +++++++++++++++++++++
simplesaml_auth.module | 27 +++++++++++++++++++++++++++
2 files changed, 48 insertions(+)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago
Refactor function to be cleaner and not continually redirect people if they are logged in.
simplesaml_auth.module | 17 +++--------------
1 file changed, 3 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago
Don't check if the user is logged in if it's forced.
simplesaml_auth.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago
split apart a large method. Utilize existing functions instead of duplicating. Return values.
simplesaml_auth.module | 70 +++++++++++++++++++++++++++-----------------------
1 file changed, 38 insertions(+), 32 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3403: Always call drupal_goto after logging in a user, so modules can alter the destination.
simplesaml_auth.module | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Make sure the library exists before requiring it.
simplesaml_auth.module | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Fix fatal error when simplesaml path isn't configured yet.
simplesaml_auth.module | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 4 years, 1 month ago author: Adam Moore, 4 years, 1 month ago
Allow the site to redirect to the url it was trying to go to.
simplesaml_auth.module | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 4 years, 1 month ago author: Adam Moore, 4 years, 1 month ago
Use the correct variable names.
simplesaml_auth.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 4 years, 2 months ago author: Adam Moore, 4 years, 2 months ago
Unset our attributes.
simplesaml_auth.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Adam Moore, 4 years, 2 months ago author: Adam Moore, 4 years, 2 months ago
Add attributes in edit so we can do actions based on them.
simplesaml_auth.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 4 years, 2 months ago author: Adam Moore, 4 years, 2 months ago
Need to token replace all instances of the $basedir usage.
simplesaml_auth.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 4 years, 2 months ago author: Adam Moore, 4 years, 2 months ago
Only validate global tokens.
simplesaml_auth.admin.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 4 years, 2 months ago author: Adam Moore, 4 years, 2 months ago
Use global tokens or memory goes zoom
simplesaml_auth.admin.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 4 years, 2 months ago author: Adam Moore, 4 years, 2 months ago
And now add full replacement support for token and make it a dependency.
simplesaml_auth.info | 4 +++-
simplesaml_auth.module | 1 +
2 files changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 4 years, 2 months ago author: Adam Moore, 4 years, 2 months ago
Add token support for the installdir field.
simplesaml_auth.admin.inc | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

view commit - committer: Adam Moore, 4 years, 2 months ago author: Adam Moore, 4 years, 2 months ago
Initial commit
simplesaml_auth.admin.inc | 137 +++++++++++++
simplesaml_auth.info | 5 +
simplesaml_auth.install | 27 +++
simplesaml_auth.module | 483 ++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 652 insertions(+)

===========================================
./gsb_entity_reference_delete_warning
===========================================
view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago
WP-5236 Added new lookup function gsb_entity_reference_delete_warning_get_nodes_by_fpid
gsb_entity_reference_delete_warning.module | 41 ++++++++++++++++++++----------
1 file changed, 27 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago
WP-5236 A little code refactoring and cleanup.
gsb_entity_reference_delete_warning.module | 32 +++++++++++++-----------------
1 file changed, 14 insertions(+), 18 deletions(-)

view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago
WP-5236 Added warning messages to the delete form - if the node has references.
gsb_entity_reference_delete_warning.module | 53 +++++++++++++++++++-----------
1 file changed, 33 insertions(+), 20 deletions(-)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5236 Rough initial commit.
gsb_entity_reference_delete_warning.info | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5236 Rough initial commit.
gsb_entity_reference_delete_warning.module | 177 +++++++++++++++++++++++++++++
1 file changed, 177 insertions(+)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_faculty_role
===========================================
view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
WP-3670: Expose some taxonomy fields to faculty users.
gsb_faculty_role.module | 3 ---
1 file changed, 3 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3454: Missing return statement for default tabs title fallback.
gsb_faculty_role.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3454: Change View published and view draft tabs in faculty profile to View profile and Edit profile for faculty role.
gsb_faculty_role.module | 36 +++++++++++++++++++++++++++++++++++-
1 file changed, 35 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3454: Change View published and view draft tabs in faculty profile to View profile and Edit profile for faculty role.
gsb_faculty_role.module | 36 +++++++++++++++++++++++++++++++++++-
1 file changed, 35 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3397: Hide Related Faculty author field from Faculty form for faculty user role.
gsb_faculty_role.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3354: Recursively hide fields in groups.
gsb_faculty_role.module | 18 +-----------------
1 file changed, 1 insertion(+), 17 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
WP-3281: Remove the buttons from the submit field also.
gsb_faculty_role.module | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3237: Redirect faculty users back to the edit form on faculty profiles.
gsb_faculty_role.module | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3217: Hide child elements of alumni story to prevent unwanted validation.
gsb_faculty_role.module | 20 ++++++++++++++++----
1 file changed, 16 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3204: Hide taxonomy and alumni fields from faculty users.
gsb_faculty_role.module | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3204: Hide taxonomy and alumni fields from faculty users.
gsb_faculty_role.module | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3129: Hide tabs on cases detail pages for faculty.
gsb_faculty_role.module | 10 ++++++++++
1 file changed, 10 insertions(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3161: Fix pathauto by hiding elements correctly.
gsb_faculty_role.module | 52 ++++++++++++++++++++++---------------------------
1 file changed, 23 insertions(+), 29 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3161: Fix pathauto by hiding elements correctly.
gsb_faculty_role.module | 48 +++++++++++++++++++++++-------------------------
1 file changed, 23 insertions(+), 25 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
Need to refactor this module.
gsb_faculty_role.module | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3079 Initial commit for customization based on faculty role.
gsb_faculty_role.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
Initial commit
gsb_faculty_role.info | 4 ++++
gsb_faculty_role.install | 19 +++++++++++++++++++
gsb_faculty_role.module | 41 +++++++++++++++++++++++++++++++++++++++++
3 files changed, 64 insertions(+)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./isotopify
===========================================
view commit - committer: Greg Mercer (GBear), 3 months ago author: Ayuta Padhi, 3 months ago
WP-7634 Image CTA filtered url fix
js/isotopify.js | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)

view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago
WP-7634 Image CTA filtered url fix
js/isotopify.js | 50 +++++++++++++++++++++++++++++++++++++-------------
1 file changed, 37 insertions(+), 13 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 months ago author: Ayuta Padhi, 3 months ago
WP-7634 bug fix for Image CTA filtered list
js/isotopify.js | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago
WP-7634 bug fix for Image CTA filtered list
js/isotopify.js | 26 +++++++++++++++++++++++++-
1 file changed, 25 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago
WP-7634 bug fix for filtered result based on direct url
js/isotopify.js | 27 ++++++++++++++++++++++++---
1 file changed, 24 insertions(+), 3 deletions(-)

view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago
WP-7537 WP-7536 direct url fixes
js/isotopify.js | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago
WP-7537 direct url fixes
isotopify.module | 4 ++--
js/isotopify.js | 33 +++++++++++++++++++++++----------
2 files changed, 25 insertions(+), 12 deletions(-)

view commit - committer: GitHub, 5 months ago author: Greg Mercer, 5 months ago
WP-7512 Removing debugger statement.
js/isotopify.js | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago
WP-7536 Added Search field to direct link
isotopify.module | 8 ++++----
js/isotopify.js | 7 ++++---
plugins/content_types/filters.inc | 1 -
3 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago
WP-7512 Moved default sort to separate function called by initIsotope
js/isotopify.js | 31 +++++++++++++++++++------------
1 file changed, 19 insertions(+), 12 deletions(-)

view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago
WP-7446 Added data picker changes for main finder
js/isotopify.js | 21 +++++++++++++++++++--
1 file changed, 19 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago
WP-7438 Changed breakpoint from 568px to 920px
js/isotopify.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7342 Changed to use attr checked rather than prop
js/isotopify.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7239 Fixing a merge issue with the isotopify wrapper tpl file
templates/isotopify-wrapper.tpl.php | 3 ---
1 file changed, 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7239 Moved code to initialize search handling into the common initIsotope() function
js/isotopify.js | 72 +++++++++++++++++++++++++++++++--------------------------
1 file changed, 39 insertions(+), 33 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Ayuta Padhi, 7 months ago
WP-7125 Removed isotopify-title 'All' when empty
isotopify.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Ayuta Padhi, 7 months ago
WP-7200 Fixes for date range and no result text
js/isotopify.js | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago
WP-7125 Removed isotopify-title 'All' when empty
isotopify.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Ayuta Padhi, 7 months ago
WP-7200 Fixes for date range and no result text
css/isotopify.css | 6 ++++++
isotopify.module | 1 +
js/isotopify.js | 18 +++++++++++++-----
templates/isotopify-wrapper.tpl.php | 3 +++
4 files changed, 23 insertions(+), 5 deletions(-)

view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago
WP-7200 Fixes for date range and no result text
css/isotopify.css | 6 ++++++
isotopify.module | 2 ++
js/isotopify.js | 18 +++++++++++++-----
templates/isotopify-wrapper.tpl.php | 3 +++
4 files changed, 24 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 7 months ago author: Adam Moore, 7 months ago
WP-7200: Add support for no results text isotopify.
isotopify.module | 1 +
js/isotopify.js | 8 ++++++++
templates/isotopify-wrapper.tpl.php | 3 +++
3 files changed, 12 insertions(+)

view commit - committer: Adam Moore, 7 months ago author: Adam Moore, 7 months ago
WP-7200: Add support for no results text isotopify.
isotopify.module | 1 +
js/isotopify.js | 8 ++++++++
templates/isotopify-wrapper.tpl.php | 3 +++
3 files changed, 12 insertions(+)

view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago
WP-7289 Fix for date range dropdown
isotopify.module | 4 ++--
js/isotopify.js | 1 -
2 files changed, 2 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7171 Added handling if $filter_default is empty
isotopify.module | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Fixing an issue where filters weren't being unchecked when a filter pill button was removed.
js/isotopify.js | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Added code to clear the checked checkboxes when using the tray.
js/isotopify.js | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Added code to clear the date values when using the tray.
js/isotopify.js | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Added code to clear the checked checkboxes when using the tray.
js/isotopify.js | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Added some null checking... for checkboxes. Check. check.
js/isotopify.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer, 8 months ago
Fixing a couple small warnings - related to $filter['default']
isotopify.module | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Changes to Isotopify related to responsive side tray
js/isotopify.js | 139 +++++++++++++++++++++++++++++++++++---------------------
1 file changed, 88 insertions(+), 51 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Roopesh Naik, 8 months ago
WP-7099 check if we need to clear daterange filter
js/isotopify.js | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Roopesh Naik, 8 months ago
WP-7095 update form filters search placeholder
isotopify.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Ayuta Padhi, 8 months ago
WP-7047 javascript fix for enter key press for search field
js/isotopify.js | 30 +++++++++++++++++-------------
1 file changed, 17 insertions(+), 13 deletions(-)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Fixing an issue where filters weren't being unchecked when a filter pill button was removed.
js/isotopify.js | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Fixing an issue where filters weren't being unchecked when a filter pill button was removed.
js/isotopify.js | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Added code to clear the checked checkboxes when using the tray.
js/isotopify.js | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Added code to clear the date values when using the tray.
js/isotopify.js | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Added code to clear the date values when using the tray.
js/isotopify.js | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Added code to clear the checked checkboxes when using the tray.
js/isotopify.js | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Added code to clear the checked checkboxes when using the tray.
js/isotopify.js | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Added some null checking... for checkboxes. Check. check.
js/isotopify.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Added some null checking... for checkboxes. Check. check.
js/isotopify.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
Fixing a couple small warnings - related to $filter['default']
isotopify.module | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Changes to Isotopify related to responsive side tray
js/isotopify.js | 139 +++++++++++++++++++++++++++++++++++---------------------
1 file changed, 88 insertions(+), 51 deletions(-)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
Create README.md
README.md | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)

view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago
WP-7099 check if we need to clear daterange filter
js/isotopify.js | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago
WP-7095 update form filters search placeholder
isotopify.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 8 months ago author: Ayuta Padhi, 8 months ago
WP-7047 javascript fix for enter key press for search field
js/isotopify.js | 30 +++++++++++++++++-------------
1 file changed, 17 insertions(+), 13 deletions(-)

view commit - committer: Adam Moore, 9 months ago author: Adam Moore, 9 months ago
WP-6970: Allow the date range to be filtered from the url.
isotopify.module | 12 ++++++++++--
js/isotopify.js | 17 +++++++++++++++++
2 files changed, 27 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
Fixing up a couple small issues where empty needed to be checked
isotopify.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
Fixing up a couple small issues where empty needed to be checked
isotopify.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 10 months ago author: Adam Moore, 10 months ago
Add support for headers and footers.
isotopify.module | 4 +++-
templates/isotopify-wrapper.tpl.php | 2 ++
2 files changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 11 months ago author: Adam Moore, 11 months ago
WP-6538: keep duplicates from showing up when customizing the page.
js/isotopify.js | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 11 months ago author: Adam Moore, 11 months ago
WP-6538: Add support to filter by the url. Add a direct link button.
isotopify.module | 9 +++++++++
js/isotopify.js | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)

view commit - committer: Adam Moore, 11 months ago author: Adam Moore, 11 months ago
WP-6515: Add support for filters in a separate pane.
isotopify.module | 9 +++++++++
js/isotopify.js | 5 +++++
plugins/content_types/filters.inc | 20 ++++++++++++++++++++
3 files changed, 34 insertions(+)

view commit - committer: Adam Moore, 11 months ago author: Adam Moore, 11 months ago
WP-6547-2: Move title to just above programs listing.
isotopify.module | 16 +++++-----------
js/isotopify.js | 2 +-
2 files changed, 6 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 11 months ago author: Adam Moore, 11 months ago
Make default sorting actually look at the default.
js/isotopify.js | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 11 months ago author: Adam Moore, 11 months ago
WP-6556: Make sure sorting runs on load and allow for multiple sorts.
isotopify.module | 16 ++++++++++++----
js/isotopify.js | 27 +++++++++++++++++++++++++++
2 files changed, 39 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Adam Moore, 11 months ago
WP-6547: Add title support. Allow checkboxes to have a default.
isotopify.module | 31 +++++++++++++++++++++++++------
js/isotopify.js | 21 +++++++++++++++++++++
templates/isotopify-wrapper.tpl.php | 5 ++++-
3 files changed, 50 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 11 months ago author: Adam Moore, 11 months ago
WP-6547: Add title support. Allow checkboxes to have a default.
isotopify.module | 31 +++++++++++++++++++++++++------
js/isotopify.js | 21 +++++++++++++++++++++
templates/isotopify-wrapper.tpl.php | 5 ++++-
3 files changed, 50 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 11 months ago author: Adam Moore, 11 months ago
WP-6546: Change the title of the done button to apply.
js/isotopify.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 11 months ago author: Adam Moore, 11 months ago
If there are 8 9's then skip.
js/isotopify.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago
Integrating new code from last commit by Adam for release-6.02. Let links filter the view.
js/isotopify.js | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)

view commit - committer: Adam Moore, 11 months ago author: Adam Moore, 11 months ago
Let links filter the view.
js/isotopify.js | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)

view commit - committer: Adam Moore, 11 months ago author: Adam Moore, 11 months ago
WP-6517: Move labels into dropdown.
js/isotopify.js | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 11 months ago author: Adam Moore, 11 months ago This reverts commit 084c432b84f4e7355a0bf9c3a9a9f74ebd7f0c36.

Revert "Remove commented out code."
js/isotopify.js | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 11 months ago author: Adam Moore, 11 months ago
Remove commented out code.
js/isotopify.js | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 11 months ago author: Adam Moore, 11 months ago
WP-6473: Move done button to bottom of date picker.
js/isotopify.js | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 11 months ago author: Adam Moore, 11 months ago
Set default daterange.
js/isotopify.js | 81 ++++++++++++++++++++++++++++++++++-----------------------
1 file changed, 48 insertions(+), 33 deletions(-)

view commit - committer: Adam Moore, 11 months ago author: Adam Moore, 11 months ago
Add Pill Support.
js/isotopify.js | 193 ++++++++++++++++++++++++++++++++++++++++++++++++++------
1 file changed, 174 insertions(+), 19 deletions(-)

view commit - committer: Adam Moore, 11 months ago author: Adam Moore, 11 months ago
Close the dropdown on apply.
js/isotopify.js | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Adam Moore, 11 months ago author: Adam Moore, 11 months ago
WP-6462 and WP-6475: Add apply and clear buttons. Added better support for multiple columns or not.
isotopify.module | 14 ++++++---
js/isotopify.js | 94 ++++++++++++++++++++++++++++++++------------------------
2 files changed, 63 insertions(+), 45 deletions(-)

view commit - committer: Greg Mercer (GBear), 12 months ago author: Ayuta Padhi, 12 months ago
WP-6298 fix for date range
isotopify.module | 10 ++++------
js/isotopify.js | 13 +++++++------
theme.inc | 5 +++--
3 files changed, 14 insertions(+), 14 deletions(-)

view commit - committer: Ayuta Padhi, 12 months ago author: Ayuta Padhi, 12 months ago
WP-6298 fix for date range
isotopify.module | 12 ++++++++++--
js/isotopify.js | 13 +++++++------
theme.inc | 5 +++++
3 files changed, 22 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago
Fix daterange support.
isotopify.module | 10 ++++++++++
theme.inc | 4 ++++
2 files changed, 14 insertions(+)

view commit - committer: Adam Moore, 12 months ago author: Adam Moore, 12 months ago
Add beginning support for daterangepicker.
isotopify.module | 64 ++++++++++++++++++++++++++++++++++++++++
js/isotopify.js | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
2 files changed, 152 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 1 month ago author: Adam Moore, 1 year, 1 month ago
Add local support for jquery_lazyload.
isotopify.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 1 month ago author: Adam Moore, 1 year, 1 month ago
Add support for sorting.
isotopify.module | 34 +++++++---
js/isotopify.js | 133 +++++++++++++++++++++++++--------------
templates/isotopify-item.tpl.php | 2 +-
theme.inc | 4 ++
4 files changed, 117 insertions(+), 56 deletions(-)

view commit - committer: Adam Moore, 1 year, 1 month ago author: Adam Moore, 1 year, 1 month ago
Remove commented out code.
isotopify.module | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 1 month ago author: Adam Moore, 1 year, 1 month ago
Add theme hook suggestions. Add classes. Connect isotope to filters.
isotopify.module | 30 +++++++++++++++++--
js/isotopify.js | 58 +++++++++++++++++++++++++------------
templates/isotopify-wrapper.tpl.php | 2 +-
theme.inc | 4 +--
4 files changed, 71 insertions(+), 23 deletions(-)

view commit - committer: Adam Moore, 1 year, 1 month ago author: Adam Moore, 1 year, 1 month ago
Initial commit.
css/multiple-select.css | 191 ++++++++
css/multiple-select.png | Bin 0 -> 3380 bytes
isotopify.info | 3 +
isotopify.module | 143 ++++++
js/isotopify.js | 122 +++++
js/jquery.customSelect.js | 153 +++++++
js/jquery.multiple.select.js | 596 +++++++++++++++++++++++++
templates/filters/isotopify-checkboxes.tpl.php | 8 +
templates/filters/isotopify-search.tpl.php | 10 +
templates/isotopify-item.tpl.php | 3 +
templates/isotopify-wrapper.tpl.php | 10 +
theme.inc | 15 +
12 files changed, 1254 insertions(+)

===========================================
./gsb_agenda
===========================================
view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2969: change apostrophe and capitalize h.
gsb_agenda.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 11 months ago author: Roopesh Naik, 2 years, 11 months ago
WP-2823 Update the Full Schedule URL
gsb_agenda.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 11 months ago author: Roopesh Naik, 2 years, 11 months ago
Initial commit
README.md | 2 ++
gsb_agenda.info | 11 +++++++++++
gsb_agenda.install | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
gsb_agenda.module | 14 ++++++++++++++
4 files changed, 76 insertions(+)

===========================================
./gsb_feature_ranking_display
===========================================
view commit - committer: Ayuta Padhi, 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5953 Adjust search criteria
gsb_feature_ranking_display.info | 2 +-
gsb_feature_ranking_display.views_default.inc | 21 +++++++++++++++++++--
2 files changed, 20 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 recat items - Rankings
gsb_feature_ranking_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 rename items - ranking listing
gsb_feature_ranking_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4205: change view mode for listing.
gsb_feature_ranking_display.views_default.inc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-4171 Adding new content pane view for ranking listing
gsb_feature_ranking_display.features.inc | 12 ++
gsb_feature_ranking_display.info | 13 ++
gsb_feature_ranking_display.module | 7 ++
gsb_feature_ranking_display.views_default.inc | 174 ++++++++++++++++++++++++++
4 files changed, 206 insertions(+)

view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_feature_existing_node_list_fpp
===========================================
view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WM-5505 Changed the Block Title url to be optional
gsb_feature_existing_node_list_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5498 Added hook for field_formatter_settings_summary()
gsb_feature_existing_node_list_fpp.module | 14 ++++++++++++++
1 file changed, 14 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5452 Added code to support compact and expanded view modes
...sting_node_list_fpp.features.field_instance.inc | 52 ++++++++++++++++------
gsb_feature_existing_node_list_fpp.info | 1 +
gsb_feature_existing_node_list_fpp.module | 26 +++++++++++
gsb_feature_existing_node_list_fpp.strongarm.inc | 16 +++++--
4 files changed, 78 insertions(+), 17 deletions(-)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5452 Adding new Existing Node List FPP
...ng_node_list_fpp.fieldable_panels_pane_type.inc | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5452 Update to exported feature
gsb_feature_existing_node_list_fpp.features.inc | 3 +++
gsb_feature_existing_node_list_fpp.info | 5 ++--
gsb_feature_existing_node_list_fpp.strongarm.inc | 33 ++++++++++++++++++++++--
3 files changed, 37 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5452 Adding new Existing Node List FPP
...sting_node_list_fpp.features.field_instance.inc | 181 +++++++++++++++++++++
1 file changed, 181 insertions(+)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5452 Adding new Existing Node List FPP
gsb_feature_existing_node_list_fpp.features.inc | 14 ++++++++++++++
1 file changed, 14 insertions(+)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5452 Adding new Existing Node List FPP
gsb_feature_existing_node_list_fpp.info | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5452 Adding new Existing Node List FPP
gsb_feature_existing_node_list_fpp.strongarm.inc | 31 ++++++++++++++++++++++++
1 file changed, 31 insertions(+)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5452 Adding new Existing Node List FPP
gsb_feature_existing_node_list_fpp.module | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_feature_people_fpp
===========================================
view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago
WP-6093 Added link to the image
gsb_feature_people_fpp.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago
WP-6174 add code for container class
gsb_feature_people_fpp.module | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
WP-6028 Added test if person_ref has been deleted
gsb_feature_people_fpp.module | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5827: move staff title into other wrapper.
gsb_feature_people_fpp.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago
WP-5336 Added test for staff bundle, since the field_staff_item is only on staff ct
gsb_feature_people_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5318: move the staff title into the other wrapper.
gsb_feature_people_fpp.module | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5298 update the title display for people fpp
gsb_feature_people_fpp.module | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5298 allow authors to selet title
gsb_feature_people_fpp.module | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5298 link the staff profiles
gsb_feature_people_fpp.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago
WP-5203 check if referenced entity is empty
gsb_feature_people_fpp.module | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4946 Link PhD and MSx to profiles
gsb_feature_people_fpp.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4792: alumnus program degree should be part of link.
gsb_feature_people_fpp.module | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4682: add wrappers to fields.
gsb_feature_people_fpp.module | 57 +++++++++++++++++++++++++------------------
1 file changed, 33 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4682: link the alumni name.
gsb_feature_people_fpp.module | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4682: add wrappers to fields.
gsb_feature_people_fpp.module | 57 +++++++++++++++++++++++++------------------
1 file changed, 33 insertions(+), 24 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4682: link the alumni name.
gsb_feature_people_fpp.module | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4748 people fpp labels changes
gsb_feature_people_fpp.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4684 swap position fields
gsb_feature_people_fpp.module | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4684 map alumni related fields in people fpp
gsb_feature_people_fpp.module | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 rename items - People: Name
gsb_feature_people_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4684 swap position fields
gsb_feature_people_fpp.module | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4684 map alumni related fields in people fpp
gsb_feature_people_fpp.module | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4604 rename items - people fpp
gsb_feature_people_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Remove panopoly items.
gsb_feature_people_fpp.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Adam Moore, 2 years, 7 months ago
WP-3669: Rename fields to show label and remove maxlength
gsb_feature_people_fpp.features.field_instance.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
WP-3669: Rename field labels for People FPP.
gsb_feature_people_fpp.features.field_instance.inc | 18 ++++++++++++------
gsb_feature_people_fpp.info | 6 ++++++
2 files changed, 18 insertions(+), 6 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3656: People FPP needs to respect visibility.
gsb_feature_people_fpp.features.field_instance.inc | 6 +-----
gsb_feature_people_fpp.module | 4 ++--
2 files changed, 3 insertions(+), 7 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3552: Make the faculty name a link.
gsb_feature_people_fpp.module | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3552: update markup.
gsb_feature_people_fpp.module | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3618: Remove EVA and DS settings.
gsb_feature_people_fpp.ds.inc | 133 ---------------------
gsb_feature_people_fpp.features.field_instance.inc | 20 ++--
gsb_feature_people_fpp.info | 7 --
gsb_feature_people_fpp.strongarm.inc | 26 +---
gsb_feature_people_fpp.views_default.inc | 83 -------------
5 files changed, 8 insertions(+), 261 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3618: Remove old people FPP approach.
gsb_feature_people_fpp.module | 92 -------------------------------------------
1 file changed, 92 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3618: Add new people FPP approach.
gsb_feature_people_fpp.module | 115 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 115 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3351: Adjust field_person_field_visibility specific code. Move field from FC to People FPP.
gsb_feature_people_fpp.features.field_instance.inc | 52 ++++++++++++++++++++++
gsb_feature_people_fpp.info | 10 +----
gsb_feature_people_fpp.module | 3 +-
3 files changed, 56 insertions(+), 9 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3551: Add People FPP preprocess for field collection.
gsb_feature_people_fpp.ds.inc | 8 +-
gsb_feature_people_fpp.features.field_instance.inc | 66 +++--------
gsb_feature_people_fpp.module | 51 +++++++++
gsb_feature_people_fpp.strongarm.inc | 14 ++-
gsb_feature_people_fpp.views_default.inc | 121 ++++-----------------
5 files changed, 109 insertions(+), 151 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_people_fpp.features.field_instance.inc | 40 ++++++++++++++++++++++
gsb_feature_people_fpp.features.inc | 6 ++--
gsb_feature_people_fpp.info | 3 +-
3 files changed, 43 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2201 Changing max length to be 500 chars
gsb_feature_people_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2172 Changed 'Quote or Summary' to be unlimited.
gsb_feature_people_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_people_fpp.features.field_instance.inc | 40 ++++++++++++++++++++++
gsb_feature_people_fpp.features.inc | 6 ++--
gsb_feature_people_fpp.info | 3 +-
3 files changed, 43 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
Update gsb_feature_people_fpp.info
gsb_feature_people_fpp.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
WP-1731: Change rendered entity view mode for People FPP grid display to 'People FPP'.
gsb_feature_people_fpp.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
Changed the field order so that the reusable section is at the bottom of the form
gsb_feature_people_fpp.features.field_instance.inc | 6 +++---
gsb_feature_people_fpp.info | 2 +-
gsb_feature_people_fpp.strongarm.inc | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Use the responsive grid plugin.
gsb_feature_people_fpp.info | 1 +
gsb_feature_people_fpp.views_default.inc | 11 ++++++++++-
2 files changed, 11 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Move title and style fields to top of edit mode.
gsb_feature_people_fpp.features.field_instance.inc | 6 +++---
gsb_feature_people_fpp.strongarm.inc | 2 +-
gsb_feature_people_fpp.views_default.inc | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Remove classes from view, add to ds wrapper to include title.
gsb_feature_people_fpp.module | 20 ++++++++++++++++++++
gsb_feature_people_fpp.views_default.inc | 4 ----
2 files changed, 20 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
People FPP: use list not grid to make grid.
gsb_feature_people_fpp.views_default.inc | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Adjust for renamed allowed values to hide/show list and grid FPP eva displays.
gsb_feature_people_fpp.module | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move base fields into gsb_feature_base_fields.
gsb_feature_people_fpp.features.field_base.inc | 59 --------------------------
gsb_feature_people_fpp.info | 6 +--
2 files changed, 1 insertion(+), 64 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Update features for base/instance split.
gsb_feature_people_fpp.features.field.inc | 413 ---------------------
gsb_feature_people_fpp.features.field_base.inc | 59 +++
gsb_feature_people_fpp.features.field_instance.inc | 289 ++++++++++++++
gsb_feature_people_fpp.info | 10 +
4 files changed, 358 insertions(+), 413 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Rename the entity listings.
gsb_feature_people_fpp.ds.inc | 8 ++++----
gsb_feature_people_fpp.module | 33 ++++++++++----------------------
gsb_feature_people_fpp.strongarm.inc | 12 ++++++++++++
gsb_feature_people_fpp.views_default.inc | 4 ++--
4 files changed, 28 insertions(+), 29 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Customize the quote field.
gsb_feature_people_fpp.views_default.inc | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Add views classes on evas.
gsb_feature_people_fpp.views_default.inc | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Update the view for people fpp.
gsb_feature_people_fpp.ds.inc | 6 +--
gsb_feature_people_fpp.info | 5 ---
gsb_feature_people_fpp.strongarm.inc | 17 ++++++++-
gsb_feature_people_fpp.views_default.inc | 65 +++++++++++++++++++++++---------
4 files changed, 67 insertions(+), 26 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Remove dependency on entity_view_mode.
gsb_feature_people_fpp.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Add new view mode for people fpp.
gsb_feature_people_fpp.ds.inc | 20 ++++++++++++++++++++
gsb_feature_people_fpp.info | 1 +
2 files changed, 21 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Update fpp.
gsb_feature_people_fpp.ds.inc | 26 ++++++++++++++++++--------
1 file changed, 18 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Add title field for people fpp.
gsb_feature_people_fpp.ds.inc | 6 ++-
gsb_feature_people_fpp.features.field.inc | 84 ++++++++++++++++++++++++++++++-
gsb_feature_people_fpp.info | 1 +
gsb_feature_people_fpp.strongarm.inc | 4 +-
4 files changed, 89 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Update the field collection, ds, and view for people fpp.
gsb_feature_people_fpp.ds.inc | 120 ++++++++++++++++++++++++++++++
gsb_feature_people_fpp.features.field.inc | 38 +++++-----
gsb_feature_people_fpp.features.inc | 4 +
gsb_feature_people_fpp.info | 6 ++
gsb_feature_people_fpp.strongarm.inc | 42 +++++++++--
gsb_feature_people_fpp.views_default.inc | 38 ++++++----
6 files changed, 209 insertions(+), 39 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Add an EVA display for People FPP.
gsb_feature_people_fpp.features.field.inc | 18 +++++-------------
gsb_feature_people_fpp.info | 1 +
gsb_feature_people_fpp.strongarm.inc | 15 ++++++++++++++-
gsb_feature_people_fpp.views_default.inc | 10 +++++++++-
4 files changed, 29 insertions(+), 15 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Don't need this make file anymore.
gsb_feature_people_fpp.make | 5 -----
1 file changed, 5 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Remove the title from the view.
gsb_feature_people_fpp.views_default.inc | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Capitalize people label.
gsb_feature_people_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Rename functions.
gsb_feature_people_fpp.features.field.inc | 4 ++--
gsb_feature_people_fpp.features.inc | 6 +++---
gsb_feature_people_fpp.info | 4 ++--
gsb_feature_people_fpp.module | 6 +++---
gsb_feature_people_fpp.strongarm.inc | 4 ++--
gsb_feature_people_fpp.views_default.inc | 4 ++--
6 files changed, 14 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Remove old files.
gsb_feature_person.features.field.inc | 2024 ---------------------------------
gsb_feature_person.features.inc | 47 -
gsb_feature_person.field_group.inc | 70 --
gsb_feature_person.info | 72 --
gsb_feature_person.make | 9 -
gsb_feature_person.module | 70 --
gsb_feature_person.panelizer.inc | 671 -----------
gsb_feature_person.strongarm.inc | 123 --
gsb_feature_person.views_default.inc | 93 --
9 files changed, 3179 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago Conflicts:

README.md

Merge branch 'master' of github.com:gsbitse/gsb_feature_people_fpp
view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Rename files.
gsb_feature_people_fpp.features.field.inc | 339 ++++++++++++++++++++++++++
gsb_feature_people_fpp.features.inc | 22 ++
gsb_feature_people_fpp.info | 29 +++
gsb_feature_people_fpp.make | 5 +
gsb_feature_people_fpp.module | 54 ++++
gsb_feature_people_fpp.strongarm.inc | 44 ++++
gsb_feature_people_fpp.views_default.inc | 109 +++++++++
gsb_feature_person_display.features.field.inc | 339 --------------------------
gsb_feature_person_display.features.inc | 22 --
gsb_feature_person_display.info | 29 ---
gsb_feature_person_display.make | 5 -
gsb_feature_person_display.module | 54 ----
gsb_feature_person_display.strongarm.inc | 44 ----
gsb_feature_person_display.views_default.inc | 109 ---------
14 files changed, 602 insertions(+), 602 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Update fields.
gsb_feature_person_display.features.field.inc | 339 ++++++++++++++++++++++++++
gsb_feature_person_display.features.inc | 4 -
gsb_feature_person_display.info | 15 +-
gsb_feature_person_display.module | 12 +-
gsb_feature_person_display.strongarm.inc | 44 ++++
gsb_feature_person_display.views_default.inc | 58 +++--
6 files changed, 439 insertions(+), 33 deletions(-)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Split gsb_feature_person into the display portion.
README.md | 4 ++
gsb_feature_person_display.features.inc | 26 ++++++++
gsb_feature_person_display.info | 18 ++++++
gsb_feature_person_display.make | 5 ++
gsb_feature_person_display.module | 54 ++++++++++++++++
gsb_feature_person_display.views_default.inc | 93 ++++++++++++++++++++++++++++
6 files changed, 200 insertions(+)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Small change to test the form id in gsb_feature_person_field_group_build_pre_render_alter()
gsb_feature_person.module | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
Changing a few more feature details
gsb_feature_person.features.inc | 4 ++++
gsb_feature_person.field_group.inc | 4 ++--
gsb_feature_person.info | 3 ++-
3 files changed, 8 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Added a hook for field_group_build_pre_render_alter
gsb_feature_person.module | 12 ++++++++++++
1 file changed, 12 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
Adding some temporary fields and field groups
gsb_feature_person.features.field.inc | 348 ++++++++++++++++++++++++++++++++++
gsb_feature_person.field_group.inc | 70 +++++++
gsb_feature_person.info | 9 +-
3 files changed, 426 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 11 months ago author: Greg Mercer (GBear), 3 years, 11 months ago
Changed the person view to display a large number of items
gsb_feature_person.info | 2 +-
gsb_feature_person.views_default.inc | 8 ++++++--
2 files changed, 7 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 11 months ago author: Greg Mercer (GBear), 3 years, 11 months ago
Some changes in the person content type fields
gsb_feature_person.features.field.inc | 103 +++++++++++++++++-----------------
gsb_feature_person.info | 3 +-
gsb_feature_person.strongarm.inc | 6 +-
3 files changed, 58 insertions(+), 54 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 11 months ago author: Greg Mercer (GBear), 3 years, 11 months ago
Update the person content type to have the auto entity label setup for the drupal title field.
gsb_feature_person.features.field.inc | 108 ++++++++++++++++++++++++++++++----
gsb_feature_person.info | 6 +-
gsb_feature_person.strongarm.inc | 25 +++++++-
3 files changed, 125 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 11 months ago author: Greg Mercer (GBear), 3 years, 11 months ago
Small change to how the person view displays if no fpp is passed as a context filter
gsb_feature_person.features.field.inc | 114 ++++++++++++++++++++++++++++++++++
gsb_feature_person.info | 2 +-
gsb_feature_person.views_default.inc | 1 +
3 files changed, 116 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 11 months ago author: Greg Mercer, 3 years, 11 months ago
Fixed a small bug in passing the fpp id to the view.
gsb_feature_person.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 11 months ago author: Greg Mercer, 3 years, 11 months ago
Changed from using auto_nodetitle to auto_entitylabel
gsb_feature_person.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 11 months ago author: Greg Mercer, 3 years, 11 months ago
Changed dependency from auto_nodetitle to auto_entitylabel
gsb_feature_person.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 11 months ago author: Greg Mercer (GBear), 3 years, 11 months ago
Updating the GSB Person view and GSB Person FPP
gsb_feature_person.features.field.inc | 14 +++++++-------
gsb_feature_person.info | 2 +-
gsb_feature_person.module | 8 ++++----
gsb_feature_person.views_default.inc | 30 ++++++------------------------
4 files changed, 18 insertions(+), 36 deletions(-)

view commit - committer: Greg Mercer, 3 years, 11 months ago author: Greg Mercer, 3 years, 11 months ago
Update gsb_feature_person.views_default.inc
gsb_feature_person.views_default.inc | 29 +++++++++++++++++------------
1 file changed, 17 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer, 3 years, 11 months ago author: Greg Mercer, 3 years, 11 months ago
Update gsb_feature_person.info
gsb_feature_person.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 11 months ago author: Greg Mercer, 3 years, 11 months ago
Update gsb_feature_person.features.field.inc
gsb_feature_person.features.field.inc | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 11 months ago author: Greg Mercer (GBear), 3 years, 11 months ago
Small change to add in some field to the teaser and feature display types
gsb_feature_person.features.field.inc | 195 +++++++++++++++++++++++++---------
gsb_feature_person.info | 3 +-
gsb_feature_person.strongarm.inc | 4 +-
3 files changed, 147 insertions(+), 55 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 11 months ago author: Greg Mercer (GBear), 3 years, 11 months ago
Small change in how multiple field collections rows are displayed in the GSB Person FPP view
gsb_feature_person.info | 2 +-
gsb_feature_person.views_default.inc | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 11 months ago author: Greg Mercer, 3 years, 11 months ago
Update gsb_feature_person.module
gsb_feature_person.module | 73 -----------------------------------------------
1 file changed, 73 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 11 months ago author: Greg Mercer (GBear), 3 years, 11 months ago
Adding update to the feature
gsb_feature_person.features.field.inc | 2 +-
gsb_feature_person.info | 4 +-
gsb_feature_person.module | 73 +++++++++++++++++++++++++++++++++++
3 files changed, 76 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 3 years, 11 months ago author: Greg Mercer, 3 years, 11 months ago
Update gsb_feature_person.module
gsb_feature_person.module | 73 -----------------------------------------------
1 file changed, 73 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 11 months ago author: Greg Mercer (GBear), 3 years, 11 months ago
Adding the person info field collection
gsb_feature_person.module | 73 +++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 73 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 11 months ago author: Greg Mercer (GBear), 3 years, 11 months ago
Merge branch 'master' of github.com:gsbitse/gsb_feature_person
view commit - committer: Greg Mercer (GBear), 3 years, 11 months ago author: Greg Mercer (GBear), 3 years, 11 months ago
Adding the person info field collection
gsb_feature_person.features.field.inc | 57 +++++++++++++++++++++++++++++++++++
gsb_feature_person.info | 5 ++-
2 files changed, 61 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 11 months ago author: Greg Mercer, 3 years, 11 months ago
Removing some older code that is no longer needed.
gsb_feature_person.module | 73 -----------------------------------------------
1 file changed, 73 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 11 months ago author: Greg Mercer (GBear), 3 years, 11 months ago
Adding a new view called gsb_person_fpp
gsb_feature_person.features.field.inc | 160 +++++++++++++++++++++++-----------
gsb_feature_person.info | 7 +-
gsb_feature_person.module | 43 ++++++++-
gsb_feature_person.views_default.inc | 102 +++++++++++-----------
4 files changed, 205 insertions(+), 107 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 11 months ago author: Greg Mercer (GBear), 3 years, 11 months ago
Added use of auto nodetitle strongarm variables to the GSB Person content type feature
gsb_feature_person.info | 5 ++++-
gsb_feature_person.strongarm.inc | 21 +++++++++++++++++++++
2 files changed, 25 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 11 months ago author: Greg Mercer, 3 years, 11 months ago
Added the auto_nodetitle project.
gsb_feature_person.make | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 11 months ago author: Greg Mercer (GBear), 3 years, 11 months ago
Added use of auto nodetitle module to the GSB Person content type
gsb_feature_person.features.field.inc | 9 +--------
gsb_feature_person.info | 3 ++-
2 files changed, 3 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 11 months ago author: Greg Mercer (GBear), 3 years, 11 months ago
Added new display styles field to the GSB Person fpp
gsb_feature_person.features.field.inc | 148 ++++++++++++++++++++++++++++++++++
gsb_feature_person.info | 5 +-
gsb_feature_person.module | 16 +++-
3 files changed, 166 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 11 months ago author: Greg Mercer (GBear), 3 years, 11 months ago
Adding code for new GSB Person FPP
gsb_feature_person.features.inc | 7 +++
gsb_feature_person.info | 3 +
gsb_feature_person.views_default.inc | 104 +++++++++++++++++++++++++++++++++++
3 files changed, 114 insertions(+)

view commit - committer: Greg Mercer, 3 years, 11 months ago author: Greg Mercer, 3 years, 11 months ago
Adding in code to support new GSB Person FPP.
gsb_feature_person.module | 26 +++++++++-----------------
1 file changed, 9 insertions(+), 17 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 11 months ago author: Greg Mercer (GBear), 3 years, 11 months ago
Removing Graduation Year and Program as fields for this content type
gsb_feature_person.features.field.inc | 161 ----------------------------------
gsb_feature_person.info | 4 +-
gsb_feature_person.module | 61 +++++++++++++
3 files changed, 62 insertions(+), 164 deletions(-)

view commit - committer: Greg Mercer, 3 years, 11 months ago author: Greg Mercer, 3 years, 11 months ago
Added hook entity_info_alter to create the Person FPP.
gsb_feature_person.module | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

view commit - committer: Greg Mercer, 3 years, 11 months ago author: Greg Mercer, 3 years, 11 months ago
Changed package to be GSB.
gsb_feature_person.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 11 months ago author: Greg Mercer, 3 years, 11 months ago
Removed email module from list.
gsb_feature_person.make | 3 ---
1 file changed, 3 deletions(-)

view commit - committer: Adam Moore, 4 years ago author: Adam Moore, 4 years ago
Unnecessary drupal version prefix on email version.
gsb_feature_person.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 4 years, 1 month ago author: Greg Mercer (GBear), 4 years, 1 month ago
Removed view modes from the individual content type
gsb_feature_person.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 4 years, 1 month ago author: Greg Mercer (GBear), 4 years, 1 month ago
Attempting to save the entity view mode settings
gsb_feature_person.info | 4 ++--
gsb_feature_person.strongarm.inc | 6 +++++-
2 files changed, 7 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 4 years, 1 month ago author: Greg Mercer (GBear), 4 years, 1 month ago
Merge branch 'master' of github.com:gsbitse/gsb_feature_person
view commit - committer: Greg Mercer (GBear), 4 years, 1 month ago author: Greg Mercer (GBear), 4 years, 1 month ago
Revised some of the fields for the Person content type.
gsb_feature_person.features.field.inc | 967 +++++-----------------------------
gsb_feature_person.info | 12 +-
gsb_feature_person.strongarm.inc | 4 +-
3 files changed, 132 insertions(+), 851 deletions(-)

view commit - committer: Greg Mercer, 4 years, 1 month ago author: Greg Mercer, 4 years, 1 month ago
Added a dependency for entity_view_mode and email.
gsb_feature_person.info | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer, 4 years, 1 month ago author: Greg Mercer, 4 years, 1 month ago
Create gsb_feature_person.make
gsb_feature_person.make | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Greg Mercer (GBear), 4 years, 1 month ago author: Greg Mercer (GBear), 4 years, 1 month ago
Removing panelize from the person content type feature.
gsb_feature_person.info | 4 ++--
gsb_feature_person.strongarm.inc | 31 -------------------------------
2 files changed, 2 insertions(+), 33 deletions(-)

view commit - committer: Greg Mercer (GBear), 4 years, 1 month ago author: Greg Mercer (GBear), 4 years, 1 month ago
Creating new feature for the gsb Person content type.
gsb_feature_person.features.field.inc | 1997 +++++++++++++++++++++++++++++++++
gsb_feature_person.features.inc | 36 +
gsb_feature_person.info | 52 +
gsb_feature_person.module | 7 +
gsb_feature_person.panelizer.inc | 671 +++++++++++
gsb_feature_person.strongarm.inc | 108 ++
6 files changed, 2871 insertions(+)

view commit - committer: Greg Mercer, 4 years, 1 month ago author: Greg Mercer, 4 years, 1 month ago
Initial commit
README.md | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_feature_image_styles
===========================================
view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago
WP-7539 Added program display image style
gsb_feature_image_styles.features.inc | 12 ++++++++++++
gsb_feature_image_styles.info | 1 +
2 files changed, 13 insertions(+)

view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago
WP-7519 Added 310px image style
gsb_feature_image_styles.features.inc | 169 +++-------------------------------
gsb_feature_image_styles.info | 1 +
2 files changed, 13 insertions(+), 157 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4343 Adding new image style resource_preview_image
gsb_feature_image_styles.features.inc | 23 +++++++++++++++++++++++
gsb_feature_image_styles.info | 1 +
2 files changed, 24 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4379 Added Allow Upscaling for the Resource Image and Resource Youtube(thumbnail) image styles
gsb_feature_image_styles.features.inc | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4313 Adding new image style resource_preview_image
gsb_feature_image_styles.features.inc | 23 +++++++++++++++++++++++
gsb_feature_image_styles.info | 1 +
2 files changed, 24 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-3993: Add resources image styles.
gsb_feature_image_styles.features.inc | 72 +++++++++++++++++++++++++++++++++++
gsb_feature_image_styles.info | 3 ++
2 files changed, 75 insertions(+)

view commit - committer: Roopesh Naik, 3 years, 2 months ago author: Roopesh Naik, 3 years, 2 months ago
WP-2266 Add new image style
gsb_feature_image_styles.features.inc | 23 +++++++++++++++++++++++
gsb_feature_image_styles.info | 5 +++--
2 files changed, 26 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_image_styles.features.inc | 12 ++++++++++++
gsb_feature_image_styles.info | 14 +++-----------
2 files changed, 15 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Greg Mercer, 3 years, 6 months ago
WP-1942 Removing the overlay watermark for 270x158_video
gsb_feature_image_styles.features.inc | 17 -----------------
1 file changed, 17 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WP-1942 Removing the overlay watermark for 270x158_video
gsb_feature_image_styles.features.inc | 17 -----------------
gsb_feature_image_styles.info | 7 +++++++
2 files changed, 7 insertions(+), 17 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
Exported feature again to get the upscale property defined for the 566x_variable image style
gsb_feature_image_styles.features.inc | 3 ++-
gsb_feature_image_styles.info | 2 ++
2 files changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
adding new feature for our image styles
gsb_feature_image_styles.features.inc | 364 ++++++++++++++++++++++++++++++++++
gsb_feature_image_styles.info | 20 ++
gsb_feature_image_styles.module | 7 +
3 files changed, 391 insertions(+)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Initial commit
README.md | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_feature_page_ct
===========================================
view commit - committer: vvijayan, 4 weeks ago author: vvijayan, 4 weeks ago
WP-7718 added meta title update code in page alter hook
gsb_feature_page_ct.module | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago
WP-7625 Added check to determine is slick has already been initialized
js/gsb_feature_page_ct_slideshow_slick.js | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7324 Added code to change the help text for the slideshow image field
gsb_feature_page_ct.module | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7286 Checking for ipe (panel pane editor) save button before adding slideshow
js/gsb_feature_page_ct_slideshow_slick.js | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7148 Added code to move the slick slide arrow buttons into a special arrow-wrapper
js/gsb_feature_page_ct_slideshow_slick.js | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7231: update page ct display.
gsb_feature_page_ct.features.field_instance.inc | 26 +++++++++----------------
gsb_feature_page_ct.strongarm.inc | 3 +++
2 files changed, 12 insertions(+), 17 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7148 Fixing up the form error text
gsb_feature_page_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7148 Adjusting how the required field labels are added to use #field_prefix
gsb_feature_page_ct.module | 27 +++++++++++++--------------
1 file changed, 13 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7148 Adding support for slideshow rendering
gsb_feature_page_ct.module | 30 +++++++++++++++++++++++++++++-
js/gsb_feature_page_ct_slideshow_slick.js | 17 +++++++++++++++++
2 files changed, 46 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7220 Finished fix on handling required slideshow fields
gsb_feature_page_ct.module | 47 +++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 44 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7220 Part of the fix on required fields in slideshow.
gsb_feature_page_ct.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7148 Fixing up a merge issue with previous mergeness
gsb_feature_page_ct.module | 9 ---------
1 file changed, 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7148 Adding new field instance for field_slideshow_slides
gsb_feature_page_ct.features.field_instance.inc | 57 +++++++++++++++++++++++++
gsb_feature_page_ct.field_group.inc | 1 +
gsb_feature_page_ct.info | 5 ++-
gsb_feature_page_ct.module | 9 ++++
4 files changed, 70 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7148 Added visible handle the slideshow field collection
gsb_feature_page_ct.module | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7059: hide the image from displaying.
gsb_feature_page_ct.features.field_instance.inc | 38 +++------
gsb_feature_page_ct.strongarm.inc | 102 ++++++++++++++++++++++++
2 files changed, 115 insertions(+), 25 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7058 Another attempt to get features to add my new group field. Sigh
gsb_feature_page_ct.features.field_instance.inc | 4 ++--
gsb_feature_page_ct.features.inc | 3 +++
gsb_feature_page_ct.field_group.inc | 4 ++--
gsb_feature_page_ct.info | 7 ++++++-
4 files changed, 13 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7058 Added new field instances field_hero_region_options and field_image_single_public
gsb_feature_page_ct.features.field_instance.inc | 161 +++++++++++++++++++++++-
gsb_feature_page_ct.field_group.inc | 48 +++++++
gsb_feature_page_ct.info | 8 +-
gsb_feature_page_ct.module | 20 +++
4 files changed, 229 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6030 Changed the metatag for page node title to use [current-page:title]
gsb_feature_page_ct.features.metatag.inc | 24 ++++++++++++++++++++++++
gsb_feature_page_ct.info | 2 ++
2 files changed, 26 insertions(+)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5703 Removing a remaining reference to addthis.
gsb_feature_page_ct.features.field_instance.inc | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5703 Removing remaining references to addthis.
gsb_feature_page_ct.strongarm.inc | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5703 Removing a remaining reference to addthis.
gsb_feature_page_ct.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5703 Removing references to addthis and addthis_displays
gsb_feature_page_ct.info | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago
WP-5266 Expanded on details of how we check workbench access against the user's role
gsb_feature_page_ct.module | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago
WP-5266 Added
gsb_feature_page_ct.module | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago
WP-5163: Update default moderation state.
gsb_feature_page_ct.info | 6 +++---
gsb_feature_page_ct.panelizer.inc | 8 +++++---
gsb_feature_page_ct.strongarm.inc | 7 +++++++
3 files changed, 15 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago
WP-4943: Remove AddThis from the default panes.
gsb_feature_page_ct.info | 6 ++---
gsb_feature_page_ct.panelizer.inc | 50 ++-------------------------------------
2 files changed, 5 insertions(+), 51 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4852 remove add this field
gsb_feature_page_ct.features.field_instance.inc | 61 -------------------------
gsb_feature_page_ct.info | 4 +-
2 files changed, 2 insertions(+), 63 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4542 Added new setting for force_pathauto
gsb_feature_page_ct.features.inc | 1 +
gsb_feature_page_ct.strongarm.inc | 10 ++++++++--
2 files changed, 9 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Remove panopoly items.
gsb_feature_page_ct.strongarm.inc | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
WP-3844: Add support for better formats.
gsb_feature_page_ct.features.field_instance.inc | 44 +++++++++++++++++++++++++
gsb_feature_page_ct.info | 4 +--
2 files changed, 46 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3127: Add submit field.
gsb_feature_page_ct.features.field_instance.inc | 93 +++++++++++++++----------
gsb_feature_page_ct.features.inc | 3 +
gsb_feature_page_ct.info | 5 +-
gsb_feature_page_ct.strongarm.inc | 11 +--
4 files changed, 72 insertions(+), 40 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
Removing the News CT variant for the node template
gsb_feature_page_ct.features.inc | 3 -
gsb_feature_page_ct.info | 1 -
gsb_feature_page_ct.pages_default.inc | 173 ----------------------------------
3 files changed, 177 deletions(-)

view commit - committer: Tim Plunkett, 3 years ago author: Tim Plunkett, 3 years ago
WP-2505: Allow new blocks as panes.
gsb_feature_page_ct.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: adam, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_page_ct.features.field_instance.inc | 30 +++++++++++++++++++++++++
gsb_feature_page_ct.features.inc | 6 +----
gsb_feature_page_ct.info | 3 +--
gsb_feature_page_ct.strongarm.inc | 2 +-
4 files changed, 33 insertions(+), 8 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_page_ct.features.field_instance.inc | 30 +++++++++++++++++++++++++
gsb_feature_page_ct.features.inc | 6 +----
gsb_feature_page_ct.info | 3 +--
gsb_feature_page_ct.strongarm.inc | 2 +-
4 files changed, 33 insertions(+), 8 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2148: Add workbench section setting.
gsb_feature_page_ct.info | 1 +
gsb_feature_page_ct.strongarm.inc | 7 +++++++
2 files changed, 8 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Adam Moore, 3 years, 5 months ago
Add compact as a share service.
gsb_feature_page_ct.panelizer.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-319 Added 'more' aka compact button
gsb_feature_page_ct.panelizer.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 5 months ago author: Greg Mercer (GBear), 3 years, 5 months ago
WPBQA-110 More addthis changes
gsb_feature_page_ct.info | 2 +-
gsb_feature_page_ct.panelizer.inc | 2 +-
gsb_feature_page_ct.strongarm.inc | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WP-1880 Added checking of the gpcb_weather_widget as an allowed block
gsb_feature_page_ct.strongarm.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Adam Moore, 3 years, 6 months ago
WP-1877: Remove unused token from path.
gsb_feature_page_ct.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WPBQA-110 Moving addthis to the bottom of the page
gsb_feature_page_ct.info | 2 +-
gsb_feature_page_ct.panelizer.inc | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
WPBQA-110 Changed the AddThis buttons
gsb_feature_page_ct.panelizer.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Adam Moore, 3 years, 6 months ago
Hide the url_alias field.
gsb_feature_page_ct.features.field_instance.inc | 7 ++-----
gsb_feature_page_ct.strongarm.inc | 9 +++++++++
2 files changed, 11 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Don't make the field required.
gsb_feature_page_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Add field alias field so the users can set the page title alias.
gsb_feature_page_ct.features.field_instance.inc | 60 ++++++++++++++++++++++++-
gsb_feature_page_ct.info | 3 ++
gsb_feature_page_ct.strongarm.inc | 6 +--
3 files changed, 64 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
removing panels_page_allowed_layouts
gsb_feature_page_ct.info | 4 ++--
gsb_feature_page_ct.strongarm.inc | 7 -------
2 files changed, 2 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
added new search field via concat
gsb_feature_page_ct.features.field_instance.inc | 67 +++++++++++++++++++++++++
gsb_feature_page_ct.info | 5 +-
2 files changed, 71 insertions(+), 1 deletion(-)

view commit - committer: Furtuna Doru, 3 years, 8 months ago author: Furtuna Doru, 3 years, 8 months ago
Change the token name for path alias.
gsb_feature_page_ct.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Furtuna Doru, 3 years, 8 months ago author: Furtuna Doru, 3 years, 8 months ago
Change the token for page.
gsb_feature_page_ct.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Custom CTA: make learn about campus available to panels.
gsb_feature_page_ct.strongarm.inc | 816 +++++++++++++++++++++-----------------
1 file changed, 462 insertions(+), 354 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Remove teaser wrapper, have title link, update trim.
gsb_feature_page_ct.ds.inc | 18 +++++++---
gsb_feature_page_ct.features.field_instance.inc | 2 +-
gsb_feature_page_ct.features.inc | 4 ---
gsb_feature_page_ct.field_group.inc | 46 -------------------------
gsb_feature_page_ct.info | 3 --
5 files changed, 15 insertions(+), 58 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Add media toolkit to press releases.
gsb_feature_page_ct.pages_default.inc | 36 +++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-893: add related links to sidebar.
gsb_feature_page_ct.features.inc | 4 +
gsb_feature_page_ct.info | 3 +
gsb_feature_page_ct.pages_default.inc | 137 ++++++++++++++++++++++++++++++++++
3 files changed, 144 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
wp-1063 moving the addthis buttons to the header area
gsb_feature_page_ct.features.field_instance.inc | 19 ++--------
gsb_feature_page_ct.info | 4 +-
gsb_feature_page_ct.panelizer.inc | 50 ++++++++++++++++++++++++-
gsb_feature_page_ct.strongarm.inc | 9 -----
4 files changed, 54 insertions(+), 28 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
new addthis field instance
gsb_feature_page_ct.features.field_instance.inc | 70 +++++++++++++++++++++++++
gsb_feature_page_ct.info | 6 ++-
gsb_feature_page_ct.strongarm.inc | 13 ++++-
3 files changed, 86 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Set default layout.
gsb_feature_page_ct.info | 2 ++
gsb_feature_page_ct.panelizer.inc | 19 +++++++++++++++----
2 files changed, 17 insertions(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Switch defaultconfig to strongarm.
gsb_feature_page_ct.features.defaultconfig.inc | 32 --------------------------
gsb_feature_page_ct.info | 3 +--
gsb_feature_page_ct.strongarm.inc | 7 ++++++
3 files changed, 8 insertions(+), 34 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
WP-948: Remove duplicated title.
gsb_feature_page_ct.panelizer.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Fix page panelizer to utilize display suite.
gsb_feature_page_ct.features.field_instance.inc | 9 ++---
gsb_feature_page_ct.panelizer.inc | 51 ++++++++-----------------
2 files changed, 18 insertions(+), 42 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
WP-927: Show the field_body, not body.
gsb_feature_page_ct.panelizer.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move base fields into gsb_feature_base_fields.
gsb_feature_page_ct.info | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Update features for base/instance split.
gsb_feature_page_ct.features.field.inc | 217 ------------------------
gsb_feature_page_ct.features.field_instance.inc | 163 ++++++++++++++++++
gsb_feature_page_ct.info | 6 +-
3 files changed, 167 insertions(+), 219 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Remove dependency on entity_view_mode.
gsb_feature_page_ct.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Set some defaults for panels.
gsb_feature_page_ct.info | 2 +-
gsb_feature_page_ct.strongarm.inc | 926 ++++++++++++++++++++++++++++++++------
2 files changed, 783 insertions(+), 145 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Mirror panels page defaults to panelizer.
gsb_feature_page_ct.info | 1 +
gsb_feature_page_ct.strongarm.inc | 7 +++++++
2 files changed, 8 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
removed required from editorial summary field and move wb section field to top of form
gsb_feature_page_ct.features.field.inc | 6 +++---
gsb_feature_page_ct.info | 2 +-
gsb_feature_page_ct.strongarm.inc | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Hide labels for page default.
gsb_feature_page_ct.features.field.inc | 8 ++++----
gsb_feature_page_ct.strongarm.inc | 36 +++++++++++++++++++++++++++++++++-
2 files changed, 39 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Add teaser display settings from ds.
gsb_feature_page_ct.ds.inc | 68 ++++++++++++++++++++++++++++++++++
gsb_feature_page_ct.features.field.inc | 14 ++++---
gsb_feature_page_ct.features.inc | 8 ++++
gsb_feature_page_ct.field_group.inc | 46 +++++++++++++++++++++++
gsb_feature_page_ct.info | 7 ++++
5 files changed, 138 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Don't need this make file anymore.
gsb_feature_page_ct.make | 5 -----
1 file changed, 5 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Update fields.
gsb_feature_page_ct.features.defaultconfig.inc | 339 -------------------------
gsb_feature_page_ct.features.field.inc | 95 +------
gsb_feature_page_ct.info | 8 +-
gsb_feature_page_ct.strongarm.inc | 11 +-
4 files changed, 20 insertions(+), 433 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Rename gsb_page to page.
gsb_feature_page_ct.features.defaultconfig.inc | 4 ++--
gsb_feature_page_ct.features.field.inc | 18 ++++++++---------
gsb_feature_page_ct.features.inc | 2 +-
gsb_feature_page_ct.info | 26 ++++++++++++------------
gsb_feature_page_ct.install | 2 +-
gsb_feature_page_ct.panelizer.inc | 6 +++---
gsb_feature_page_ct.strongarm.inc | 28 +++++++++++++-------------
7 files changed, 43 insertions(+), 43 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Update the fields/settings for gsb_page.
gsb_feature_page_ct.features.field.inc | 189 +++++++++++++++++++++++++++++++++
gsb_feature_page_ct.features.inc | 2 +-
gsb_feature_page_ct.info | 2 +
3 files changed, 192 insertions(+), 1 deletion(-)

view commit - committer: Yuriy Boychenko, 3 years, 9 months ago author: Yuriy Boychenko, 3 years, 9 months ago
Conflict fixed
README.md | 0
gsb_feature_page_ct.features.defaultconfig.inc | 400 +++++--------------------
gsb_feature_page_ct.features.field.inc | 0
gsb_feature_page_ct.features.inc | 0
gsb_feature_page_ct.info | 13 +-
gsb_feature_page_ct.install | 0
gsb_feature_page_ct.make | 0
gsb_feature_page_ct.module | 0
gsb_feature_page_ct.panelizer.inc | 38 ++-
gsb_feature_page_ct.strongarm.inc | 0
10 files changed, 113 insertions(+), 338 deletions(-)

view commit - committer: Yuriy Boychenko, 3 years, 9 months ago author: Yuriy Boychenko, 3 years, 9 months ago
Body machine neme was renamed
README.md | 0
gsb_feature_page_ct.features.defaultconfig.inc | 4 +-
gsb_feature_page_ct.features.field.inc | 154 +++++++++--
gsb_feature_page_ct.features.inc | 0
gsb_feature_page_ct.info | 10 +-
gsb_feature_page_ct.install | 0
gsb_feature_page_ct.make | 0
gsb_feature_page_ct.module | 0
gsb_feature_page_ct.panelizer.inc | 0
gsb_feature_page_ct.strongarm.inc | 343 +------------------------
10 files changed, 140 insertions(+), 371 deletions(-)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Rename to gsb_feature_page_ct
README.md | 3 +-
gsb_feature_page.features.defaultconfig.inc | 371 --------------------
gsb_feature_page.features.field.inc | 97 ------
gsb_feature_page.features.inc | 36 --
gsb_feature_page.info | 37 --
gsb_feature_page.install | 9 -
gsb_feature_page.make | 5 -
gsb_feature_page.module | 7 -
gsb_feature_page.panelizer.inc | 95 ------
gsb_feature_page.strongarm.inc | 447 -------------------------
gsb_feature_page_ct.features.defaultconfig.inc | 371 ++++++++++++++++++++
gsb_feature_page_ct.features.field.inc | 97 ++++++
gsb_feature_page_ct.features.inc | 36 ++
gsb_feature_page_ct.info | 37 ++
gsb_feature_page_ct.install | 8 +
gsb_feature_page_ct.make | 5 +
gsb_feature_page_ct.module | 7 +
gsb_feature_page_ct.panelizer.inc | 95 ++++++
gsb_feature_page_ct.strongarm.inc | 447 +++++++++++++++++++++++++
19 files changed, 1104 insertions(+), 1106 deletions(-)

view commit - committer: Greg Mercer, 3 years, 11 months ago author: Greg Mercer, 3 years, 11 months ago
Changed package to be GSB.
gsb_feature_page.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 11 months ago author: Greg Mercer, 3 years, 11 months ago
Removed email module from list.
gsb_feature_page.make | 3 ---
1 file changed, 3 deletions(-)

view commit - committer: Greg Mercer, 4 years, 1 month ago author: Greg Mercer, 4 years, 1 month ago
Added email project.
gsb_feature_page.make | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer, 4 years, 1 month ago author: Greg Mercer, 4 years, 1 month ago
Added a dependency for email.
gsb_feature_page.info | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer, 4 years, 1 month ago author: Greg Mercer, 4 years, 1 month ago
Create gsb_feature_page.make
gsb_feature_page.make | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Greg Mercer, 4 years, 1 month ago author: Greg Mercer, 4 years, 1 month ago
Added a dependency for entity_view_mode.
gsb_feature_page.info | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 4 years, 1 month ago author: Adam Moore, 4 years, 1 month ago
Add additional token for pathauto path.
gsb_feature_page.features.defaultconfig.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 4 years, 1 month ago author: Greg Mercer (GBear), 4 years, 1 month ago
More config changes for the page feature
gsb_feature_page.features.defaultconfig.inc | 358 ++++++++++++++++++++++++++--
gsb_feature_page.features.inc | 4 +
gsb_feature_page.info | 12 +-
gsb_feature_page.panelizer.inc | 95 ++++++++
gsb_feature_page.strongarm.inc | 343 +++++++++++++++++++++++++-
5 files changed, 783 insertions(+), 29 deletions(-)

view commit - committer: Greg Mercer (GBear), 4 years, 1 month ago author: Greg Mercer (GBear), 4 years, 1 month ago
Changing some configuration options for panelizer
gsb_feature_page.features.defaultconfig.inc | 4 ++--
gsb_feature_page.features.inc | 2 +-
gsb_feature_page.info | 5 +++--
gsb_feature_page.strongarm.inc | 33 ++++++++++++++++++++++++++++-
4 files changed, 38 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 4 years, 1 month ago author: Greg Mercer, 4 years, 1 month ago
Added gsb_section_autoconfig as a dependency.
gsb_feature_page.info | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer (GBear), 4 years, 1 month ago author: Greg Mercer (GBear), 4 years, 1 month ago
New install file
gsb_feature_page.install | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Greg Mercer (GBear), 4 years, 1 month ago author: Greg Mercer (GBear), 4 years, 1 month ago
Adding some other default settings to the Page content type
gsb_feature_page.info | 2 +-
gsb_feature_page.strongarm.inc | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 4 years, 1 month ago author: Greg Mercer (GBear), 4 years, 1 month ago
Adding in the path auto url pattern for the Page content type.
gsb_feature_page.features.defaultconfig.inc | 7 +++++++
gsb_feature_page.info | 3 ++-
2 files changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 4 years, 1 month ago author: Greg Mercer (GBear), 4 years, 1 month ago
Adding files to create the new gsb Page content type.
README.md | 5 +-
gsb_feature_page.features.defaultconfig.inc | 56 +++++++++++++++++
gsb_feature_page.features.field.inc | 97 +++++++++++++++++++++++++++++
gsb_feature_page.features.inc | 32 ++++++++++
gsb_feature_page.info | 24 +++++++
gsb_feature_page.module | 7 +++
gsb_feature_page.strongarm.inc | 77 +++++++++++++++++++++++
7 files changed, 296 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 4 years, 1 month ago author: Greg Mercer, 4 years, 1 month ago
Initial commit
README.md | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_feature_cta
===========================================
view commit - committer: GitHub, 9 weeks ago author: Greg Mercer, 9 weeks ago
Update gsb_feature_cta.module
gsb_feature_cta.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Ayuta Padhi, 9 weeks ago author: Ayuta Padhi, 9 weeks ago
WP-7692 bug fix for array based url encoding
gsb_feature_cta.info | 7 +++++++
gsb_feature_cta.module | 17 +++++++++++++++--
2 files changed, 22 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago
WP-7582 broken url fix
gsb_feature_cta.module | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

view commit - committer: GitHub, 5 months ago author: Greg Mercer, 5 months ago
WP-7518 Previous commit was wrong-headed - needed to remove validate_url not required. Sigh
gsb_feature_cta.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago
WP-7518 Removed required for the field: field_link_single
gsb_feature_cta.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6362: remove bold and unneeded style class.
gsb_feature_cta.module | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

view commit - committer: Ayuta Padhi, 12 months ago author: Ayuta Padhi, 12 months ago
WP-6386 Fixed ajax error
gsb_feature_cta.module | 36 ++++++++++++++++++++----------------
1 file changed, 20 insertions(+), 16 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6362: remove bold and unneeded style class.
gsb_feature_cta.module | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
test
gsb_feature_cta.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4587 change the index from value to tid
gsb_feature_cta.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4587 add cta action in field collection for cta
gsb_feature_cta.features.field_instance.inc | 90 ++++++++++++++---------------
gsb_feature_cta.info | 2 +-
gsb_feature_cta.module | 6 +-
gsb_feature_cta.strongarm.inc | 6 +-
4 files changed, 51 insertions(+), 53 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4587 add the cta action field to field collection
gsb_feature_cta.features.field_instance.inc | 90 ++++++++++++++---------------
gsb_feature_cta.info | 2 +-
gsb_feature_cta.module | 6 +-
gsb_feature_cta.strongarm.inc | 6 +-
4 files changed, 51 insertions(+), 53 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4587 add cta action and remove action
gsb_feature_cta.features.field_instance.inc | 121 +++++++++++++---------------
gsb_feature_cta.info | 7 +-
2 files changed, 59 insertions(+), 69 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Remove panopoly items.
gsb_feature_cta.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3336: remove empty italic tag.
gsb_feature_cta.module | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
WP-2217: Fix open in new tab for CTA.
gsb_feature_cta.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Add option to open in new tab to link.
gsb_feature_cta.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_cta.features.field_instance.inc | 30 +++++++++++++++++++++++++++++
gsb_feature_cta.features.inc | 3 +--
gsb_feature_cta.info | 4 +---
3 files changed, 32 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
Changed the field order so that the reusable section is at the bottom of the form
gsb_feature_cta.features.field_instance.inc | 4 ++--
gsb_feature_cta.info | 10 ++--------
gsb_feature_cta.strongarm.inc | 2 +-
3 files changed, 5 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer, 3 years, 8 months ago author: Greg Mercer, 3 years, 8 months ago
Added to the cta validate function. Resolves wp-833 and wp-996
gsb_feature_cta.module | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
CTA wrapper class adjustment.
gsb_feature_cta.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Fix CTA formatter.
gsb_feature_cta.module | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Fix CTA label.
gsb_feature_cta.info | 7 +++++++
gsb_feature_cta.module | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Added validate function to resolve wp-833
gsb_feature_cta.module | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Added validate function to resolve wp-833
gsb_feature_cta.module | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move base fields into gsb_feature_base_fields.
gsb_feature_cta.features.field_base.inc | 107 --------------------------------
gsb_feature_cta.info | 5 +-
2 files changed, 1 insertion(+), 111 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Update features for base/instance split.
gsb_feature_cta.features.field.inc | 355 ----------------------------
gsb_feature_cta.features.field_base.inc | 107 +++++++++
gsb_feature_cta.features.field_instance.inc | 244 +++++++++++++++++++
gsb_feature_cta.info | 12 +-
4 files changed, 359 insertions(+), 359 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
added in new cta action verbs see wp-870
gsb_feature_cta.features.field.inc | 25 ++++++++++++++++++++-----
gsb_feature_cta.info | 2 +-
2 files changed, 21 insertions(+), 6 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Make better usage of metadata wrappers and render arrays.
gsb_feature_cta.module | 85 +++++++++++++++++++++++++++++++-------------------
1 file changed, 53 insertions(+), 32 deletions(-)

view commit - committer: propeople mw, 3 years, 9 months ago author: propeople mw, 3 years, 9 months ago
Add formatter for CTA field and change the CTA field feature.
gsb_feature_cta.features.field.inc | 20 +++++++++------
gsb_feature_cta.module | 50 ++++++++++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Rename to just cta
gsb_feature_cta.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Rename gsb_cta to cta
gsb_feature_cta.features.field.inc | 12 ++++++------
gsb_feature_cta.info | 6 +++---
gsb_feature_cta.module | 2 +-
gsb_feature_cta.strongarm.inc | 4 ++--
4 files changed, 12 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Rename bundle to cta. Update fields.
gsb_feature_cta.features.field.inc | 159 +++++++++++--------------------------
gsb_feature_cta.info | 8 +-
gsb_feature_cta.module | 4 +-
3 files changed, 53 insertions(+), 118 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
changed required fields to be action and dest url
gsb_feature_cta.features.field.inc | 4 ++--
gsb_feature_cta.info | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: creaoy, 3 years, 10 months ago author: creaoy, 3 years, 10 months ago
Adding more options to CTA
gsb_feature_cta.features.field.inc | 14 ++++++++------
gsb_feature_cta.info | 3 +++
2 files changed, 11 insertions(+), 6 deletions(-)

view commit - committer: creaoy, 3 years, 10 months ago author: creaoy, 3 years, 10 months ago
Change format of CTA
gsb_feature_cta.features.field.inc | 372 ++++++++++++++++++++-----------------
gsb_feature_cta.info | 9 +-
gsb_feature_cta.module | 2 +-
gsb_feature_cta.strongarm.inc | 13 ++
4 files changed, 219 insertions(+), 177 deletions(-)

view commit - committer: creaoy, 3 years, 10 months ago author: creaoy, 3 years, 10 months ago
Add Call to Action field_panels_pane
gsb_feature_cta.features.field.inc | 371 +++++++++++++++++++++++++++++++++++++
gsb_feature_cta.features.inc | 15 ++
gsb_feature_cta.info | 19 ++
gsb_feature_cta.module | 28 +++
gsb_feature_cta.strongarm.inc | 48 +++++
5 files changed, 481 insertions(+)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Initial commit
README.md | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_feature_people_display
===========================================
view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
WP-2585: Sort autocomplete by title.
gsb_feature_people_display.info | 2 +-
gsb_feature_people_display.views_default.inc | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 1 month ago author: Tim Plunkett, 3 years, 1 month ago
WP-2370: Remove hardcoded filter and allow multiple values.
gsb_feature_people_display.views_default.inc | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_people_display.features.inc | 2 +-
gsb_feature_people_display.info | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Filter people references by content type.
gsb_feature_people_display.info | 2 +-
gsb_feature_people_display.views_default.inc | 8 ++++++++
2 files changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Fix missing selections in style. Show all people by default.
gsb_feature_people_display.info | 2 ++
gsb_feature_people_display.views_default.inc | 15 ++++++++++++++-
2 files changed, 16 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Add people reference view.
gsb_feature_people_display.features.inc | 12 ++++
gsb_feature_people_display.module | 7 +++
gsb_feature_people_display.views_default.inc | 83 ++++++++++++++++++++++++++++
3 files changed, 102 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Initial commit.
gsb_feature_people_display.info | 13 +++++++++++++
1 file changed, 13 insertions(+)

===========================================
./gsb_feature_publication_display
===========================================
view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago
WP-7664 Removed reference to region_of_interest taxonomy
gsb_feature_publication_display.views_default.inc | 3 ---
1 file changed, 3 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago
WP-6271 Turned ajax on at view level
gsb_feature_publication_display.info | 2 +-
gsb_feature_publication_display.views_default.inc | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago
WP-6181 Removed ajax and fixed states
gsb_feature_publication_display.info | 2 +-
gsb_feature_publication_display.module | 17 +++++++++++++++++
gsb_feature_publication_display.views_default.inc | 4 ++--
3 files changed, 20 insertions(+), 3 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5953 Adjust search criteria
gsb_feature_publication_display.info | 2 +-
gsb_feature_publication_display.views_default.inc | 34 +++++++++++++++++++----
2 files changed, 29 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago
WP-5930: We can use a parameter to not sanitize the title. See WP-5749.
gsb_feature_publication_display.module | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago
WP-5930: Fix urls that have parameters.
gsb_feature_publication_display.module | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5749 revert the sanization
gsb_feature_publication_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5632 hide view display errors
gsb_feature_publication_display.views_default.inc | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5670 modified view to use entity reference to fix view mode issue
gsb_feature_publication_display.info | 3 ++-
gsb_feature_publication_display.views_default.inc | 8 +-------
2 files changed, 3 insertions(+), 8 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5608 Removed Display link and Display Comment checkboxes
gsb_feature_publication_display.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5640 Fixed the field order.WP-5608 Fixed the view mode.
gsb_feature_publication_display.info | 4 ++--
gsb_feature_publication_display.module | 13 ++++++++-----
gsb_feature_publication_display.views_default.inc | 11 ++++++++---
3 files changed, 18 insertions(+), 10 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5608 Added view display mode-compact and expanded
gsb_feature_publication_display.info | 2 +-
gsb_feature_publication_display.module | 17 +++
gsb_feature_publication_display.views_default.inc | 166 ++++++++++++++++++++--
3 files changed, 173 insertions(+), 12 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5481 add view no result message
gsb_feature_publication_display.views_default.inc | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5479 fix the operator to AND for view filter
gsb_feature_publication_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5449 fix the view settings
gsb_feature_publication_display.views_default.inc | 23 ++++++++++++++++++++++-
1 file changed, 22 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5449 add circle to publication list
gsb_feature_publication_display.views_default.inc | 63 +++++++++++++++++++++++
1 file changed, 63 insertions(+)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5476 Changing the field order to follow override_title_text instead of override_title
gsb_feature_publication_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5449 fix the view settings
gsb_feature_publication_display.views_default.inc | 23 ++++++++++++++++++++++-
1 file changed, 22 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5449 add circle to publication list
gsb_feature_publication_display.views_default.inc | 63 +++++++++++++++++++++++
1 file changed, 63 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5476 Small adjustment is the weights for title and url fields
gsb_feature_publication_display.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5476 New code to add a title_link (URL) field after the title field, and to remove the older title_link field that was in the 'exposed filter' section.
gsb_feature_publication_display.module | 45 +++++++++++++++++++++++++++++-----
1 file changed, 39 insertions(+), 6 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5424 remove See All footer
gsb_feature_publication_display.views_default.inc | 7 -------
1 file changed, 7 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5321 remove filter condition for Journal Article
gsb_feature_publication_display.views_default.inc | 7 -------
1 file changed, 7 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 recat items - Publications:Multiple Criteria
gsb_feature_publication_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 recat items - Publications
gsb_feature_publication_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 rename items - publications listing
gsb_feature_publication_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 rename items - publications
gsb_feature_publication_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Remove panopoly items.
gsb_feature_publication_display.install | 18 ------------------
1 file changed, 18 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4535 add exposed keywords field to publication cp
gsb_feature_publication_display.info | 2 +-
gsb_feature_publication_display.views_default.inc | 61 +++++++++++++++++++++--
2 files changed, 57 insertions(+), 6 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4530 help text for publication faculty author field
gsb_feature_publication_display.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3814: Remove field_region_tid filter from Publication Filters view display.
gsb_feature_publication_display.views_default.inc | 48 -----------------------
1 file changed, 48 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago
WP-3814 add region of interest to publications cp
gsb_feature_publication_display.info | 2 +-
gsb_feature_publication_display.views_default.inc | 118 +++++++++++++++-------
2 files changed, 84 insertions(+), 36 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3802 Added new exposed filter for publication_type
gsb_feature_publication_display.info | 4 +-
gsb_feature_publication_display.views_default.inc | 48 ++++++++++++++++++++++-
2 files changed, 49 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3626: Fix soring for Publication Filters view to match Publication Listing view.
gsb_feature_publication_display.views_default.inc | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3664: Add a modal delete link to views.
gsb_feature_publication_display.views_default.inc | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3626: Fix soring for Publication Filters view to match Publication Listing view.
gsb_feature_publication_display.views_default.inc | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3463: Publication listing should be filtered by journal article.
gsb_feature_publication_display.views_default.inc | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3464: Adjust titles of EVAs.
gsb_feature_publication_display.views_default.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3464: Add Book chapters and Other publications EVAs.
gsb_feature_publication_display.views_default.inc | 605 +++++++++++++++++++++-
1 file changed, 603 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago
WP-3476: Fix missing 'a' in button label.
gsb_feature_publication_display.info | 2 +-
gsb_feature_publication_display.views_default.inc | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3476: Change "Create new publication" button to "Create new journal article, book chapter, other".
gsb_feature_publication_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3442: Switch EVA show_on to single value.
gsb_feature_publication_display.views_default.inc | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3421: Remove messages header.
gsb_feature_publication_display.views_default.inc | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3376: Update Add Another button names in Faculty CT.
gsb_feature_publication_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3340: update publications eva/
gsb_feature_publication_display.views_default.inc | 86 +++++++++++------------
1 file changed, 42 insertions(+), 44 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3346: Remove featured EVA.
gsb_feature_publication_display.views_default.inc | 291 ----------------------
1 file changed, 291 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3165: add field labels to eva.
gsb_feature_publication_display.views_default.inc | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3123: Modify Faculty publications EVA to display Visible publications only, excluding Featured. Featured are displayed in a separate EVA.
gsb_feature_publication_display.views_default.inc | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3213: Remove table-level sort to respect sort handlers.
gsb_feature_publication_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3213: List EVA views by publication date.
gsb_feature_publication_display.views_default.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3130: Unlink titles in EVA forms.
gsb_feature_publication_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3089: change title to featured journals.
gsb_feature_publication_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3089: change title to featured journals.
gsb_feature_publication_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3084: Add empty text to publication form EVA.
gsb_feature_publication_display.views_default.inc | 14 ++++++++++++++
1 file changed, 14 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3089 Added new EVA Field Featured publication list
gsb_feature_publication_display.views_default.inc | 291 ++++++++++++++++++++++
1 file changed, 291 insertions(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3088: Add featured as a filter.
gsb_feature_publication_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3088:Add support for visibiltiy in detail page of faculty.
gsb_feature_publication_display.views_default.inc | 28 +++++++++++++++++++++--
1 file changed, 26 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-2986: Allow the faculty member to set the visibilty.
gsb_feature_publication_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3053: Adjust views for new options.
gsb_feature_publication_display.info | 4 +-
gsb_feature_publication_display.views_default.inc | 87 +++++++++++------------
2 files changed, 43 insertions(+), 48 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-2979 Added new view EVA Field Form
gsb_feature_publication_display.views_default.inc | 167 ++++++++++++++++++++++
1 file changed, 167 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
WP-2892: Only show unique records.
gsb_feature_publication_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
WP-2900: Add month and day to sort.
gsb_feature_publication_display.info | 2 +-
gsb_feature_publication_display.views_default.inc | 10 ++++++++++
2 files changed, 11 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2848: Publications pane exposed form adjustments.
gsb_feature_publication_display.views_default.inc | 61 +++--------------------
1 file changed, 6 insertions(+), 55 deletions(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2837 Changed the help text, and cleaned up the order of the filter fields.
gsb_feature_publication_display.module | 11 +++++++++++
1 file changed, 11 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2802: Add Publications Listing views pane.
gsb_feature_publication_display.info | 1 +
gsb_feature_publication_display.views_default.inc | 265 ++++++++++++++++++++++
2 files changed, 266 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2802: Add Publications Listing views pane.
gsb_feature_publication_display.info | 1 +
gsb_feature_publication_display.views_default.inc | 265 ++++++++++++++++++++++
2 files changed, 266 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2825: rewrite fields to fix punctuation.
gsb_feature_publication_display.views_default.inc | 82 ++++++++++++++++++++---
1 file changed, 71 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2789: remove pager.
gsb_feature_publication_display.views_default.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2789: switch view mode, add footer and class.
gsb_feature_publication_display.views_default.inc | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2789: remove pager.
gsb_feature_publication_display.views_default.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2819 Removed first and last name non-faculty exposed filters
gsb_feature_publication_display.views_default.inc | 98 -----------------------
1 file changed, 98 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2827 Removed first and last name non-faculty exposed filters
gsb_feature_publication_display.views_default.inc | 98 -----------------------
1 file changed, 98 deletions(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2827 Override the dang Panopoly Magic'ness
gsb_feature_publication_display.install | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2827 Altered the widget_title prefix to be 'Block Title'
gsb_feature_publication_display.module | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2789: switch view mode, add footer and class.
gsb_feature_publication_display.views_default.inc | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2820 Change node filter to allow for a list of node ids
gsb_feature_publication_display.views_default.inc | 72 ++++++++---------------
1 file changed, 25 insertions(+), 47 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2820 Added distinct for publication content pane
gsb_feature_publication_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2795 Added sorting on pub year, month, and day
gsb_feature_publication_display.views_default.inc | 20 +++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2795 Added new Publications Content Pane
gsb_feature_publication_display.info | 4 +
gsb_feature_publication_display.views_default.inc | 511 ++++++++++++++++++++++
2 files changed, 515 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2795 Added sorting on pub year, month, and day
gsb_feature_publication_display.views_default.inc | 20 +++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2793: update publication eva fields.
gsb_feature_publication_display.views_default.inc | 111 +++++++++++++++++-----
1 file changed, 87 insertions(+), 24 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2795 Added new Publications Content Pane
gsb_feature_publication_display.info | 4 +
gsb_feature_publication_display.views_default.inc | 511 ++++++++++++++++++++++
2 files changed, 515 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 11 months ago author: Tim Plunkett, 2 years, 11 months ago
WP-2756: Remove load_more-based pager.
gsb_feature_publication_display.info | 1 -
gsb_feature_publication_display.views_default.inc | 7 +------
2 files changed, 1 insertion(+), 7 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 11 months ago author: Tim Plunkett, 2 years, 11 months ago
WP-2756: Add EVA view for publications
gsb_feature_publication_display.features.inc | 12 +-
gsb_feature_publication_display.info | 14 +-
gsb_feature_publication_display.module | 10 -
gsb_feature_publication_display.pages_default.inc | 161 -----
gsb_feature_publication_display.views_default.inc | 688 ++++++----------------
5 files changed, 169 insertions(+), 716 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
Changes to the pane_category as part of WP-1575
gsb_feature_publication_display.views_default.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: 32i, 3 years, 7 months ago author: 32i, 3 years, 7 months ago
wp-1409 get rid of solr on publication pages; gsb_feature_publication_display update;
gsb_feature_publication_display.info | 3 +-
gsb_feature_publication_display.module | 48 +------
gsb_feature_publication_display.pages_default.inc | 102 ++-------------
gsb_feature_publication_display.views_default.inc | 152 ++++------------------
4 files changed, 43 insertions(+), 262 deletions(-)

view commit - committer: Greg Mercer, 3 years, 8 months ago author: Greg Mercer, 3 years, 8 months ago
Changes related to new wysiwyg
gsb_feature_publication_display.views_default.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 8 months ago author: Greg Mercer, 3 years, 8 months ago
Update gsb_feature_publication_display.views_default.inc
gsb_feature_publication_display.views_default.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: 32i, 3 years, 8 months ago author: 32i, 3 years, 8 months ago
wp-1172 added custom url to both filter and search views for publication_display feature; changed item per page count to 20 for publication_search views
gsb_feature_publication_display.info | 2 +-
gsb_feature_publication_display.views_default.inc | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Fix panopoly_magic bug.
gsb_feature_publication_display.pages_default.inc | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 8 months ago author: Alex Scutaru, 3 years, 8 months ago
more like this path
gsb_feature_publication_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alex Scutaru, 3 years, 8 months ago author: Alex Scutaru, 3 years, 8 months ago
show more and bacl to top links
gsb_feature_publication_display.views_default.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Alex Scutaru, 3 years, 8 months ago author: Alex Scutaru, 3 years, 8 months ago
move search field to quicklinks section
gsb_feature_publication_display.pages_default.inc | 56 +++++++++++------------
1 file changed, 28 insertions(+), 28 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 8 months ago author: Alex Scutaru, 3 years, 8 months ago
view name.
gsb_feature_publication_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alex Scutaru, 3 years, 8 months ago author: Alex Scutaru, 3 years, 8 months ago
layout change. panel filters. other settings.
gsb_feature_publication_display.info | 9 +-
gsb_feature_publication_display.pages_default.inc | 24 +-
gsb_feature_publication_display.views_default.inc | 502 ++++++++++++++--------
3 files changed, 345 insertions(+), 190 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 8 months ago author: Alex Scutaru, 3 years, 8 months ago
solr fields update
gsb_feature_publication_display.info | 7 +++++++
gsb_feature_publication_display.module | 2 +-
gsb_feature_publication_display.views_default.inc | 12 ++++++------
3 files changed, 14 insertions(+), 7 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 9 months ago author: Alex Scutaru, 3 years, 9 months ago
path, css and other afjustments
gsb_feature_publication_display.info | 2 +-
gsb_feature_publication_display.pages_default.inc | 2 +-
gsb_feature_publication_display.views_default.inc | 15 ++++++++++++++-
3 files changed, 16 insertions(+), 3 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 9 months ago author: Alex Scutaru, 3 years, 9 months ago
no result behaviour, and other adjustments
gsb_feature_publication_display.info | 2 +-
gsb_feature_publication_display.views_default.inc | 29 ++++++++++++++---------
2 files changed, 19 insertions(+), 12 deletions(-)

view commit - committer: Furtuna Doru, 3 years, 9 months ago author: Furtuna Doru, 3 years, 9 months ago
Change view for apachesolr.
gsb_feature_publication_display.module | 46 ++++++++++++
gsb_feature_publication_display.views_default.inc | 85 +++++++++++------------
2 files changed, 85 insertions(+), 46 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 9 months ago author: Alex Scutaru, 3 years, 9 months ago
filter by tag, id
gsb_feature_publication_display.info | 4 +-
gsb_feature_publication_display.views_default.inc | 133 +++++++++++++++++++++-
2 files changed, 134 insertions(+), 3 deletions(-)

view commit - committer: Furtuna Doru, 3 years, 9 months ago author: Furtuna Doru, 3 years, 9 months ago
Create feature for publication display.
gsb_feature_publication_display.features.inc | 22 ++
gsb_feature_publication_display.info | 20 ++
gsb_feature_publication_display.module | 7 +
gsb_feature_publication_display.pages_default.inc | 237 +++++++++++++
gsb_feature_publication_display.views_default.inc | 386 ++++++++++++++++++++++
5 files changed, 672 insertions(+)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_feature_files_fpp
===========================================
view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago
WP-6158 add extra empty check for bundle
gsb_feature_files_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5848 remove file name cleanup by pathauto for private files
gsb_feature_files_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5805 allow zip for files fpp
gsb_feature_files_fpp.features.field_instance.inc | 16 +++++++++-------
gsb_feature_files_fpp.info | 1 -
2 files changed, 9 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
WP-4700 Added a check for numeric when looking for the upload buttons on the files-fpp edit form.
gsb_feature_files_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
WP-4700 Remove some debugging code. :)
gsb_feature_files_fpp.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
WP-4700 Added code to hide the Upload buttons on the public and private files.
gsb_feature_files_fpp.module | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
WP-4700 Switching to list private setting first in the path for private files.
gsb_feature_files_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago
WP-4700 Setting "Cleanup using Pathauto" to be true for private files
gsb_feature_files_fpp.features.field_instance.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
WP-4700 Switching to list private setting first in the path for private files.
gsb_feature_files_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4679: add the display suite settings for file fpp.
gsb_feature_files_fpp.ds.inc | 116 ++++++++++++++++++++++
gsb_feature_files_fpp.features.field_instance.inc | 36 +++----
gsb_feature_files_fpp.features.inc | 3 +
gsb_feature_files_fpp.info | 4 +
gsb_feature_files_fpp.strongarm.inc | 30 +++++-
5 files changed, 166 insertions(+), 23 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4679: indicate style chosen for container.
gsb_feature_files_fpp.module | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago
WP-4700 Setting "Cleanup using Pathauto" to be true for private files
gsb_feature_files_fpp.features.field_instance.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4621 Changed file path to use fpid
gsb_feature_files_fpp.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4621 Filling out the rest of the fields for Files FPP
gsb_feature_files_fpp.features.field_instance.inc | 190 +++++++++++++++++++++-
gsb_feature_files_fpp.info | 6 +
2 files changed, 191 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4621 Features export for the Files FPP
gsb_feature_files_fpp.features.field_instance.inc | 149 ++++++++++++++++++++++
gsb_feature_files_fpp.features.inc | 14 ++
gsb_feature_files_fpp.info | 4 +
gsb_feature_files_fpp.module | 6 +
gsb_feature_files_fpp.strongarm.inc | 31 +++++
5 files changed, 204 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4621 Adding new Files FPP
gsb_feature_files_fpp.info | 14 ++++++++++++++
gsb_feature_files_fpp.module | 23 +++++++++++++++++++++++
2 files changed, 37 insertions(+)

view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_feature_rss_feeds
===========================================
view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4604 rename and reassign - rss
gsb_feature_rss_feeds.views_default.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3096: Make titles open in a new tab.
gsb_feature_rss_feeds.info | 2 +-
gsb_feature_rss_feeds.views_default.inc | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
WP-2716: Add rss feed content pane.
gsb_feature_rss_feeds.features.inc | 12 ++++
gsb_feature_rss_feeds.info | 12 ++++
gsb_feature_rss_feeds.module | 7 +++
gsb_feature_rss_feeds.views_default.inc | 104 ++++++++++++++++++++++++++++++++
4 files changed, 135 insertions(+)

===========================================
./gsb_feature_metatag
===========================================
view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7198 Small fix to a warning I ran across while working on this issue
gsb_feature_metatag.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago
WP-4387 A little cleanup. Scrub, scrub... :)
gsb_feature_metatag.module | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
Initial commit
gsb_feature_metatag.info | 5 +++++
gsb_feature_metatag.module | 24 ++++++++++++++++++++++++
2 files changed, 29 insertions(+)

===========================================
./gsb_feature_course_display
===========================================
view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago
WP-6009 change to list three years courses on faculty profiles
gsb_feature_course_display.views_default.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 8 months ago author: Roopesh Naik, 2 years, 8 months ago
WP-3496 explore courses in new window
gsb_feature_course_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
WP-2903: Add show more/less classes to eva.
gsb_feature_course_display.info | 4 ++--
gsb_feature_course_display.views_default.inc | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2830 Added filter for starting year to go back 5 years
gsb_feature_course_display.views_default.inc | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2725: remove extra space before colon.
gsb_feature_course_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2724 Set title to be displayed
gsb_feature_course_display.info | 1 +
gsb_feature_course_display.views_default.inc | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2694 New Course List (EVA) view
gsb_feature_course_display.features.inc | 12 ++
gsb_feature_course_display.info | 11 ++
gsb_feature_course_display.module | 7 +
gsb_feature_course_display.views_default.inc | 216 +++++++++++++++++++++++++++
4 files changed, 246 insertions(+)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_feature_accordion
===========================================
view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Remove panopoly things.
gsb_feature_accordion.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Adam Moore, 2 years, 7 months ago
WP-3844: Add better formats settings.
gsb_feature_accordion.features.field_instance.inc | 39 +++++++++++++++++++++++
gsb_feature_accordion.info | 4 +--
2 files changed, 41 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2444: update the accordion field collection and fpp.
gsb_feature_accordion.ds.inc | 111 ++++++++++++++++++++--
gsb_feature_accordion.features.field_instance.inc | 30 ------
gsb_feature_accordion.info | 3 +
gsb_feature_accordion.strongarm.inc | 9 ++
4 files changed, 117 insertions(+), 36 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_accordion.features.field_instance.inc | 30 +++++++++++++++++++++++
gsb_feature_accordion.features.inc | 4 +--
gsb_feature_accordion.info | 3 +--
3 files changed, 32 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WP-1865 Added the accordion fpp title to the display
gsb_feature_accordion.features.field_instance.inc | 2 +-
gsb_feature_accordion.info | 2 +-
gsb_feature_accordion.strongarm.inc | 13 +++++++++++--
3 files changed, 13 insertions(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Remove defaultconfig.
gsb_feature_accordion.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Remove defaultconfig.
gsb_feature_accordion.features.defaultconfig.inc | 155 -----------------------
1 file changed, 155 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move base fields into gsb_feature_base_fields.
gsb_feature_accordion.features.field_base.inc | 62 ---------------------------
gsb_feature_accordion.info | 4 +-
2 files changed, 1 insertion(+), 65 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Hide accordion labels.
gsb_feature_accordion.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Update features for base/instance split.
gsb_feature_accordion.features.field.inc | 248 ----------------------
gsb_feature_accordion.features.field_base.inc | 62 ++++++
gsb_feature_accordion.features.field_instance.inc | 185 ++++++++++++++++
gsb_feature_accordion.features.inc | 4 +
gsb_feature_accordion.info | 9 +-
5 files changed, 257 insertions(+), 251 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Put back the correct fields.
gsb_feature_accordion.features.defaultconfig.inc | 148 -----------------------
gsb_feature_accordion.features.field.inc | 17 ++-
gsb_feature_accordion.features.inc | 4 -
gsb_feature_accordion.features.wysiwyg.inc | 82 -------------
gsb_feature_accordion.module | 2 +-
gsb_feature_accordion.strongarm.inc | 3 -
6 files changed, 12 insertions(+), 244 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Kirills display suite settings.
gsb_feature_accordion.ds.inc | 37 ++++++
gsb_feature_accordion.features.defaultconfig.inc | 148 +++++++++++++++++++++++
gsb_feature_accordion.features.field.inc | 17 +--
gsb_feature_accordion.features.inc | 4 +
gsb_feature_accordion.features.wysiwyg.inc | 82 +++++++++++++
gsb_feature_accordion.info | 5 +-
gsb_feature_accordion.module | 2 +-
gsb_feature_accordion.strongarm.inc | 3 +
8 files changed, 285 insertions(+), 13 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Remove unnecessary wysiwyg setup. Remove unnecessary fields.
gsb_feature_accordion.features.defaultconfig.inc | 148 -----------------------
gsb_feature_accordion.features.field.inc | 9 +-
gsb_feature_accordion.features.wysiwyg.inc | 82 -------------
gsb_feature_accordion.info | 2 +-
4 files changed, 8 insertions(+), 233 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Rename to just accordion.
gsb_feature_accordion.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Rename gsb_accordion to accordion.
gsb_feature_accordion.features.defaultconfig.inc | 10 +++++-----
gsb_feature_accordion.features.field.inc | 6 +++---
gsb_feature_accordion.info | 4 ++--
gsb_feature_accordion.strongarm.inc | 4 ++--
4 files changed, 12 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Rename bundle to accordion. Update to fields to new fields.
gsb_feature_accordion.features.field.inc | 56 +++++++++++++++++++++-----------
gsb_feature_accordion.info | 12 +++----
gsb_feature_accordion.module | 8 ++---
3 files changed, 46 insertions(+), 30 deletions(-)

view commit - committer: Yuriy Boychenko, 3 years, 9 months ago author: Yuriy Boychenko, 3 years, 9 months ago
Machine neme of field was renamed
gsb_feature_accordion.features.defaultconfig.inc | 148 -----------------------
gsb_feature_accordion.features.field.inc | 56 ++++++---
gsb_feature_accordion.info | 14 +--
3 files changed, 42 insertions(+), 176 deletions(-)

view commit - committer: creaoy, 3 years, 10 months ago author: creaoy, 3 years, 10 months ago
change text for Accordion
gsb_feature_accordion.features.wysiwyg.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: creaoy, 3 years, 10 months ago author: creaoy, 3 years, 10 months ago
Adding proper text for fpp accodion
gsb_feature_accordion.features.field.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: creaoy, 3 years, 10 months ago author: creaoy, 3 years, 10 months ago
Add wysiwyg for ffp
gsb_feature_accordion.features.field.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: creaoy, 3 years, 10 months ago author: creaoy, 3 years, 10 months ago
Add css settings for wysywig
gsb_feature_accordion.features.wysiwyg.inc | 82 ++++++++++++++++++++++++++++++
1 file changed, 82 insertions(+)

view commit - committer: creaoy, 3 years, 10 months ago author: creaoy, 3 years, 10 months ago
GSB Feature Accordion initial commit
gsb_feature_accordion.features.defaultconfig.inc | 303 +++++++++++++++++++++++
gsb_feature_accordion.features.field.inc | 225 +++++++++++++++++
gsb_feature_accordion.features.inc | 15 ++
gsb_feature_accordion.info | 23 ++
gsb_feature_accordion.module | 31 +++
gsb_feature_accordion.strongarm.inc | 71 ++++++
6 files changed, 668 insertions(+)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_feature_homepage_cta_fpp
===========================================
view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago
WP-6158 add extra empty check for bundle
gsb_feature_homepage_cta_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6066: add class back.
gsb_feature_homepage_cta_fpp.features.field_instance.inc | 13 +++++++++----
gsb_feature_homepage_cta_fpp.field_group.inc | 3 ++-
gsb_feature_homepage_cta_fpp.strongarm.inc | 12 ++++++++++++
3 files changed, 23 insertions(+), 5 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 rename items - Homepage: Image CTA
gsb_feature_homepage_cta_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4604 rename items - homepage cta
gsb_feature_homepage_cta_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Remove panopoly items.
gsb_feature_homepage_cta_fpp.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3808 Small help text change
gsb_feature_homepage_cta_fpp.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3739: homepage cta display.
...re_homepage_cta_fpp.features.field_instance.inc | 42 +++++++++-----------
gsb_feature_homepage_cta_fpp.features.inc | 3 ++
gsb_feature_homepage_cta_fpp.field_group.inc | 46 ++++++++++++++++++++++
gsb_feature_homepage_cta_fpp.info | 3 ++
gsb_feature_homepage_cta_fpp.strongarm.inc | 30 +++++++++++++-
5 files changed, 98 insertions(+), 26 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3740 Added help text
gsb_feature_homepage_cta_fpp.module | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3709 Some #after_build magic to fix up the validation error message for the link field. Wee
gsb_feature_homepage_cta_fpp.module | 14 ++++++++++++++
1 file changed, 14 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3709 Changed the image dimensions per update from Susan
gsb_feature_homepage_cta_fpp.features.field_instance.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3709 Changed field weightings
gsb_feature_homepage_cta_fpp.features.field_instance.inc | 10 +++++-----
gsb_feature_homepage_cta_fpp.strongarm.inc | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3709 Field changes for the homepage cta fpp
...re_homepage_cta_fpp.features.field_instance.inc | 113 +++++++++++----------
gsb_feature_homepage_cta_fpp.info | 6 +-
gsb_feature_homepage_cta_fpp.strongarm.inc | 2 +-
3 files changed, 64 insertions(+), 57 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3709 Generated feature code for the homepage cta fpp
...re_homepage_cta_fpp.features.field_instance.inc | 277 +++++++++++++++++++++
gsb_feature_homepage_cta_fpp.features.inc | 14 ++
gsb_feature_homepage_cta_fpp.info | 19 ++
gsb_feature_homepage_cta_fpp.module | 11 +-
gsb_feature_homepage_cta_fpp.strongarm.inc | 31 +++
5 files changed, 351 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3709 Initial commit for the gsb_feature_homepage_cta_fpp module
gsb_feature_homepage_cta_fpp.info | 8 +++++++
gsb_feature_homepage_cta_fpp.module | 43 +++++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)

view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago
Initial commit
README.md | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_feature_image_cta_fpp
===========================================
view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago
WP-7633 bug fix url encoding image
gsb_feature_image_cta_fpp.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago
WP-7633 bug fix url encoding
gsb_feature_image_cta_fpp.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: GitHub, 5 months ago author: Greg Mercer, 5 months ago
WP-7518 Previous commit was wrong-headed - needed to remove validate_url not required. Sigh
gsb_feature_image_cta_fpp.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago
WP-7518 Removed required from field: field_link_single
gsb_feature_image_cta_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7309 Add a check to determine if reuseable has already been set for the image cta fpp
gsb_feature_image_cta_fpp.module | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6553 Added image_cta|full view mode with 2 col layout
gsb_feature_image_cta_fpp.ds.inc | 36 ++++++++++++++++++++++
...ature_image_cta_fpp.features.field_instance.inc | 4 +--
gsb_feature_image_cta_fpp.field_group.inc | 32 +++++++++++++++++++
gsb_feature_image_cta_fpp.info | 6 ++--
gsb_feature_image_cta_fpp.strongarm.inc | 4 +--
5 files changed, 76 insertions(+), 6 deletions(-)

view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago
WP-6536 added full view mode to render image ctas
...ature_image_cta_fpp.features.field_instance.inc | 27 ++++++++++++++--------
gsb_feature_image_cta_fpp.field_group.inc | 10 +++++---
gsb_feature_image_cta_fpp.info | 3 ++-
gsb_feature_image_cta_fpp.strongarm.inc | 2 +-
4 files changed, 27 insertions(+), 15 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6091: link image to title url.
gsb_feature_image_cta_fpp.ds.inc | 1 +
gsb_feature_image_cta_fpp.features.field_instance.inc | 18 +++++++++++-------
gsb_feature_image_cta_fpp.info | 1 +
gsb_feature_image_cta_fpp.strongarm.inc | 12 ++++++++++++
4 files changed, 25 insertions(+), 7 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago
WP-6158 add extra empty check for bundle
gsb_feature_image_cta_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5049 update help text for image field
...ature_image_cta_fpp.features.field_instance.inc | 26 +++++++++++++++++++---
1 file changed, 23 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Remove panopoly items.
gsb_feature_image_cta_fpp.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Adam Moore, 2 years, 7 months ago
Forgot to fix help text in instance.
gsb_feature_image_cta_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3820 Small help text changes
gsb_feature_image_cta_fpp.features.field_instance.inc | 2 +-
gsb_feature_image_cta_fpp.module | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3736: update the image cta display.
gsb_feature_image_cta_fpp.ds.inc | 31 +++++++++++++---------
...ature_image_cta_fpp.features.field_instance.inc | 18 +++----------
gsb_feature_image_cta_fpp.field_group.inc | 1 -
gsb_feature_image_cta_fpp.strongarm.inc | 5 +++-
4 files changed, 27 insertions(+), 28 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3713 Added help text for the image cta
gsb_feature_image_cta_fpp.module | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3713 Field-related changes for image cta
gsb_feature_image_cta_fpp.features.field_instance.inc | 18 +++++++++---------
gsb_feature_image_cta_fpp.module | 9 ---------
gsb_feature_image_cta_fpp.strongarm.inc | 2 +-
3 files changed, 10 insertions(+), 19 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3713 Field changes for the image cta fpp
...ature_image_cta_fpp.features.field_instance.inc | 259 +++++----------------
gsb_feature_image_cta_fpp.info | 4 +-
gsb_feature_image_cta_fpp.strongarm.inc | 2 +-
3 files changed, 63 insertions(+), 202 deletions(-)

view commit - committer: Greg Mercer, 3 years, 2 months ago author: Greg Mercer, 3 years, 2 months ago
WP-2235 Removed unneeded code. We now remove the edit button for all media forms.
gsb_feature_image_cta_fpp.module | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)

view commit - committer: Greg Mercer, 3 years, 2 months ago author: Greg Mercer, 3 years, 2 months ago
WP-2235 Added new function gsb_feature_image_cta_fpp_edit_button_form_alter()
gsb_feature_image_cta_fpp.module | 25 +++++++++++++++----------
1 file changed, 15 insertions(+), 10 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Add option to open in new tab to link.
gsb_feature_image_cta_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
...ature_image_cta_fpp.features.field_instance.inc | 50 ++++++++++++++++++++++
gsb_feature_image_cta_fpp.features.inc | 5 +--
gsb_feature_image_cta_fpp.info | 3 +-
3 files changed, 52 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
Changed the field order so that the reusable section is at the bottom of the form
gsb_feature_image_cta_fpp.features.field_instance.inc | 12 ++++++------
gsb_feature_image_cta_fpp.info | 9 +--------
gsb_feature_image_cta_fpp.strongarm.inc | 2 +-
3 files changed, 8 insertions(+), 15 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Add image help text.
gsb_feature_image_cta_fpp.features.field_instance.inc | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Hide title instead of CTA text.
gsb_feature_image_cta_fpp.info | 7 +++++++
gsb_feature_image_cta_fpp.module | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Switch defaultconfig to strongarm.
...eature_image_cta_fpp.features.defaultconfig.inc | 69 ----------------------
gsb_feature_image_cta_fpp.features.inc | 4 ++
gsb_feature_image_cta_fpp.info | 5 +-
gsb_feature_image_cta_fpp.strongarm.inc | 58 ++++++++++++++++++
4 files changed, 65 insertions(+), 71 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move base fields into gsb_feature_base_fields.
gsb_feature_image_cta_fpp.features.field_base.inc | 97 -----------------------
gsb_feature_image_cta_fpp.info | 7 +-
2 files changed, 1 insertion(+), 103 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Update features for base/instance split.
gsb_feature_image_cta_fpp.features.field.inc | 544 ---------------------
gsb_feature_image_cta_fpp.features.field_base.inc | 97 ++++
...ature_image_cta_fpp.features.field_instance.inc | 371 ++++++++++++++
gsb_feature_image_cta_fpp.info | 18 +-
4 files changed, 480 insertions(+), 550 deletions(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Updated the form_alter to use the new field names
gsb_feature_image_cta_fpp.module | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Update fields
gsb_feature_image_cta_fpp.ds.inc | 17 +-
...eature_image_cta_fpp.features.defaultconfig.inc | 3 +
gsb_feature_image_cta_fpp.features.field.inc | 252 +++++++++++++--------
gsb_feature_image_cta_fpp.field_group.inc | 5 +-
gsb_feature_image_cta_fpp.info | 6 +-
5 files changed, 171 insertions(+), 112 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Add classes to image CTA based on the position and color selections.
gsb_feature_image_cta_fpp.module | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Add title field.
gsb_feature_image_cta_fpp.ds.inc | 4 ++--
gsb_feature_image_cta_fpp.features.defaultconfig.inc | 4 ++--
gsb_feature_image_cta_fpp.features.field.inc | 8 ++++----
gsb_feature_image_cta_fpp.field_group.inc | 2 +-
gsb_feature_image_cta_fpp.info | 3 ++-
5 files changed, 11 insertions(+), 10 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Display suite settings for image CTA.
gsb_feature_image_cta_fpp.ds.inc | 102 +++++++++++++++++++++
...eature_image_cta_fpp.features.defaultconfig.inc | 28 +++++-
gsb_feature_image_cta_fpp.features.field.inc | 79 +++++++++++-----
gsb_feature_image_cta_fpp.features.inc | 19 ++++
gsb_feature_image_cta_fpp.field_group.inc | 47 ++++++++++
gsb_feature_image_cta_fpp.info | 8 ++
gsb_feature_image_cta_fpp.module | 4 +-
7 files changed, 262 insertions(+), 25 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Update fields.
...eature_image_cta_fpp.features.defaultconfig.inc | 42 +++
gsb_feature_image_cta_fpp.features.field.inc | 397 +++++++++++----------
gsb_feature_image_cta_fpp.info | 15 +-
gsb_feature_image_cta_fpp.module | 4 +-
4 files changed, 259 insertions(+), 199 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Rename to just Image CTA
gsb_feature_image_cta_fpp.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Yuriy Boychenko, 3 years, 9 months ago author: Yuriy Boychenko, 3 years, 9 months ago
Variable of content type
README.md | 0
...eature_image_cta_fpp.features.defaultconfig.inc | 365 +++++++++++++++++++++
gsb_feature_image_cta_fpp.features.field.inc | 337 +++++++++++++++++++
gsb_feature_image_cta_fpp.features.inc | 15 +
gsb_feature_image_cta_fpp.info | 15 +-
gsb_feature_image_cta_fpp.module | 4 +-
gsb_feature_image_cta_fpp.strongarm.inc | 31 ++
7 files changed, 765 insertions(+), 2 deletions(-)

view commit - committer: Yuriy Boychenko, 3 years, 9 months ago author: Yuriy Boychenko, 3 years, 9 months ago
Additions to previous commit
gsb_feature_image_cta_fpp.features.field.inc | 239 +--------------------------
gsb_feature_image_cta_fpp.info | 3 -
2 files changed, 7 insertions(+), 235 deletions(-)

view commit - committer: Yuriy Boychenko, 3 years, 9 months ago author: Yuriy Boychenko, 3 years, 9 months ago
Image, Text Background Color, Text Position fields was renamed
README.md | 0
gsb_feature_image_cta_fpp.features.field.inc | 105 ---------------------------
gsb_feature_image_cta_fpp.info | 5 +-
gsb_feature_image_cta_fpp.module | 0
4 files changed, 2 insertions(+), 108 deletions(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Updated the form_alter to use #language value
gsb_feature_image_cta_fpp.module | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
added the red text background color
gsb_feature_image_cta_fpp.features.field.inc | 3 ++-
gsb_feature_image_cta_fpp.info | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Added changes in form_alter to support new gsbspotlight style
gsb_feature_image_cta_fpp.module | 22 +++++++++++++++-------
1 file changed, 15 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
new fields for the image cta content type
gsb_feature_image_cta_fpp.features.field.inc | 412 ++++++++++++++++++++-------
gsb_feature_image_cta_fpp.info | 11 +-
2 files changed, 323 insertions(+), 100 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
adding default settings for some of the fields
gsb_feature_image_cta_fpp.features.field.inc | 12 ++++++++++--
gsb_feature_image_cta_fpp.info | 3 ++-
gsb_feature_image_cta_fpp.module | 2 +-
3 files changed, 13 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Added form alter to show/hide the ed summary.
gsb_feature_image_cta_fpp.module | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
added the field for the image cta fpp
gsb_feature_image_cta_fpp.features.field.inc | 416 +++++++++++++++++++++++++++
gsb_feature_image_cta_fpp.info | 13 +-
2 files changed, 428 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
adding the new image cta fpp
gsb_feature_image_cta_fpp.info | 9 +++++++++
gsb_feature_image_cta_fpp.module | 24 ++++++++++++++++++++++++
2 files changed, 33 insertions(+)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Initial commit
README.md | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_feature_case_display
===========================================
view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago
WP-6263 enabled ajax at view level
gsb_feature_case_display.info | 2 +-
gsb_feature_case_display.views_default.inc | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago
WP-6181 Removed ajax and fixed states
gsb_feature_case_display.info | 2 +-
gsb_feature_case_display.module | 11 ++++++++++-
gsb_feature_case_display.views_default.inc | 10 ++++++++--
3 files changed, 19 insertions(+), 4 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago
WP-6181 Removed ajax and fixed states
gsb_feature_case_display.info | 2 +-
gsb_feature_case_display.module | 11 ++++++++++-
gsb_feature_case_display.views_default.inc | 10 ++++++++--
3 files changed, 19 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6224: update year token.
gsb_feature_case_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6124 View changes to move from using field_year to field_year_of_publication
gsb_feature_case_display.views_default.inc | 70 +++++++++++++++---------------
1 file changed, 36 insertions(+), 34 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6124 Changin sort to use new field field_year_of_publication_value
gsb_feature_case_display.views_default.inc | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5953 Adjust search criteria
gsb_feature_case_display.info | 4 +--
gsb_feature_case_display.views_default.inc | 58 +++++++++++++++++++++++++++++-
2 files changed, 59 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago
WP-5930: Fix urls that have parameters. No need to decode entities if we just don't encode them.
gsb_feature_case_display.module | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5749 revert the sanization
gsb_feature_case_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5632 hide view errors display
gsb_feature_case_display.views_default.inc | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5670 modified view to use entity reference to fix view mode issue
gsb_feature_case_display.info | 4 ++--
gsb_feature_case_display.views_default.inc | 7 +------
2 files changed, 3 insertions(+), 8 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5608 Removed Display link and Display Comment checkboxes
gsb_feature_case_display.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Ayuta Padhi, 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5640 Fixed the field order.WP-5608 Fixed the view mode.
gsb_feature_case_display.module | 10 +-
gsb_feature_case_display.views_default.inc | 142 ++++++++++++++++++++++++++++-
2 files changed, 144 insertions(+), 8 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5608 Added view display mode-compact and expanded
gsb_feature_case_display.info | 2 +-
gsb_feature_case_display.module | 9 +++++++++
gsb_feature_case_display.views_default.inc | 12 +++++++++---
3 files changed, 19 insertions(+), 4 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5513 WP-5519 Added circle taxonomy to customizable and non-customizable content pane list
gsb_feature_case_display.info | 2 +-
gsb_feature_case_display.views_default.inc | 538 ++++++++++++++++++++++++++++-
2 files changed, 526 insertions(+), 14 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5479 fix the operator to AND for view filter
gsb_feature_case_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5476 Changing the field order to follow override_title_text instead of override_title
gsb_feature_case_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5476 Small adjustment is the weights for title and url fields
gsb_feature_case_display.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5476 New code to add a title_link (URL) field after the title field, and to remove the older title_link field that was in the 'exposed filter' section.
gsb_feature_case_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5476 New code to add a title_link (URL) field after the title field, and to remove the older title_link field that was in the 'exposed filter' section.
gsb_feature_case_display.module | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5476 New code to add a title_link (URL) field after the title field, and to remove the older title_link field that was in the 'exposed filter' section.
gsb_feature_case_display.module | 50 ++++++++++++++++++++++++++++++++++-------
1 file changed, 42 insertions(+), 8 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5424 remove see all footer
gsb_feature_case_display.views_default.inc | 7 -------
1 file changed, 7 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5310 add faculty author to cases multiple criteria
gsb_feature_case_display.info | 4 +--
gsb_feature_case_display.module | 1 +
gsb_feature_case_display.views_default.inc | 58 ++++++++++++++++++++++++++++++
3 files changed, 61 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5295 fix the cases filter sorting
gsb_feature_case_display.views_default.inc | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5069 update the sort criteria for case filters
gsb_feature_case_display.views_default.inc | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4902 show distinct results for case filters
gsb_feature_case_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 recat items - Cases:Multiple Criteria
gsb_feature_case_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 recat items - Cases
gsb_feature_case_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 rename items - cases listing
gsb_feature_case_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 rename items - Cases
gsb_feature_case_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4533 remove author criterion
gsb_feature_case_display.info | 4 +--
gsb_feature_case_display.views_default.inc | 55 ------------------------------
2 files changed, 2 insertions(+), 57 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Remove Panopoly Items
gsb_feature_case_display.install | 18 ------------------
1 file changed, 18 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4533 remove author criterion
gsb_feature_case_display.info | 4 +--
gsb_feature_case_display.views_default.inc | 55 ------------------------------
2 files changed, 2 insertions(+), 57 deletions(-)

view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago
WP-4548 Added check for exposed arguments
gsb_feature_case_display.module | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4519 remove fixed value for contextual filters for case filters
gsb_feature_case_display.views_default.inc | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4159 updates to case filter view
gsb_feature_case_display.install | 18 ++++++++
gsb_feature_case_display.module | 14 ++++++
gsb_feature_case_display.views_default.inc | 71 +++++++++++++++++++++++++++---
3 files changed, 96 insertions(+), 7 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4495 update the sorting for case listing
gsb_feature_case_display.views_default.inc | 15 +++++++++++++++
1 file changed, 15 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4401 Added contextual filter for Nid
gsb_feature_case_display.views_default.inc | 132 +++++++++++++++++++----------
1 file changed, 86 insertions(+), 46 deletions(-)

view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago
WP-4401 A little empty error checkin'
gsb_feature_case_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago
WP-4401 Added handling for Nid contextual filterin'
gsb_feature_case_display.module | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3504: update case number position.
gsb_feature_case_display.views_default.inc | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3601 Added filter on product_type
gsb_feature_case_display.views_default.inc | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3149: Altered the form to adjust the labels and group the filters.
gsb_feature_case_display.module | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3149: Altered the form to adjust the labels and group the filters.
gsb_feature_case_display.module | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3427: update the label to additional topics.
gsb_feature_case_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3419: update the filter labels.
gsb_feature_case_display.views_default.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3384 Added new exposed filters to list display
gsb_feature_case_display.views_default.inc | 217 +++++++++++++++++++++++++++++
1 file changed, 217 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3384 Added new exposed filters to list display
gsb_feature_case_display.views_default.inc | 217 +++++++++++++++++++++++++++++
1 file changed, 217 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3442: Switch EVA show_on to single value.
gsb_feature_case_display.views_default.inc | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3421: Remove messages header.
gsb_feature_case_display.views_default.inc | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3068: remove pdf link from eva.
gsb_feature_case_display.views_default.inc | 26 +++++---------------------
1 file changed, 5 insertions(+), 21 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3213: Remove table-level sort to respect sort handlers.
gsb_feature_case_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3213: List EVA views by publication date.
gsb_feature_case_display.views_default.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3130: Unlink titles in EVA forms.
gsb_feature_case_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3188: Remove old field.
gsb_feature_case_display.info | 2 +-
gsb_feature_case_display.views_default.inc | 9 ---------
2 files changed, 1 insertion(+), 10 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3084: Add empty text to case form EVA.
gsb_feature_case_display.views_default.inc | 14 ++++++++++++++
1 file changed, 14 insertions(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3088:Add support for visibiltiy in detail page of faculty.
gsb_feature_case_display.views_default.inc | 48 ++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-2988: Allow the faculty member to set the visibilty.
gsb_feature_case_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3053: Adjust views for new options.
gsb_feature_case_display.info | 4 +-
gsb_feature_case_display.views_default.inc | 87 ++++++++++++++----------------
2 files changed, 43 insertions(+), 48 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-2981 Added new view EVA Field Form
gsb_feature_case_display.views_default.inc | 173 +++++++++++++++++++++++++++++
1 file changed, 173 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2883: update the year field on case eva.
gsb_feature_case_display.views_default.inc | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2805: Refine Cases content pane exposed form.
gsb_feature_case_display.views_default.inc | 61 ++++--------------------------
1 file changed, 7 insertions(+), 54 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2803: display case number inline.
gsb_feature_case_display.views_default.inc | 13 +++++++++++++
1 file changed, 13 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2554: add class for pane.
gsb_feature_case_display.views_default.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2554: update view settings for pane.
gsb_feature_case_display.views_default.inc | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2554: add class for pane.
gsb_feature_case_display.views_default.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2702 Added item # to the Case EVA
gsb_feature_case_display.views_default.inc | 13 +++++++++++++
1 file changed, 13 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2554: update view settings for pane.
gsb_feature_case_display.views_default.inc | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2781 Added publication year to eva view
gsb_feature_case_display.views_default.inc | 57 ++++++++++++++++++++++++++++++
1 file changed, 57 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2781 Changed Sort Criteria for the Case EVA and Listing views
gsb_feature_case_display.views_default.inc | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Change identifiers for filters. Remove unused filter. Change pane category to other.
gsb_feature_case_display.info | 4 ++--
gsb_feature_case_display.views_default.inc | 11 ++++-------
2 files changed, 6 insertions(+), 9 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2598: update view mode for listing.
gsb_feature_case_display.views_default.inc | 80 ++++++++++++++++++++++++++----
1 file changed, 71 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Tim Plunkett, 2 years, 11 months ago
WP-2596: Make listing for cases.
gsb_feature_case_display.info | 2 +
gsb_feature_case_display.views_default.inc | 156 +++++++++++++++++++++++++++++
2 files changed, 158 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 11 months ago author: Tim Plunkett, 2 years, 11 months ago
WP-2596: Make listing for cases.
gsb_feature_case_display.info | 2 +
gsb_feature_case_display.views_default.inc | 156 +++++++++++++++++++++++++++++
2 files changed, 158 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2717: add show-more-show-less class to eva.
gsb_feature_case_display.views_default.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2691 New content pane view for adding pane of filtered list of Cases
gsb_feature_case_display.info | 7 +-
gsb_feature_case_display.views_default.inc | 317 +++++++++++++++++++++++++++++
2 files changed, 322 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2541: remove the pager setting.
gsb_feature_case_display.views_default.inc | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Meghan Palagyi, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2541: change fields and configure.
gsb_feature_case_display.info | 11 ++-------
gsb_feature_case_display.views_default.inc | 37 +++++++++++++++++++++++++-----
2 files changed, 33 insertions(+), 15 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2501 Adding the new gsb_case_listing view
gsb_feature_case_display.info | 3 ++
gsb_feature_case_display.views_default.inc | 83 ++++++++++++++++++++++++++++++
2 files changed, 86 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Corrected the package to be GSB
gsb_feature_case_display.info | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2501 Adding the new gsb_case_listing view
gsb_feature_case_display.info | 5 +-
gsb_feature_case_display.views_default.inc | 83 ++++++++++++++++++++++++++++++
2 files changed, 87 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Initial commit
gsb_feature_case_display.features.inc | 12 ++++
gsb_feature_case_display.info | 11 ++++
gsb_feature_case_display.module | 7 ++
gsb_feature_case_display.views_default.inc | 102 +++++++++++++++++++++++++++++
4 files changed, 132 insertions(+)

view commit - committer: Greg Mercer, 3 years, 1 month ago author: Greg Mercer, 3 years, 1 month ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_feature_all_research_display
===========================================
view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago
WP-6263 Enabled ajax at view level
gsb_feature_all_research_display.info | 2 +-
gsb_feature_all_research_display.views_default.inc | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago
WP-6202 check for empty for form fields
gsb_feature_all_research_display.module | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago
WP-6202 check for empty for form fields
gsb_feature_all_research_display.module | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago
WP-6181 Removed ajax and fixed states
gsb_feature_all_research_display.module | 11 +++++++++--
gsb_feature_all_research_display.views_default.inc | 15 +++++++++++++--
2 files changed, 22 insertions(+), 4 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 3 months ago author: Ayuta Padhi, 1 year, 3 months ago
WP-6111 Changed sorting order for month and day to descending
gsb_feature_all_research_display.views_default.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Ayuta Padhi, 1 year, 3 months ago author: Ayuta Padhi, 1 year, 3 months ago
WP-6120 fix for show and hide for research focus area
gsb_feature_all_research_display.module | 5 +++--
js/gsb_feature_all_research_display.js | 12 ++++++++++--
2 files changed, 13 insertions(+), 4 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 3 months ago author: Ayuta Padhi, 1 year, 3 months ago
WP-6111 Added year month and day to sort criteria
gsb_feature_all_research_display.views_default.inc | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 3 months ago author: Ayuta Padhi, 1 year, 3 months ago
WP-6047 Fixed the sorting order,added sort by title in asc order
gsb_feature_all_research_display.info | 2 +-
gsb_feature_all_research_display.views_default.inc | 14 +++++++++-----
2 files changed, 10 insertions(+), 6 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5953 Adjust search criteria
gsb_feature_all_research_display.info | 2 +-
gsb_feature_all_research_display.views_default.inc | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5982 adding css class to only publication form.
gsb_feature_all_research_display.module | 2 --
js/gsb_align_exposed_markup.js | 14 +++++++++-----
2 files changed, 9 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5951: change labels.
gsb_feature_all_research_display.module | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5957 Adjusted markup around search field
gsb_feature_all_research_display.module | 43 ++++++++++++++++++++++-----------
js/gsb_align_exposed_markup.js | 12 +++++++++
2 files changed, 41 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5982 adding css class to only publication form.
gsb_feature_all_research_display.module | 2 --
js/gsb_align_exposed_markup.js | 14 +++++++++-----
2 files changed, 9 insertions(+), 7 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5982 adding css class to only publication form.
gsb_feature_all_research_display.module | 2 --
js/gsb_align_exposed_markup.js | 14 +++++++++-----
2 files changed, 9 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5951: change labels.
gsb_feature_all_research_display.module | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5957 Adjusted markup around search field
gsb_feature_all_research_display.module | 43 ++++++++++++++++++++++-----------
js/gsb_align_exposed_markup.js | 12 +++++++++
2 files changed, 41 insertions(+), 14 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5951: change labels.
gsb_feature_all_research_display.module | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago
WP-5950 Changing identifier back to be field_search_field_value
gsb_feature_all_research_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5950 Fixed adding a class array
gsb_feature_all_research_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5950 removed ajax action from search field and changed the labels
gsb_feature_all_research_display.module | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5949 Added validation to clear checked publications when exposed filter is checked
gsb_feature_all_research_display.module | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5868 Fixed circle topic states
gsb_feature_all_research_display.module | 23 ++++++++++---
js/gsb_feature_all_research_display.js | 58 +++++++++++++++++++++++++++++++--
2 files changed, 74 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5922: update search key.
gsb_feature_all_research_display.module | 1 -
gsb_feature_all_research_display.views_default.inc | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5868 modified authoring form options to hidden
gsb_feature_all_research_display.module | 15 ++++-----
js/gsb_feature_all_research_display.js | 55 +++++++++++++++++++++------------
2 files changed, 43 insertions(+), 27 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5868 Added condition for collapsible fieldset
gsb_feature_all_research_display.module | 9 +++------
gsb_feature_all_research_display.views_default.inc | 2 +-
js/gsb_feature_all_research_display.js | 3 ---
3 files changed, 4 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5868 All research display listing
gsb_feature_all_research_display.module | 42 ++++++++++++++++++++++++++++-----
js/gsb_feature_all_research_display.js | 37 +++++++++++++++++++++++++++++
2 files changed, 73 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5868 All research listing with special filter
gsb_feature_all_research_display.module | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago
WP-5950 Changing identifier back to be field_search_field_value
gsb_feature_all_research_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5950 Fixed adding a class array
gsb_feature_all_research_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5950 Fixed adding a class array
gsb_feature_all_research_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5950 removed ajax action from search field and changed the labels
gsb_feature_all_research_display.module | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5949 Added validation to clear checked publications when exposed filter is checked
gsb_feature_all_research_display.module | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5950 removed ajax action from search field and changed the labels
gsb_feature_all_research_display.module | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5949 Added validation to clear checked publications when exposed filter is checked
gsb_feature_all_research_display.module | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5868 Fixed circle topic states
gsb_feature_all_research_display.module | 23 ++++++++++---
js/gsb_feature_all_research_display.js | 58 +++++++++++++++++++++++++++++++--
2 files changed, 74 insertions(+), 7 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5868 Fixed circle topic states
gsb_feature_all_research_display.module | 23 ++++++++++---
js/gsb_feature_all_research_display.js | 58 +++++++++++++++++++++++++++++++--
2 files changed, 74 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5922: update search key.
gsb_feature_all_research_display.module | 1 -
gsb_feature_all_research_display.views_default.inc | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5868 modified authoring form options to hidden
gsb_feature_all_research_display.module | 15 ++++-----
js/gsb_feature_all_research_display.js | 55 +++++++++++++++++++++------------
2 files changed, 43 insertions(+), 27 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5868 Added condition for collapsible fieldset
gsb_feature_all_research_display.module | 9 +++------
gsb_feature_all_research_display.views_default.inc | 2 +-
js/gsb_feature_all_research_display.js | 3 ---
3 files changed, 4 insertions(+), 10 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5868 All research display listing
gsb_feature_all_research_display.module | 42 ++++++++++++++++++++++++++++-----
js/gsb_feature_all_research_display.js | 37 +++++++++++++++++++++++++++++
2 files changed, 73 insertions(+), 6 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5868 All research listing with special filter
gsb_feature_all_research_display.module | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago
Removed typo.
gsb_feature_all_research_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago
Removed typo.
gsb_feature_all_research_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5868 All Publications after adding feature
gsb_feature_all_research_display.features.inc | 12 +
gsb_feature_all_research_display.views_default.inc | 845 +++++++++++++++++++++
2 files changed, 857 insertions(+)

view commit - committer: Ayuta Padhi, 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5868 All Publications after adding feature
gsb_feature_all_research_display.info | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5868 All Publication with special filter
gsb_feature_all_research_display.info | 5 +++
gsb_feature_all_research_display.module | 62 +++++++++++++++++++++++++++++++++
2 files changed, 67 insertions(+)

view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_feature_file_types
===========================================
view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Greg Mercer (GBear), 8 weeks ago
WP-7707 Added code to alter order of title field to come before filename
gsb_feature_file_types.module | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Greg Mercer (GBear), 8 weeks ago
WP-7707 Changed small details about order and label for title field
gsb_feature_file_types.features.field_instance.inc | 9 ++++-----
gsb_feature_file_types.strongarm.inc | 2 +-
2 files changed, 5 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Greg Mercer (GBear), 8 weeks ago
WP-7707 Added new field instance file-resource_image-field_title
gsb_feature_file_types.features.field_instance.inc | 188 ++++++++++++++++++---
gsb_feature_file_types.info | 5 +
gsb_feature_file_types.strongarm.inc | 28 +++
3 files changed, 196 insertions(+), 25 deletions(-)

view commit - committer: Roopesh Naik, 10 months ago author: Roopesh Naik, 10 months ago
WP-6693 move text equivalent code and update the text equivalent code field
gsb_feature_file_types.ds.inc | 2 +-
gsb_feature_file_types.module | 48 -------------------------------------------
2 files changed, 1 insertion(+), 49 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago
WP-6251 Add new view modes: 1_2_width_mini, 1_3_width_mini and full_width_mini
gsb_feature_file_types.file_default_displays.inc | 767 +++++++++++++++++++++--
gsb_feature_file_types.info | 60 ++
2 files changed, 784 insertions(+), 43 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer (GBear), 1 year, 2 months ago
WP-6251 Add new view modes: 1_2_width_mini, 1_3_width_mini and full_width_mini
gsb_feature_file_types.ds.inc | 27 +++++++++++++
gsb_feature_file_types.features.field_instance.inc | 45 ++++++++++++++++++++++
gsb_feature_file_types.file_default_displays.inc | 3 ++
gsb_feature_file_types.info | 3 ++
gsb_feature_file_types.strongarm.inc | 21 ++++++++++
5 files changed, 99 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6065: configure the header display.
gsb_feature_file_types.features.field_instance.inc | 33 ++++++++++++++--------
gsb_feature_file_types.strongarm.inc | 6 ++--
2 files changed, 24 insertions(+), 15 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6064 Adding header field file-resource_soundcloud-field_title
gsb_feature_file_types.features.field_instance.inc | 147 ++++++++++++++++++++-
gsb_feature_file_types.info | 1 +
gsb_feature_file_types.strongarm.inc | 10 +-
3 files changed, 151 insertions(+), 7 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5856 Changed image link to nothing
gsb_feature_file_types.file_default_displays.inc | 2 +-
gsb_feature_file_types.info | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5656: use figure and figcaption.
gsb_feature_file_types.module | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5656 Replaced Div tags with span tags to fix the image float and text display
gsb_feature_file_types.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5407 remove the extra p tag
gsb_feature_file_types.ds.inc | 48 ++++---------------------------------------
1 file changed, 4 insertions(+), 44 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5427 fix the view mode config
gsb_feature_file_types.features.field_instance.inc | 4 +-
gsb_feature_file_types.file_default_displays.inc | 226 +++++++++++++++++++++
gsb_feature_file_types.info | 20 ++
3 files changed, 249 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5337 add image alt text
gsb_feature_file_types.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5344 set field visibility for 1/2 width
gsb_feature_file_types.features.field_instance.inc | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 7 months ago author: Adam Moore, 1 year, 7 months ago
WP-5344: Set visibility for text equivalent field and link.
gsb_feature_file_types.ds.inc | 60 ++++++++++++++--
gsb_feature_file_types.features.field_instance.inc | 84 +++++++++++++++-------
gsb_feature_file_types.info | 2 +-
3 files changed, 117 insertions(+), 29 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5344 fix the rendering of the field
gsb_feature_file_types.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5344 run the value through markdown filter
gsb_feature_file_types.ds.inc | 38 ++++++--------------------------------
gsb_feature_file_types.module | 3 ++-
2 files changed, 8 insertions(+), 33 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5344 make link conditional for view modes
gsb_feature_file_types.ds.inc | 39 ++++++++++++++++++++++++++++-----------
1 file changed, 28 insertions(+), 11 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5344 remove text format duplicate
gsb_feature_file_types.features.filter.inc | 20 --------------------
gsb_feature_file_types.info | 1 -
2 files changed, 21 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5344 add functions to generate clean output for text eq
gsb_feature_file_types.module | 47 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5344 update the markup filters
gsb_feature_file_types.features.filter.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5344 add field and text format for text eq
gsb_feature_file_types.ds.inc | 9 +-
gsb_feature_file_types.features.field_instance.inc | 133 ++++++++++++++++++++-
gsb_feature_file_types.features.filter.inc | 20 ++++
gsb_feature_file_types.info | 2 +
gsb_feature_file_types.strongarm.inc | 11 +-
5 files changed, 168 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5345: add text equivalent custom field.
gsb_feature_file_types.ds.inc | 95 ++++++++++++++++++++--
gsb_feature_file_types.features.field_instance.inc | 31 ++++---
gsb_feature_file_types.info | 1 +
gsb_feature_file_types.strongarm.inc | 8 +-
4 files changed, 106 insertions(+), 29 deletions(-)

view commit - committer: Adam Moore, 1 year, 8 months ago author: Adam Moore, 1 year, 8 months ago
WP-5353: Update file types with new settings.
gsb_feature_file_types.ds.inc | 9 +
gsb_feature_file_types.features.field_instance.inc | 6 +
gsb_feature_file_types.file_default_displays.inc | 472 ++++++++++++++++++++-
gsb_feature_file_types.info | 46 +-
gsb_feature_file_types.strongarm.inc | 7 +
5 files changed, 532 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago
WP-5312 Saving new settings for Classic and Visual SoundClound widget file types
gsb_feature_file_types.file_default_displays.inc | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago
WP-5312 Adding the preview view mode
gsb_feature_file_types.file_default_displays.inc | 224 +++++++++++++++++++++++
gsb_feature_file_types.info | 20 ++
2 files changed, 244 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago
WP-5312 Adding preview mode to display on overlay add and delete dialogs
gsb_feature_file_types.features.field_instance.inc | 9 +++++++++
gsb_feature_file_types.strongarm.inc | 6 +++++-
2 files changed, 14 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago
WP-5312 Adding new file type for soundcloud
gsb_feature_file_types.features.field_instance.inc | 120 ++++
gsb_feature_file_types.file_default_displays.inc | 664 +++++++++++++++++++++
gsb_feature_file_types.file_type.inc | 9 +
gsb_feature_file_types.info | 63 ++
gsb_feature_file_types.strongarm.inc | 95 +++
5 files changed, 951 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5265: ds settings for sidebar resource.
gsb_feature_file_types.ds.inc | 251 +++++++++++++++++++--
gsb_feature_file_types.features.field_instance.inc | 20 +-
gsb_feature_file_types.strongarm.inc | 2 +-
3 files changed, 245 insertions(+), 28 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5281 enabled the resource icon
gsb_feature_file_types.file_default_displays.inc | 407 +++++++++++++++++++++++
gsb_feature_file_types.info | 37 +++
2 files changed, 444 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago
WP-5264 add p tag for body field
gsb_feature_file_types.ds.inc | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago
WP-5264 add the image and title field
gsb_feature_file_types.ds.inc | 223 +++++++++++++++++-
gsb_feature_file_types.features.field_instance.inc | 257 ++++++++++++++++++++-
gsb_feature_file_types.info | 9 +
gsb_feature_file_types.strongarm.inc | 20 +-
4 files changed, 493 insertions(+), 16 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago
WP-5264 update the field for sidebar resource
gsb_feature_file_types.ds.inc | 12 +-
gsb_feature_file_types.features.field_instance.inc | 251 +++++++++------------
gsb_feature_file_types.info | 1 -
gsb_feature_file_types.strongarm.inc | 16 +-
4 files changed, 132 insertions(+), 148 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago
WP-5264 add the fields to sidebar resource
gsb_feature_file_types.features.field_instance.inc | 567 ++++++++++++++++++++-
gsb_feature_file_types.info | 7 +
gsb_feature_file_types.strongarm.inc | 15 +-
3 files changed, 587 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago
WP-5264 add a new resource type
gsb_feature_file_types.ds.inc | 28 ++++++++
gsb_feature_file_types.features.field_instance.inc | 1 +
gsb_feature_file_types.file_type.inc | 9 +++
gsb_feature_file_types.info | 6 +-
gsb_feature_file_types.strongarm.inc | 78 ++++++++++++++++++++++
5 files changed, 121 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5049 update help text for resource image
gsb_feature_file_types.module | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-4543 change checkboxes to select list media center
gsb_feature_file_types.features.field_instance.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-4543 change checkboxes to select list media center
gsb_feature_file_types.features.field_instance.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-4975 fix the image size
gsb_feature_file_types.file_default_displays.inc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4449 update field quote author
gsb_feature_file_types.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4368 Adding new text formatter for image caption - image_resource_caption
gsb_feature_file_types.features.filter.inc | 34 ++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4368 Adding new text formatter for image caption - image_resource_caption
gsb_feature_file_types.features.field_instance.inc | 12 ++++++++----
gsb_feature_file_types.info | 2 ++
2 files changed, 10 insertions(+), 4 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4368 change the formatter for image caption
gsb_feature_file_types.features.field_instance.inc | 4 ++--
gsb_feature_file_types.info | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4343 Setting the image styles for each of the resource images
gsb_feature_file_types.file_default_displays.inc | 612 +++++++++++++++++++++++
gsb_feature_file_types.info | 55 ++
2 files changed, 667 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4343 Setting the image styles for each of the resource images
gsb_feature_file_types.features.field_instance.inc | 6 ++++
gsb_feature_file_types.file_default_displays.inc | 40 ++++++++++++++++++++++
gsb_feature_file_types.info | 4 +++
3 files changed, 50 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4314 Adding new file type resource_browser_preview
gsb_feature_file_types.ds.inc | 9 ++++++
gsb_feature_file_types.features.field_instance.inc | 36 +++++++++++++++++++++
gsb_feature_file_types.info | 1 +
gsb_feature_file_types.strongarm.inc | 37 ++++++++++++++++++++++
4 files changed, 83 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4316 Added test for empty when checking for the bundle
gsb_feature_file_types.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4316 Added code to set the class for callout-quotes
gsb_feature_file_types.features.field_instance.inc | 6 +++++-
gsb_feature_file_types.module | 23 ++++++++++++++++++++++
2 files changed, 28 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago
WP-4304: Change caption field to plain text for Resources Image.
gsb_feature_file_types.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago
WP-4304: Change caption field to plain text for Resources Image.
gsb_feature_file_types.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4316 Added test for empty when checking for the bundle
gsb_feature_file_types.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4316 Added code to set the class for callout-quotes
gsb_feature_file_types.features.field_instance.inc | 6 +++++-
gsb_feature_file_types.module | 23 ++++++++++++++++++++++
2 files changed, 28 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago
WP-4304: Add Alt text to image resource
gsb_feature_file_types.features.field_instance.inc | 107 +++++++++++++++++++++
gsb_feature_file_types.info | 1 +
2 files changed, 108 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago
WP-4202: Use resources_video_image_popup for 1/3 youtube videos.
gsb_feature_file_types.file_default_displays.inc | 12 +++++++++++-
gsb_feature_file_types.info | 1 +
2 files changed, 12 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago
WP-4304: Add Alt text to image resource
gsb_feature_file_types.features.field_instance.inc | 107 +++++++++++++++++++++
gsb_feature_file_types.info | 1 +
2 files changed, 108 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago
WP-4202: Add view modes to resource_youtube.
gsb_feature_file_types.features.field_instance.inc | 18 +
gsb_feature_file_types.file_default_displays.inc | 746 ++++++++++++++++++++-
gsb_feature_file_types.info | 71 +-
gsb_feature_file_types.strongarm.inc | 21 +
4 files changed, 852 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago
Fixed type in last commit.
gsb_feature_file_types.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago
WP-4246 Added a little empty checkin to avoid errors we were getting when recreating a feature.
gsb_feature_file_types.module | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-3993: export image display settings.
gsb_feature_file_types.ds.inc | 212 ++++++++++++++++++++++++++++++++++++++++++
gsb_feature_file_types.info | 8 ++
2 files changed, 220 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-3993: export display suite settings.
gsb_feature_file_types.ds.inc | 84 +++++++++++++++++++++++++++++++++++++++++++
gsb_feature_file_types.info | 2 ++
2 files changed, 86 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4089: Add Resource Image view modes.
gsb_feature_file_types.ds.inc | 27 +++++++++++++++++++++++++++
gsb_feature_file_types.info | 3 +++
2 files changed, 30 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4077: Make Twitter URL and Callout fields required.
gsb_feature_file_types.features.field_instance.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4069: Add field_body and field_click_to_expand for Resource Image file type.
gsb_feature_file_types.features.field_instance.inc | 199 +++++++++++++++++++++
gsb_feature_file_types.info | 2 +
2 files changed, 201 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4069: Add field_body and field_click_to_expand for Resource Image file type.
gsb_feature_file_types.features.field_instance.inc | 199 +++++++++++++++++++++
gsb_feature_file_types.info | 2 +
2 files changed, 201 insertions(+)

view commit - committer: Adam Moore, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4069: Switch image formatter to image_enlarge for resources image file type.
gsb_feature_file_types.file_default_displays.inc | 39 ++++++++++++++++++++++--
gsb_feature_file_types.info | 3 ++
2 files changed, 39 insertions(+), 3 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4069: Switch image formatter to image_enlarge for resources image file type.
gsb_feature_file_types.file_default_displays.inc | 39 ++++++++++++++++++++++--
gsb_feature_file_types.info | 3 ++
2 files changed, 39 insertions(+), 3 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4020: Remove Widget ID field from twitter resource file type.
gsb_feature_file_types.features.field_instance.inc | 65 +---------------------
gsb_feature_file_types.info | 1 -
gsb_feature_file_types.strongarm.inc | 9 +++
3 files changed, 12 insertions(+), 63 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-3993: Add Resource Image view modes for 1/2, 1/3 and full-width images.
gsb_feature_file_types.file_default_displays.inc | 37 +++++++++++++++++++--
gsb_feature_file_types.info | 7 ++++
gsb_feature_file_types.strongarm.inc | 42 ++++++++++++++++++++++--
3 files changed, 82 insertions(+), 4 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3944: Add bundle settings for resource file types.
gsb_feature_file_types.info | 4 +
gsb_feature_file_types.strongarm.inc | 255 +++++++++++++++++++++++++++++++++++
2 files changed, 259 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3944: Add resources file types.
gsb_feature_file_types.features.field_instance.inc | 356 +++++++++++++++++++++
gsb_feature_file_types.file_default_displays.inc | 102 +++++-
gsb_feature_file_types.file_type.inc | 54 ++++
gsb_feature_file_types.info | 18 ++
4 files changed, 525 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
WP-3861: Update features and remove overrides.
gsb_feature_file_types.features.features_overrides.inc | 18 ------------------
gsb_feature_file_types.file_default_displays.inc | 17 ++++++++++++++---
gsb_feature_file_types.info | 2 +-
3 files changed, 15 insertions(+), 22 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
WP-3845: Add updated file types.
gsb_feature_file_types.features.field_instance.inc | 16 +
gsb_feature_file_types.features.inc | 26 --
gsb_feature_file_types.file_default_displays.inc | 465 +++++++++++++++++++--
gsb_feature_file_types.info | 45 +-
4 files changed, 497 insertions(+), 55 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
WP-3747: Remove legacy file_image formatter that became hidden (by Media team) and creates problems with invisible settings.
gsb_feature_file_types.file_default_displays.inc | 164 -----------------------
gsb_feature_file_types.info | 14 --
2 files changed, 178 deletions(-)

view commit - committer: Roopesh Naik, 3 years, 1 month ago author: Roopesh Naik, 3 years, 1 month ago
WP-2336 Fix dptych video image style
gsb_feature_file_types.file_default_displays.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 3 years, 2 months ago author: Roopesh Naik, 3 years, 2 months ago
WP-2266 Update the new image style for video
gsb_feature_file_types.file_default_displays.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2040 Adding in use of _file_default_displays_alter()
gsb_feature_file_types.features.inc | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2040 Updating with a new export of this feature
...ture_file_types.features.features_overrides.inc | 35 +-----
gsb_feature_file_types.features.field_instance.inc | 73 -------------
gsb_feature_file_types.features.inc | 63 +++--------
gsb_feature_file_types.file_default_displays.inc | 121 ++++++++++++++-------
gsb_feature_file_types.info | 64 ++---------
5 files changed, 110 insertions(+), 246 deletions(-)

view commit - committer: Greg Mercer, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
WP-2040 Moving hook for install to the .install file
gsb_feature_file_types.install | 26 ++++++++++++++++++++++++--
1 file changed, 24 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
WP-2040 Moving hook for install to the .install file
gsb_feature_file_types.module | 30 ------------------------------
1 file changed, 30 deletions(-)

view commit - committer: Greg Mercer, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
WP-2040 Fixed a typo.
gsb_feature_file_types.install | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
WP-2040 Change to set the status for video__preview__file_field_media_large_icon to false.
gsb_feature_file_types.features.inc | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Greg Mercer, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
WP-2040 Added code to set the gsb_feature_file_types module at a higher weight than the media module.
gsb_feature_file_types.install | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)

view commit - committer: Alexei Gorobets, 3 years, 5 months ago author: Alexei Gorobets, 3 years, 5 months ago
#WPBQA-357: Change Youtube video size to 640x360 in order to match 16:9 aspect ratio.
gsb_feature_file_types.file_default_displays.inc | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
Changing back to using caption-left
gsb_feature_file_types.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-304 Added class image-float-left as default for field_file_image_alignment
gsb_feature_file_types.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 5 months ago author: Greg Mercer (GBear), 3 years, 5 months ago
Changes to set the status to FALSE for video__teaser__media_youtube_video
gsb_feature_file_types.features.features_overrides.inc | 2 +-
gsb_feature_file_types.features.inc | 2 +-
gsb_feature_file_types.file_default_displays.inc | 14 +-------------
gsb_feature_file_types.info | 7 +++++++
4 files changed, 10 insertions(+), 15 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
WP-1942 Setting the video teaser media youtube status to false.
gsb_feature_file_types.file_default_displays.inc | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
WP-1942 Setting the video teaser media youtube status to false.
gsb_feature_file_types.file_default_displays.inc | 12 ++++++++++++
1 file changed, 12 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WPBQA-246 Changed image style to 566x396
gsb_feature_file_types.file_default_displays.inc | 6 +++---
gsb_feature_file_types.info | 7 +++++++
2 files changed, 10 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WPBQA-246 Added new gsb slideshow small view mode
...ture_file_types.features.features_overrides.inc | 4 +-
gsb_feature_file_types.features.field_instance.inc | 51 +++-
gsb_feature_file_types.file_default_displays.inc | 263 ++++++++++++++++++++-
gsb_feature_file_types.info | 34 ++-
4 files changed, 338 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Fixing up an error where the variable $alignment wasn't being defined.
gsb_feature_file_types.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WP-1799 Small change in the setting for preview video image
gsb_feature_file_types.file_default_displays.inc | 2 +-
gsb_feature_file_types.info | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
WP-1799 Added feature setting by hand to see if this will help set correctly.
gsb_feature_file_types.file_default_displays.inc | 10 ++++++++++
1 file changed, 10 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WP-1799 Changed to use media_thumbnail for image and video preview
gsb_feature_file_types.features.features_overrides.inc | 2 +-
gsb_feature_file_types.features.inc | 2 +-
gsb_feature_file_types.file_default_displays.inc | 10 +++++-----
gsb_feature_file_types.info | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
removing video from gsb_slideshow
gsb_feature_file_types.file_default_displays.inc | 4 ++--
gsb_feature_file_types.info | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
changing from gsb_field_formatter_responsive_video to gsb_field_formatter_image_or_video_popup
...ture_file_types.features.features_overrides.inc | 2 -
gsb_feature_file_types.features.inc | 2 -
gsb_feature_file_types.file_default_displays.inc | 136 ---------------------
gsb_feature_file_types.info | 16 +--
4 files changed, 1 insertion(+), 155 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Changing to use 450x263
gsb_feature_file_types.features.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Changes to use 450x263
gsb_feature_file_types.features.features_overrides.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Added back some code that was lost in previous commit.
gsb_feature_file_types.file_default_displays.inc | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Changed from 450x263_video to 450x263
gsb_feature_file_types.file_default_displays.inc | 16 ++++------------
1 file changed, 4 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Added new install method for overriding image view modes preview and teaser
gsb_feature_file_types.module | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
Changes to the video and image file type view modes
...ture_file_types.features.features_overrides.inc | 20 ++++++++++++++++--
gsb_feature_file_types.features.inc | 24 ++++++++++++++++++++--
gsb_feature_file_types.info | 24 +++++++++++++++++++---
3 files changed, 61 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
Changes to the video and image file type view modes
...ture_file_types.features.features_overrides.inc | 37 +++++
gsb_feature_file_types.features.inc | 32 ++++
gsb_feature_file_types.file_default_displays.inc | 167 +++++++++++++++++++++
gsb_feature_file_types.info | 42 +++++-
4 files changed, 277 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
Changes to the video and image file type view modes
gsb_feature_file_types.file_default_displays.inc | 20 ++++++++++++--------
gsb_feature_file_types.info | 2 +-
2 files changed, 13 insertions(+), 9 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1623: add field_title to document file type
gsb_feature_file_types.features.field_instance.inc | 82 +++++++++++++++++++++-
gsb_feature_file_types.file_default_displays.inc | 12 +++-
gsb_feature_file_types.strongarm.inc | 24 ++++++-
3 files changed, 112 insertions(+), 6 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1499: change style for file manage display from medium to 270x158
gsb_feature_file_types.file_default_displays.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: 32i, 3 years, 7 months ago author: 32i, 3 years, 7 months ago
wp-1498: fixed typo;
gsb_feature_file_types.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: 32i, 3 years, 7 months ago author: 32i, 3 years, 7 months ago
wp-1464 fixed typo in code;
gsb_feature_file_types.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
fix warning
gsb_feature_file_types.module | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: 32i, 3 years, 7 months ago author: 32i, 3 years, 7 months ago
wp-1464, wp-1466, wp-1467 - fixes fixes fixes, long caption text now displaying properly; image now wrapped so styles are same for images with and without caption;
gsb_feature_file_types.features.field_instance.inc | 3 ++-
gsb_feature_file_types.file_default_displays.inc | 8 ++------
gsb_feature_file_types.info | 2 +-
gsb_feature_file_types.module | 15 ++++++++-------
4 files changed, 13 insertions(+), 15 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Merge branch 'master' of github.com:gsbitse/gsb_feature_file_types
view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
fix warning
gsb_feature_file_types.module | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Add diptych view mode for file entity.
gsb_feature_file_types.features.field_instance.inc | 48 +++++
gsb_feature_file_types.file_default_displays.inc | 220 +++++++++++++++++++--
gsb_feature_file_types.info | 20 ++
3 files changed, 267 insertions(+), 21 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Task #WP-572: added video__default__media_youtube_video configuration
gsb_feature_file_types.file_default_displays.inc | 48 ++++++++++++++++++------
1 file changed, 36 insertions(+), 12 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Task WP-572: changed Display precedence order for vimeo_image
gsb_feature_file_types.file_default_displays.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Dumitru Vozian, 3 years, 8 months ago author: Dumitru Vozian, 3 years, 8 months ago
Merge branch 'master' of github.com:gsbitse/gsb_feature_file_types
view commit - committer: Dumitru Vozian, 3 years, 8 months ago author: Dumitru Vozian, 3 years, 8 months ago
Task #WP-572: add display property to the feature
gsb_feature_file_types.file_default_displays.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: 32i, 3 years, 8 months ago author: 32i, 3 years, 8 months ago
wp-1331 fix typo;
gsb_feature_file_types.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Dumitru Vozian, 3 years, 8 months ago author: Dumitru Vozian, 3 years, 8 months ago
Merge branch 'master' of github.com:gsbitse/gsb_feature_file_types
view commit - committer: Dumitru Vozian, 3 years, 8 months ago author: Dumitru Vozian, 3 years, 8 months ago
Task #WP-572: add display property to the feature
gsb_feature_file_types.file_default_displays.inc | 10 ++++++++++
1 file changed, 10 insertions(+)

view commit - committer: 32i, 3 years, 8 months ago author: 32i, 3 years, 8 months ago
wp-1331 get rid of unnecessary javascript
gsb_feature_file_types.module | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)

view commit - committer: 32i, 3 years, 8 months ago author: 32i, 3 years, 8 months ago
wp-1331 updated default values for show caption and image alignments field
gsb_feature_file_types.features.field_instance.inc | 20 ++++++++++++++------
gsb_feature_file_types.info | 2 +-
gsb_feature_file_types.strongarm.inc | 12 +++++++++++-
3 files changed, 26 insertions(+), 8 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago WP-1331
Merge pull request #1 from 32i/master
view commit - committer: 32i, 3 years, 8 months ago author: 32i, 3 years, 8 months ago
wp-1331 add show caption and image alignment field to image file entity
gsb_feature_file_types.features.field_instance.inc | 121 ++++++++++++++++++++-
gsb_feature_file_types.info | 4 +-
gsb_feature_file_types.module | 16 +++
3 files changed, 139 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Update file type sizes.
gsb_feature_file_types.file_default_displays.inc | 14 +++++++-------
gsb_feature_file_types.info | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
adding back some changes from the previous commit
gsb_feature_file_types.file_default_displays.inc | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
adding the original image file type view mode
gsb_feature_file_types.ds.inc | 23 +++
gsb_feature_file_types.features.field_instance.inc | 18 +++
gsb_feature_file_types.features.inc | 4 +
gsb_feature_file_types.file_default_displays.inc | 172 +++++++++++++++++++--
gsb_feature_file_types.info | 28 +++-
gsb_feature_file_types.strongarm.inc | 7 +
6 files changed, 229 insertions(+), 23 deletions(-)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Set the default size of an image.
gsb_feature_file_types.file_default_displays.inc | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Update our file types to use the new video image.
gsb_feature_file_types.file_default_displays.inc | 14 ++++++++++++--
gsb_feature_file_types.info | 7 +++++++
2 files changed, 19 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Configure file types.
gsb_feature_file_types.features.field_instance.inc | 379 +++++++++++++++++++++
gsb_feature_file_types.features.inc | 4 +
gsb_feature_file_types.file_default_displays.inc | 170 ++++++++-
gsb_feature_file_types.info | 35 +-
gsb_feature_file_types.strongarm.inc | 210 ++++++++++++
5 files changed, 796 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Update file displays.
gsb_feature_file_types.file_default_displays.inc | 297 ++++++++++++++++++++++-
gsb_feature_file_types.info | 31 +++
2 files changed, 326 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Add file displays.
gsb_feature_file_types.features.inc | 4 +
gsb_feature_file_types.file_default_displays.inc | 309 +++++++++++++++++++++++
gsb_feature_file_types.info | 34 +++
3 files changed, 347 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Add image file display.
gsb_feature_file_types.features.inc | 15 +++++++++++++++
gsb_feature_file_types.file_default_displays.inc | 24 ++++++++++++++++++++++++
gsb_feature_file_types.module | 7 +++++++
3 files changed, 46 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Initial commit.
gsb_feature_file_types.info | 8 ++++++++
1 file changed, 8 insertions(+)

===========================================
./gsb_feature_phd_candidate_ct
===========================================
view commit - committer: GitHub, 8 weeks ago author: Greg Mercer, 8 weeks ago
WP-7282 Changed mlid to be a valid menu id
gsb_feature_phd_candidate_ct.features.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Greg Mercer (GBear), 9 weeks ago
WP-7282 Added new menu_position for the phd candidate ct
gsb_feature_phd_candidate_ct.features.inc | 19 +++++++++++++++++++
gsb_feature_phd_candidate_ct.info | 1 +
2 files changed, 20 insertions(+)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7398 Changing the default message for the email_contact:field_email defined in field formatting.
gsb_feature_phd_candidate_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6699: update the faculty advisors.
gsb_feature_phd_candidate_ct.ds.inc | 7 +--
...re_phd_candidate_ct.features.field_instance.inc | 58 +++++++++++-----------
gsb_feature_phd_candidate_ct.field_group.inc | 39 ++++++++++-----
gsb_feature_phd_candidate_ct.info | 1 +
gsb_feature_phd_candidate_ct.strongarm.inc | 47 +++++++++++++-----
5 files changed, 95 insertions(+), 57 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6041 Added field group classes
gsb_feature_phd_candidate_ct.features.field_instance.inc | 1 +
gsb_feature_phd_candidate_ct.field_group.inc | 12 ++++++++----
gsb_feature_phd_candidate_ct.strongarm.inc | 12 ++++++++++++
3 files changed, 21 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5703 Removing references to addthis and addthis_displays
gsb_feature_phd_candidate_ct.info | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5309: configure phd people fpp display for related.
gsb_feature_phd_candidate_ct.ds.inc | 88 ++++++++++
...re_phd_candidate_ct.features.field_instance.inc | 182 +++++++++++++++++++++
gsb_feature_phd_candidate_ct.info | 2 +
gsb_feature_phd_candidate_ct.strongarm.inc | 2 +-
4 files changed, 273 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5260: update phd detail display.
gsb_feature_phd_candidate_ct.ds.inc | 125 ++++++++++++++++++++++++++++++++++--
1 file changed, 120 insertions(+), 5 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5279 make research interest field not required
...re_phd_candidate_ct.features.field_instance.inc | 50 +++++++++++++++++++++-
1 file changed, 49 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago
WP-5163: Update default moderation state.
gsb_feature_phd_candidate_ct.info | 5 +++--
gsb_feature_phd_candidate_ct.strongarm.inc | 7 +++++++
2 files changed, 10 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5049 update help text for image field
...re_phd_candidate_ct.features.field_instance.inc | 31 +++++++++++++++++++---
1 file changed, 28 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4922: update address field.
gsb_feature_phd_candidate_ct.ds.inc | 36 +++++++++++++++---------------
gsb_feature_phd_candidate_ct.info | 1 -
gsb_feature_phd_candidate_ct.strongarm.inc | 15 +++++++++++++
3 files changed, 33 insertions(+), 19 deletions(-)

view commit - committer: Adam Moore, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4803: Add custom field for PhD label.
gsb_feature_phd_candidate_ct.ds.inc | 97 ++++++++++++++--------
...re_phd_candidate_ct.features.field_instance.inc | 11 +--
gsb_feature_phd_candidate_ct.field_group.inc | 4 +-
gsb_feature_phd_candidate_ct.info | 3 +-
4 files changed, 72 insertions(+), 43 deletions(-)

view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4803: Add custom field for PhD label.
gsb_feature_phd_candidate_ct.ds.inc | 100 ++++++---
...re_phd_candidate_ct.features.field_instance.inc | 239 +--------------------
gsb_feature_phd_candidate_ct.field_group.inc | 4 +-
gsb_feature_phd_candidate_ct.info | 3 +
gsb_feature_phd_candidate_ct.strongarm.inc | 19 +-
5 files changed, 97 insertions(+), 268 deletions(-)

view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4804: change email from link to contact form.
gsb_feature_phd_candidate_ct.ds.inc | 41 ++--
...re_phd_candidate_ct.features.field_instance.inc | 228 +--------------------
gsb_feature_phd_candidate_ct.info | 2 +
gsb_feature_phd_candidate_ct.strongarm.inc | 19 +-
4 files changed, 52 insertions(+), 238 deletions(-)

view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago
WP-4630 Changed pattern for pathauto_node_phd_candidate_pattern to be programssssssss
gsb_feature_phd_candidate_ct.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4536 add alt text for image field
gsb_feature_phd_candidate_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago
WP-4565 Changed pathauto for pathauto_node_phd_candidate_pattern
gsb_feature_phd_candidate_ct.strongarm.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4518 Changes related to using filefield_paths module
...re_phd_candidate_ct.features.field_instance.inc | 44 +++++++++++++++++++++-
gsb_feature_phd_candidate_ct.features.inc | 1 +
gsb_feature_phd_candidate_ct.info | 1 +
3 files changed, 45 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3924: update phd faculty advisor displays for detail.
gsb_feature_phd_candidate_ct.ds.inc | 82 ++++++++++------------
...re_phd_candidate_ct.features.field_instance.inc | 2 +-
2 files changed, 39 insertions(+), 45 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3923: display settings for new faculty field.
gsb_feature_phd_candidate_ct.ds.inc | 80 +++++++++++++++---
...re_phd_candidate_ct.features.field_instance.inc | 97 +++++++++++-----------
gsb_feature_phd_candidate_ct.field_group.inc | 2 +-
gsb_feature_phd_candidate_ct.info | 2 +
gsb_feature_phd_candidate_ct.strongarm.inc | 6 ++
5 files changed, 127 insertions(+), 60 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3883 Change text for the radio buttons in the faculty advisors field collection
gsb_feature_phd_candidate_ct.module | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3883 Added new field collection field_faculty_advisors and supporting code
...re_phd_candidate_ct.features.field_instance.inc | 235 ++++++++++++---------
gsb_feature_phd_candidate_ct.field_group.inc | 9 +-
gsb_feature_phd_candidate_ct.info | 2 +-
gsb_feature_phd_candidate_ct.module | 48 ++++-
gsb_feature_phd_candidate_ct.strongarm.inc | 6 +-
5 files changed, 186 insertions(+), 114 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3924: update phd faculty advisor displays for detail.
gsb_feature_phd_candidate_ct.ds.inc | 82 ++++++++++------------
...re_phd_candidate_ct.features.field_instance.inc | 2 +-
2 files changed, 39 insertions(+), 45 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3923: display settings for new faculty field.
gsb_feature_phd_candidate_ct.ds.inc | 80 +++++++++++++++---
...re_phd_candidate_ct.features.field_instance.inc | 97 +++++++++++-----------
gsb_feature_phd_candidate_ct.field_group.inc | 2 +-
gsb_feature_phd_candidate_ct.info | 2 +
gsb_feature_phd_candidate_ct.strongarm.inc | 6 ++
5 files changed, 127 insertions(+), 60 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3883 Change text for the radio buttons in the faculty advisors field collection
gsb_feature_phd_candidate_ct.module | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3883 Added new field collection field_faculty_advisors and supporting code
...re_phd_candidate_ct.features.field_instance.inc | 235 ++++++++++++---------
gsb_feature_phd_candidate_ct.field_group.inc | 9 +-
gsb_feature_phd_candidate_ct.info | 2 +-
gsb_feature_phd_candidate_ct.module | 48 ++++-
gsb_feature_phd_candidate_ct.strongarm.inc | 6 +-
5 files changed, 186 insertions(+), 114 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Adam Moore, 2 years, 7 months ago
Delete debugging call.
gsb_feature_phd_candidate_ct.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3354: Clean up php candidate validation.
...re_phd_candidate_ct.features.field_instance.inc | 4 +
gsb_feature_phd_candidate_ct.module | 235 ++++-----------------
2 files changed, 44 insertions(+), 195 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3127: Add submit field.
...re_phd_candidate_ct.features.field_instance.inc | 67 +++++++++++++++++++++-
gsb_feature_phd_candidate_ct.field_group.inc | 6 +-
gsb_feature_phd_candidate_ct.info | 5 +-
gsb_feature_phd_candidate_ct.strongarm.inc | 6 +-
4 files changed, 75 insertions(+), 9 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2688: limit phd address field.
gsb_feature_phd_candidate_ct.ds.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 1 month ago author: Greg Mercer, 3 years, 1 month ago
WP-2545 Changed file_directory settings
gsb_feature_phd_candidate_ct.features.field_instance.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2520: chang label on phd.
gsb_feature_phd_candidate_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2270 Changed to use gsb_field_formatter_download_link
gsb_feature_phd_candidate_ct.features.field_instance.inc | 8 ++++----
gsb_feature_phd_candidate_ct.info | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: adam, 3 years, 2 months ago
Remove help text.
gsb_feature_phd_candidate_ct.features.field_instance.inc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: adam, 3 years, 2 months ago
Move link fields back to defaulting to open in new tab.
gsb_feature_phd_candidate_ct.features.field_instance.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
Expand working paper titles to 255 characters.
gsb_feature_phd_candidate_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2213 Changes in field lengths
gsb_feature_phd_candidate_ct.features.field_instance.inc | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2213 Changes in field lengths
gsb_feature_phd_candidate_ct.features.field_instance.inc | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Add option to open in new tab to link.
gsb_feature_phd_candidate_ct.features.field_instance.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2202 Changed help text to lowercase.
gsb_feature_phd_candidate_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2170 Added new help text
gsb_feature_phd_candidate_ct.features.field_instance.inc | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
Added function to check if author exists, and if not create the user/author
gsb_feature_phd_candidate_ct.module | 125 ++++++++++++++++++++++--------------
1 file changed, 78 insertions(+), 47 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: adam, 3 years, 3 months ago
Add extra display suite settings.
gsb_feature_phd_candidate_ct.ds.inc | 46 ++++
...re_phd_candidate_ct.features.field_instance.inc | 270 +++++++++++++++++++++
gsb_feature_phd_candidate_ct.info | 4 +-
3 files changed, 319 insertions(+), 1 deletion(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2061: remove title from layout.
gsb_feature_phd_candidate_ct.ds.inc | 10 ++++------
gsb_feature_phd_candidate_ct.features.field_instance.inc | 7 ++-----
2 files changed, 6 insertions(+), 11 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2061: add the layout for job listing.
gsb_feature_phd_candidate_ct.ds.inc | 45 +++++++++++++++
...re_phd_candidate_ct.features.field_instance.inc | 65 +++++++++++-----------
gsb_feature_phd_candidate_ct.info | 1 +
3 files changed, 80 insertions(+), 31 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: adam, 3 years, 3 months ago
Make sure node is defined before continuing. Cleanup nested if statements.
gsb_feature_phd_candidate_ct.module | 29 +++++++++++++----------------
1 file changed, 13 insertions(+), 16 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: adam, 3 years, 3 months ago
Remove diff code.
gsb_feature_phd_candidate_ct.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: adam, 3 years, 3 months ago author: adam, 3 years, 3 months ago Conflicts:

gsb_feature_phd_candidate_ct.module

Merge branch 'WP-2119' into release-1.0
view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2107 Make some changes for the phd edit node form, related to the authenticated user
gsb_feature_phd_candidate_ct.module | 64 +++++++++++++++++++++++++++++++++++--
1 file changed, 62 insertions(+), 2 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2135 Changed the pathauto pattern to remove typo
gsb_feature_phd_candidate_ct.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2069 Small changes to the content type
gsb_feature_phd_candidate_ct.features.field_instance.inc | 1 -
1 file changed, 1 deletion(-)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2052 Added help text for phd candidate fields
...re_phd_candidate_ct.features.field_instance.inc | 1 +
gsb_feature_phd_candidate_ct.module | 56 +++++++++++++++++-----
2 files changed, 46 insertions(+), 11 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2069: add address custom field.
gsb_feature_phd_candidate_ct.ds.inc | 92 ++++++++++++++++++++--------
gsb_feature_phd_candidate_ct.field_group.inc | 5 +-
gsb_feature_phd_candidate_ct.info | 1 +
3 files changed, 69 insertions(+), 29 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2069: Export displaysuite settings and groups.
gsb_feature_phd_candidate_ct.ds.inc | 507 +++++++++++++++++++++
...re_phd_candidate_ct.features.field_instance.inc | 76 +--
gsb_feature_phd_candidate_ct.field_group.inc | 134 ++++++
gsb_feature_phd_candidate_ct.info | 16 +-
4 files changed, 696 insertions(+), 37 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2069 More small content type changes
gsb_feature_phd_candidate_ct.features.field_instance.inc | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2069 Small changes to the content type
...re_phd_candidate_ct.features.field_instance.inc | 40 ++++++++++++----------
1 file changed, 21 insertions(+), 19 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2052 Added help text for phd candidate fields
gsb_feature_phd_candidate_ct.module | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2107 Make some changes for the phd edit node form, related to the authenticated user
gsb_feature_phd_candidate_ct.module | 64 +++++++++++++++++++++++++++++++++++--
1 file changed, 62 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2061: remove title from layout.
gsb_feature_phd_candidate_ct.ds.inc | 10 ++++------
gsb_feature_phd_candidate_ct.features.field_instance.inc | 7 ++-----
2 files changed, 6 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2107 Make some changes for the phd edit node form, related to the authenticated user
gsb_feature_phd_candidate_ct.module | 129 ++++++++++++++++++++++++++++++++++++
1 file changed, 129 insertions(+)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2135 Changed the pathauto pattern to remove typo
gsb_feature_phd_candidate_ct.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2069 Small changes to the content type
gsb_feature_phd_candidate_ct.features.field_instance.inc | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2061: add the layout for job listing.
gsb_feature_phd_candidate_ct.ds.inc | 45 +++++++++++++++
...re_phd_candidate_ct.features.field_instance.inc | 65 +++++++++++-----------
gsb_feature_phd_candidate_ct.info | 1 +
3 files changed, 80 insertions(+), 31 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2052 Added help text for phd candidate fields
...re_phd_candidate_ct.features.field_instance.inc | 1 +
gsb_feature_phd_candidate_ct.module | 58 +++++++++++++++++-----
2 files changed, 47 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2119 Changed text to be plural
gsb_feature_phd_candidate_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2135 Changed the pathauto pattern to remove typo
gsb_feature_phd_candidate_ct.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2119 Added special validate error handling
gsb_feature_phd_candidate_ct.module | 71 +++++++++++++++++++++++++++++++++++++
1 file changed, 71 insertions(+)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2069: add address custom field.
gsb_feature_phd_candidate_ct.ds.inc | 92 ++++++++++++++++++++--------
gsb_feature_phd_candidate_ct.field_group.inc | 5 +-
gsb_feature_phd_candidate_ct.info | 1 +
3 files changed, 69 insertions(+), 29 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2069: Export displaysuite settings and groups.
gsb_feature_phd_candidate_ct.ds.inc | 507 +++++++++++++++++++++
...re_phd_candidate_ct.features.field_instance.inc | 76 +--
gsb_feature_phd_candidate_ct.field_group.inc | 134 ++++++
gsb_feature_phd_candidate_ct.info | 16 +-
4 files changed, 696 insertions(+), 37 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2069 More small content type changes
gsb_feature_phd_candidate_ct.features.field_instance.inc | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2069 Small changes to the content type
...re_phd_candidate_ct.features.field_instance.inc | 40 ++++++++++++----------
1 file changed, 21 insertions(+), 19 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2052 Added help text for phd candidate fields
gsb_feature_phd_candidate_ct.module | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2119 Added special validate error handling
gsb_feature_phd_candidate_ct.module | 71 +++++++++++++++++++++++++++++++++++++
1 file changed, 71 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2069: add address custom field.
gsb_feature_phd_candidate_ct.ds.inc | 92 ++++++++++++++++++++--------
gsb_feature_phd_candidate_ct.field_group.inc | 5 +-
gsb_feature_phd_candidate_ct.info | 1 +
3 files changed, 69 insertions(+), 29 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2069: Export displaysuite settings and groups.
gsb_feature_phd_candidate_ct.ds.inc | 507 +++++++++++++++++++++
...re_phd_candidate_ct.features.field_instance.inc | 76 +--
gsb_feature_phd_candidate_ct.field_group.inc | 134 ++++++
gsb_feature_phd_candidate_ct.info | 16 +-
4 files changed, 696 insertions(+), 37 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2107 Removing workbench access stuff from the phd ct
gsb_feature_phd_candidate_ct.info | 3 ++-
gsb_feature_phd_candidate_ct.strongarm.inc | 7 +++++++
2 files changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2069 More small content type changes
gsb_feature_phd_candidate_ct.features.field_instance.inc | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2098 Removing Add link from detail page for the field collections in this content type
...eature_phd_candidate_ct.features.field_instance.inc | 18 +++---------------
1 file changed, 3 insertions(+), 15 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2069 Small changes to the content type
...re_phd_candidate_ct.features.field_instance.inc | 58 +++++++++-------------
1 file changed, 24 insertions(+), 34 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2098 Removing Add link from detail page for the field collections in this content type
...eature_phd_candidate_ct.features.field_instance.inc | 18 +++---------------
1 file changed, 3 insertions(+), 15 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2064 New url path alias pattern, and node auto label
gsb_feature_phd_candidate_ct.info | 1 +
gsb_feature_phd_candidate_ct.strongarm.inc | 9 ++++++++-
2 files changed, 9 insertions(+), 1 deletion(-)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2064 Adding new base field_suffix_name
...re_phd_candidate_ct.features.field_instance.inc | 240 ++++++++++++---------
gsb_feature_phd_candidate_ct.field_group.inc | 3 +-
gsb_feature_phd_candidate_ct.info | 4 +-
gsb_feature_phd_candidate_ct.module | 1 +
gsb_feature_phd_candidate_ct.strongarm.inc | 10 +-
5 files changed, 152 insertions(+), 106 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2052 Removed devel statement
gsb_feature_phd_candidate_ct.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2052 Added help text for phd candidate fields
...re_phd_candidate_ct.features.field_instance.inc | 27 ++++++++++++++--------
gsb_feature_phd_candidate_ct.info | 2 +-
2 files changed, 18 insertions(+), 11 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2052 Removed devel statement
gsb_feature_phd_candidate_ct.module | 2 --
1 file changed, 2 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2052 WP-2095 Removed extra title field
gsb_feature_phd_candidate_ct.module | 45 +++++++++++++++++++++++++++++++------
1 file changed, 38 insertions(+), 7 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2052 Adding view mode for the display suite used by the detail job candidate view
gsb_feature_phd_candidate_ct.ds.inc | 23 +++++++++++++++++++++++
gsb_feature_phd_candidate_ct.features.inc | 3 +++
gsb_feature_phd_candidate_ct.info | 3 +++
3 files changed, 29 insertions(+)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2052 Updating to use new view mode
...re_phd_candidate_ct.features.field_instance.inc | 179 ++++++++++++++++++++-
gsb_feature_phd_candidate_ct.field_group.inc | 30 ++--
gsb_feature_phd_candidate_ct.info | 2 +-
gsb_feature_phd_candidate_ct.strongarm.inc | 18 +++
4 files changed, 212 insertions(+), 17 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2064 New url path alias pattern, and node auto label
gsb_feature_phd_candidate_ct.info | 1 +
gsb_feature_phd_candidate_ct.strongarm.inc | 9 ++++++++-
2 files changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2064 Adding new base field_suffix_name
...re_phd_candidate_ct.features.field_instance.inc | 240 ++++++++++++---------
gsb_feature_phd_candidate_ct.field_group.inc | 3 +-
gsb_feature_phd_candidate_ct.info | 4 +-
gsb_feature_phd_candidate_ct.module | 1 +
gsb_feature_phd_candidate_ct.strongarm.inc | 10 +-
5 files changed, 152 insertions(+), 106 deletions(-)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2052 Removed devel statement
gsb_feature_phd_candidate_ct.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
Merge branch 'WP-2052' of github.com:gsbitse/gsb_feature_phd_candidate_ct into WP-2052
view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2052 Added help text for phd candidate fields
...re_phd_candidate_ct.features.field_instance.inc | 27 ++++++++------
gsb_feature_phd_candidate_ct.info | 2 +-
gsb_feature_phd_candidate_ct.module | 41 ++++++++++++++++++----
3 files changed, 53 insertions(+), 17 deletions(-)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2052 Removed devel statement
gsb_feature_phd_candidate_ct.module | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2052 WP-2095 Removed extra title field
gsb_feature_phd_candidate_ct.module | 45 +++++++++++++++++++++++++++++++------
1 file changed, 38 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2052 Adding view mode for the display suite used by the detail job candidate view
gsb_feature_phd_candidate_ct.ds.inc | 23 +++++++++++++++++++++++
gsb_feature_phd_candidate_ct.features.inc | 3 +++
gsb_feature_phd_candidate_ct.info | 3 +++
3 files changed, 29 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2052 Updating to use new view mode
...re_phd_candidate_ct.features.field_instance.inc | 179 ++++++++++++++++++++-
gsb_feature_phd_candidate_ct.field_group.inc | 30 ++--
gsb_feature_phd_candidate_ct.info | 2 +-
gsb_feature_phd_candidate_ct.strongarm.inc | 18 +++
4 files changed, 212 insertions(+), 17 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: adam, 3 years, 3 months ago
Remove unneeded base fields file.
...eature_phd_candidate_ct.features.field_base.inc | 259 ---------------------
1 file changed, 259 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2025 Changing file to format with spaces
gsb_feature_phd_candidate_ct.module | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2052 Code to cleanup some of the labels for title fields
gsb_feature_phd_candidate_ct.module | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2052 Added
gsb_feature_phd_candidate_ct.module | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2052 Added form alter to show/hide the academic institution field.
gsb_feature_phd_candidate_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2052 Added form alter to show/hide the academic institution field.
gsb_feature_phd_candidate_ct.module | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2052 more adjustments to the phd candidate ct
...re_phd_candidate_ct.features.field_instance.inc | 38 ++++++++++--------
gsb_feature_phd_candidate_ct.field_group.inc | 46 ++++++++++++----------
gsb_feature_phd_candidate_ct.info | 2 +-
gsb_feature_phd_candidate_ct.strongarm.inc | 6 +--
4 files changed, 51 insertions(+), 41 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2052 more adjustments to the phd candidate ct
...re_phd_candidate_ct.features.field_instance.inc | 4 -
gsb_feature_phd_candidate_ct.features.inc | 3 +
gsb_feature_phd_candidate_ct.field_group.inc | 217 +++++++++++++++++++++
gsb_feature_phd_candidate_ct.info | 9 +
4 files changed, 229 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2052 more adjustments to the phd candidate ct
...re_phd_candidate_ct.features.field_instance.inc | 229 +++++++++++++++++----
gsb_feature_phd_candidate_ct.info | 6 +-
gsb_feature_phd_candidate_ct.module | 21 --
gsb_feature_phd_candidate_ct.strongarm.inc | 6 +-
4 files changed, 193 insertions(+), 69 deletions(-)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2052 Added form alter to show/hide the academic institution field.
gsb_feature_phd_candidate_ct.module | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2052 Updated the content type to match phase2 specs
...re_phd_candidate_ct.features.field_instance.inc | 156 ++++++++++-----------
gsb_feature_phd_candidate_ct.info | 2 +-
gsb_feature_phd_candidate_ct.strongarm.inc | 6 +-
3 files changed, 79 insertions(+), 85 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2052 Updated the content type to match phase2 specs
...re_phd_candidate_ct.features.field_instance.inc | 606 ---------------------
gsb_feature_phd_candidate_ct.info | 26 +-
2 files changed, 6 insertions(+), 626 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2052 Updated the content type to match phase2 specs
...eature_phd_candidate_ct.features.field_base.inc | 259 ++++
...re_phd_candidate_ct.features.field_instance.inc | 1342 +++++++++++++-------
gsb_feature_phd_candidate_ct.features.inc | 3 +-
gsb_feature_phd_candidate_ct.info | 43 +-
gsb_feature_phd_candidate_ct.strongarm.inc | 2 +-
5 files changed, 1195 insertions(+), 454 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 6 months ago author: Dumitru Vozian, 3 years, 6 months ago
Issue #WP-1751: fix autolabel for Phd Candidate content type
gsb_feature_phd_candidate_ct.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
adding new search field via concat
...re_phd_candidate_ct.features.field_instance.inc | 88 ++++++++++++++++++++++
gsb_feature_phd_candidate_ct.info | 5 +-
2 files changed, 92 insertions(+), 1 deletion(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1062: Change image formatter to GSB Image
gsb_feature_phd_candidate_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Add image help text.
gsb_feature_phd_candidate_ct.features.field_instance.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
adding addthis field instance
...re_phd_candidate_ct.features.field_instance.inc | 116 +++++++++++++++++----
gsb_feature_phd_candidate_ct.info | 5 +
gsb_feature_phd_candidate_ct.strongarm.inc | 49 ++++++++-
3 files changed, 144 insertions(+), 26 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move base fields into gsb_feature_base_fields.
...eature_phd_candidate_ct.features.field_base.inc | 295 ---------------------
gsb_feature_phd_candidate_ct.info | 16 +-
2 files changed, 1 insertion(+), 310 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Update features for base/instance split.
gsb_feature_phd_candidate_ct.features.field.inc | 2435 --------------------
...eature_phd_candidate_ct.features.field_base.inc | 295 +++
...re_phd_candidate_ct.features.field_instance.inc | 1725 ++++++++++++++
gsb_feature_phd_candidate_ct.info | 66 +-
4 files changed, 2061 insertions(+), 2460 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Initial commit
gsb_feature_phd_candidate_ct.features.field.inc | 2435 +++++++++++++++++++++++
gsb_feature_phd_candidate_ct.features.inc | 32 +
gsb_feature_phd_candidate_ct.info | 60 +
gsb_feature_phd_candidate_ct.module | 7 +
gsb_feature_phd_candidate_ct.strongarm.inc | 96 +
5 files changed, 2630 insertions(+)

===========================================
./gsb_feature_simplesaml
===========================================
view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_simplesaml.features.inc | 3 +--
gsb_feature_simplesaml.info | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Adam Moore, 3 years, 5 months ago
Add dependency on gsb_acquia_tokens
gsb_feature_simplesaml.info | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Adam Moore, 3 years, 6 months ago
Initial commit.
gsb_feature_simplesaml.features.inc | 15 ++++++
gsb_feature_simplesaml.info | 24 +++++++++
gsb_feature_simplesaml.module | 7 +++
gsb_feature_simplesaml.strongarm.inc | 100 +++++++++++++++++++++++++++++++++++
4 files changed, 146 insertions(+)

===========================================
./gsb_feature_social_feed
===========================================
view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago
WP-7434 Renamed the name field to widget name
gsb_feature_social_feed.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago
WP-7434 exported field_stackla_name
...feature_social_feed.features.field_instance.inc | 39 ++++++++++++++++++++++
gsb_feature_social_feed.info | 1 +
2 files changed, 40 insertions(+)

view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago
WP-7434 Added stackla api call and renamed the FPP
...feature_social_feed.features.field_instance.inc | 114 ---------------------
...ture_social_feed.fieldable_panels_pane_type.inc | 2 +-
gsb_feature_social_feed.info | 1 -
gsb_feature_social_feed.module | 40 +++++++-
4 files changed, 36 insertions(+), 121 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Ayuta Padhi, 7 months ago
WP-7065 Removed Stackla Display Fpp
...feature_social_feed.features.field_instance.inc | 47 ----------------------
...ture_social_feed.fieldable_panels_pane_type.inc | 8 ----
gsb_feature_social_feed.info | 2 -
3 files changed, 57 deletions(-)

view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago
WP-7065 Removed Stackla Display Fpp
...feature_social_feed.features.field_instance.inc | 47 ----------------------
...ture_social_feed.fieldable_panels_pane_type.inc | 8 ----
gsb_feature_social_feed.info | 2 -
3 files changed, 57 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Ayuta Padhi, 7 months ago
WP-7065 Added marketing_admin role to access stackla embed field, fix for disappearing resuablesection in fpps
gsb_feature_social_feed.module | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)

view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago
WP-7065 Added marketing_admin role to access stackla embed field, fix for disappearing resuablesection in fpps
gsb_feature_social_feed.module | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 7 months ago author: Greg Mercer, 7 months ago
Removing dependencies[] = stackla_field
gsb_feature_social_feed.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago
WP-7065 Added Embed Stackla FPP
...feature_social_feed.features.field_instance.inc | 114 +++++++++++++++++++++
...ture_social_feed.fieldable_panels_pane_type.inc | 8 ++
gsb_feature_social_feed.info | 3 +
gsb_feature_social_feed.module | 18 ++++
4 files changed, 143 insertions(+)

view commit - committer: Ayuta Padhi, 8 months ago author: Ayuta Padhi, 8 months ago
WP-7065 added stackla field to export
...feature_social_feed.features.field_instance.inc | 47 ++++++++++++++++++++++
gsb_feature_social_feed.info | 2 +
2 files changed, 49 insertions(+)

view commit - committer: Ayuta Padhi, 8 months ago author: Ayuta Padhi, 8 months ago
WP-7065 Added stackla fpp
...feature_social_feed.features.field_instance.inc | 8 ++++----
gsb_feature_social_feed.features.inc | 3 +++
gsb_feature_social_feed.field_group.inc | 13 +++++++++----
...ture_social_feed.fieldable_panels_pane_type.inc | 22 ++++++++++++++++++++++
gsb_feature_social_feed.info | 2 ++
gsb_feature_social_feed.strongarm.inc | 12 ------------
6 files changed, 40 insertions(+), 20 deletions(-)

view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago
WP-6647 Fixed retweeted tweet broken url
js/gsb_tweetfeed.js | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago
WP-6269 fix the social feed (javascript error)
js/gsb_tweetfeed.js | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago
WP-6237 hide twitter block if no tweets
js/gsb_tweetfeed.js | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6118: add class back to wrapper.
gsb_feature_social_feed.features.field_instance.inc | 20 ++++++++++++++++----
gsb_feature_social_feed.field_group.inc | 3 ++-
gsb_feature_social_feed.strongarm.inc | 12 ++++++++++++
3 files changed, 30 insertions(+), 5 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4632 social feed fix when using hashtag
js/gsb_tweetfeed.js | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Remove panopoly items.
gsb_feature_social_feed.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4248: update social feed markup.
js/gsb_tweetfeed.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago
WP-4249: Make the twitter icon linked.
js/gsb_tweetfeed.js | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3428: Fix typo that prevented social feed FPPs from working.
gsb_feature_social_feed.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3271: Move tweetfeed code to social_feed.
gsb_feature_social_feed.module | 29 +++++-
js/gsb_feature_social_feed.js | 29 ++++++
js/gsb_tweetfeed.js | 213 +++++++++++++++++++++++++++++++++++++++++
3 files changed, 270 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2472: add handle wrapper.
gsb_feature_social_feed.ds.inc | 8 +++--
...feature_social_feed.features.field_instance.inc | 42 +---------------------
gsb_feature_social_feed.field_group.inc | 33 +++++++++++++++++
gsb_feature_social_feed.info | 1 +
gsb_feature_social_feed.strongarm.inc | 8 ++++-
5 files changed, 48 insertions(+), 44 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
...feature_social_feed.features.field_instance.inc | 40 ++++++++++++++++++++++
gsb_feature_social_feed.features.inc | 5 +--
gsb_feature_social_feed.field_group.inc | 2 +-
gsb_feature_social_feed.info | 3 +-
4 files changed, 43 insertions(+), 7 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Add Twitter API 1.1 integration code.
gsb_feature_social_feed.module | 70 ++++++++++++++++++++++++++++++++++++++++++
includes/twitterlib.inc | 51 ++++++++++++++++++++++++++++++
2 files changed, 121 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
Changed the field order so that the reusable section is at the bottom of the form
gsb_feature_social_feed.features.field_instance.inc | 8 ++++----
gsb_feature_social_feed.field_group.inc | 4 ++--
gsb_feature_social_feed.info | 2 +-
gsb_feature_social_feed.strongarm.inc | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Switch defaultconfig to strongarm.
gsb_feature_social_feed.features.defaultconfig.inc | 62 ----------------------
gsb_feature_social_feed.features.inc | 4 ++
gsb_feature_social_feed.info | 5 +-
gsb_feature_social_feed.strongarm.inc | 51 ++++++++++++++++++
4 files changed, 58 insertions(+), 64 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move base fields into gsb_feature_base_fields.
gsb_feature_social_feed.features.field_base.inc | 97 -------------------------
gsb_feature_social_feed.info | 5 +-
2 files changed, 1 insertion(+), 101 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Update features for base/instance split.
gsb_feature_social_feed.features.field.inc | 326 ---------------------
gsb_feature_social_feed.features.field_base.inc | 97 ++++++
...feature_social_feed.features.field_instance.inc | 214 ++++++++++++++
gsb_feature_social_feed.info | 12 +-
4 files changed, 319 insertions(+), 330 deletions(-)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: adding title override field in display
gsb_feature_social_feed.ds.inc | 5 ++---
gsb_feature_social_feed.features.defaultconfig.inc | 7 +++++--
gsb_feature_social_feed.features.field.inc | 6 +++---
3 files changed, 10 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Rename label to Social Feed
gsb_feature_social_feed.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Update fields.
gsb_feature_social_feed.features.defaultconfig.inc | 6 +-
gsb_feature_social_feed.features.field.inc | 100 +++++++++++++++++++--
gsb_feature_social_feed.field_group.inc | 7 +-
gsb_feature_social_feed.info | 3 +-
4 files changed, 104 insertions(+), 12 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Display suite changes for social feed.
gsb_feature_social_feed.ds.inc | 47 ++++++++
gsb_feature_social_feed.features.defaultconfig.inc | 21 +++-
gsb_feature_social_feed.features.field.inc | 125 ++++-----------------
gsb_feature_social_feed.features.inc | 4 +
gsb_feature_social_feed.field_group.inc | 8 +-
gsb_feature_social_feed.info | 6 +-
gsb_feature_social_feed.module | 4 +-
7 files changed, 99 insertions(+), 116 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Update fields.
gsb_feature_social_feed.features.defaultconfig.inc | 2 +-
gsb_feature_social_feed.features.field.inc | 203 +++++++--------------
gsb_feature_social_feed.field_group.inc | 8 +-
gsb_feature_social_feed.info | 5 +-
gsb_feature_social_feed.module | 6 +-
5 files changed, 70 insertions(+), 154 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Update fields and rename bundle to social_feed.
gsb_feature_social_feed.features.defaultconfig.inc | 6 +-
gsb_feature_social_feed.features.field.inc | 236 +--------------------
gsb_feature_social_feed.field_group.inc | 13 +-
gsb_feature_social_feed.info | 12 +-
gsb_feature_social_feed.module | 22 +-
5 files changed, 24 insertions(+), 265 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
field clean up
gsb_feature_social_feed.field_group.inc | 4 ++--
gsb_feature_social_feed.info | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
field clean up
gsb_feature_social_feed.features.field.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
field clean up
gsb_feature_social_feed.features.field.inc | 2 +-
gsb_feature_social_feed.info | 10 +++++-----
gsb_feature_social_feed.module | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
changing bundle name to social_feed
gsb_feature_social_feed.features.defaultconfig.inc | 4 +--
gsb_feature_social_feed.features.field.inc | 36 ++++++++++++----------
gsb_feature_social_feed.field_group.inc | 2 +-
gsb_feature_social_feed.info | 2 +-
gsb_feature_social_feed.module | 6 ++--
5 files changed, 26 insertions(+), 24 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
content type field cleanup
gsb_feature_social_feed.features.field.inc | 190 +++++++++++++++--------------
gsb_feature_social_feed.field_group.inc | 6 +-
gsb_feature_social_feed.info | 6 +-
gsb_feature_social_feed.module | 14 ---
4 files changed, 103 insertions(+), 113 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
Put back a change from the last commit
gsb_feature_social_feed.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
Changes to the fields for the content type
gsb_feature_social_feed.features.field.inc | 89 ------------------------------
gsb_feature_social_feed.field_group.inc | 1 -
gsb_feature_social_feed.info | 1 -
gsb_feature_social_feed.module | 4 +-
4 files changed, 1 insertion(+), 94 deletions(-)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Removed some testing code.
gsb_feature_social_feed.module | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
Changed the button title label to be just title
gsb_feature_social_feed.features.field.inc | 6 +++---
gsb_feature_social_feed.info | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Added a form alter to set the max length of 20 chars for the button title field.
gsb_feature_social_feed.module | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
changing the maxlength for the button title to be 36 chars
gsb_feature_social_feed.features.field.inc | 2 +-
gsb_feature_social_feed.info | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
Didnt seem to get the new field group in the last commit. Trying again. Sigh
gsb_feature_social_feed.features.field.inc | 8 ++++----
gsb_feature_social_feed.features.inc | 15 +++++++++++++++
gsb_feature_social_feed.field_group.inc | 8 ++++----
gsb_feature_social_feed.info | 4 +++-
gsb_feature_social_feed.module | 6 ++++++
5 files changed, 32 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
Some small changes in the field used for Twitter feed support.
gsb_feature_social_feed.features.defaultconfig.inc | 4 +-
gsb_feature_social_feed.features.field.inc | 173 +++++++++++----------
gsb_feature_social_feed.field_group.inc | 44 ++++++
gsb_feature_social_feed.info | 5 +-
4 files changed, 137 insertions(+), 89 deletions(-)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Update gsb_feature_social_feed.features.field.inc
gsb_feature_social_feed.features.field.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Update gsb_feature_social_feed.features.defaultconfig.inc
gsb_feature_social_feed.features.defaultconfig.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
Adding in the fpp fields via feature details
gsb_feature_social_feed.features.defaultconfig.inc | 42 +++
gsb_feature_social_feed.features.field.inc | 397 +++++++++++++++++++++
gsb_feature_social_feed.info | 12 +
3 files changed, 451 insertions(+)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Create gsb_feature_social_feed.module
gsb_feature_social_feed.module | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Create gsb_feature_social_feed.info
gsb_feature_social_feed.info | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Initial commit
README.md | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_feature_business_website_display
===========================================
view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4604 rename and reassign - business websites
gsb_feature_business_website_display.views_default.inc | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 9 months ago author: Roopesh Naik, 2 years, 9 months ago
WP-3446 Add content description field to business websites
...ture_business_website_display.views_default.inc | 26 +++++++++++-----------
1 file changed, 13 insertions(+), 13 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 9 months ago author: Roopesh Naik, 2 years, 9 months ago
WP-3425 list all business websites
gsb_feature_business_website_display.info | 7 +++++++
gsb_feature_business_website_display.views_default.inc | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3016: Add a sort to the business websites term listing.
gsb_feature_business_website_display.views_default.inc | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-2950: Convert hyphens to spaces in arguments, but print hyphens in links.
gsb_feature_business_website_display.views_default.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-2950: Do not convert spaces to hyphens.
gsb_feature_business_website_display.views_default.inc | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-2844 Added grouping for the categories
...ture_business_website_display.views_default.inc | 28 +++++++++++++++++++++-
1 file changed, 27 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
WP-2876: Convert path to lower case.
gsb_feature_business_website_display.info | 4 ++--
gsb_feature_business_website_display.views_default.inc | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2843 Removed trailing blank on the path
gsb_feature_business_website_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2843 Removing titles from the listing and detail views
gsb_feature_business_website_display.views_default.inc | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2843 Removing titles from the listing and detail views
gsb_feature_business_website_display.views_default.inc | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2846 Changed url path
gsb_feature_business_website_display.info | 3 ++-
gsb_feature_business_website_display.views_default.inc | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2846 Changes to add content pane for the listing and detail views
gsb_feature_business_website_display.info | 4 ++--
...ture_business_website_display.views_default.inc | 26 ++++++++++++++++------
2 files changed, 21 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2855 Modified the title for the page view to display the Category
gsb_feature_business_website_display.views_default.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2849 Changed sort order for the view
gsb_feature_business_website_display.views_default.inc | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2646-2 Changed the link ref for the detailed view
gsb_feature_business_website_display.info | 2 +-
...ture_business_website_display.views_default.inc | 41 ++++++++++++++++------
2 files changed, 32 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2646-2 Changed the link ref for the detailed view
gsb_feature_business_website_display.info | 5 +-
...ture_business_website_display.views_default.inc | 151 ++++++++++++---------
2 files changed, 89 insertions(+), 67 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2643 Changing names of the list and detail views
gsb_feature_business_website_display.info | 2 +-
gsb_feature_business_website_display.views_default.inc | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2643 Changes for the listing and detail views
gsb_feature_business_website_display.info | 5 +-
...ture_business_website_display.views_default.inc | 112 ++++++++++-----------
2 files changed, 59 insertions(+), 58 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
Initial commit
gsb_feature_business_website_display.features.inc | 12 ++
gsb_feature_business_website_display.info | 11 ++
gsb_feature_business_website_display.module | 7 +
...ture_business_website_display.views_default.inc | 151 +++++++++++++++++++++
4 files changed, 181 insertions(+)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_feature_insight_display
===========================================
view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago
WP-4511: Taxonomy instances are in the wrong feature.
...ure_insight_display.features.field_instance.inc | 403 ---------------------
gsb_feature_insight_display.info | 10 +-
2 files changed, 2 insertions(+), 411 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4305: export insights label.
gsb_feature_insight_display.ds.inc | 33 ++++++++++++++++++++++++++++++++
gsb_feature_insight_display.features.inc | 14 ++++++++++++++
gsb_feature_insight_display.info | 4 ++++
gsb_feature_insight_display.module | 4 +++-
4 files changed, 54 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4193: export label settings.
...ure_insight_display.features.field_instance.inc | 36 ++++++++++++++++++++++
1 file changed, 36 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4299: hide lable, update field setting.
...ure_insight_display.features.field_instance.inc | 57 +++++++++++++++++++---
1 file changed, 51 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4191 Changed field_topic_page_url to have no title for two additional taxonomies
...ure_insight_display.features.field_instance.inc | 46 ++++++++++++++++++----
1 file changed, 38 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-4191 Exporting field instances for field_action and field_topic_page_url
...ure_insight_display.features.field_instance.inc | 292 +++++++++++++++++++++
gsb_feature_insight_display.info | 16 ++
gsb_feature_insight_display.module | 5 +
3 files changed, 313 insertions(+)

view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_feature_msx_fellows_display
===========================================
view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago
WP-6263 Enabled ajax at view level
gsb_feature_msx_fellows_display.info | 2 +-
gsb_feature_msx_fellows_display.views_default.inc | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6230: add submit button and remove class.
gsb_feature_msx_fellows_display.views_default.inc | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago
WP-6229 Added new a-z bar, search,states etc
gsb_feature_msx_fellows_display.info | 3 +-
gsb_feature_msx_fellows_display.module | 15 +-
gsb_feature_msx_fellows_display.views_default.inc | 307 +++++++++++++++++++++-
images/MSx_fellows.png | Bin
4 files changed, 320 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5733 Adding new regions to the filter for msx_fellows list view
gsb_feature_msx_fellows_display.views_default.inc | 290 ++++++++++++++++++++++
1 file changed, 290 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 recat items - MSx Fellows
gsb_feature_msx_fellows_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 rename items - msx fellow
gsb_feature_msx_fellows_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_msx_fellows_display.features.inc | 2 +-
gsb_feature_msx_fellows_display.info | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WP-2013: switch to unformatted list.
gsb_feature_msx_fellows_display.views_default.inc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
WP-1874 Rolling back some earlier view changes.
gsb_feature_msx_fellows_display.views_default.inc | 20 ++------------------
1 file changed, 2 insertions(+), 18 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WP-1810 Added the Last Name label for the exposed filter and changed to use selects
gsb_feature_msx_fellows_display.info | 2 +-
gsb_feature_msx_fellows_display.views_default.inc | 7 ++++---
2 files changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WP-1810 Added back allowing exposed_form widgets to the view
gsb_feature_msx_fellows_display.info | 2 +-
gsb_feature_msx_fellows_display.views_default.inc | 17 ++++++++++++++++-
2 files changed, 17 insertions(+), 2 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WP-1772: MSxFellow.
gsb_feature_msx_fellows_display.info | 3 +--
gsb_feature_msx_fellows_display.views_default.inc | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1737: change the number per row for responsive divisible col count.
gsb_feature_msx_fellows_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
David updated the size of the image
images/MSx_fellows.png | Bin 174866 -> 56683 bytes
1 file changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
New image
images/MSx_fellows.png | Bin 208490 -> 174866 bytes
1 file changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
New image
images/MSx_fellows.png | Bin 186792 -> 208490 bytes
1 file changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
wp-1575 Adding in new preview icons
gsb_feature_msx_fellows_display.info | 1 +
gsb_feature_msx_fellows_display.module | 12 ++++++++++++
images/MSx_fellows.png | Bin 0 -> 186792 bytes
3 files changed, 13 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
Changes to the pane_category as part of WP-1575
gsb_feature_msx_fellows_display.info | 2 +-
gsb_feature_msx_fellows_display.views_default.inc | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Move MSx Fellows panel page to gsb_panels_pages.
gsb_feature_msx_fellows_display.features.inc | 10 --
gsb_feature_msx_fellows_display.info | 2 -
gsb_feature_msx_fellows_display.pages_default.inc | 153 ----------------------
3 files changed, 165 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Add Health Care under MSx Fellows industry filter.
gsb_feature_msx_fellows_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Change MSx Fellows filters behaviour.
gsb_feature_msx_fellows_display.info | 1 +
gsb_feature_msx_fellows_display.pages_default.inc | 5 +++-
gsb_feature_msx_fellows_display.views_default.inc | 34 ++++++++++++++---------
3 files changed, 26 insertions(+), 14 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Remove collapsible property for exposed filters.
gsb_feature_msx_fellows_display.views_default.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 8 months ago author: Greg Mercer, 3 years, 8 months ago
Changes related to new wysiwyg
gsb_feature_msx_fellows_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Adjust exposed filter to hide terms in hierarchy.
gsb_feature_msx_fellows_display.module | 2 +-
gsb_feature_msx_fellows_display.pages_default.inc | 5 +-
gsb_feature_msx_fellows_display.views_default.inc | 77 ++++++++++++++++-------
3 files changed, 60 insertions(+), 24 deletions(-)

view commit - committer: Greg Mercer, 3 years, 8 months ago author: Greg Mercer, 3 years, 8 months ago
Update gsb_feature_msx_fellows_display.views_default.inc
gsb_feature_msx_fellows_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Exposed filters form changes for MSx Fellows.
gsb_feature_msx_fellows_display.module | 10 ++++++++++
1 file changed, 10 insertions(+)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Set MSx Fellows view to use ajax.
gsb_feature_msx_fellows_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
MSx Fellows panel and View changes.
gsb_feature_msx_fellows_display.info | 4 ++-
gsb_feature_msx_fellows_display.pages_default.inc | 41 ++++++++++++++++++-----
gsb_feature_msx_fellows_display.views_default.inc | 13 ++++---
3 files changed, 44 insertions(+), 14 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Rename feature module.
gsb_feature_msx_fellows_display.features.inc | 4 ++--
gsb_feature_msx_fellows_display.info | 4 ++--
gsb_feature_msx_fellows_display.module | 2 +-
gsb_feature_msx_fellows_display.pages_default.inc | 4 ++--
4 files changed, 7 insertions(+), 7 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Initial commit.
README.md | 4 +
gsb_feature_msx_fellows_display.features.inc | 22 +++
gsb_feature_msx_fellows_display.info | 17 ++
gsb_feature_msx_fellows_display.module | 7 +
gsb_feature_msx_fellows_display.pages_default.inc | 124 ++++++++++++
gsb_feature_msx_fellows_display.views_default.inc | 225 ++++++++++++++++++++++
6 files changed, 399 insertions(+)

===========================================
./gsb_feature_gsa_search
===========================================
view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago
WP-7026 Added seed search functionality
gsb_feature_gsa_search.module | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago
WP-6319 Added new patch for google_appliance
gsb_feature_gsa_search.make | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago
WP-6319 New hook menu for exec-ed search and alter for changing the collection name
gsb_feature_gsa_search.module | 42 ++++++++++++++++++++++++++++++++++++++++--
1 file changed, 40 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago
WP-6245 Updating google_appliance module
gsb_feature_gsa_search.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-5678 Added new query_alter to reset getfields
gsb_feature_gsa_search.module | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago
WP-4980: Upgrade google_appliance module.
gsb_feature_gsa_search.make | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago
Change collection to Revamp.
gsb_feature_gsa_search.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_gsa_search.features.inc | 3 +--
gsb_feature_gsa_search.info | 4 ++--
2 files changed, 3 insertions(+), 4 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1688 form prompt reordering
gsb_feature_gsa_search.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-79 added form class and submit input wrapper
gsb_feature_gsa_search.module | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Update GSA to dev version.
gsb_feature_gsa_search.make | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Fix urls to point to /search instead of /gsearch.
gsb_feature_gsa_search.module | 11 +++++++++++
1 file changed, 11 insertions(+)

view commit - committer: Cebotari Kirill, 3 years, 7 months ago author: Cebotari Kirill, 3 years, 7 months ago
WP-278: main menu search form
gsb_feature_gsa_search.module | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Initial commit.
gsb_feature_gsa_search.features.inc | 15 ++++++++
gsb_feature_gsa_search.info | 19 ++++++++++
gsb_feature_gsa_search.make | 9 +++++
gsb_feature_gsa_search.module | 38 ++++++++++++++++++++
gsb_feature_gsa_search.strongarm.inc | 70 ++++++++++++++++++++++++++++++++++++
5 files changed, 151 insertions(+)

===========================================
./gsb_feature_school_story_ct
===========================================
view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago
WP-7667 Removing field instance field_pr_contact_unlimited from School Story CT
...ure_school_story_ct.features.field_instance.inc | 81 ----------------------
gsb_feature_school_story_ct.info | 1 -
2 files changed, 82 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago
WP-7664 Removing field instance field_region_of_interest from School Story CT
...ure_school_story_ct.features.field_instance.inc | 75 ----------------------
gsb_feature_school_story_ct.field_group.inc | 66 ++++++++-----------
gsb_feature_school_story_ct.info | 4 +-
3 files changed, 27 insertions(+), 118 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6369: update related wrapper.
gsb_feature_school_story_ct.field_group.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6089: update image to link to content.
gsb_feature_school_story_ct.ds.inc | 1 +
...ure_school_story_ct.features.field_instance.inc | 56 +++++++++++-----------
2 files changed, 29 insertions(+), 28 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6118: add classes back to wrappers.
gsb_feature_school_story_ct.ds.inc | 12 ++++++------
gsb_feature_school_story_ct.features.field_instance.inc | 6 ++++++
gsb_feature_school_story_ct.field_group.inc | 10 ++++++----
gsb_feature_school_story_ct.strongarm.inc | 6 ++++++
4 files changed, 24 insertions(+), 10 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5973: add title wrapper.
gsb_feature_school_story_ct.ds.inc | 18 ++--
...ure_school_story_ct.features.field_instance.inc | 100 ++++++++++-----------
gsb_feature_school_story_ct.field_group.inc | 64 +++++++++++++
gsb_feature_school_story_ct.info | 2 +
gsb_feature_school_story_ct.strongarm.inc | 10 +--
5 files changed, 132 insertions(+), 62 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5516: configure compact and expanded view modes.
gsb_feature_school_story_ct.ds.inc | 214 ++++++++++-
...ure_school_story_ct.features.field_instance.inc | 401 +++++++++++++++++++--
gsb_feature_school_story_ct.info | 4 +
gsb_feature_school_story_ct.strongarm.inc | 38 +-
4 files changed, 625 insertions(+), 32 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5408: add divs to file fields.
gsb_feature_school_story_ct.ds.inc | 7 +++++++
gsb_feature_school_story_ct.features.field_instance.inc | 3 +++
2 files changed, 10 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5391 move the files field inside related block
gsb_feature_school_story_ct.features.field_instance.inc | 2 +-
gsb_feature_school_story_ct.field_group.inc | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5391 enable description for file field
gsb_feature_school_story_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5352: update related sidebar.
gsb_feature_school_story_ct.ds.inc | 51 +++++++++++++++++++---
...ure_school_story_ct.features.field_instance.inc | 27 +++++++-----
gsb_feature_school_story_ct.field_group.inc | 4 +-
gsb_feature_school_story_ct.strongarm.inc | 9 ++++
4 files changed, 72 insertions(+), 19 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5381 update label for field_person_ref_unlimited
gsb_feature_school_story_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5391 enable description for file field
gsb_feature_school_story_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5352: update related sidebar.
gsb_feature_school_story_ct.ds.inc | 51 +++++++++++++++++++---
...ure_school_story_ct.features.field_instance.inc | 27 +++++++-----
gsb_feature_school_story_ct.field_group.inc | 4 +-
gsb_feature_school_story_ct.strongarm.inc | 9 ++++
4 files changed, 72 insertions(+), 19 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5391 update allowed formats for file field
gsb_feature_school_story_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5351 add new related fields
...ure_school_story_ct.features.field_instance.inc | 172 ++++++++++++++++++++-
gsb_feature_school_story_ct.field_group.inc | 5 +-
gsb_feature_school_story_ct.info | 2 +
gsb_feature_school_story_ct.strongarm.inc | 2 +-
4 files changed, 171 insertions(+), 10 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5246 revert the wrong label changes
gsb_feature_school_story_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5246 label change
gsb_feature_school_story_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago
WP-5157 A little code cleanup.
gsb_feature_school_story_ct.module | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago
WP-5157 Remove div for field_related_faculty if empty.
gsb_feature_school_story_ct.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago
WP-5241 remove wrapper word from field group wrapper
gsb_feature_school_story_ct.field_group.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago
WP-5241 remove wrapper word from field group wrapper
gsb_feature_school_story_ct.field_group.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago
WP-5100 update the CT field publication label
gsb_feature_school_story_ct.features.field_instance.inc | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago
WP-5163: Update default moderation state.
gsb_feature_school_story_ct.info | 6 +++---
gsb_feature_school_story_ct.strongarm.inc | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5049 update the help text for image field
...ure_school_story_ct.features.field_instance.inc | 28 ++++++++++++++++++++--
1 file changed, 26 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5049 update the help text for image field
...ure_school_story_ct.features.field_instance.inc | 28 ++++++++++++++++++++--
1 file changed, 26 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5006 set image field length to 120px
gsb_feature_school_story_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5006 set the related content autocomplete fields length to 100
gsb_feature_school_story_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-4631 clear program field based on alumni mention
gsb_feature_school_story_ct.module | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4862: swap icon fields.
gsb_feature_school_story_ct.ds.inc | 22 +++++++++++++---------
...ure_school_story_ct.features.field_instance.inc | 9 +++------
gsb_feature_school_story_ct.info | 2 +-
3 files changed, 17 insertions(+), 16 deletions(-)

view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4752: export ds settings.
gsb_feature_school_story_ct.ds.inc | 79 ++++++++++-
...ure_school_story_ct.features.field_instance.inc | 154 ++++++++++++++++++++-
gsb_feature_school_story_ct.info | 3 +
gsb_feature_school_story_ct.strongarm.inc | 18 +++
4 files changed, 243 insertions(+), 11 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4694 made program mandate for school story
gsb_feature_school_story_ct.module | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4694 fix alumni mention school story
gsb_feature_school_story_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4584 Added field_program_unlimited, removed field_program_single
...ure_school_story_ct.features.field_instance.inc | 36 ++++++++++++----------
gsb_feature_school_story_ct.field_group.inc | 5 ++-
gsb_feature_school_story_ct.info | 2 +-
gsb_feature_school_story_ct.strongarm.inc | 4 +--
4 files changed, 25 insertions(+), 22 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago
Remove old unnecessary file.
gsb_feature_school_story_ct.features.field.inc | 1669 ------------------------
1 file changed, 1669 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago
WP-4525: Enable workbench moderation.
gsb_feature_school_story_ct.info | 4 ++--
gsb_feature_school_story_ct.strongarm.inc | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4494 Removing fields for the search field concat
gsb_feature_school_story_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago
WP-4378: Add Alt Text field to key image.
...ure_school_story_ct.features.field_instance.inc | 2 +-
gsb_feature_school_story_ct.info | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago
Adding check to resolve warning.
gsb_feature_school_story_ct.module | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4421 add Open in new window checkbox to school story
gsb_feature_school_story_ct.features.field_instance.inc | 2 +-
gsb_feature_school_story_ct.info | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4402: place cta links on school story.
gsb_feature_school_story_ct.ds.inc | 12 ++++----
...ure_school_story_ct.features.field_instance.inc | 32 +++++++++++-----------
gsb_feature_school_story_ct.field_group.inc | 2 +-
gsb_feature_school_story_ct.strongarm.inc | 2 +-
4 files changed, 24 insertions(+), 24 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4372 Added display suite settings for gsb_featured_links
gsb_feature_school_story_ct.ds.inc | 8 +++++---
gsb_feature_school_story_ct.strongarm.inc | 6 ++++++
2 files changed, 11 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4372 Added new extra field gsb_featured_links
gsb_feature_school_story_ct.module | 41 ++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4387 Added metatag settings for School Story CT
gsb_feature_school_story_ct.features.metatag.inc | 57 ++++++++++++++++++++++++
gsb_feature_school_story_ct.info | 2 +
2 files changed, 59 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4370: place the social fields.
gsb_feature_school_story_ct.ds.inc | 64 +++++++++++++++++-----
...ure_school_story_ct.features.field_instance.inc | 36 ++++++------
gsb_feature_school_story_ct.field_group.inc | 2 +-
gsb_feature_school_story_ct.strongarm.inc | 4 +-
4 files changed, 72 insertions(+), 34 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4371: add short url to display.
gsb_feature_school_story_ct.ds.inc | 46 ++++++++++++++++------
...ure_school_story_ct.features.field_instance.inc | 35 ++++++++--------
gsb_feature_school_story_ct.features.inc | 1 +
gsb_feature_school_story_ct.field_group.inc | 2 +-
gsb_feature_school_story_ct.strongarm.inc | 7 +++-
5 files changed, 60 insertions(+), 31 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4263 Removing empty related section if empty
gsb_feature_school_story_ct.module | 42 ++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4158: teaser display settings.
gsb_feature_school_story_ct.ds.inc | 129 +++++++++++++++++++++
...ure_school_story_ct.features.field_instance.inc | 85 ++++++++------
gsb_feature_school_story_ct.info | 2 +
gsb_feature_school_story_ct.strongarm.inc | 8 ++
4 files changed, 190 insertions(+), 34 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4158: teaser display settings.
gsb_feature_school_story_ct.ds.inc | 129 +++++++++++++++++++++
...ure_school_story_ct.features.field_instance.inc | 85 ++++++++------
gsb_feature_school_story_ct.info | 2 +
gsb_feature_school_story_ct.strongarm.inc | 8 ++
4 files changed, 190 insertions(+), 34 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago
Remove unneeded alter.
gsb_feature_school_story_ct.module | 12 ------------
1 file changed, 12 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago
WP-4052: Add ability to create revisions and disable preview.
gsb_feature_school_story_ct.info | 4 ++--
gsb_feature_school_story_ct.strongarm.inc | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4201: update image style based on specs.
gsb_feature_school_story_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4177: update detail display with related faculty.
gsb_feature_school_story_ct.ds.inc | 32 +++++++++-------------
...ure_school_story_ct.features.field_instance.inc | 17 ++++--------
gsb_feature_school_story_ct.field_group.inc | 2 +-
gsb_feature_school_story_ct.strongarm.inc | 2 +-
4 files changed, 20 insertions(+), 33 deletions(-)

view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago
WP-4154: Fix white screen when adding school stories to announcements.
...ure_school_story_ct.features.field_instance.inc | 4 ++--
gsb_feature_school_story_ct.info | 3 ++-
gsb_feature_school_story_ct.strongarm.inc | 23 +---------------------
3 files changed, 5 insertions(+), 25 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-3975 Added search field
...ure_school_story_ct.features.field_instance.inc | 85 ++++++++++++++++++++++
gsb_feature_school_story_ct.info | 1 +
2 files changed, 86 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4095: add media inguiries to school story display.
gsb_feature_school_story_ct.ds.inc | 18 ++++++------
...ure_school_story_ct.features.field_instance.inc | 32 +++++++++++-----------
gsb_feature_school_story_ct.field_group.inc | 2 +-
gsb_feature_school_story_ct.strongarm.inc | 6 ++--
4 files changed, 30 insertions(+), 28 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-3922: add display settings for default and news listing.
...eature_school_story_ct.features.field_instance.inc | 6 ++++++
gsb_feature_school_story_ct.strongarm.inc | 19 ++++++++++++++-----
2 files changed, 20 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4097: display settings for related to idea story.
gsb_feature_school_story_ct.strongarm.inc | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-3922: add display settings for default and news listing.
gsb_feature_school_story_ct.ds.inc | 220 +++++++++++++++++++++
...ure_school_story_ct.features.field_instance.inc | 186 +++++++++++++++--
gsb_feature_school_story_ct.info | 6 +
gsb_feature_school_story_ct.strongarm.inc | 29 ++-
4 files changed, 425 insertions(+), 16 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4095: add media inguiries to school story display.
gsb_feature_school_story_ct.ds.inc | 18 ++++++------
...ure_school_story_ct.features.field_instance.inc | 32 +++++++++++-----------
gsb_feature_school_story_ct.field_group.inc | 2 +-
gsb_feature_school_story_ct.strongarm.inc | 6 ++--
4 files changed, 30 insertions(+), 28 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-4123 Added field_related_faculty
...ure_school_story_ct.features.field_instance.inc | 122 ++++++++++-----------
gsb_feature_school_story_ct.field_group.inc | 1 +
gsb_feature_school_story_ct.info | 4 +-
gsb_feature_school_story_ct.strongarm.inc | 18 +--
4 files changed, 63 insertions(+), 82 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-3922: add display settings for default and news listing.
gsb_feature_school_story_ct.ds.inc | 220 +++++++++++++++++++++
...ure_school_story_ct.features.field_instance.inc | 186 +++++++++++++++--
gsb_feature_school_story_ct.info | 4 +
gsb_feature_school_story_ct.strongarm.inc | 29 ++-
4 files changed, 417 insertions(+), 22 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-3932: school story display settings.
gsb_feature_school_story_ct.ds.inc | 158 ++++++++++++++++++---
...ure_school_story_ct.features.field_instance.inc | 86 +++++------
gsb_feature_school_story_ct.field_group.inc | 31 ++++
gsb_feature_school_story_ct.info | 1 +
gsb_feature_school_story_ct.strongarm.inc | 14 +-
5 files changed, 223 insertions(+), 67 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4097: display settings for related to idea story.
gsb_feature_school_story_ct.ds.inc | 124 +++++++++++
...ure_school_story_ct.features.field_instance.inc | 244 +++++++++++++++------
gsb_feature_school_story_ct.features.inc | 3 +
gsb_feature_school_story_ct.info | 3 +
gsb_feature_school_story_ct.strongarm.inc | 73 +++++-
5 files changed, 373 insertions(+), 74 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4097: display settings for related to idea story.
gsb_feature_school_story_ct.ds.inc | 124 +++++++++++
...ure_school_story_ct.features.field_instance.inc | 248 +++++++++++++++------
gsb_feature_school_story_ct.features.inc | 3 +
gsb_feature_school_story_ct.info | 3 +
gsb_feature_school_story_ct.strongarm.inc | 73 +++++-
5 files changed, 375 insertions(+), 76 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-3932: school story display settings.
gsb_feature_school_story_ct.ds.inc | 240 +++++++++++++++++++++
...ure_school_story_ct.features.field_instance.inc | 190 +++++++---------
gsb_feature_school_story_ct.features.inc | 3 +
gsb_feature_school_story_ct.field_group.inc | 31 +++
gsb_feature_school_story_ct.info | 4 +
gsb_feature_school_story_ct.strongarm.inc | 69 +++++-
6 files changed, 418 insertions(+), 119 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4109: Add Pathauto field and pathauto pattern for School Story CT.
...ure_school_story_ct.features.field_instance.inc | 77 ++++++++++++++++++----
gsb_feature_school_story_ct.field_group.inc | 6 +-
gsb_feature_school_story_ct.info | 2 +
gsb_feature_school_story_ct.strongarm.inc | 13 +++-
4 files changed, 80 insertions(+), 18 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago
Wp-4056 add pr contact to school story
...ure_school_story_ct.features.field_instance.inc | 49 ++++++++++++++++++++++
gsb_feature_school_story_ct.info | 13 ++----
gsb_feature_school_story_ct.strongarm.inc | 6 +--
3 files changed, 56 insertions(+), 12 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago
WP-4041 update media format implementation
gsb_feature_school_story_ct.module | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago
WP-4035 remove unwanted code
gsb_feature_school_story_ct.module | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago
WP-4035 update alumni story fields
gsb_feature_school_story_ct.field_group.inc | 2 +-
gsb_feature_school_story_ct.module | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago
WP-4035 update the alumni story fields
gsb_feature_school_story_ct.features.field_instance.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago
WP-4035 remove unwanted code
gsb_feature_school_story_ct.module | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago
WP-4035 update alumni story fields
gsb_feature_school_story_ct.field_group.inc | 2 +-
gsb_feature_school_story_ct.module | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago
WP-4035 update the alumni story fields
gsb_feature_school_story_ct.features.field_instance.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago
WP-4038 add the correct publication field
...ure_school_story_ct.features.field_instance.inc | 27 +++++++++++-----------
gsb_feature_school_story_ct.field_group.inc | 2 +-
gsb_feature_school_story_ct.info | 6 ++---
3 files changed, 18 insertions(+), 17 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago
WP-3931 Create school story ct
...ure_school_story_ct.features.field_instance.inc | 1262 ++++++++++++++++++++
gsb_feature_school_story_ct.features.inc | 6 +-
gsb_feature_school_story_ct.field_group.inc | 200 +++-
gsb_feature_school_story_ct.info | 110 +-
gsb_feature_school_story_ct.module | 156 +--
gsb_feature_school_story_ct.strongarm.inc | 61 +-
6 files changed, 1547 insertions(+), 248 deletions(-)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Change to set the maxlength for editorial summary to be 150 chars.
gsb_feature_school_story_ct.module | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Added a validation function and updated the form alter for the school story node edit form
gsb_feature_school_story_ct.module | 115 ++++++++++++++++++++++++++++++++++++-
1 file changed, 112 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
updated the fields for school story
gsb_feature_school_story_ct.features.field.inc | 30 ++++++++++++----------
gsb_feature_school_story_ct.field_group.inc | 35 +++++++++++++++++++++++---
gsb_feature_school_story_ct.info | 3 ++-
gsb_feature_school_story_ct.strongarm.inc | 7 ++++--
4 files changed, 55 insertions(+), 20 deletions(-)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Added new form alter code
gsb_feature_school_story_ct.module | 45 ++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
small display changes
gsb_feature_school_story_ct.features.field.inc | 102 +++++++++++++------------
gsb_feature_school_story_ct.info | 4 +-
2 files changed, 58 insertions(+), 48 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
Adding the new school story content type
gsb_feature_school_story_ct.features.field.inc | 1657 ++++++++++++++++++++++++
gsb_feature_school_story_ct.features.inc | 36 +
gsb_feature_school_story_ct.field_group.inc | 47 +
gsb_feature_school_story_ct.info | 55 +
gsb_feature_school_story_ct.module | 7 +
gsb_feature_school_story_ct.strongarm.inc | 75 ++
6 files changed, 1877 insertions(+)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Initial commit
README.md | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_feature_alumni_reunion_agenda_item_display
===========================================
view commit - committer: Ayuta Padhi, 10 weeks ago author: Ayuta Padhi, 10 weeks ago
WP-7665 Moved reunion schedule non-ccl to customizable content list group
gsb_feature_alumni_reunion_agenda_item_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago
WP-5208: Remove pager an agenda item listings.
gsb_feature_alumni_reunion_agenda_item_display.info | 4 ++--
gsb_feature_alumni_reunion_agenda_item_display.views_default.inc | 9 +--------
2 files changed, 3 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago
WP-5150: Add Back To the Top button.
gsb_feature_alumni_reunion_agenda_item_display.info | 4 ++--
gsb_feature_alumni_reunion_agenda_item_display.views_default.inc | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5150 fix the show more pager by enabling ajax
gsb_feature_alumni_reunion_agenda_item_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-5150 Adding a little bit more for the Show More
gsb_feature_alumni_reunion_agenda_item_display.info | 1 +
gsb_feature_alumni_reunion_agenda_item_display.views_default.inc | 9 ++++++++-
2 files changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-5150 Changing view gsb_alumni_agenda_list to use Show More link
gsb_feature_alumni_reunion_agenda_item_display.views_default.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago
WP-4933: Make sure that there is a session set before we change the query.
gsb_feature_alumni_reunion_agenda_item_display.module | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4810: agenda item schedule view listing updates.
..._alumni_reunion_agenda_item_display.features.inc | 9 +++++++++
gsb_feature_alumni_reunion_agenda_item_display.info | 6 +++++-
...alumni_reunion_agenda_item_display.strongarm.inc | 21 +++++++++++++++++++++
...ni_reunion_agenda_item_display.views_default.inc | 12 +++++++++---
4 files changed, 44 insertions(+), 4 deletions(-)

view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago
WP-4750 sort by date first
gsb_feature_alumni_reunion_agenda_item_display.views_default.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago
WP-4750 added title and fixed sorting
gsb_feature_alumni_reunion_agenda_item_display.info | 2 +-
gsb_feature_alumni_reunion_agenda_item_display.views_default.inc | 9 +++++----
2 files changed, 6 insertions(+), 5 deletions(-)

view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago
rename the view lable
gsb_feature_alumni_reunion_agenda_item_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago
WP-4750 modify the view for alumni agenda listing
...ature_alumni_reunion_agenda_item_display.module | 7 +-
...i_reunion_agenda_item_display.views_default.inc | 92 +++++-----------------
2 files changed, 27 insertions(+), 72 deletions(-)

view commit - committer: unknown, 2 years, 1 month ago author: unknown, 2 years, 1 month ago
WP-4750: update the view
...feature_alumni_reunion_agenda_item_display.info | 1 +
...ature_alumni_reunion_agenda_item_display.module | 9 +++++++
...i_reunion_agenda_item_display.views_default.inc | 29 ++++++++++++++++++----
3 files changed, 34 insertions(+), 5 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4750 add new view for reunion schedule list
...alumni_reunion_agenda_item_display.features.inc | 12 ++
...feature_alumni_reunion_agenda_item_display.info | 11 ++
...ature_alumni_reunion_agenda_item_display.module | 7 +
...i_reunion_agenda_item_display.views_default.inc | 177 +++++++++++++++++++++
4 files changed, 207 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_feature_media_item_display
===========================================
view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4570 add publication year to faculty authoring media items list
gsb_feature_media_item_display.views_default.inc | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago
WP-4486: Make media item show 3 with a minimum of 5.
gsb_feature_media_item_display.info | 3 +++
gsb_feature_media_item_display.views_default.inc | 10 +++++-----
2 files changed, 8 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-4118 Added Offsite School Story to Media Mention EVA
gsb_feature_media_item_display.views_default.inc | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3664: Add a modal delete link to views.
gsb_feature_media_item_display.views_default.inc | 12 ++++++++++++
1 file changed, 12 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3605: rearrange eva fields.
gsb_feature_media_item_display.views_default.inc | 32 ++++++++++++------------
1 file changed, 16 insertions(+), 16 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3443: Change "Create a Media Item" button on "Manage News" tab.
gsb_feature_media_item_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3442: Switch EVA show_on to single value.
gsb_feature_media_item_display.views_default.inc | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3421: Remove messages header.
gsb_feature_media_item_display.views_default.inc | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3340: update media item display.
gsb_feature_media_item_display.views_default.inc | 122 ++++++++++++++---------
1 file changed, 73 insertions(+), 49 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3275: Change Media Mention EVA Field pager to display all items.
gsb_feature_media_item_display.views_default.inc | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3218: Unlink Media Item on EVA form.
gsb_feature_media_item_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3213: Remove table-level sort to respect sort handlers.
gsb_feature_media_item_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3202: change eva title.
gsb_feature_media_item_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3146: adjust eva title, sort and display.
gsb_feature_media_item_display.info | 2 +-
gsb_feature_media_item_display.views_default.inc | 48 ++++++++++++++++++++----
2 files changed, 42 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3202: change eva title.
gsb_feature_media_item_display.info | 2 +-
gsb_feature_media_item_display.views_default.inc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3146: adjust eva title, sort and display.
gsb_feature_media_item_display.info | 2 +-
gsb_feature_media_item_display.views_default.inc | 48 ++++++++++++++++++++----
2 files changed, 42 insertions(+), 8 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3203: Add empty text.
gsb_feature_media_item_display.views_default.inc | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 10 months ago author: Alexei Gorobets, 2 years, 10 months ago
WP-3148, WP-3149: Add Media Mentions Listing view with EVA field and EVA field form displays.
gsb_feature_media_item_display.features.inc | 12 +
gsb_feature_media_item_display.info | 11 +
gsb_feature_media_item_display.module | 7 +
gsb_feature_media_item_display.views_default.inc | 370 +++++++++++++++++++++++
4 files changed, 400 insertions(+)

===========================================
./gsb_feature_program_finder_display
===========================================
view commit - committer: GitHub, 3 months ago author: Greg Mercer, 3 months ago
WP-6636 Commenting out the hook menus for this feature
gsb_feature_program_finder_display.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago
WP-7676 bug fix for download pdf blank screen
gsb_feature_program_finder_display.module | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago
WP-7615 Fix for keeping filter state when come back from compare page
js/gsb_feature_program_finder.js | 48 +++++++++++++++++++++++++++++++++++++++-
js/gsb_program_compare.js | 2 +-
2 files changed, 48 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago
WP-7609 added link to filtered program finder link to taxonomy terms in responsive finder.
gsb_feature_program_finder_display.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago
WP-7601 bug fix for open in new window
gsb_feature_program_finder_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago
WP-7600 bug fix for non EE program title url
gsb_feature_program_finder_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Ayuta Padhi, 5 months ago
WP-7581 corrected sentence in program finder
gsb_feature_program_finder_display.views_default.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago
WP-7581 corrected sentence in program finder
gsb_feature_program_finder_display.views_default.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Ayuta Padhi, 5 months ago
WP-7537 direct url fixes
js/gsb_program_show_hide.js | 12 +++++++++++
plugins/content_types/gsb_all_programs.inc | 33 -----------------------------
plugins/content_types/program_list.inc | 34 ------------------------------
3 files changed, 12 insertions(+), 67 deletions(-)

view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago
WP-7537 direct url fixes
js/gsb_program_show_hide.js | 12 +++++++++++
plugins/content_types/gsb_all_programs.inc | 33 -----------------------------
plugins/content_types/program_list.inc | 34 ------------------------------
3 files changed, 12 insertions(+), 67 deletions(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago
WP-7564 Added check during initial load to disable checkboxes if compare maxed
js/gsb_feature_program_finder.js | 12 ++++++++++++
1 file changed, 12 insertions(+)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago
WP-7564 Added condition to test if disabled before checking checkboxes
js/gsb_feature_program_finder.js | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago
WP-7545 Added code to set href target is set by author
gsb_feature_program_finder_display.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago
WP-7545 Added code to set href target is set by author
gsb_feature_program_finder_display.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago
WP-7545 Changed the code which replaces the url
gsb_feature_program_finder_display.module | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago
WP-7545 Changed the code which replaces the url
gsb_feature_program_finder_display.module | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago
WP-7485-1 modified search field query to programs ans program instances
gsb_feature_program_finder_display.module | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago
WP-7449 Added time_commitment to finder display
plugins/content_types/gsb_all_programs.inc | 11 +++++++++++
plugins/content_types/program_list.inc | 11 +++++++++++
templates/program-isotope-item.tpl.php | 3 +++
3 files changed, 25 insertions(+)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago
WP-7449 Added time_commitment to finder display
plugins/content_types/gsb_all_programs.inc | 11 +++++++++++
plugins/content_types/program_list.inc | 11 +++++++++++
templates/program-isotope-item.tpl.php | 3 +++
3 files changed, 25 insertions(+)

view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago
WP-7399 bub fix for gsb program finder back to finder link
gsb_feature_program_finder_display.views_default.inc | 2 +-
js/gsb_program_compare.js | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Ayuta Padhi, 6 months ago
WP-7425 changed title for both program finder
plugins/content_types/gsb_all_programs.inc | 2 +-
plugins/content_types/program_list.inc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago
WP-7425 changed title for both program finder
plugins/content_types/gsb_all_programs.inc | 2 +-
plugins/content_types/program_list.inc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago
WP-7397 Added link attributes to the program link
plugins/content_types/program_list.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago
WP-7397 Added link attributes to the program link
plugins/content_types/program_list.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago
WP-7397 Added link attributes to the program link
plugins/content_types/gsb_all_programs.inc | 2 ++
templates/program-isotope-item.tpl.php | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago
WP-7397 Added link attributes to the program link
plugins/content_types/gsb_all_programs.inc | 2 ++
templates/program-isotope-item.tpl.php | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer, 6 months ago
WP-7422 Added new function Drupal.removeItemHandler.removeItem. This is called by two separate 'on click' handlers for '.remove-item'
js/gsb_feature_program_finder.js | 68 ++++++++++++++++++++++------------------
1 file changed, 38 insertions(+), 30 deletions(-)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7422 Added new function Drupal.removeItemHandler.removeItem. This is called by two separate 'on click' handlers for '.remove-item'
js/gsb_feature_program_finder.js | 65 ++++++++++++++++++++++++----------------
1 file changed, 40 insertions(+), 25 deletions(-)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7358 Added code to keep yPos in place when checking compare checkboxes
js/gsb_feature_program_finder.js | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7367 Added code to handle printing thru use of phpwkhtmltopdf
gsb_feature_program_finder_display.module | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7367 Added code to handle printing thru use of phpwkhtmltopdf
gsb_feature_program_finder_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7367 Added code to handle printing thru use of phpwkhtmltopdf
gsb_feature_program_finder_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7367 Added code to handle printing thru use of phpwkhtmltopdf
gsb_feature_program_finder_display.module | 38 ++++++++++++++++++++++
...eature_program_finder_display.views_default.inc | 2 +-
2 files changed, 39 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7161 Adding special handling for the Back to Finder link
gsb_feature_program_finder_display.views_default.inc | 2 +-
js/gsb_program_compare.js | 13 +++++++++++++
2 files changed, 14 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7161 Adding special handling for the Back to Finder link
gsb_feature_program_finder_display.views_default.inc | 2 +-
js/gsb_program_compare.js | 13 +++++++++++++
2 files changed, 14 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Ayuta Padhi, 7 months ago
WP-7161 fix for back to program finder link
js/gsb_program_compare.js | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago
WP-7161 fix for back to program finder link
js/gsb_program_compare.js | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7342 Added addition view gsb_program_compare to have expand-marks
gsb_feature_program_finder_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7342 Cleaning up some warning messages
gsb_feature_program_finder_display.module | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7347 Added offset/scroll calculations around the row collapse/expand handling
js/gsb_program_compare.js | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7347 Added offset/scroll calculations around the row collapse/expand handling
js/gsb_program_compare.js | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7336: add attachment for responsive compared page.
gsb_feature_program_finder_display.views_default.inc | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7336: add attachment for responsive compared page.
gsb_feature_program_finder_display.views_default.inc | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7329: remove the plus.
gsb_feature_program_finder_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7328 Adding expand/collapse for program rows on the compare page
gsb_feature_program_finder_display.module | 5 +-
js/gsb_program_compare.js | 94 +++++++++++++++++++++++++++----
2 files changed, 88 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7328 Adding expand/collapse for program rows on the compare page
gsb_feature_program_finder_display.module | 5 +-
js/gsb_program_compare.js | 94 +++++++++++++++++++++++++++----
2 files changed, 88 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7328 Added expand/collapse markup for the program finder compare titles
gsb_feature_program_finder_display.module | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7328 Added expand/collapse markup for the program finder compare titles
gsb_feature_program_finder_display.module | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago
WP-7161 Renamed links
gsb_feature_program_finder_display.views_default.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago
WP-7063 Added download pdf and go back links to compare page
gsb_feature_program_finder_display.module | 3 ++-
...eature_program_finder_display.views_default.inc | 28 ++++++++++++++++++++++
2 files changed, 30 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Ayuta Padhi, 7 months ago
WP-7243 fix for limiting 3 programs for comparison
js/gsb_feature_program_finder.js | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Ayuta Padhi, 7 months ago
WP-7200 program finder enhancement implementation
js/gsb_program_show_hide.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago
WP-7243 fix for limiting 3 programs for comparison
js/gsb_feature_program_finder.js | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Ayuta Padhi, 7 months ago
WP-7235 fix for touch cancel for ipad
js/gsb_feature_program_finder.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Ayuta Padhi, 7 months ago
WP-7200 program finder enhancement implementation
js/gsb_program_show_hide.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Ayuta Padhi, 7 months ago
WP-7200 bug fixes for program finder enhancement
js/gsb_program_show_hide.js | 75 ++++++++++++++++++++++++++++++++-------------
1 file changed, 53 insertions(+), 22 deletions(-)

view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago
WP-7235 fix for touch cancel for ipad
js/gsb_feature_program_finder.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago
WP-7200 bug fixes for program finder enhancement
js/gsb_program_show_hide.js | 75 ++++++++++++++++++++++++++++++++-------------
1 file changed, 53 insertions(+), 22 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Ayuta Padhi, 7 months ago
WP-7200 program finder enhancement implementation
js/gsb_feature_program_finder.js | 5 +-
js/gsb_program_show_hide.js | 37 +++++++++++++++
plugins/content_types/gsb_all_programs.inc | 64 +++++++++++++++++++++++--
plugins/content_types/program_list.inc | 67 ++++++++++++++++++++++++---
templates/program-isotope-degree-item.tpl.php | 2 +-
5 files changed, 163 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer, 7 months ago
WP-7197 Added special handling of 'ee_programs' view with 'upcoming_programs' display.
gsb_feature_program_finder_display.module | 39 +++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)

view commit - committer: Greg Mercer, 7 months ago author: Greg Mercer, 7 months ago
WP-7197 Added special handling of 'ee_programs' view with 'upcoming_programs' display.
gsb_feature_program_finder_display.module | 40 +++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)

view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago
WP-7200 program finder enhancement implementation
js/gsb_feature_program_finder.js | 5 +-
js/gsb_program_show_hide.js | 37 +++++++++++++++
plugins/content_types/gsb_all_programs.inc | 64 +++++++++++++++++++++++--
plugins/content_types/program_list.inc | 68 ++++++++++++++++++++++++---
templates/program-isotope-degree-item.tpl.php | 2 +-
5 files changed, 164 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer, 7 months ago
WP-7197 Added handling for ee_programs view to the preprocess_views_view_field hook.
gsb_feature_program_finder_display.module | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 7 months ago author: Greg Mercer, 7 months ago
WP-7197 Added handling for ee_programs view to the preprocess_views_view_field hook.
gsb_feature_program_finder_display.module | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 7 months ago author: Roopesh Naik, 7 months ago
WP-7174 update pane name
plugins/content_types/faculty_teaching_list.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7233: add wrapper for centering button.
templates/program-isotope-item.tpl.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 7 months ago author: Roopesh Naik, 7 months ago
WP-7174 remove search filter from faculty teaching list
plugins/content_types/faculty_teaching_list.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7126: do not show footer twice.
gsb_feature_program_finder_display.views_default.inc | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7126: update punctuation in footer.
gsb_feature_program_finder_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7126: add responsive attachment.
gsb_feature_program_finder_display.views_default.inc | 20 ++++++++++++++++++--
1 file changed, 18 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago
WP-7191 Added criteria to limit only future programs
plugins/content_types/gsb_all_programs.inc | 2 ++
plugins/content_types/program_list.inc | 9 +++------
2 files changed, 5 insertions(+), 6 deletions(-)

view commit - committer: Ayuta Padhi, 8 months ago author: Ayuta Padhi, 8 months ago
WP-7153 removed extra code generating bug
plugins/content_types/gsb_all_programs.inc | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

view commit - committer: Ayuta Padhi, 8 months ago author: Ayuta Padhi, 8 months ago
WP-7153 Added sort logic for full-time programs without stanford prefix
plugins/content_types/gsb_all_programs.inc | 20 ++++++++++++++++++++
plugins/content_types/program_list.inc | 22 ++++++++++++++++++++++
2 files changed, 42 insertions(+)

view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago
WP-7169 add tuition label changes
gsb_feature_program_finder_display.views_default.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Roopesh Naik, 8 months ago
WP-7169 remove the pipe found at end in application deadlines
gsb_feature_program_finder_display.module | 5 +++--
js/gsb_program_compare.js | 10 +++++++++-
2 files changed, 12 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Roopesh Naik, 8 months ago
WP-7169 update the fields for program compare
gsb_feature_program_finder_display.module | 51 ++++++++++++++++++++
...eature_program_finder_display.views_default.inc | 54 +++++++++++++---------
2 files changed, 83 insertions(+), 22 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Roopesh Naik, 8 months ago
WP-7169 fix the fields in EE and GSB compare view
...eature_program_finder_display.views_default.inc | 420 +++++++++++++++------
1 file changed, 306 insertions(+), 114 deletions(-)

view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago
WP-7169 remove the pipe found at end in application deadlines
gsb_feature_program_finder_display.module | 5 +++--
js/gsb_program_compare.js | 10 +++++++++-
2 files changed, 12 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago
WP-7169 update the fields for program compare
gsb_feature_program_finder_display.module | 51 ++++++++++++++++++++
...eature_program_finder_display.views_default.inc | 54 +++++++++++++---------
2 files changed, 83 insertions(+), 22 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer, 8 months ago
WP-7156 Added condition to check field_display_on_finder_value set to 'visible'
plugins/content_types/program_list.inc | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer, 8 months ago
WP-7156 Added condition to check field_display_on_finder_value set to 'visible'
plugins/content_types/gsb_all_programs.inc | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7156 Added condition to check field_display_on_finder_value set to 'visible'
plugins/content_types/program_list.inc | 10 ++++++++++
1 file changed, 10 insertions(+)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7156 Added condition to check field_display_on_finder_value set to 'visible'
plugins/content_types/gsb_all_programs.inc | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago The previous code was running into a js error when the program title was something like (Part-Time). It was the parenthesis in the title that was causing the error. jQuery can handle a selector like this: $("(Part-Time)").
WP-7177 Changing the checking for dups (assuming that's the intent) to only look for program id - which is in programParts[0]
js/gsb_feature_program_finder.js | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7177 Adding jquery.multicheckbox.js library
plugins/content_types/program_list.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago
WP-7169 fix the fields in EE and GSB compare view
...eature_program_finder_display.views_default.inc | 420 +++++++++++++++------
1 file changed, 306 insertions(+), 114 deletions(-)

view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago
WP-7157 update some more fields
...eature_program_finder_display.views_default.inc | 57 +++++++++++++++-------
1 file changed, 39 insertions(+), 18 deletions(-)

view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago
WP-7157 update the field for compare programs
...eature_program_finder_display.views_default.inc | 145 ++++++++++++++-------
1 file changed, 98 insertions(+), 47 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Adding jquery-multicheckbox, removing ui.datepicker (no longer needed).
plugins/content_types/gsb_all_programs.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Adding jquery-multicheckbox, removing ui.datepicker (no longer needed).
plugins/content_types/gsb_all_programs.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7032: theme compare page for programs
gsb_feature_program_finder_display.views_default.inc | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Adding datepicker to the programs page
plugins/content_types/gsb_all_programs.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7032: Theme program compare page
gsb_feature_program_finder_display.views_default.inc | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
Fixing up a warning related to $parsed['scheme']
templates/program-isotope-item.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Ayuta Padhi, 8 months ago
WP-7134 bug fix adding more than one program to compare
js/gsb_feature_program_finder.js | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 8 months ago author: Ayuta Padhi, 8 months ago
WP-7134 bug fix adding more than one program to compare
js/gsb_feature_program_finder.js | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago
WP-7093 add sorting by last name
plugins/content_types/faculty_teaching_list.inc | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago
WP-7093 revert the changes for adding other faculty to list
plugins/content_types/faculty_teaching_list.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago
WP-7093 optimize and alter the implementation to use drupal query
gsb_feature_program_finder_display.module | 82 ++++++++++++++-----------------
1 file changed, 36 insertions(+), 46 deletions(-)

view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago
WP-7093 fix the search by term for other faculty
gsb_feature_program_finder_display.module | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)

view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago
WP-7093 Add the other faculty in the faculty teaching list
plugins/content_types/faculty_teaching_list.inc | 52 ++++++++++++++++---------
1 file changed, 34 insertions(+), 18 deletions(-)

view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago
WP-7097 fix the search from node title instead of name fields
gsb_feature_program_finder_display.module | 21 ++++++++-------------
1 file changed, 8 insertions(+), 13 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7092: changed the view mode to add link in image
plugins/content_types/faculty_teaching_list.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 8 months ago author: Ayuta Padhi, 8 months ago
WP-7084 removed criteria to show only ee programs
plugins/content_types/program_list.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 8 months ago author: Ayuta Padhi, 8 months ago
WP-7062 added search by all topics logic
plugins/content_types/gsb_all_programs.inc | 21 ++++++++++++++++++---
plugins/content_types/program_list.inc | 19 ++++++++++++++++---
2 files changed, 34 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Roopesh Naik, 8 months ago
WP-7020 fix faculty list values getting overwritten
plugins/content_types/faculty_teaching_list.inc | 74 ++++++++++++-------------
1 file changed, 34 insertions(+), 40 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Ayuta Padhi, 9 months ago
WP-6358 Added GSB program finder with compare interaction and compared view
gsb_feature_program_finder_display.info | 1 +
...eature_program_finder_display.views_default.inc | 455 ++++++++++++++++++++-
2 files changed, 455 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Ayuta Padhi, 9 months ago
WP-6358 Added GSB program finder with compare interaction
gsb_feature_program_finder_display.module | 5 +-
js/gsb_feature_program_finder.js | 15 +-
plugins/content_types/gsb_all_programs.inc | 332 +++++++++++++++++++++++++++++
3 files changed, 345 insertions(+), 7 deletions(-)

view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago
WP-7020 fix faculty list values getting overwritten
plugins/content_types/faculty_teaching_list.inc | 74 ++++++++++++-------------
1 file changed, 34 insertions(+), 40 deletions(-)

view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago
WP-7020 optimize/merge query to get program instance and getting faculty information
plugins/content_types/faculty_teaching_list.inc | 54 ++++++++++++++-----------
1 file changed, 30 insertions(+), 24 deletions(-)

view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago
WP-7020 modify the logic for rendering faculty list
plugins/content_types/faculty_teaching_list.inc | 121 ++++++++++++------------
1 file changed, 62 insertions(+), 59 deletions(-)

view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago
WP-7020 Remove unwanted field from query
plugins/content_types/faculty_teaching_list.inc | 18 +++++++-----------
1 file changed, 7 insertions(+), 11 deletions(-)

view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago
WP-7020 make keyword and category field not required
plugins/content_types/faculty_teaching_list.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago
WP-6358 Added GSB program finder with compare interaction and compared view
gsb_feature_program_finder_display.info | 1 +
...eature_program_finder_display.views_default.inc | 455 ++++++++++++++++++++-
2 files changed, 455 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago
WP-6358 Added GSB program finder with compare interaction
gsb_feature_program_finder_display.module | 4 +-
js/gsb_feature_program_finder.js | 15 +-
plugins/content_types/gsb_all_programs.inc | 332 +++++++++++++++++++++++++++++
3 files changed, 345 insertions(+), 6 deletions(-)

view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago
WP-6918 search will be single terms
gsb_feature_program_finder_display.module | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago
WP-6918 remove custom autocomplete functions and use core drupal functions
gsb_feature_program_finder_display.module | 30 +------------------------
plugins/content_types/faculty_teaching_list.inc | 18 +++++++--------
2 files changed, 9 insertions(+), 39 deletions(-)

view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago
WP-6918 fix issue with query
gsb_feature_program_finder_display.module | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)

view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago
WP-6918 Add new faculty teaching list
plugins/content_types/faculty_teaching_list.inc | 205 ++++++++++++++++++++++++
1 file changed, 205 insertions(+)

view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago
WP-6918 Add new isotope templates for faculty teaching list
templates/faculty-isotope-item-wrapper.tpl.php | 5 +++++
templates/faculty-isotope-item.tpl.php | 4 ++++
2 files changed, 9 insertions(+)

view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago
WP-6918 Add the preprocess placeholder
theme.inc | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago
WP-6918 Add new templates, search menu hook, search function, autocomplete functions
gsb_feature_program_finder_display.module | 112 +++++++++++++++++++++++++++++-
1 file changed, 111 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6958 Changing to only display location name as plain text, no longer as a link
templates/program-isotope-item.tpl.php | 14 +++-----------
1 file changed, 3 insertions(+), 11 deletions(-)

view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago
WP-6863 fix for show/hide brochure download link
gsb_feature_program_finder_display.views_default.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago
WP-6940 fixed Application deadline header
gsb_feature_program_finder_display.views_default.inc | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago
WP-6932 fixed compare submit button action
js/gsb_feature_program_finder.js | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago
WP-6910 removed space when no items selected
js/gsb_feature_program_finder.js | 22 +++++++++++++++++-----
1 file changed, 17 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
Update gsb_feature_program_finder.js
js/gsb_feature_program_finder.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
Closing the div'ness
js/gsb_feature_program_finder.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Ayuta Padhi, 9 months ago
WP-6862 WP-6863 WP6864 WP-6866 program compare fixes
js/gsb_program_compare.js | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Ayuta Padhi, 9 months ago
WP-6862 WP-6863 WP6864 WP-6866 program compare fixes
gsb_feature_program_finder_display.module | 5 +
...eature_program_finder_display.views_default.inc | 142 ++++++++++++++++-----
js/gsb_feature_program_finder.js | 7 +-
plugins/content_types/program_list.inc | 3 +-
4 files changed, 119 insertions(+), 38 deletions(-)

view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago
WP-6862 WP-6863 WP6864 WP-6866 program compare fixes
js/gsb_program_compare.js | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago
WP-6862 WP-6863 WP6864 WP-6866 program compare fixes
gsb_feature_program_finder_display.module | 5 +
...eature_program_finder_display.views_default.inc | 142 ++++++++++++++++-----
js/gsb_feature_program_finder.js | 5 +-
plugins/content_types/program_list.inc | 3 +-
4 files changed, 117 insertions(+), 38 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6867: add wrappers and classes.
js/gsb_feature_program_finder.js | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)

view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago
WP-6857 added program location name
plugins/content_types/program_list.inc | 15 ++++++++-------
templates/program-isotope-item.tpl.php | 18 ++++++++++++++----
2 files changed, 22 insertions(+), 11 deletions(-)

view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago
WP-6782 WP-6856 WP-6858 WP-6859 WP-6860 WP-6865 program finder changes
js/gsb_feature_program_finder.js | 4 +++-
plugins/content_types/program_list.inc | 14 +++++++++-----
templates/program-isotope-item.tpl.php | 6 ++++--
3 files changed, 16 insertions(+), 8 deletions(-)

view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago
WP-6756 Added download link
gsb_feature_program_finder_display.views_default.inc | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago
WP-6770 fixed program director reference to correct multiple program display
...eature_program_finder_display.views_default.inc | 33 ++--------------------
templates/program-isotope-item.tpl.php | 2 +-
2 files changed, 4 insertions(+), 31 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
Fixing a small parsing error the the templates/program-isotope-item.tpl.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago
WP-6663 Added comparator for screen reader or browsers with no javascript
gsb_feature_program_finder_display.module | 5 ++
...eature_program_finder_display.views_default.inc | 64 +++-------------------
js/gsb_feature_program_finder.js | 13 ++++-
plugins/content_types/program_list.inc | 5 +-
templates/program-isotope-degree-item.tpl.php | 10 ++++
templates/program-isotope-item-wrapper.tpl.php | 10 ----
theme.inc | 2 +
7 files changed, 40 insertions(+), 69 deletions(-)

view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago
WP-6617 WP-6650 Added program compare interaction to program finder and changed filter sort order by weight
gsb_feature_program_finder_display.module | 1 -
js/gsb_feature_program_finder.js | 108 ++++++++++++++++++++++++++++++
plugins/content_types/program_list.inc | 18 ++---
templates/program-isotope-item.tpl.php | 6 +-
4 files changed, 119 insertions(+), 14 deletions(-)

view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago
WP-6583 Removed code for displaying ctas
plugins/content_types/program_list.inc | 4 --
templates/program-isotope-item-wrapper.tpl.php | 4 --
templates/program-isotope-item.tpl.php | 57 +++++++++++++-------------
3 files changed, 28 insertions(+), 37 deletions(-)

view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago
WP-6599 changed query and fixed for warning messages
plugins/content_types/program_list.inc | 27 ++++++++++++++++-----------
templates/program-isotope-item.tpl.php | 2 +-
2 files changed, 17 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
Renamed the field to intro and made some small changes to check for empty.
plugins/content_types/program_list.inc | 10 +++++-----
templates/program-isotope-item-wrapper.tpl.php | 12 +++++++-----
templates/program-isotope-item.tpl.php | 2 +-
3 files changed, 13 insertions(+), 11 deletions(-)

view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago
WP-6583 commented out the cta code
plugins/content_types/program_list.inc | 9 +++++----
templates/program-isotope-item-wrapper.tpl.php | 5 +++--
templates/program-isotope-item.tpl.php | 24 ++++++++++++------------
3 files changed, 20 insertions(+), 18 deletions(-)

view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago
WP-6556 fixed sort order, added full-degree header and changed logic to show all full time program
plugins/content_types/program_list.inc | 34 ++++++++++++++++++++++++----------
templates/program-isotope-item.tpl.php | 5 -----
2 files changed, 24 insertions(+), 15 deletions(-)

view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago
WP-6556 WP-6572 Added sort condition and removed date from full-time programs.
plugins/content_types/program_list.inc | 10 +++++++++-
templates/program-isotope-item.tpl.php | 24 ++++++++++++++----------
2 files changed, 23 insertions(+), 11 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6557: add wrapper for full time program item.
templates/program-isotope-item-wrapper.tpl.php | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago
WP-6467 Added links to topics and cleaned up code
gsb_feature_program_finder_display.module | 4 ++++
plugins/content_types/program_list.inc | 17 +++++------------
templates/program-isotope-item-wrapper.tpl.php | 14 ++++++++++++++
templates/program-isotope-item.tpl.php | 9 ++++++++-
theme.inc | 4 ++++
5 files changed, 35 insertions(+), 13 deletions(-)

view commit - committer: Adam Moore, 11 months ago author: Adam Moore, 11 months ago
Fix taxonomy not showing. Also make sure all taxonomy shows. Do some cleanup.
plugins/content_types/program_list.inc | 140 +++++++++++----------------------
1 file changed, 46 insertions(+), 94 deletions(-)

view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago
WP-6478 Added full-time degree program list
plugins/content_types/program_list.inc | 72 +++++++++++++++++++++++++++++-----
templates/program-isotope-item.tpl.php | 2 +-
2 files changed, 64 insertions(+), 10 deletions(-)

view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago
WP-6536 render image ctas
plugins/content_types/program_list.inc | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Ayuta Padhi, 11 months ago
WP-6463 WP-6437 Changed date and added text and link to image cta
plugins/content_types/program_list.inc | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)

view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago
WP-6463 WP-6437 Changed date and added text and link to image cta
plugins/content_types/program_list.inc | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6448: update labels and remove styles.
plugins/content_types/program_list.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago
WP-6481 changed filter order
plugins/content_types/program_list.inc | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)

view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago
WP-6436 Added sort by program and removed sort by end date
plugins/content_types/program_list.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago
WP-6487 Added contexual filter
gsb_feature_program_finder_display.module | 12 ++++++----
...eature_program_finder_display.views_default.inc | 26 +++++++++++++++-------
2 files changed, 26 insertions(+), 12 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6448: update labels and remove styles.
plugins/content_types/program_list.inc | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago
WP-6487 Applied program director view mode for contact
...eature_program_finder_display.views_default.inc | 44 +++++++++++-----------
plugins/content_types/program_list.inc | 1 +
2 files changed, 24 insertions(+), 21 deletions(-)

view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago
WP-6465 Added link to program titles
plugins/content_types/program_list.inc | 20 +++++++++++++++++---
templates/program-isotope-item.tpl.php | 11 ++++++++++-
2 files changed, 27 insertions(+), 4 deletions(-)

view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago
WP-6460 Added condition to exclude programs with no leadership level
...eature_program_finder_display.views_default.inc | 29 ++++++++++++++++------
plugins/content_types/program_list.inc | 2 +-
2 files changed, 22 insertions(+), 9 deletions(-)

view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago
WP-6487 Added program comparison page
gsb_feature_program_finder_display.info | 2 +-
gsb_feature_program_finder_display.module | 6 ++++++
templates/program-isotope-item.tpl.php | 6 +++---
3 files changed, 10 insertions(+), 4 deletions(-)

view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago
Added feature
gsb_feature_program_finder_display.info | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago
Added feature
gsb_feature_program_finder_display.features.inc | 12 +
gsb_feature_program_finder_display.info | 14 +-
...eature_program_finder_display.views_default.inc | 415 +++++++++++++++++++++
templates/program-isotope-item.tpl.php | 6 +-
4 files changed, 439 insertions(+), 8 deletions(-)

view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago
WP-6461 Added program format to program listing
plugins/content_types/program_list.inc | 29 +++++++++++++++++++++++++++--
templates/program-isotope-item.tpl.php | 30 +++++++++++++++++++++++++-----
2 files changed, 52 insertions(+), 7 deletions(-)

view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago
Moved all the code from gsb_progam_finder repo
README.md | 2 +-
gsb_feature_program_finder_display.admin.inc | 121 ++++++++++++
gsb_feature_program_finder_display.info | 6 +
gsb_feature_program_finder_display.module | 100 ++++++++++
plugins/content_types/program_list.inc | 266 +++++++++++++++++++++++++++
templates/program-isotope-item.tpl.php | 21 +++
theme.inc | 8 +
7 files changed, 523 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_feature_admission_event_ct
===========================================
view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7398 Changing the default message for the email_contact:field_email defined in field formatting.
gsb_feature_admission_event_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago
WP-6308 Found a small issue related to the 'Description' vertical tab not hiding correctly.
js/gsb_feature_admission_event_ct.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago
WP-6308 Added call to cleanupFieldsets when doc is ready.
js/gsb_feature_admission_event_ct.js | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago
WP-6147 fix the issue
gsb_feature_admission_event_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago
Added test of $_SESSION to resolve a warning message.
gsb_feature_admission_event_ct.module | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6118: add back wrapper classes.
gsb_feature_admission_event_ct.features.field_instance.inc | 4 ++--
gsb_feature_admission_event_ct.field_group.inc | 9 ++++++---
2 files changed, 8 insertions(+), 5 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago
WP-6147 fix the errors generated in acquia log for SESSION variable
gsb_feature_admission_event_ct.module | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6118: add back wrapper classes.
gsb_feature_admission_event_ct.features.field_instance.inc | 4 ++--
gsb_feature_admission_event_ct.field_group.inc | 9 ++++++---
2 files changed, 8 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6142: remove suffix from dek.
gsb_feature_admission_event_ct.ds.inc | 6 +++---
gsb_feature_admission_event_ct.features.field_instance.inc | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6032: update field order.
gsb_feature_admission_event_ct.ds.inc | 33 +++++++++-------------
..._admission_event_ct.features.field_instance.inc | 6 ++++
2 files changed, 19 insertions(+), 20 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Ayuta Padhi, 1 year, 3 months ago
WP-6043 fixed show/hide of the description vertical tab
js/gsb_feature_admission_event_ct.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 3 months ago author: Ayuta Padhi, 1 year, 3 months ago
WP-6043 fixed show/hide of the description vertical tab
js/gsb_feature_admission_event_ct.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Ayuta Padhi, 1 year, 3 months ago
WP-6043 Fixed conditional show/hide of vertical tabs
js/gsb_feature_admission_event_ct.js | 39 ++++++++++++++++--------------------
1 file changed, 17 insertions(+), 22 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 3 months ago author: Ayuta Padhi, 1 year, 3 months ago
WP-6043 Fixed conditional show/hide of vertical tabs
js/gsb_feature_admission_event_ct.js | 39 ++++++++++++++++--------------------
1 file changed, 17 insertions(+), 22 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6013 Added use of event_contacts view mode
..._admission_event_ct.features.field_instance.inc | 157 +++++++++++++++++++++
gsb_feature_admission_event_ct.field_group.inc | 2 +-
gsb_feature_admission_event_ct.info | 1 +
gsb_feature_admission_event_ct.strongarm.inc | 2 +-
4 files changed, 160 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6013 Added use of event_contacts view mode
..._admission_event_ct.features.field_instance.inc | 157 +++++++++++++++++++++
gsb_feature_admission_event_ct.field_group.inc | 2 +-
gsb_feature_admission_event_ct.info | 1 +
gsb_feature_admission_event_ct.strongarm.inc | 2 +-
4 files changed, 160 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Roopesh Naik, 1 year, 4 months ago
WP-5921 mark description required
gsb_feature_admission_event_ct.module | 3 ---
1 file changed, 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago
WP-5965 Added form alter and validate for the admission event exposed form
gsb_feature_admission_event_ct.module | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago
WP-5990: Reexport feature with fieldgroup in the right place.
gsb_feature_admission_event_ct.ds.inc | 338 +-------
..._admission_event_ct.features.field_instance.inc | 910 ++-------------------
gsb_feature_admission_event_ct.field_group.inc | 27 -
gsb_feature_admission_event_ct.info | 3 +-
gsb_feature_admission_event_ct.strongarm.inc | 3 -
5 files changed, 57 insertions(+), 1224 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5973: add title wrapper.
gsb_feature_admission_event_ct.ds.inc | 20 +++--
..._admission_event_ct.features.field_instance.inc | 97 +++++++++++-----------
gsb_feature_admission_event_ct.field_group.inc | 64 ++++++++++++++
gsb_feature_admission_event_ct.info | 2 +
4 files changed, 125 insertions(+), 58 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago
WP-5921 mark description required
gsb_feature_admission_event_ct.module | 3 ---
1 file changed, 3 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5838: update admission event displays.
gsb_feature_admission_event_ct.ds.inc | 65 ++++++++++++---
..._admission_event_ct.features.field_instance.inc | 94 ++++++++++++----------
2 files changed, 104 insertions(+), 55 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5836: update admission event url, title fields, and hide timzone when no reg date is added.
gsb_feature_admission_event_ct.ds.inc | 91 +++++++++----
..._admission_event_ct.features.field_instance.inc | 146 ++++++++++-----------
gsb_feature_admission_event_ct.panelizer.inc | 1 -
3 files changed, 133 insertions(+), 105 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago
fix the merge issues
gsb_feature_admission_event_ct.module | 33 +--------------------------------
1 file changed, 1 insertion(+), 32 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5836: update url and title settings.
gsb_feature_admission_event_ct.ds.inc | 70 +++++++++-
..._admission_event_ct.features.field_instance.inc | 149 ++++++++++++---------
gsb_feature_admission_event_ct.panelizer.inc | 1 -
3 files changed, 148 insertions(+), 72 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago
Fix bad merge.
gsb_feature_admission_event_ct.module | 42 -----------------------------------
1 file changed, 42 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5847 fix the speakers type change event field values
js/gsb_feature_admission_event_ct.js | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
Fixing a merge issue
gsb_feature_admission_event_ct.ds.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5799: change the location heading.
gsb_feature_admission_event_ct.ds.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5577: configure registration timezone field.
gsb_feature_admission_event_ct.ds.inc | 1 -
gsb_feature_admission_event_ct.features.field_instance.inc | 8 ++++----
2 files changed, 4 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5782 Added time zone field: field_register_time_zone
gsb_feature_admission_event_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5750 remove old fields and add new calendar display field
..._admission_event_ct.features.field_instance.inc | 143 ---------------------
gsb_feature_admission_event_ct.info | 2 -
2 files changed, 145 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5750 remove schedule field from search
gsb_feature_admission_event_ct.features.field_instance.inc | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5750 add new fields for event display and session display
..._admission_event_ct.features.field_instance.inc | 142 +++++++++++++++++++++
gsb_feature_admission_event_ct.info | 2 +
2 files changed, 144 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5721: update locations format and date.
gsb_feature_admission_event_ct.ds.inc | 76 ++++++++++++--
..._admission_event_ct.features.field_instance.inc | 114 ++++++---------------
2 files changed, 94 insertions(+), 96 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5604: configure compact and expanded.
gsb_feature_admission_event_ct.ds.inc | 53 +++++---
..._admission_event_ct.features.field_instance.inc | 137 +++++++++++++++------
2 files changed, 135 insertions(+), 55 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5607: configure settings for related and featured feature.
gsb_feature_admission_event_ct.ds.inc | 43 +-
..._admission_event_ct.features.field_instance.inc | 525 ++++++++++++++++++++-
2 files changed, 562 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5672: remove dek from listing.
gsb_feature_admission_event_ct.ds.inc | 13 -------------
...ture_admission_event_ct.features.field_instance.inc | 18 ++----------------
2 files changed, 2 insertions(+), 29 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5574: add find local time links.
gsb_feature_admission_event_ct.ds.inc | 22 +++++++++++++++++++---
..._admission_event_ct.features.field_instance.inc | 8 ++++----
2 files changed, 23 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
Changes in fields added to search
gsb_feature_admission_event_ct.features.field_instance.inc | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5534: export admission event main list configuration.
gsb_feature_admission_event_ct.ds.inc | 96 ++++++++++++++++++++++
..._admission_event_ct.features.field_instance.inc | 94 ++++++++++++++++++---
gsb_feature_admission_event_ct.strongarm.inc | 3 +
3 files changed, 183 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5623: add format-body class.
gsb_feature_admission_event_ct.ds.inc | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer, 1 year, 6 months ago
WP-5576 Moving panelizer features for gsb_feature_admission_event_ct
gsb_feature_admission_event_ct.info | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5576 Moving panelizer features for gsb_feature_admission_event_ct
gsb_feature_admission_event_ct.features.field_instance.inc | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5576 Moving panelizer part of feature to gsb_feature_admission_event_display
gsb_feature_admission_event_ct.features.field_instance.inc | 2 +-
gsb_feature_admission_event_ct.info | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5623 Changing schedule to use new markdown_lite format profile
gsb_feature_admission_event_ct.features.field_instance.inc | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5619 add program field to admission events
...re_admission_event_ct.features.field_instance.inc | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5581 remove the custom validation for plugin
gsb_feature_admission_event_ct.module | 24 ------------------------
1 file changed, 24 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5597: update display settings.
gsb_feature_admission_event_ct.ds.inc | 28 +++++++++++-----------
..._admission_event_ct.features.field_instance.inc | 20 +++++++---------
2 files changed, 22 insertions(+), 26 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5598 fix speaker lookup and vertical tabs
gsb_feature_admission_event_ct.module | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5598 fix date fields
gsb_feature_admission_event_ct.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5598 functional review fixes
..._admission_event_ct.features.field_instance.inc | 111 ++++++++++++++++++++-
1 file changed, 110 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5531: updat admission event display.
gsb_feature_admission_event_ct.ds.inc | 108 +++++++++++++++++++++
..._admission_event_ct.features.field_instance.inc | 11 ++-
2 files changed, 114 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5531: export display suite settings.
...feature_admission_event_ct.features.field_instance.inc | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5565 make address field hide and validate correctly
gsb_feature_admission_event_ct.module | 35 ++++++++++++++++++++++++-----------
1 file changed, 24 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5570 remove NA option
gsb_feature_admission_event_ct.module | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5559 few more states fixes
gsb_feature_admission_event_ct.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5559 fix the vertical tabs
gsb_feature_admission_event_ct.field_group.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5559 fix the field group for vertical tabs
gsb_feature_admission_event_ct.field_group.inc | 27 ++++++++++++++++++++++++++
gsb_feature_admission_event_ct.info | 2 +-
2 files changed, 28 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5561 add show and hide functionality
gsb_feature_admission_event_ct.module | 36 ++++++++++++++++++++++++++++++++---
1 file changed, 33 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5558 make default for detail page radio
gsb_feature_admission_event_ct.features.field_instance.inc | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 clear the time field in registration deadline
gsb_feature_admission_event_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 add new date field instance
gsb_feature_admission_event_ct.info | 1 -
gsb_feature_admission_event_ct.module | 2 ++
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 fixed required fields
gsb_feature_admission_event_ct.features.field_instance.inc | 4 ++--
gsb_feature_admission_event_ct.module | 7 +++++--
2 files changed, 7 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 add logic for view map field
gsb_feature_admission_event_ct.module | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 add validate function
gsb_feature_admission_event_ct.info | 2 +-
gsb_feature_admission_event_ct.module | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 add fields and logic for admission event ct
..._admission_event_ct.features.field_instance.inc | 54 ++++++++++++++++++++--
gsb_feature_admission_event_ct.info | 1 +
gsb_feature_admission_event_ct.module | 36 +++++++++++++++
3 files changed, 88 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 add fields to admission events ct
..._admission_event_ct.features.field_instance.inc | 106 +++++++++++++++++++++
1 file changed, 106 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5837: set condition on registration date.
gsb_feature_admission_event_ct.features.field_instance.inc | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5847 fix the speakers type change event field values
js/gsb_feature_admission_event_ct.js | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
Fixing a merge issue
gsb_feature_admission_event_ct.ds.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
Fixing merge conflicts
view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5577: configure registration timezone field.
gsb_feature_admission_event_ct.ds.inc | 33 +++++++++----
..._admission_event_ct.features.field_instance.inc | 56 ++++++++++------------
gsb_feature_admission_event_ct.strongarm.inc | 3 ++
3 files changed, 52 insertions(+), 40 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5782 Added time zone field: field_register_time_zone
..._admission_event_ct.features.field_instance.inc | 131 +++++++++++++++++++--
gsb_feature_admission_event_ct.field_group.inc | 3 +-
gsb_feature_admission_event_ct.info | 1 +
gsb_feature_admission_event_ct.strongarm.inc | 6 +-
4 files changed, 130 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5577 set the custom formatter for timezone
gsb_feature_admission_event_ct.ds.inc | 2 +-
gsb_feature_admission_event_ct.features.field_instance.inc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5750 remove old fields and add new calendar display field
..._admission_event_ct.features.field_instance.inc | 217 +++++++--------------
gsb_feature_admission_event_ct.info | 3 +-
js/gsb_feature_admission_event_ct.js | 1 +
3 files changed, 77 insertions(+), 144 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5750 remove schedule field from search
gsb_feature_admission_event_ct.features.field_instance.inc | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5750 make the display fields readonly
gsb_feature_admission_event_ct.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5750 add new fields for event display and session display
..._admission_event_ct.features.field_instance.inc | 142 +++++++++++++++++++++
gsb_feature_admission_event_ct.info | 2 +
2 files changed, 144 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5721: update locations format and date.
gsb_feature_admission_event_ct.ds.inc | 96 +++++++---
..._admission_event_ct.features.field_instance.inc | 196 +++++----------------
2 files changed, 121 insertions(+), 171 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5604: configure compact and expanded.
gsb_feature_admission_event_ct.ds.inc | 183 +++++++++++++--
..._admission_event_ct.features.field_instance.inc | 258 ++++++++++++---------
gsb_feature_admission_event_ct.info | 4 +
gsb_feature_admission_event_ct.strongarm.inc | 4 +-
4 files changed, 312 insertions(+), 137 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5680 make the event status field readonly
gsb_feature_admission_event_ct.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5680 add new event status field to ct
..._admission_event_ct.features.field_instance.inc | 51 ++++++++++++++++++++++
gsb_feature_admission_event_ct.info | 1 +
2 files changed, 52 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5607: configure settings for related and featured feature.
gsb_feature_admission_event_ct.ds.inc | 166 +++-
..._admission_event_ct.features.field_instance.inc | 863 +++++++++++++++++++++
gsb_feature_admission_event_ct.info | 4 +
gsb_feature_admission_event_ct.strongarm.inc | 4 +-
4 files changed, 1029 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5673 make the event id readonly
gsb_feature_admission_event_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5672: remove dek from listing.
gsb_feature_admission_event_ct.ds.inc | 15 ---------------
...ture_admission_event_ct.features.field_instance.inc | 18 ++----------------
2 files changed, 2 insertions(+), 31 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5574: add find local time links.
gsb_feature_admission_event_ct.ds.inc | 45 ++++++++++++++++------
..._admission_event_ct.features.field_instance.inc | 16 ++++----
gsb_feature_admission_event_ct.field_group.inc | 1 +
3 files changed, 42 insertions(+), 20 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
Changes in fields added to search
gsb_feature_admission_event_ct.features.field_instance.inc | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5534: export admission event main list configuration.
gsb_feature_admission_event_ct.ds.inc | 132 +++++++++++++
..._admission_event_ct.features.field_instance.inc | 210 ++++++++++++++++++---
gsb_feature_admission_event_ct.info | 2 +
gsb_feature_admission_event_ct.strongarm.inc | 3 +
4 files changed, 326 insertions(+), 21 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5623: add format-body class.
gsb_feature_admission_event_ct.ds.inc | 28 +++++++++++-----------
..._admission_event_ct.features.field_instance.inc | 7 ++----
2 files changed, 16 insertions(+), 19 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5555 hide the event id field
gsb_feature_admission_event_ct.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5555 add field for storing event id
..._admission_event_ct.features.field_instance.inc | 102 +++++++++++++++++++++
gsb_feature_admission_event_ct.info | 1 +
2 files changed, 103 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer, 1 year, 6 months ago
WP-5576 Moving panelizer features for gsb_feature_admission_event_ct
gsb_feature_admission_event_ct.info | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5576 Moving panelizer features for gsb_feature_admission_event_ct
gsb_feature_admission_event_ct.panelizer.inc | 359 +++++++++++++++++++++++++++
1 file changed, 359 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer, 1 year, 6 months ago
Moving this to gsb_feature_admission_event_display
gsb_feature_admission_event_ct.panelizer.inc | 175 ---------------------------
1 file changed, 175 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5576 Moving panelizer part of feature to gsb_feature_admission_event_display
gsb_feature_admission_event_ct.features.field_instance.inc | 2 +-
gsb_feature_admission_event_ct.info | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5623 Changing schedule to use new markdown_lite format profile
gsb_feature_admission_event_ct.features.field_instance.inc | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5619 update the node path pattern
gsb_feature_admission_event_ct.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5619 add the node path from program field
gsb_feature_admission_event_ct.info | 1 +
gsb_feature_admission_event_ct.strongarm.inc | 7 +++++++
2 files changed, 8 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5619 add program field to admission events
..._admission_event_ct.features.field_instance.inc | 97 ++++++++++++++++------
gsb_feature_admission_event_ct.info | 1 +
gsb_feature_admission_event_ct.strongarm.inc | 8 +-
3 files changed, 77 insertions(+), 29 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5581 remove the custom validation for plugin
gsb_feature_admission_event_ct.info | 1 +
gsb_feature_admission_event_ct.module | 69 ++++++++++-------------------------
2 files changed, 20 insertions(+), 50 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5597: update display settings.
gsb_feature_admission_event_ct.ds.inc | 44 ++++++++---------
..._admission_event_ct.features.field_instance.inc | 55 ++++++++++------------
2 files changed, 46 insertions(+), 53 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5598 fix speaker lookup and vertical tabs
gsb_feature_admission_event_ct.module | 7 +-
js/gsb_feature_admission_event_ct.js | 132 +++++++++++++++++++++++-----------
2 files changed, 95 insertions(+), 44 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5598 fix date fields
..._admission_event_ct.features.field_instance.inc | 9 ++++----
gsb_feature_admission_event_ct.field_group.inc | 25 ----------------------
gsb_feature_admission_event_ct.info | 6 +++++-
gsb_feature_admission_event_ct.module | 1 -
js/gsb_feature_admission_event_ct.js | 5 -----
5 files changed, 10 insertions(+), 36 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5598 fix incorrect values
gsb_feature_admission_event_ct.features.field_instance.inc | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5598 functional review fixes
..._admission_event_ct.features.field_instance.inc | 216 ++++++++++++++++++---
gsb_feature_admission_event_ct.info | 3 +
gsb_feature_admission_event_ct.strongarm.inc | 6 +-
3 files changed, 195 insertions(+), 30 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5568 remove additional topic field from ct
..._admission_event_ct.features.field_instance.inc | 44 ----------------------
gsb_feature_admission_event_ct.info | 1 -
2 files changed, 45 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5531: export the field group configuration.
gsb_feature_admission_event_ct.field_group.inc | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5531: updat admission event display.
gsb_feature_admission_event_ct.ds.inc | 154 +++++++++++++++++----
..._admission_event_ct.features.field_instance.inc | 117 ++++++++--------
gsb_feature_admission_event_ct.field_group.inc | 12 ++
gsb_feature_admission_event_ct.info | 1 +
4 files changed, 195 insertions(+), 89 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5531: export display suite settings.
gsb_feature_admission_event_ct.ds.inc | 165 +++++++++++++++++++++
..._admission_event_ct.features.field_instance.inc | 89 +++++------
gsb_feature_admission_event_ct.features.inc | 3 +
gsb_feature_admission_event_ct.info | 4 +
gsb_feature_admission_event_ct.strongarm.inc | 6 +
5 files changed, 211 insertions(+), 56 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5569 hide the link asterix
js/gsb_feature_admission_event_ct.js | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5565 make address field hide and validate correctly
gsb_feature_admission_event_ct.module | 80 ++++++++++++++++++++++++++++++-----
1 file changed, 69 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5561 hide vertical tabs using JQuery
js/gsb_feature_admission_event_ct.js | 44 ++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5570 remove NA option
gsb_feature_admission_event_ct.module | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5562 some more panelizer fixes
gsb_feature_admission_event_ct.panelizer.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5562 fix the panelizer settings
gsb_feature_admission_event_ct.panelizer.inc | 517 +--------------------------
1 file changed, 16 insertions(+), 501 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5562 make the node panelizer
gsb_feature_admission_event_ct.features.inc | 3 +
gsb_feature_admission_event_ct.info | 7 +
gsb_feature_admission_event_ct.panelizer.inc | 660 +++++++++++++++++++++++++++
gsb_feature_admission_event_ct.strongarm.inc | 41 ++
4 files changed, 711 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5559 few more states fixes
gsb_feature_admission_event_ct.module | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5559 fix the vertical tabs
..._admission_event_ct.features.field_instance.inc | 63 ----------------------
gsb_feature_admission_event_ct.field_group.inc | 32 ++++++-----
gsb_feature_admission_event_ct.info | 1 -
3 files changed, 15 insertions(+), 81 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5559 fix the field group for vertical tabs
gsb_feature_admission_event_ct.field_group.inc | 54 ++++++++++++++++++++++++++
gsb_feature_admission_event_ct.info | 4 +-
2 files changed, 57 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5561 add show and hide functionality
gsb_feature_admission_event_ct.module | 44 +++++++++++++++++++++++++++++------
1 file changed, 37 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5559 fix the vertical tabs
..._admission_event_ct.features.field_instance.inc | 47 ++++++++++++++++++++--
gsb_feature_admission_event_ct.field_group.inc | 29 ++++++-------
gsb_feature_admission_event_ct.info | 1 +
gsb_feature_admission_event_ct.strongarm.inc | 6 +--
4 files changed, 63 insertions(+), 20 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5558 make default for detail page radio
gsb_feature_admission_event_ct.features.field_instance.inc | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
Fixing up some feature export issues
..._admission_event_ct.features.field_instance.inc | 801 ++-------------------
gsb_feature_admission_event_ct.info | 11 +-
2 files changed, 64 insertions(+), 748 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 clear the time field in registration deadline
gsb_feature_admission_event_ct.module | 2 +-
js/gsb_feature_admission_event_ct.js | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 add new date field instance
..._admission_event_ct.features.field_instance.inc | 129 ++++++++++-----------
gsb_feature_admission_event_ct.field_group.inc | 24 ++--
gsb_feature_admission_event_ct.info | 2 +-
gsb_feature_admission_event_ct.module | 2 +
js/gsb_feature_admission_event_ct.js | 7 ++
5 files changed, 86 insertions(+), 78 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 add the validation for conditional mandatory fields
gsb_feature_admission_event_ct.module | 13 +++++++++++++
1 file changed, 13 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 fixed required fields
gsb_feature_admission_event_ct.features.field_instance.inc | 8 ++++----
gsb_feature_admission_event_ct.module | 9 ++++++---
2 files changed, 10 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 add logic for view map field
gsb_feature_admission_event_ct.module | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 change the link URL logic
gsb_feature_admission_event_ct.module | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 change registration deadline increment to 5mins
gsb_feature_admission_event_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 add validate function
gsb_feature_admission_event_ct.info | 2 +-
gsb_feature_admission_event_ct.module | 12 ++++++++++++
2 files changed, 13 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 add fields and logic for admission event ct
..._admission_event_ct.features.field_instance.inc | 870 +++++++++++++++++++--
gsb_feature_admission_event_ct.features.inc | 3 +
gsb_feature_admission_event_ct.field_group.inc | 266 +++++++
gsb_feature_admission_event_ct.info | 24 +-
gsb_feature_admission_event_ct.module | 47 +-
gsb_feature_admission_event_ct.strongarm.inc | 89 ++-
6 files changed, 1209 insertions(+), 90 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 add fields to admission events ct
..._admission_event_ct.features.field_instance.inc | 119 ++++++++++++++++++++-
gsb_feature_admission_event_ct.info | 1 +
gsb_feature_admission_event_ct.module | 24 +++++
gsb_feature_admission_event_ct.strongarm.inc | 6 +-
4 files changed, 143 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 add new admission event content type
..._admission_event_ct.features.field_instance.inc | 1145 ++++++++++++++++++++
gsb_feature_admission_event_ct.features.inc | 32 +
gsb_feature_admission_event_ct.info | 49 +
gsb_feature_admission_event_ct.module | 7 +
gsb_feature_admission_event_ct.strongarm.inc | 122 +++
5 files changed, 1355 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5799: change the location heading.
gsb_feature_admission_event_ct.ds.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5577: configure registration timezone field.
gsb_feature_admission_event_ct.ds.inc | 33 +++++++++----
..._admission_event_ct.features.field_instance.inc | 56 ++++++++++------------
gsb_feature_admission_event_ct.strongarm.inc | 3 ++
3 files changed, 52 insertions(+), 40 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5782 Added time zone field: field_register_time_zone
..._admission_event_ct.features.field_instance.inc | 131 +++++++++++++++++++--
gsb_feature_admission_event_ct.field_group.inc | 3 +-
gsb_feature_admission_event_ct.info | 1 +
gsb_feature_admission_event_ct.strongarm.inc | 6 +-
4 files changed, 130 insertions(+), 11 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5577 set the custom formatter for timezone
gsb_feature_admission_event_ct.ds.inc | 2 +-
gsb_feature_admission_event_ct.features.field_instance.inc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
Added back this line from the previous merge conflict change.
gsb_feature_admission_event_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
Fixing merge conflict
view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5750 make field readonly
gsb_feature_admission_event_ct.module | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5750 remove old fields and add new calendar display field
..._admission_event_ct.features.field_instance.inc | 217 +++++++--------------
gsb_feature_admission_event_ct.info | 4 +-
js/gsb_feature_admission_event_ct.js | 1 +
3 files changed, 78 insertions(+), 144 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5750 remove schedule field from search
gsb_feature_admission_event_ct.features.field_instance.inc | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5750 make the display fields readonly
gsb_feature_admission_event_ct.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5750 add new fields for event display and session display
..._admission_event_ct.features.field_instance.inc | 142 +++++++++++++++++++++
gsb_feature_admission_event_ct.info | 2 +
2 files changed, 144 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5721: update locations format and date.
gsb_feature_admission_event_ct.ds.inc | 96 +++++++---
..._admission_event_ct.features.field_instance.inc | 196 +++++----------------
2 files changed, 121 insertions(+), 171 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5604: configure compact and expanded.
gsb_feature_admission_event_ct.ds.inc | 183 +++++++++++++--
..._admission_event_ct.features.field_instance.inc | 258 ++++++++++++---------
gsb_feature_admission_event_ct.info | 4 +
gsb_feature_admission_event_ct.strongarm.inc | 4 +-
4 files changed, 312 insertions(+), 137 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5680 make the event status field readonly
gsb_feature_admission_event_ct.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5680 add new event status field to ct
..._admission_event_ct.features.field_instance.inc | 51 ++++++++++++++++++++++
gsb_feature_admission_event_ct.info | 1 +
2 files changed, 52 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5607: configure settings for related and featured feature.
gsb_feature_admission_event_ct.ds.inc | 166 +++-
..._admission_event_ct.features.field_instance.inc | 863 +++++++++++++++++++++
gsb_feature_admission_event_ct.info | 4 +
gsb_feature_admission_event_ct.strongarm.inc | 4 +-
4 files changed, 1029 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5673 make the event id readonly
gsb_feature_admission_event_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5673 make the event id readonly
gsb_feature_admission_event_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5607: configure settings for related and featured feature.
gsb_feature_admission_event_ct.ds.inc | 166 +++-
..._admission_event_ct.features.field_instance.inc | 863 +++++++++++++++++++++
gsb_feature_admission_event_ct.info | 4 +
gsb_feature_admission_event_ct.strongarm.inc | 4 +-
4 files changed, 1029 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5672: remove dek from listing.
gsb_feature_admission_event_ct.ds.inc | 15 ---------------
...ture_admission_event_ct.features.field_instance.inc | 18 ++----------------
2 files changed, 2 insertions(+), 31 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5574: add find local time links.
gsb_feature_admission_event_ct.ds.inc | 45 ++++++++++++++++------
..._admission_event_ct.features.field_instance.inc | 16 ++++----
gsb_feature_admission_event_ct.field_group.inc | 1 +
3 files changed, 42 insertions(+), 20 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5574: add find local time links.
gsb_feature_admission_event_ct.ds.inc | 45 ++++++++++++++++------
..._admission_event_ct.features.field_instance.inc | 16 ++++----
gsb_feature_admission_event_ct.field_group.inc | 1 +
3 files changed, 42 insertions(+), 20 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
Changes in fields added to search
gsb_feature_admission_event_ct.features.field_instance.inc | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5534: export admission event main list configuration.
gsb_feature_admission_event_ct.ds.inc | 132 +++++++++++++
..._admission_event_ct.features.field_instance.inc | 210 ++++++++++++++++++---
gsb_feature_admission_event_ct.info | 2 +
gsb_feature_admission_event_ct.strongarm.inc | 3 +
4 files changed, 326 insertions(+), 21 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5623: add format-body class.
gsb_feature_admission_event_ct.ds.inc | 28 +++++++++++-----------
..._admission_event_ct.features.field_instance.inc | 7 ++----
2 files changed, 16 insertions(+), 19 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5620 Adding new conditional panes to the sidebar
gsb_feature_admission_event_ct.panelizer.inc | 246 +++++++++++++++++++++++++++
1 file changed, 246 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5620 Adding new conditional panes to the sidebar
gsb_feature_admission_event_ct.panelizer.inc | 246 +++++++++++++++++++++++++++
1 file changed, 246 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5555 hide the event id field
gsb_feature_admission_event_ct.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5555 add field for storing event id
..._admission_event_ct.features.field_instance.inc | 102 +++++++++++++++++++++
gsb_feature_admission_event_ct.info | 1 +
2 files changed, 103 insertions(+)

view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
WP-5576 Moving panelizer features for gsb_feature_admission_event_ct
gsb_feature_admission_event_ct.info | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5576 Moving panelizer features for gsb_feature_admission_event_ct
view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5576 Moving panelizer features for gsb_feature_admission_event_ct
..._admission_event_ct.features.field_instance.inc | 2 +-
gsb_feature_admission_event_ct.panelizer.inc | 83 +++-------------------
2 files changed, 11 insertions(+), 74 deletions(-)

view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
Moving this to gsb_feature_admission_event_display
gsb_feature_admission_event_ct.panelizer.inc | 175 ---------------------------
1 file changed, 175 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5576 Moving panelizer part of feature to gsb_feature_admission_event_display
gsb_feature_admission_event_ct.features.field_instance.inc | 2 +-
gsb_feature_admission_event_ct.info | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5623 Changing schedule to use new markdown_lite format profile
gsb_feature_admission_event_ct.features.field_instance.inc | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5619 update the node path pattern
gsb_feature_admission_event_ct.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5619 add the node path from program field
gsb_feature_admission_event_ct.info | 1 +
gsb_feature_admission_event_ct.strongarm.inc | 7 +++++++
2 files changed, 8 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5619 add program field to admission events
..._admission_event_ct.features.field_instance.inc | 97 ++++++++++++++++------
gsb_feature_admission_event_ct.info | 1 +
gsb_feature_admission_event_ct.strongarm.inc | 8 +-
3 files changed, 77 insertions(+), 29 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5555 hide the event id field
gsb_feature_admission_event_ct.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5581 remove the custom validation for plugin
gsb_feature_admission_event_ct.info | 1 +
gsb_feature_admission_event_ct.module | 69 ++++++++++-------------------------
2 files changed, 20 insertions(+), 50 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5597: update display settings.
gsb_feature_admission_event_ct.ds.inc | 44 ++++++++---------
..._admission_event_ct.features.field_instance.inc | 55 ++++++++++------------
2 files changed, 46 insertions(+), 53 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5597: update display settings.
gsb_feature_admission_event_ct.ds.inc | 44 ++++++++---------
..._admission_event_ct.features.field_instance.inc | 55 ++++++++++------------
2 files changed, 46 insertions(+), 53 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5555 add field for storing event id
..._admission_event_ct.features.field_instance.inc | 102 +++++++++++++++++++++
gsb_feature_admission_event_ct.info | 1 +
2 files changed, 103 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5598 fix speaker lookup and vertical tabs
gsb_feature_admission_event_ct.module | 7 +-
js/gsb_feature_admission_event_ct.js | 132 +++++++++++++++++++++++-----------
2 files changed, 95 insertions(+), 44 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5598 fix date fields
..._admission_event_ct.features.field_instance.inc | 9 ++++----
gsb_feature_admission_event_ct.field_group.inc | 25 ----------------------
gsb_feature_admission_event_ct.info | 6 +++++-
gsb_feature_admission_event_ct.module | 1 -
js/gsb_feature_admission_event_ct.js | 5 -----
5 files changed, 10 insertions(+), 36 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5598 fix incorrect values
gsb_feature_admission_event_ct.features.field_instance.inc | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5598 functional review fixes
..._admission_event_ct.features.field_instance.inc | 216 ++++++++++++++++++---
gsb_feature_admission_event_ct.info | 3 +
gsb_feature_admission_event_ct.strongarm.inc | 6 +-
3 files changed, 195 insertions(+), 30 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5568 remove additional topic field from ct
..._admission_event_ct.features.field_instance.inc | 44 ----------------------
gsb_feature_admission_event_ct.info | 1 -
2 files changed, 45 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5531: export the field group configuration.
gsb_feature_admission_event_ct.field_group.inc | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5531: updat admission event display.
gsb_feature_admission_event_ct.ds.inc | 154 +++++++++++++++++----
..._admission_event_ct.features.field_instance.inc | 117 ++++++++--------
gsb_feature_admission_event_ct.field_group.inc | 12 ++
gsb_feature_admission_event_ct.info | 1 +
4 files changed, 195 insertions(+), 89 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5531: export display suite settings.
gsb_feature_admission_event_ct.ds.inc | 165 +++++++++++++++++++++
..._admission_event_ct.features.field_instance.inc | 89 +++++------
gsb_feature_admission_event_ct.features.inc | 3 +
gsb_feature_admission_event_ct.info | 4 +
gsb_feature_admission_event_ct.strongarm.inc | 6 +
5 files changed, 211 insertions(+), 56 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5531: export the field group configuration.
gsb_feature_admission_event_ct.field_group.inc | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5568 remove additional topic field from ct
..._admission_event_ct.features.field_instance.inc | 47 ----------------------
gsb_feature_admission_event_ct.info | 1 -
2 files changed, 48 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5569 hide the link asterix
js/gsb_feature_admission_event_ct.js | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5565 make address field hide and validate correctly
gsb_feature_admission_event_ct.module | 80 ++++++++++++++++++++++++++++++-----
1 file changed, 69 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
Merge branch 'WP-5561-1' of github.com:gsb-public/gsb_feature_admission_event_ct into WP-5561-1
view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5561 hide vertical tabs using JQuery
js/gsb_feature_admission_event_ct.js | 44 ++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5565 make address field hide and validate correctly
gsb_feature_admission_event_ct.module | 80 ++++++++++++++++++++++++++++++-----
1 file changed, 69 insertions(+), 11 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5561 hide vertical tabs using JQuery
js/gsb_feature_admission_event_ct.js | 44 ++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5570 remove NA option
gsb_feature_admission_event_ct.module | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5531: updat admission event display.
gsb_feature_admission_event_ct.ds.inc | 154 +++++++++++++++++----
..._admission_event_ct.features.field_instance.inc | 133 ++++++++----------
gsb_feature_admission_event_ct.field_group.inc | 12 ++
gsb_feature_admission_event_ct.info | 1 +
4 files changed, 198 insertions(+), 102 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5562 some more panelizer fixes
gsb_feature_admission_event_ct.panelizer.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5562 fix the panelizer settings
gsb_feature_admission_event_ct.panelizer.inc | 517 +--------------------------
1 file changed, 16 insertions(+), 501 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5562 make the node panelizer
gsb_feature_admission_event_ct.features.inc | 3 +
gsb_feature_admission_event_ct.info | 7 +
gsb_feature_admission_event_ct.panelizer.inc | 660 +++++++++++++++++++++++++++
gsb_feature_admission_event_ct.strongarm.inc | 41 ++
4 files changed, 711 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5559 few more states fixes
gsb_feature_admission_event_ct.module | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5559 fix the vertical tabs
..._admission_event_ct.features.field_instance.inc | 63 ----------------------
gsb_feature_admission_event_ct.field_group.inc | 32 ++++++-----
gsb_feature_admission_event_ct.info | 1 -
3 files changed, 15 insertions(+), 81 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5559 fix the field group for vertical tabs
gsb_feature_admission_event_ct.field_group.inc | 54 ++++++++++++++++++++++++++
gsb_feature_admission_event_ct.info | 4 +-
2 files changed, 57 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5561 add show and hide functionality
gsb_feature_admission_event_ct.module | 44 +++++++++++++++++++++++++++++------
1 file changed, 37 insertions(+), 7 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5562 make the node panelizer
gsb_feature_admission_event_ct.features.inc | 3 +
gsb_feature_admission_event_ct.info | 7 +
gsb_feature_admission_event_ct.panelizer.inc | 660 +++++++++++++++++++++++++++
gsb_feature_admission_event_ct.strongarm.inc | 41 ++
4 files changed, 711 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5559 few more states fixes
gsb_feature_admission_event_ct.module | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
Merge remote-tracking branch 'origin/WP-5561' into WP-5559-1
view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5559 fix the vertical tabs
..._admission_event_ct.features.field_instance.inc | 63 ----------------------
gsb_feature_admission_event_ct.field_group.inc | 32 ++++++-----
gsb_feature_admission_event_ct.info | 1 -
3 files changed, 15 insertions(+), 81 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5559 fix the field group for vertical tabs
gsb_feature_admission_event_ct.field_group.inc | 54 ++++++++++++++++++++++++++
gsb_feature_admission_event_ct.info | 4 +-
2 files changed, 57 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5531: export display suite settings.
gsb_feature_admission_event_ct.ds.inc | 165 +++++++++++++++++++++
..._admission_event_ct.features.field_instance.inc | 91 +++++-------
gsb_feature_admission_event_ct.features.inc | 3 +
gsb_feature_admission_event_ct.info | 4 +
gsb_feature_admission_event_ct.strongarm.inc | 6 +
5 files changed, 212 insertions(+), 57 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5559 fix the vertical tabs
..._admission_event_ct.features.field_instance.inc | 47 ++++++++++++++++++++--
gsb_feature_admission_event_ct.field_group.inc | 29 ++++++-------
gsb_feature_admission_event_ct.info | 1 +
gsb_feature_admission_event_ct.strongarm.inc | 6 +--
4 files changed, 63 insertions(+), 20 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5561 add show and hide functionality
gsb_feature_admission_event_ct.module | 44 +++++++++++++++++++++++++++++------
1 file changed, 37 insertions(+), 7 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5559 fix the vertical tabs
..._admission_event_ct.features.field_instance.inc | 47 ++++++++++++++++++++--
gsb_feature_admission_event_ct.field_group.inc | 29 ++++++-------
gsb_feature_admission_event_ct.info | 1 +
gsb_feature_admission_event_ct.strongarm.inc | 6 +--
4 files changed, 63 insertions(+), 20 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5558 make default for detail page radio
gsb_feature_admission_event_ct.features.field_instance.inc | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
Fixing up some feature export issues
..._admission_event_ct.features.field_instance.inc | 801 ++-------------------
gsb_feature_admission_event_ct.info | 11 +-
2 files changed, 64 insertions(+), 748 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 clear the time field in registration deadline
gsb_feature_admission_event_ct.module | 2 +-
js/gsb_feature_admission_event_ct.js | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 add new date field instance
..._admission_event_ct.features.field_instance.inc | 129 ++++++++++-----------
gsb_feature_admission_event_ct.field_group.inc | 24 ++--
gsb_feature_admission_event_ct.info | 2 +-
gsb_feature_admission_event_ct.module | 2 +
js/gsb_feature_admission_event_ct.js | 7 ++
5 files changed, 86 insertions(+), 78 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 add the validation for conditional mandatory fields
gsb_feature_admission_event_ct.module | 13 +++++++++++++
1 file changed, 13 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 fixed required fields
gsb_feature_admission_event_ct.features.field_instance.inc | 8 ++++----
gsb_feature_admission_event_ct.module | 9 ++++++---
2 files changed, 10 insertions(+), 7 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 add logic for view map field
gsb_feature_admission_event_ct.module | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 change the link URL logic
gsb_feature_admission_event_ct.module | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 change registration deadline increment to 5mins
gsb_feature_admission_event_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 add validate function
gsb_feature_admission_event_ct.info | 2 +-
gsb_feature_admission_event_ct.module | 12 ++++++++++++
2 files changed, 13 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 add fields and logic for admission event ct
..._admission_event_ct.features.field_instance.inc | 870 +++++++++++++++++++--
gsb_feature_admission_event_ct.features.inc | 3 +
gsb_feature_admission_event_ct.field_group.inc | 266 +++++++
gsb_feature_admission_event_ct.info | 24 +-
gsb_feature_admission_event_ct.module | 47 +-
gsb_feature_admission_event_ct.strongarm.inc | 89 ++-
6 files changed, 1209 insertions(+), 90 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 add fields to admission events ct
..._admission_event_ct.features.field_instance.inc | 119 ++++++++++++++++++++-
gsb_feature_admission_event_ct.info | 1 +
gsb_feature_admission_event_ct.module | 24 +++++
gsb_feature_admission_event_ct.strongarm.inc | 6 +-
4 files changed, 143 insertions(+), 7 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 add new admission event content type
..._admission_event_ct.features.field_instance.inc | 1145 ++++++++++++++++++++
gsb_feature_admission_event_ct.features.inc | 32 +
gsb_feature_admission_event_ct.info | 49 +
gsb_feature_admission_event_ct.module | 7 +
gsb_feature_admission_event_ct.strongarm.inc | 122 +++
5 files changed, 1355 insertions(+)

view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_feature_program_display
===========================================
view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago
WP-7598 Added check of both instance_date and instance_text to query
plugins/content_types/program_display.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago
WP-7403 Removing application open condition
plugins/content_types/program_display.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
Added condition to check for 'application open'
plugins/content_types/program_display.inc | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7227 Removes the field_image_single_public for all items that are faculty references
gsb_feature_program_display.module | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6826 Added new function to change title of pane if it is a view mode based program or program instance pane
plugins/content_types/program_display.inc | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6773 Added new function gsb_feature_program_display_ds_pre_render_alter() to avoid rendering empty sections in field_program_faculty view
gsb_feature_program_display.module | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6773 Modified the query used to find the upcoming program instance to consider the field_instance_date_value value
plugins/content_types/program_display.inc | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6773 Added new function _gsb_feature_program_get_cached_node() to check the node's timestamp to determine if stale.
plugins/content_types/program_display.inc | 34 ++++++++++++++++++-------------
1 file changed, 20 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6749 Name changes for the program content pane
plugins/content_types/program_display.inc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
Removing dpm calls
plugins/content_types/program_display.inc | 5 -----
1 file changed, 5 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
Update program_display.inc
plugins/content_types/program_display.inc | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6687 Added check of revision timestamp. If they don't match we need to update the cache.
plugins/content_types/program_display.inc | 12 ++++++++++++
1 file changed, 12 insertions(+)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Changed pane to use "Custom Content & Features" category
plugins/content_types/program_display.inc | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6504: update program display.
plugins/content_types/program_display.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago
WP-6337 Some small changes - mostly in how we name and use view_mode names.
plugins/content_types/program_display.inc | 47 ++++++++++++++++++-------------
1 file changed, 27 insertions(+), 20 deletions(-)

view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago
WP-6337 Added a comment for the edit form function
plugins/content_types/program_display.inc | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago
WP-6337 Initial commit
gsb_feature_program_display.module | 15 +++++++++++++++
1 file changed, 15 insertions(+)

view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago
WP-6337 Initial commit
gsb_feature_program_display.info | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago
WP-6337 Initial commit
plugins/content_types/program_display.inc | 152 ++++++++++++++++++++++++++++++
1 file changed, 152 insertions(+)

view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_feature_program_app_finder
===========================================
view commit - committer: Ayuta Padhi, 7 weeks ago author: Ayuta Padhi, 7 weeks ago
WP-7706 fix for empty href
gsb_feature_program_app_finder.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago
WP-7523 Bug fix for not displaying closed instances in app finder
plugins/content_types/app_finder.inc | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Ayuta Padhi, 6 months ago
WP-7477 hid radio buttons and added header text
js/gsb_feature_program_app_finder.js | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago
WP-7477 hid radio buttons and added header text
js/gsb_feature_program_app_finder.js | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago
WP-7437 Added code to store/retrieve the program and program instance if the user returns via the browser back button
js/gsb_feature_program_app_finder.js | 11 +++++++++++
1 file changed, 11 insertions(+)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago
WP-7437 Added call to Drupal.gsb_feature_program_app_finder.programSelected when attaching
js/gsb_feature_program_app_finder.js | 4 ++++
program_instance_list.theme.inc | 11 ++++++++---
2 files changed, 12 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
Fixing a merge issue
js/gsb_feature_program_app_finder.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7083 Adding code to create a block for the Program App Finder
gsb_feature_program_app_finder.module | 36 +++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7083 Adding code to create a block for the Program App Finder
gsb_feature_program_app_finder.module | 37 ++++++++++++++++++++++++++++++++++-
1 file changed, 36 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7052 Set the customSelect text on a program select
js/gsb_feature_program_app_finder.js | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7052 Added a placeholder for the date selector
js/gsb_feature_program_app_finder.js | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7052 Added a placeholder for the program selector
js/gsb_feature_program_app_finder.js | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7052 Changing the instance date select to be a single line
gsb_feature_program_app_finder.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-6994: change links to spans from divs.
gsb_feature_program_app_finder.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-6994: adjust the feature css.
css/gsb_feature_program_app_finder.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer (GBear), 9 months ago
WP-6993 Added instructions text show/hide
gsb_feature_program_app_finder.module | 5 +++++
js/gsb_feature_program_app_finder.js | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer (GBear), 9 months ago
WP-6993 Added handling of date (program instance) selection
gsb_feature_program_app_finder.module | 15 ++++-
js/gsb_feature_program_app_finder.js | 114 ++++++++++++++++++++++++++--------
plugins/content_types/app_finder.inc | 3 +-
program_instance_list.theme.inc | 6 +-
4 files changed, 108 insertions(+), 30 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer (GBear), 9 months ago
WP-6993 Added handling of apower-based application url
program_instance_list.theme.inc | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer (GBear), 9 months ago
WP-6993 Fixing a cut/paste typo in previous commit
js/gsb_feature_program_app_finder.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer (GBear), 9 months ago
WP-6993 Adding support for Apply Online and Sample Application buttons
gsb_feature_program_app_finder.module | 10 ++++++++++
js/gsb_feature_program_app_finder.js | 18 ++++++++++++++++++
program_instance_list.theme.inc | 13 +++++++++++++
3 files changed, 41 insertions(+)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer (GBear), 9 months ago
WP-6993 Fix to only show Programs that have an Instance
plugins/content_types/app_finder.inc | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer (GBear), 9 months ago
WP-6993-1 Continued with rough draft
css/gsb_feature_program_app_finder.css | 3 ++
gsb_feature_program_app_finder.module | 69 ++++++++++++++++++++++++++++++++++
js/gsb_feature_program_app_finder.js | 59 +++++++++++++++++++++++++++++
plugins/content_types/app_finder.inc | 30 +++++++++++++--
program_instance_list.theme.inc | 6 +++
5 files changed, 164 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer (GBear), 9 months ago
WP-6993 Rough draft. Pushing for backup
gsb_feature_program_app_finder.info | 6 ++
gsb_feature_program_app_finder.module | 32 +++++++
plugins/content_types/app_finder.inc | 102 +++++++++++++++++++++
program_instance_list.theme.inc | 48 ++++++++++
program_list.theme.inc | 17 ++++
...rogram-app-finder-program-instance-list.tpl.php | 5 +
...feature-program-app-finder-program-list.tpl.php | 5 +
7 files changed, 215 insertions(+)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_feature_text_fpp
===========================================
view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6136: add back field group class.
gsb_feature_text_fpp.features.field_instance.inc | 37 ++----------------------
gsb_feature_text_fpp.field_group.inc | 3 +-
gsb_feature_text_fpp.strongarm.inc | 12 ++++++++
3 files changed, 16 insertions(+), 36 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Remove panopoly items.
gsb_feature_text_fpp.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
WP-3844: Add support for better formats.
gsb_feature_text_fpp.features.field_instance.inc | 38 ++++++++++++++++++++++++
gsb_feature_text_fpp.info | 4 +--
2 files changed, 40 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2348: add style wrapper.
gsb_feature_text_fpp.ds.inc | 8 +++++--
gsb_feature_text_fpp.features.inc | 3 +++
gsb_feature_text_fpp.field_group.inc | 46 ++++++++++++++++++++++++++++++++++++
gsb_feature_text_fpp.info | 3 +++
gsb_feature_text_fpp.strongarm.inc | 8 ++++++-
5 files changed, 65 insertions(+), 3 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_text_fpp.features.field_instance.inc | 30 ++++++++++++++++++++++++
gsb_feature_text_fpp.features.inc | 4 +---
gsb_feature_text_fpp.info | 3 +--
3 files changed, 32 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
Changed the field order so that the reusable section is at the bottom of the form
gsb_feature_text_fpp.features.field_instance.inc | 6 +++---
gsb_feature_text_fpp.info | 2 +-
gsb_feature_text_fpp.strongarm.inc | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: 32i, 3 years, 7 months ago author: 32i, 3 years, 7 months ago
wp-1388 make style field required for text fpp;
gsb_feature_text_fpp.features.field_instance.inc | 2 +-
gsb_feature_text_fpp.info | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Slava Merezhko, 3 years, 7 months ago author: Slava Merezhko, 3 years, 7 months ago WP-1388 add style dropdown for links FPP
Merge pull request #1 from 32i/master
view commit - committer: 32i, 3 years, 8 months ago author: 32i, 3 years, 8 months ago
wp-1388 add style select for text fpp
gsb_feature_text_fpp.features.field_instance.inc | 48 ++++++++++++++++++++++++
gsb_feature_text_fpp.info | 4 ++
gsb_feature_text_fpp.module | 10 +++++
3 files changed, 62 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Switch defaultconfig to strongarm.
gsb_feature_text_fpp.features.defaultconfig.inc | 62 -------------------------
gsb_feature_text_fpp.info | 3 +-
2 files changed, 1 insertion(+), 64 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Keep features happy by having a clean export.
gsb_feature_text_fpp.features.defaultconfig.inc | 6 ------
1 file changed, 6 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Ensure the text FPP title does show.
gsb_feature_text_fpp.features.field_instance.inc | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Display the title on Text FPP.
gsb_feature_text_fpp.ds.inc | 17 ++---------------
gsb_feature_text_fpp.features.defaultconfig.inc | 6 ++++++
gsb_feature_text_fpp.features.field_instance.inc | 11 ++++-------
3 files changed, 12 insertions(+), 22 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
WP-930: Re-add title field as optional.
gsb_feature_text_fpp.features.field_instance.inc | 51 ++++++++++++++++++++++++
gsb_feature_text_fpp.info | 1 +
2 files changed, 52 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
WP-849: Remove unwanted title field.
gsb_feature_text_fpp.features.field_instance.inc | 51 ------------------------
gsb_feature_text_fpp.info | 1 -
2 files changed, 52 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move base fields into gsb_feature_base_fields.
gsb_feature_text_fpp.info | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Update features for base/instance split.
gsb_feature_text_fpp.features.field.inc | 177 -----------------------
gsb_feature_text_fpp.features.field_instance.inc | 121 ++++++++++++++++
gsb_feature_text_fpp.info | 6 +-
3 files changed, 125 insertions(+), 179 deletions(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Changed tile to title for the label. An typo from the bulk of changes 10 days back.
gsb_feature_text_fpp.features.field.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Update the display for the text fpp.
gsb_feature_text_fpp.ds.inc | 87 +++++++++++++++++++++++++++++++++++++++
gsb_feature_text_fpp.features.inc | 4 ++
gsb_feature_text_fpp.info | 8 +++-
3 files changed, 97 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Rename field_tile to field_title.
gsb_feature_text_fpp.features.field.inc | 8 ++++----
gsb_feature_text_fpp.info | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
added fields for the fpp
gsb_feature_text_fpp.features.defaultconfig.inc | 62 +++++++++
gsb_feature_text_fpp.features.field.inc | 177 ++++++++++++++++++++++++
gsb_feature_text_fpp.features.inc | 15 ++
gsb_feature_text_fpp.info | 14 +-
gsb_feature_text_fpp.module | 5 +-
gsb_feature_text_fpp.strongarm.inc | 51 +++++++
6 files changed, 320 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Changed the pane category and the label.
gsb_feature_text_fpp.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
initial commit for new fpp
gsb_feature_text_fpp.info | 7 +++++++
gsb_feature_text_fpp.module | 25 +++++++++++++++++++++++++
2 files changed, 32 insertions(+)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Initial commit
README.md | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_feature_google_tag_manager
===========================================
view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago
WP-7423 Added empty test to fix warning
gsb_feature_google_tag_manager.module | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7151 Added new token for gtm-centers-research-programs. Fixed issue with author refs
gsb_feature_google_tag_manager.module | 27 ++++++++++++++++++++++++---
1 file changed, 24 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7151 Removed some fredness :)
gsb_feature_google_tag_manager.module | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7151 Added new dimensions5-20 and tokens gtm-author-name gtm-circle-topics
...feature_google_tag_manager.features.metatag.inc | 48 +++++++
gsb_feature_google_tag_manager.info | 7 +-
gsb_feature_google_tag_manager.module | 160 ++++++++++++++++++++-
3 files changed, 213 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 8 months ago author: Adam Moore, 8 months ago
WP-7103: Remove old ways of adding dimensions.
gsb_feature_google_tag_manager.module | 52 -----------------------------------
1 file changed, 52 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago
WP-6150 check for existing node
gsb_feature_google_tag_manager.module | 29 +++++++++++++++--------------
1 file changed, 15 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago
Added test if types is empty for gsb_resources
gsb_feature_google_tag_manager.module | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5669 Small changes to the metatag naming/attr
gsb_feature_google_tag_manager.features.metatag.inc | 8 ++++----
gsb_feature_google_tag_manager.module | 13 +++++--------
2 files changed, 9 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5669 Moving this code from gsb_public_custom_metatags
...feature_google_tag_manager.features.metatag.inc | 39 ++++++
gsb_feature_google_tag_manager.info | 3 +
gsb_feature_google_tag_manager.module | 132 +++++++++++++++++++++
3 files changed, 174 insertions(+)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5269 Changed how the datalayer is setup for Google Tag Manager.
gsb_feature_google_tag_manager.module | 55 +++++++++++++++++++++++++----------
1 file changed, 39 insertions(+), 16 deletions(-)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5269 Setting dimensions into the dataLayer used by Google Tag Manager
js/gsb_feature_google_tag_manager.js | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5269 Added the code to save dimension settings for google tag manager.
gsb_feature_google_tag_manager.module | 30 +++++++++++++++++++++++++++++-
1 file changed, 29 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5126 Added hook install
gsb_feature_google_tag_manager.install | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-5126 Added install file
gsb_feature_google_tag_manager.install | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-5126 Initial commit
gsb_feature_google_tag_manager.info | 6 ++++++
gsb_feature_google_tag_manager.make | 8 ++++++++
gsb_feature_google_tag_manager.module | 5 +++++
3 files changed, 19 insertions(+)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_feature_academic_calendar_ct
===========================================
view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago
WP-7576 modified mainlist view mode for date range
gsb_feature_academic_calendar_ct.ds.inc | 5 ++-
...cademic_calendar_ct.features.field_instance.inc | 50 +++++++++++++---------
gsb_feature_academic_calendar_ct.info | 4 +-
gsb_feature_academic_calendar_ct.strongarm.inc | 10 +++--
4 files changed, 43 insertions(+), 26 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7228 Change code to take current year and then -2/+2
gsb_feature_academic_calendar_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 3 months ago author: Ayuta Padhi, 1 year, 3 months ago
WP-5993 Added default 'open to' value to existing AC events
gsb_feature_academic_calendar_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 3 months ago author: Ayuta Padhi, 1 year, 3 months ago
WP-5993 added 'open to' and 'location type' and 'search field'
...cademic_calendar_ct.features.field_instance.inc | 190 +++++++++++++++++++++
gsb_feature_academic_calendar_ct.info | 7 +-
gsb_feature_academic_calendar_ct.module | 65 ++++++-
gsb_feature_academic_calendar_ct.strongarm.inc | 3 +
4 files changed, 258 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5830: add heading wrapper.
gsb_feature_academic_calendar_ct.ds.inc | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5830: update the academic calendar event to not link.
gsb_feature_academic_calendar_ct.ds.inc | 13 +++----------
...e_academic_calendar_ct.features.field_instance.inc | 19 +++++++++++--------
2 files changed, 14 insertions(+), 18 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5806 Removed event_category field from Academic calendar content type
...cademic_calendar_ct.features.field_instance.inc | 65 ----------------------
gsb_feature_academic_calendar_ct.info | 3 +-
gsb_feature_academic_calendar_ct.module | 12 ----
3 files changed, 1 insertion(+), 79 deletions(-)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5637 Changed code to lookup the term id.
gsb_feature_academic_calendar_ct.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5637 Changing token for the auto label pattern
gsb_feature_academic_calendar_ct.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5444: export main list configuration.
gsb_feature_academic_calendar_ct.ds.inc | 81 ++++++++++++++++++
...cademic_calendar_ct.features.field_instance.inc | 95 ++++++++++------------
gsb_feature_academic_calendar_ct.features.inc | 3 +
gsb_feature_academic_calendar_ct.info | 4 +
gsb_feature_academic_calendar_ct.strongarm.inc | 90 +++++++++++++++++++-
5 files changed, 220 insertions(+), 53 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Ayuta Padhi, 1 year, 7 months ago
WP-5440 Move allowed value function for academic calendar year
gsb_feature_academic_calendar_ct.module | 46 ++++++++++++++++++++++++++++++++-
1 file changed, 45 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 7 months ago author: Ayuta Padhi, 1 year, 7 months ago
WP-5440 Move allowed value function for academic calendar year
gsb_feature_academic_calendar_ct.module | 47 ++++++++++++++++++++++++++++++++-
1 file changed, 46 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5410 update the auto label
gsb_feature_academic_calendar_ct.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5461 make title required field
gsb_feature_academic_calendar_ct.features.field_instance.inc | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5432 make checkbox checked by default
gsb_feature_academic_calendar_ct.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5410 remove program field from academic calendar ct
...cademic_calendar_ct.features.field_instance.inc | 86 +++++-----------------
gsb_feature_academic_calendar_ct.features.inc | 1 +
gsb_feature_academic_calendar_ct.info | 3 +-
3 files changed, 20 insertions(+), 70 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5432 make checkbox checked by default
gsb_feature_academic_calendar_ct.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5410 remove program field from academic calendar ct
...cademic_calendar_ct.features.field_instance.inc | 86 +++++-----------------
gsb_feature_academic_calendar_ct.features.inc | 1 +
gsb_feature_academic_calendar_ct.info | 3 +-
3 files changed, 20 insertions(+), 70 deletions(-)

view commit - committer: Adam Moore, 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5388 Added default settings for checkall-check-all and checkall-uncheck-all
gsb_feature_academic_calendar_ct.features.field_instance.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5388 Added field instance for field_academic_calendar_display and taxonomy for academic_calendar_display
...ature_academic_calendar_ct.features.taxonomy.inc | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)

view commit - committer: Adam Moore, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5388 Removing base field reference
gsb_feature_academic_calendar_ct.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5388 Added field instance for field_academic_calendar_display and taxonomy for academic_calendar_display
...cademic_calendar_ct.features.field_instance.inc | 66 +++++++++++++++++++++-
gsb_feature_academic_calendar_ct.info | 3 +
2 files changed, 68 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5388 Added default settings for checkall-check-all and checkall-uncheck-all
view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5388 Added default settings for checkall-check-all and checkall-uncheck-all
gsb_feature_academic_calendar_ct.features.field_instance.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5388 Added field instance for field_academic_calendar_display and taxonomy for academic_calendar_display
...ature_academic_calendar_ct.features.taxonomy.inc | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5388 Removing base field reference
gsb_feature_academic_calendar_ct.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5388 Added field instance for field_academic_calendar_display and taxonomy for academic_calendar_display
...cademic_calendar_ct.features.field_instance.inc | 66 +++++++++++++++++++++-
gsb_feature_academic_calendar_ct.info | 3 +
2 files changed, 68 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
Merge branch 'WP-5388' of github.com:gsb-public/gsb_feature_academic_calendar_ct into WP-5388
view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5388 Added field instance for field_academic_calendar_display and taxonomy for academic_calendar_display
...ature_academic_calendar_ct.features.taxonomy.inc | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5388 Removing base field reference
gsb_feature_academic_calendar_ct.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5388 Added field instance for field_academic_calendar_display and taxonomy for academic_calendar_display
...cademic_calendar_ct.features.field_instance.inc | 66 +++++++++++++++++++++-
gsb_feature_academic_calendar_ct.info | 3 +
2 files changed, 68 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-5163 Setting default to draft
...ture_academic_calendar_ct.features.field_instance.inc | 16 ++++++++++++++++
gsb_feature_academic_calendar_ct.features.inc | 1 +
gsb_feature_academic_calendar_ct.info | 3 ++-
gsb_feature_academic_calendar_ct.strongarm.inc | 7 +++++++
4 files changed, 26 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5068 Changed time increment to 5 minutes.
gsb_feature_academic_calendar_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3217: Add submit field.
...cademic_calendar_ct.features.field_instance.inc | 51 +++++++++++++++++++---
gsb_feature_academic_calendar_ct.info | 6 ++-
gsb_feature_academic_calendar_ct.strongarm.inc | 6 +--
3 files changed, 53 insertions(+), 10 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2247 Added help text for the academic year field
gsb_feature_academic_calendar_ct.features.field_instance.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2247 Added help text for the academic year field
gsb_feature_academic_calendar_ct.features.field_instance.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 3 years, 2 months ago author: Roopesh Naik, 3 years, 2 months ago
WP-2246 academic calendar AY to set current AY
gsb_feature_academic_calendar_ct.module | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Add option to open in new tab to link.
gsb_feature_academic_calendar_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
...cademic_calendar_ct.features.field_instance.inc | 60 ++++++++++++++++++++++
gsb_feature_academic_calendar_ct.features.inc | 3 +-
gsb_feature_academic_calendar_ct.info | 5 +-
3 files changed, 63 insertions(+), 5 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2148: Add workbench section setting.
gsb_feature_academic_calendar_ct.info | 1 +
gsb_feature_academic_calendar_ct.strongarm.inc | 7 +++++++
2 files changed, 8 insertions(+)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WP-1962 Changed token for auto node label
gsb_feature_academic_calendar_ct.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 5 months ago author: Alexei Gorobets, 3 years, 5 months ago
WP-1938: Add Event listing view mode. Fix Auto label pattern.
gsb_feature_academic_calendar_ct.ds.inc | 71 ++++++++++++++++++++++
...cademic_calendar_ct.features.field_instance.inc | 59 ++++++------------
gsb_feature_academic_calendar_ct.features.inc | 4 ++
gsb_feature_academic_calendar_ct.info | 12 +++-
gsb_feature_academic_calendar_ct.strongarm.inc | 2 +-
5 files changed, 106 insertions(+), 42 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 5 months ago author: Alexei Gorobets, 3 years, 5 months ago
WP-1938: Add event listing view_mode and search field for Academic Calendar events.
...cademic_calendar_ct.features.field_instance.inc | 129 ++++++++++++++++++++-
gsb_feature_academic_calendar_ct.info | 3 +-
gsb_feature_academic_calendar_ct.strongarm.inc | 48 +++++++-
3 files changed, 177 insertions(+), 3 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 5 months ago author: Alexei Gorobets, 3 years, 5 months ago
WP-1937: Switch Program field widget to checkboxes.
gsb_feature_academic_calendar_ct.features.field_instance.inc | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 5 months ago author: Greg Mercer (GBear), 3 years, 5 months ago
WPBQA-242 Changed program field to have hierarchy select. Moved section field to top.
...cademic_calendar_ct.features.field_instance.inc | 22 ++++++++++++++--------
gsb_feature_academic_calendar_ct.info | 8 ++++++--
gsb_feature_academic_calendar_ct.strongarm.inc | 8 ++++----
3 files changed, 24 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WP-1794 Added new program_unlimited field
gsb_feature_academic_calendar_ct.features.field_instance.inc | 12 ++++++------
gsb_feature_academic_calendar_ct.info | 6 +++++-
gsb_feature_academic_calendar_ct.strongarm.inc | 6 +++---
3 files changed, 14 insertions(+), 10 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
Academic calendar: Add academic year.
...cademic_calendar_ct.features.field_instance.inc | 62 ++++++++++++++++++++--
gsb_feature_academic_calendar_ct.info | 1 +
gsb_feature_academic_calendar_ct.strongarm.inc | 9 ++--
3 files changed, 65 insertions(+), 7 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
WP-1598: Hide time field on academic calendars.
gsb_feature_academic_calendar_ct.module | 15 +++++++++++++++
1 file changed, 15 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
Add academic calendar link and set up auto entity label.
...cademic_calendar_ct.features.field_instance.inc | 87 ++++++++++++++++++++--
gsb_feature_academic_calendar_ct.info | 6 ++
gsb_feature_academic_calendar_ct.strongarm.inc | 29 +++++++-
3 files changed, 113 insertions(+), 9 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
Remove acccidentally included vocabularies.
...ture_academic_calendar_ct.features.taxonomy.inc | 29 ----------------------
gsb_feature_academic_calendar_ct.info | 2 --
2 files changed, 31 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
Force academic calendar events to have academic calendar as their event category
...feature_academic_calendar_ct.features.field_instance.inc | 4 ++--
gsb_feature_academic_calendar_ct.module | 13 +++++++++++++
2 files changed, 15 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
Update .info file.
gsb_feature_academic_calendar_ct.info | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
Add initial academic calendar event content type.
...cademic_calendar_ct.features.field_instance.inc | 258 +++++++++++++++++++++
gsb_feature_academic_calendar_ct.features.inc | 32 +++
...ture_academic_calendar_ct.features.taxonomy.inc | 29 +++
gsb_feature_academic_calendar_ct.info | 29 +++
gsb_feature_academic_calendar_ct.module | 7 +
gsb_feature_academic_calendar_ct.strongarm.inc | 80 +++++++
6 files changed, 435 insertions(+)

===========================================
./gsb_feature_announcement_ct
===========================================
view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago
WP-7664 Removing field instance field_region_of_interest from Announcement CT
...ure_announcement_ct.features.field_instance.inc | 68 ----------------------
gsb_feature_announcement_ct.field_group.inc | 66 ++++++++-------------
gsb_feature_announcement_ct.info | 2 -
3 files changed, 25 insertions(+), 111 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6369: update related wrapper.
gsb_feature_announcement_ct.field_group.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6095: link announcement image to content.
gsb_feature_announcement_ct.ds.inc | 1 +
...ure_announcement_ct.features.field_instance.inc | 56 ++++++++++++----------
gsb_feature_announcement_ct.strongarm.inc | 4 ++
3 files changed, 36 insertions(+), 25 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6089: link announcement image to content.
gsb_feature_announcement_ct.ds.inc | 8 ++--
...ure_announcement_ct.features.field_instance.inc | 56 ++++++++++++----------
2 files changed, 35 insertions(+), 29 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6118: add classes back to wrapper.
gsb_feature_announcement_ct.field_group.inc | 8 +++++---
gsb_feature_announcement_ct.strongarm.inc | 6 ++++++
2 files changed, 11 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5973: add title wrapper.
gsb_feature_announcement_ct.ds.inc | 24 +++---
...ure_announcement_ct.features.field_instance.inc | 92 +++++++++++-----------
gsb_feature_announcement_ct.field_group.inc | 64 +++++++++++++++
gsb_feature_announcement_ct.info | 2 +
gsb_feature_announcement_ct.strongarm.inc | 12 +--
5 files changed, 132 insertions(+), 62 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5516: reposition date field.
gsb_feature_announcement_ct.ds.inc | 24 +++++++++++-----------
...ure_announcement_ct.features.field_instance.inc | 4 ++--
2 files changed, 14 insertions(+), 14 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5516: configure compact and expanded view modes.
gsb_feature_announcement_ct.ds.inc | 206 +++++++++++++
...ure_announcement_ct.features.field_instance.inc | 329 ++++++++++++++++++++-
gsb_feature_announcement_ct.info | 4 +
gsb_feature_announcement_ct.strongarm.inc | 30 ++
4 files changed, 567 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5408: add divs to file fields.
gsb_feature_announcement_ct.ds.inc | 7 +++++++
gsb_feature_announcement_ct.features.field_instance.inc | 1 +
2 files changed, 8 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5391 move files field inside related block
gsb_feature_announcement_ct.features.field_instance.inc | 2 +-
gsb_feature_announcement_ct.field_group.inc | 7 ++++---
2 files changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5381 update label for field_person_ref_unlimited
gsb_feature_announcement_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5391 enable description for file field
gsb_feature_announcement_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5352: update related sidebar.
gsb_feature_announcement_ct.ds.inc | 45 ++++++++++++++++++++--
...ure_announcement_ct.features.field_instance.inc | 24 ++++++------
gsb_feature_announcement_ct.field_group.inc | 4 +-
gsb_feature_announcement_ct.strongarm.inc | 9 +++++
4 files changed, 67 insertions(+), 15 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5381 update label for field_person_ref_unlimited
gsb_feature_announcement_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5391 enable description for file field
gsb_feature_announcement_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5352: update related sidebar.
gsb_feature_announcement_ct.ds.inc | 45 ++++++++++++++++++++--
...ure_announcement_ct.features.field_instance.inc | 24 ++++++------
gsb_feature_announcement_ct.field_group.inc | 4 +-
gsb_feature_announcement_ct.strongarm.inc | 9 +++++
4 files changed, 67 insertions(+), 15 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5391 update allowed formats for file field
gsb_feature_announcement_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5351 add new related fields
...ure_announcement_ct.features.field_instance.inc | 168 ++++++++++++++++++++-
gsb_feature_announcement_ct.field_group.inc | 5 +-
gsb_feature_announcement_ct.info | 2 +
gsb_feature_announcement_ct.strongarm.inc | 2 +-
4 files changed, 169 insertions(+), 8 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5246 revert the wrong label changes
gsb_feature_announcement_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5246 label change
gsb_feature_announcement_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago
WP-5100 update label for CT field publication
gsb_feature_announcement_ct.features.field_instance.inc | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-5163 Setting default to draft
gsb_feature_announcement_ct.info | 4 ++--
gsb_feature_announcement_ct.strongarm.inc | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5049 update help text for image field
...ure_announcement_ct.features.field_instance.inc | 28 ++++++++++++++++++++--
1 file changed, 26 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5049 update help text for image field
...ure_announcement_ct.features.field_instance.inc | 28 ++++++++++++++++++++--
1 file changed, 26 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5006 set image field length to 120px
gsb_feature_announcement_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5006 set the related content autocomplete fields length to 100
gsb_feature_announcement_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-4631 clear program field based on alumni mention
gsb_feature_announcement_ct.module | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4752: export ds settings.
gsb_feature_announcement_ct.ds.inc | 71 +++++++++++
...ure_announcement_ct.features.field_instance.inc | 139 ++++++++++++++++++++-
gsb_feature_announcement_ct.info | 3 +
gsb_feature_announcement_ct.strongarm.inc | 18 +++
4 files changed, 226 insertions(+), 5 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4694 make program mandatory for announcement ct
gsb_feature_announcement_ct.module | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4694 fix alumni mentioned in announcement ct
gsb_feature_announcement_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4584 Added field_program_unlimited, removed field_program_single
...ure_announcement_ct.features.field_instance.inc | 23 ++++++++++++----------
gsb_feature_announcement_ct.field_group.inc | 8 ++++----
gsb_feature_announcement_ct.info | 2 +-
gsb_feature_announcement_ct.strongarm.inc | 4 ++--
4 files changed, 20 insertions(+), 17 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago
Enable workbench moderation.
gsb_feature_announcement_ct.info | 4 ++--
gsb_feature_announcement_ct.strongarm.inc | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4494 Removing fields for the search field concat
gsb_feature_announcement_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago
WP-4378: Add Alt Text field to key image.
...ure_announcement_ct.features.field_instance.inc | 2 +-
gsb_feature_announcement_ct.info | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4403: place the media toolkit.
gsb_feature_announcement_ct.ds.inc | 18 +++++++-------
...ure_announcement_ct.features.field_instance.inc | 28 +++++++++++-----------
gsb_feature_announcement_ct.field_group.inc | 2 +-
gsb_feature_announcement_ct.strongarm.inc | 2 +-
4 files changed, 25 insertions(+), 25 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4389 Added new extra field gsb_media_toolkit
gsb_feature_announcement_ct.ds.inc | 2 ++
gsb_feature_announcement_ct.module | 42 +++++++++++++++++++++++++++++++
gsb_feature_announcement_ct.strongarm.inc | 6 +++++
3 files changed, 50 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4387 Added metatag settings for Announcement CT
gsb_feature_announcement_ct.features.metatag.inc | 57 ++++++++++++++++++++++++
gsb_feature_announcement_ct.info | 2 +
2 files changed, 59 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4370: place the social fields.
gsb_feature_announcement_ct.ds.inc | 60 ++++++++++++++++++----
...ure_announcement_ct.features.field_instance.inc | 32 ++++++------
gsb_feature_announcement_ct.field_group.inc | 2 +-
gsb_feature_announcement_ct.strongarm.inc | 4 +-
4 files changed, 68 insertions(+), 30 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4371: add short url to display.
gsb_feature_announcement_ct.ds.inc | 40 +++++++++++++++++-----
...ure_announcement_ct.features.field_instance.inc | 33 ++++++++++--------
gsb_feature_announcement_ct.features.inc | 1 +
gsb_feature_announcement_ct.field_group.inc | 2 +-
gsb_feature_announcement_ct.strongarm.inc | 7 ++--
5 files changed, 56 insertions(+), 27 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4263 Removing empty related section if empty
gsb_feature_announcement_ct.module | 47 ++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4158: export announcement teaser display.
gsb_feature_announcement_ct.ds.inc | 129 +++++++++++++++++++++
...ure_announcement_ct.features.field_instance.inc | 81 ++++++++-----
gsb_feature_announcement_ct.info | 2 +
gsb_feature_announcement_ct.strongarm.inc | 8 ++
4 files changed, 188 insertions(+), 32 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4158: export announcement teaser display.
gsb_feature_announcement_ct.ds.inc | 129 +++++++++++++++++++++
...ure_announcement_ct.features.field_instance.inc | 81 ++++++++-----
gsb_feature_announcement_ct.info | 2 +
gsb_feature_announcement_ct.strongarm.inc | 8 ++
4 files changed, 188 insertions(+), 32 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago
Remove unneeded alter.
gsb_feature_announcement_ct.module | 12 ------------
1 file changed, 12 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago
WP-4052: Add ability to create revisions and disable preview.
gsb_feature_announcement_ct.info | 4 ++--
gsb_feature_announcement_ct.strongarm.inc | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4201: update image style based on specs.
gsb_feature_announcement_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4177: update detail display with related faculty.
gsb_feature_announcement_ct.ds.inc | 14 ++++----------
gsb_feature_announcement_ct.features.field_instance.inc | 17 +++++------------
gsb_feature_announcement_ct.field_group.inc | 2 +-
3 files changed, 10 insertions(+), 23 deletions(-)

view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago
WP-4154: Needed to resave display suite values.
gsb_feature_announcement_ct.features.field_instance.inc | 6 ++++++
gsb_feature_announcement_ct.info | 3 ++-
gsb_feature_announcement_ct.strongarm.inc | 4 ++++
3 files changed, 12 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-3975 Added search field
...ure_announcement_ct.features.field_instance.inc | 83 ++++++++++++++++++++++
gsb_feature_announcement_ct.info | 1 +
2 files changed, 84 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-3922: news listing layout settings.
gsb_feature_announcement_ct.ds.inc | 119 +++++++++++++++++
...ure_announcement_ct.features.field_instance.inc | 144 ++++++++++++++++++++-
gsb_feature_announcement_ct.info | 2 +
gsb_feature_announcement_ct.strongarm.inc | 11 ++
4 files changed, 271 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-4123 Added field_related_faculty
...ure_announcement_ct.features.field_instance.inc | 130 +++++++++++----------
gsb_feature_announcement_ct.field_group.inc | 6 +-
gsb_feature_announcement_ct.info | 2 +-
3 files changed, 72 insertions(+), 66 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-3922: news listing layout settings.
gsb_feature_announcement_ct.ds.inc | 119 ++++++++++++++++
...ure_announcement_ct.features.field_instance.inc | 156 ++++++++++++++++++++-
gsb_feature_announcement_ct.info | 2 +
gsb_feature_announcement_ct.strongarm.inc | 11 ++
4 files changed, 283 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4096: export related to idea story display.
gsb_feature_announcement_ct.ds.inc | 114 +++++++++++++++++
...ure_announcement_ct.features.field_instance.inc | 138 ++++++++++++++++++++-
gsb_feature_announcement_ct.info | 2 +
gsb_feature_announcement_ct.strongarm.inc | 6 +-
4 files changed, 257 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4109: Add Pathauto field pattern for Announcement CT.
...ure_announcement_ct.features.field_instance.inc | 69 +++++++++++++++++++---
gsb_feature_announcement_ct.field_group.inc | 6 +-
gsb_feature_announcement_ct.info | 2 +
gsb_feature_announcement_ct.strongarm.inc | 13 +++-
4 files changed, 76 insertions(+), 14 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4096: export related to idea story display.
gsb_feature_announcement_ct.ds.inc | 114 +++++++++++++++++
...ure_announcement_ct.features.field_instance.inc | 138 ++++++++++++++++++++-
gsb_feature_announcement_ct.info | 2 +
gsb_feature_announcement_ct.strongarm.inc | 6 +-
4 files changed, 257 insertions(+), 3 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4109: Add Pathauto field pattern for Announcement CT.
...ure_announcement_ct.features.field_instance.inc | 69 +++++++++++++++++++---
gsb_feature_announcement_ct.field_group.inc | 6 +-
gsb_feature_announcement_ct.info | 2 +
gsb_feature_announcement_ct.strongarm.inc | 13 +++-
4 files changed, 76 insertions(+), 14 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4112: Add Media Inquiries to Announcements detail page.
gsb_feature_announcement_ct.ds.inc | 18 ++++++++-------
...ure_announcement_ct.features.field_instance.inc | 26 +++++++++++-----------
gsb_feature_announcement_ct.field_group.inc | 2 +-
gsb_feature_announcement_ct.strongarm.inc | 6 +++++
4 files changed, 30 insertions(+), 22 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-3917: add display settings for announcement.
gsb_feature_announcement_ct.ds.inc | 221 +++++++++++++++++++++
...ure_announcement_ct.features.field_instance.inc | 160 ++++++---------
gsb_feature_announcement_ct.features.inc | 3 +
gsb_feature_announcement_ct.field_group.inc | 31 +++
gsb_feature_announcement_ct.info | 4 +
gsb_feature_announcement_ct.strongarm.inc | 69 ++++++-
6 files changed, 386 insertions(+), 102 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago
WP-4056 add pr contact to announcement ct
...ure_announcement_ct.features.field_instance.inc | 49 ++++++++++++++++++++++
gsb_feature_announcement_ct.info | 6 +--
gsb_feature_announcement_ct.strongarm.inc | 6 +--
3 files changed, 54 insertions(+), 7 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago
WP-3916 update announcement ct fields
...ure_announcement_ct.features.field_instance.inc | 38 +++++++++---------
gsb_feature_announcement_ct.field_group.inc | 4 +-
gsb_feature_announcement_ct.info | 6 +--
gsb_feature_announcement_ct.module | 45 ++++++++++++++++++++++
4 files changed, 70 insertions(+), 23 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago
WP-3916 add missing body field
...ure_announcement_ct.features.field_instance.inc | 93 +++++++++++++++++++++-
gsb_feature_announcement_ct.field_group.inc | 6 +-
gsb_feature_announcement_ct.info | 1 +
gsb_feature_announcement_ct.strongarm.inc | 6 +-
4 files changed, 99 insertions(+), 7 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago
WP-3916 remove unwanted fields
...ure_announcement_ct.features.field_instance.inc | 110 +--------------------
gsb_feature_announcement_ct.field_group.inc | 42 ++++++--
gsb_feature_announcement_ct.info | 4 +-
gsb_feature_announcement_ct.strongarm.inc | 6 +-
4 files changed, 42 insertions(+), 120 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago
WP-3916 Add new announcement ct
...ure_announcement_ct.features.field_instance.inc | 1164 ++++++++++++++++++++
gsb_feature_announcement_ct.features.inc | 34 +
gsb_feature_announcement_ct.field_group.inc | 208 ++++
gsb_feature_announcement_ct.info | 71 ++
gsb_feature_announcement_ct.module | 7 +
gsb_feature_announcement_ct.strongarm.inc | 93 ++
6 files changed, 1577 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago
update ct name
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_feature_pr_contact
===========================================
view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago
WP-4635 Changing text for email link to be 'Email'
gsb_feature_pr_contact.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4510 Changing formatter to use email_contact_link with redirect to referer
gsb_feature_pr_contact.features.field_instance.inc | 10 ++++++----
gsb_feature_pr_contact.info | 1 +
2 files changed, 7 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4127: export field group.
gsb_feature_pr_contact.features.inc | 3 +++
gsb_feature_pr_contact.field_group.inc | 45 ++++++++++++++++++++++++++++++++++
gsb_feature_pr_contact.info | 3 +++
3 files changed, 51 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4127: export field group.
gsb_feature_pr_contact.features.inc | 3 +++
gsb_feature_pr_contact.field_group.inc | 45 ++++++++++++++++++++++++++++++++++
gsb_feature_pr_contact.info | 3 +++
3 files changed, 51 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4127: update pr contact display settings.
gsb_feature_pr_contact.ds.inc | 29 ++++++----------------
gsb_feature_pr_contact.features.field_instance.inc | 11 +++-----
2 files changed, 11 insertions(+), 29 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4127: update pr contact display settings.
gsb_feature_pr_contact.ds.inc | 29 ++++++----------------
gsb_feature_pr_contact.features.field_instance.inc | 11 +++-----
2 files changed, 11 insertions(+), 29 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago
WP-4126 remove description for pr contact
gsb_feature_pr_contact.module | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4108: export pr contact display settings.
gsb_feature_pr_contact.ds.inc | 183 +++++++++++++++++++++
gsb_feature_pr_contact.features.field_instance.inc | 25 +--
gsb_feature_pr_contact.features.inc | 14 ++
gsb_feature_pr_contact.info | 6 +
gsb_feature_pr_contact.module | 4 +-
5 files changed, 220 insertions(+), 12 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago
WP-4055 create pr contact and add fields
gsb_feature_pr_contact.features.field_base.inc | 104 ++++++++
gsb_feature_pr_contact.features.field_instance.inc | 271 +++++++++++++++++++++
gsb_feature_pr_contact.features.taxonomy.inc | 21 ++
gsb_feature_pr_contact.info | 20 ++
gsb_feature_pr_contact.module | 5 +
5 files changed, 421 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago
Initial commit
README.md | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_feature_publication_ct
===========================================
view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago
WP-7664 Removing field instance field_region_of_interest from Publication (JABCO) CT
...ture_publication_ct.features.field_instance.inc | 81 -------------
gsb_feature_publication_ct.field_group.inc | 126 ++++++++++-----------
gsb_feature_publication_ct.info | 2 -
3 files changed, 60 insertions(+), 149 deletions(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago
WP-7556 Added new option for publication_type - "Core Concept"
gsb_feature_publication_ct.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6369: update related wrapper.
...ture_publication_ct.features.field_instance.inc | 59 +++++++++++-----------
gsb_feature_publication_ct.field_group.inc | 2 +-
2 files changed, 31 insertions(+), 30 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-5913: update teaser and featured card with pub info.
gsb_feature_publication_ct.ds.inc | 198 +++++++++++++++--
...ture_publication_ct.features.field_instance.inc | 238 +++++++++++++--------
gsb_feature_publication_ct.field_group.inc | 136 +++++++++++-
gsb_feature_publication_ct.info | 4 +
gsb_feature_publication_ct.strongarm.inc | 4 +-
5 files changed, 466 insertions(+), 114 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6118: add classes back to wrappers.
...ture_publication_ct.features.field_instance.inc | 7 ++-----
gsb_feature_publication_ct.field_group.inc | 24 +++++++++++++---------
2 files changed, 16 insertions(+), 15 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
More field group related changes
gsb_feature_publication_ct.ds.inc | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
Removed class field-group-fieldset
gsb_feature_publication_ct.field_group.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
Changed formatter from collapsible to open
gsb_feature_publication_ct.field_group.inc | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
Adding classes for group_wrapper_published field group
gsb_feature_publication_ct.field_group.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6027 Added classes for published and links field groups
gsb_feature_publication_ct.field_group.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6027 Adding classes to the compact and expanded ds views modes
gsb_feature_publication_ct.ds.inc | 18 +++++++++---------
gsb_feature_publication_ct.field_group.inc | 16 ++++++++--------
2 files changed, 17 insertions(+), 17 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
Re-exporting group-wrapper-topics and group-wrapper-commas
gsb_feature_publication_ct.ds.inc | 88 +++++++++++-----------
...ture_publication_ct.features.field_instance.inc | 36 +++++----
gsb_feature_publication_ct.field_group.inc | 31 +++++---
gsb_feature_publication_ct.strongarm.inc | 8 +-
4 files changed, 92 insertions(+), 71 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5973: add title wrapper.
gsb_feature_publication_ct.ds.inc | 68 +++++++++---------
...ture_publication_ct.features.field_instance.inc | 80 +++++++++++-----------
gsb_feature_publication_ct.field_group.inc | 68 +++++++++++++++++-
gsb_feature_publication_ct.info | 2 +
gsb_feature_publication_ct.strongarm.inc | 4 +-
5 files changed, 146 insertions(+), 76 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5966: add additional class.
gsb_feature_publication_ct.ds.inc | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5966: add publication type.
gsb_feature_publication_ct.ds.inc | 90 +++++++++++++-------
...ture_publication_ct.features.field_instance.inc | 96 ++++++++++++----------
gsb_feature_publication_ct.field_group.inc | 4 +-
gsb_feature_publication_ct.strongarm.inc | 4 +-
4 files changed, 116 insertions(+), 78 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago
WP-5863 Changing circle topic to use hs-lite
gsb_feature_publication_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago
WP-5863 Adding invisible states and changing help text
...eature_publication_ct.features.field_instance.inc | 4 ++--
gsb_feature_publication_ct.module | 20 ++++++++++++++++++++
2 files changed, 22 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago
WP-5863 Adding new field field_circle_topics
...ture_publication_ct.features.field_instance.inc | 83 ++++++++++++++++++++++
gsb_feature_publication_ct.field_group.inc | 1 +
gsb_feature_publication_ct.info | 2 +
3 files changed, 86 insertions(+)

view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago
WP-5863 Set the publication_type options to only a specific set of values.
gsb_feature_publication_ct.module | 15 +++++++++++++++
1 file changed, 15 insertions(+)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5703 Removing references to addthis and addthis_displays
gsb_feature_publication_ct.info | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5453: configure compact, expanded, update commas across content type.
gsb_feature_publication_ct.ds.inc | 456 +++++++++++++++++----
...ture_publication_ct.features.field_instance.inc | 274 +++++++++----
gsb_feature_publication_ct.field_group.inc | 226 +++++++++-
gsb_feature_publication_ct.info | 8 +
gsb_feature_publication_ct.strongarm.inc | 4 +-
5 files changed, 784 insertions(+), 184 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5452 Adding compact and expanded view modes
gsb_feature_publication_ct.ds.inc | 60 +++-
...ture_publication_ct.features.field_instance.inc | 340 ++++++++++++++++++++-
gsb_feature_publication_ct.field_group.inc | 6 +-
gsb_feature_publication_ct.info | 3 +
gsb_feature_publication_ct.strongarm.inc | 14 +
5 files changed, 409 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5428: update comma.
gsb_feature_publication_ct.ds.inc | 2 +-
gsb_feature_publication_ct.features.field_instance.inc | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5034: update publication teaser.
gsb_feature_publication_ct.ds.inc | 8 +++-
...ture_publication_ct.features.field_instance.inc | 54 +++++++++++-----------
gsb_feature_publication_ct.field_group.inc | 7 +--
gsb_feature_publication_ct.strongarm.inc | 2 +-
4 files changed, 37 insertions(+), 34 deletions(-)

view commit - committer: Adam Moore, 1 year, 7 months ago author: Ayuta Padhi, 1 year, 7 months ago
WP-5423 Allowed user to open links in new window
gsb_feature_publication_ct.features.field_instance.inc | 2 +-
gsb_feature_publication_ct.info | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5391 move the files field inside related block
gsb_feature_publication_ct.features.field_instance.inc | 2 +-
gsb_feature_publication_ct.field_group.inc | 9 +++++----
2 files changed, 6 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5385 enable description for JABCO
gsb_feature_publication_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5428: update comma.
gsb_feature_publication_ct.ds.inc | 2 +-
gsb_feature_publication_ct.features.field_instance.inc | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
Merge remote-tracking branch 'origin/WP-5423' into release-5.05
view commit - committer: Ayuta Padhi, 1 year, 7 months ago author: Ayuta Padhi, 1 year, 7 months ago
WP-5423 Allowed user to open links in new window
gsb_feature_publication_ct.features.field_instance.inc | 2 +-
gsb_feature_publication_ct.info | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5391 move the files field inside related block
gsb_feature_publication_ct.features.field_instance.inc | 2 +-
gsb_feature_publication_ct.field_group.inc | 9 +++++----
2 files changed, 6 insertions(+), 5 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5385 enable description for JABCO
gsb_feature_publication_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5034: update publication teaser.
gsb_feature_publication_ct.ds.inc | 8 +++-
...ture_publication_ct.features.field_instance.inc | 54 +++++++++++-----------
gsb_feature_publication_ct.field_group.inc | 7 +--
gsb_feature_publication_ct.strongarm.inc | 2 +-
4 files changed, 37 insertions(+), 34 deletions(-)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
Updating label for field_person_ref_unlimited
gsb_feature_publication_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5372 Added gsb_feature_base_fields_faculty_authors under the Related right side bar
gsb_feature_publication_ct.ds.inc | 64 +++++++++++-----------
...ture_publication_ct.features.field_instance.inc | 10 ++--
gsb_feature_publication_ct.field_group.inc | 3 +-
gsb_feature_publication_ct.strongarm.inc | 4 +-
4 files changed, 42 insertions(+), 39 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5364 Added new file extensions for field_file_unlimited_public
gsb_feature_publication_ct.features.field_instance.inc | 2 +-
gsb_feature_publication_ct.info | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5364 Added new file extensions for field_file_unlimited_public
gsb_feature_publication_ct.features.field_instance.inc | 2 +-
gsb_feature_publication_ct.info | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5309: configure related sidebar for JABCO detail pages.
gsb_feature_publication_ct.ds.inc | 161 +++++++++++++++++----
...ture_publication_ct.features.field_instance.inc | 70 ++++-----
gsb_feature_publication_ct.field_group.inc | 38 ++++-
gsb_feature_publication_ct.info | 1 +
gsb_feature_publication_ct.strongarm.inc | 28 +++-
5 files changed, 228 insertions(+), 70 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5308 add related content fields
...ture_publication_ct.features.field_instance.inc | 414 +++++++++++++++++++++
gsb_feature_publication_ct.field_group.inc | 34 +-
gsb_feature_publication_ct.info | 6 +
gsb_feature_publication_ct.strongarm.inc | 2 +-
4 files changed, 453 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago
WP-5163: Update default moderation state.
gsb_feature_publication_ct.features.field_instance.inc | 1 +
gsb_feature_publication_ct.info | 6 +++---
gsb_feature_publication_ct.strongarm.inc | 7 +++++++
3 files changed, 11 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4852 remove add this field
...ture_publication_ct.features.field_instance.inc | 73 ----------------------
gsb_feature_publication_ct.info | 7 +--
2 files changed, 3 insertions(+), 77 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4737: update date fields.
gsb_feature_publication_ct.ds.inc | 126 ++------------------------------------
gsb_feature_publication_ct.info | 1 +
2 files changed, 7 insertions(+), 120 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4694 fix alumni mention for publication ct
gsb_feature_publication_ct.module | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4584 Added field_program_unlimited, removed field_program_single
...ture_publication_ct.features.field_instance.inc | 32 ++++++++++++----------
gsb_feature_publication_ct.field_group.inc | 6 ++--
gsb_feature_publication_ct.info | 2 +-
gsb_feature_publication_ct.strongarm.inc | 4 +--
4 files changed, 24 insertions(+), 20 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4522 update group regions of interest
gsb_feature_publication_ct.field_group.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4522 add field group info
gsb_feature_publication_ct.field_group.inc | 135 +++++++++++++++++++++++++++++
gsb_feature_publication_ct.info | 5 ++
2 files changed, 140 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4522 bundle taxonomy for JABCO
...eature_publication_ct.features.field_instance.inc | 10 +++++-----
gsb_feature_publication_ct.field_group.inc | 20 +++++++-------------
gsb_feature_publication_ct.info | 2 +-
3 files changed, 13 insertions(+), 19 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4521 remove taxonomy from jabco ct
...ture_publication_ct.features.field_instance.inc | 186 ---------------------
gsb_feature_publication_ct.info | 6 +-
2 files changed, 2 insertions(+), 190 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4518 Changes related to using filefield_paths module
...feature_publication_ct.features.field_instance.inc | 19 +++++++++++++++++++
gsb_feature_publication_ct.features.inc | 1 +
gsb_feature_publication_ct.info | 1 +
3 files changed, 21 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4045: add spaces and comma to date.
gsb_feature_publication_ct.ds.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3914: add insight featured card view mode to jabco.
gsb_feature_publication_ct.ds.inc | 103 +++++++++++++--------
...ture_publication_ct.features.field_instance.inc | 2 +-
2 files changed, 66 insertions(+), 39 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3914: add insight featured card view mode to jabco.
gsb_feature_publication_ct.ds.inc | 103 ++++++++++++++++++++++++++++++++++++++
1 file changed, 103 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4046: add date wrapper.
gsb_feature_publication_ct.field_group.inc | 33 ++++++++++++++++++++++++++++++
gsb_feature_publication_ct.info | 1 +
2 files changed, 34 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4045: add spaces and comma to date.
gsb_feature_publication_ct.ds.inc | 3 ++-
gsb_feature_publication_ct.features.field_instance.inc | 12 ++++++++++++
2 files changed, 14 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4010: update publication related content display.
gsb_feature_publication_ct.ds.inc | 26 ++------------------------
1 file changed, 2 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3914: add insight featured card view mode to jabco.
gsb_feature_publication_ct.ds.inc | 103 ++++++++++++
...ture_publication_ct.features.field_instance.inc | 174 +++++++++++++++++++++
gsb_feature_publication_ct.info | 2 +
gsb_feature_publication_ct.strongarm.inc | 7 +
4 files changed, 286 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-4099 Added field_region_of_interest to search field
gsb_feature_publication_ct.features.field_instance.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago
WP-3818: Remove region and salutation fields.
...ture_publication_ct.features.field_instance.inc | 159 ---------------------
gsb_feature_publication_ct.info | 1 -
2 files changed, 160 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4046: add date wrapper.
...ture_publication_ct.features.field_instance.inc | 12 ++++++++
gsb_feature_publication_ct.field_group.inc | 33 ++++++++++++++++++++++
gsb_feature_publication_ct.info | 1 +
3 files changed, 46 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4045: add spaces and comma to date.
gsb_feature_publication_ct.ds.inc | 3 ++-
gsb_feature_publication_ct.features.field_instance.inc | 12 ++++++++++++
2 files changed, 14 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-4030: Remove old alumni mention fields validation.
gsb_feature_publication_ct.module | 45 ---------------------------------------
1 file changed, 45 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-4030: Remove old alumni mention fields validation.
gsb_feature_publication_ct.module | 45 ---------------------------------------
1 file changed, 45 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-4030: Remove old alumni mention fields validation.
gsb_feature_publication_ct.module | 45 ---------------------------------------
1 file changed, 45 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4010: update publication related content display.
gsb_feature_publication_ct.ds.inc | 26 ++------------------------
1 file changed, 2 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3868: Modify Alumni Story fields in Publication CT.
...ture_publication_ct.features.field_instance.inc | 313 +--------------------
gsb_feature_publication_ct.field_group.inc | 41 +--
gsb_feature_publication_ct.info | 6 -
3 files changed, 13 insertions(+), 347 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago
WP-3810 add region of interest to jabco
...ture_publication_ct.features.field_instance.inc | 63 +++++++++++++++++++++-
gsb_feature_publication_ct.field_group.inc | 1 +
gsb_feature_publication_ct.info | 3 ++
3 files changed, 65 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4010: update publication related content display.
gsb_feature_publication_ct.ds.inc | 26 ++------------------------
1 file changed, 2 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3868: Modify Alumni Story fields in Publication CT.
...ture_publication_ct.features.field_instance.inc | 289 +--------------------
gsb_feature_publication_ct.field_group.inc | 41 +--
gsb_feature_publication_ct.info | 6 -
3 files changed, 13 insertions(+), 323 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3909: add related to idea story view mode to JABCO.
gsb_feature_publication_ct.ds.inc | 73 ++++++++
...ture_publication_ct.features.field_instance.inc | 191 +++++++++++++++++++++
gsb_feature_publication_ct.info | 2 +
gsb_feature_publication_ct.strongarm.inc | 7 +
4 files changed, 273 insertions(+)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3914: add insight featured card view mode to jabco.
gsb_feature_publication_ct.ds.inc | 103 ++++++++++
...ture_publication_ct.features.field_instance.inc | 210 +++++++++++++++++++++
gsb_feature_publication_ct.info | 2 +
gsb_feature_publication_ct.strongarm.inc | 7 +
4 files changed, 322 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago
WP-3810 add region of interest to jabco
...ture_publication_ct.features.field_instance.inc | 63 +++++++++++++++++++++-
gsb_feature_publication_ct.field_group.inc | 1 +
gsb_feature_publication_ct.info | 3 ++
3 files changed, 65 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3868: Modify Alumni Story fields in Publication CT.
...ture_publication_ct.features.field_instance.inc | 356 +--------------------
gsb_feature_publication_ct.field_group.inc | 41 +--
gsb_feature_publication_ct.info | 6 -
3 files changed, 13 insertions(+), 390 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3914: add insight featured card view mode to jabco.
gsb_feature_publication_ct.ds.inc | 103 ++++++
...ture_publication_ct.features.field_instance.inc | 401 +++++++++++++++++++++
gsb_feature_publication_ct.info | 2 +
gsb_feature_publication_ct.strongarm.inc | 14 +
4 files changed, 520 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago
WP-3810 add field region of interest to Jabco
gsb_feature_publication_ct.features.field_base.inc | 48 +++++++++++++++++
...ture_publication_ct.features.field_instance.inc | 63 +++++++++++++++++++++-
gsb_feature_publication_ct.features.taxonomy.inc | 21 ++++++++
gsb_feature_publication_ct.field_group.inc | 1 +
gsb_feature_publication_ct.info | 7 ++-
5 files changed, 136 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3909: add related to idea story view mode to JABCO.
gsb_feature_publication_ct.ds.inc | 73 ++++++++
...ture_publication_ct.features.field_instance.inc | 191 +++++++++++++++++++++
gsb_feature_publication_ct.info | 2 +
gsb_feature_publication_ct.strongarm.inc | 7 +
4 files changed, 273 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago
WP-3818 remove region field from feature
...ture_publication_ct.features.field_instance.inc | 81 ----------------------
gsb_feature_publication_ct.info | 3 +-
2 files changed, 1 insertion(+), 83 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago
WP-3810 add region of interest to JABCO
...ture_publication_ct.features.field_instance.inc | 56 +++++++++++++++++++++-
gsb_feature_publication_ct.field_group.inc | 1 +
gsb_feature_publication_ct.info | 3 +-
3 files changed, 57 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
WP-3844: Add support for better formats.
...ture_publication_ct.features.field_instance.inc | 30 ++++++++++++++++++++++
gsb_feature_publication_ct.info | 4 +--
2 files changed, 32 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3609 Added search fields
gsb_feature_publication_ct.features.field_instance.inc | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3609 Added search fields
gsb_feature_publication_ct.features.field_instance.inc | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3606 Changed node presave to only add academic areas if there are none set
gsb_feature_publication_ct.module | 21 ++++-----------------
1 file changed, 4 insertions(+), 17 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3619: change download field type.
gsb_feature_publication_ct.ds.inc | 18 +++++++++---------
gsb_feature_publication_ct.features.field_instance.inc | 12 +++++-------
2 files changed, 14 insertions(+), 16 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3568 Changed help text to match document
gsb_feature_publication_ct.features.field_instance.inc | 16 ++++------------
1 file changed, 4 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3549 Moved Publication Type selector above Article Title
gsb_feature_publication_ct.features.field_instance.inc | 4 ++--
gsb_feature_publication_ct.strongarm.inc | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Roopesh Naik, 2 years, 8 months ago
WP-3460 update the publication ct
gsb_feature_publication_ct.features.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Roopesh Naik, 2 years, 9 months ago
WP-3460 rename publications ct
gsb_feature_publication_ct.features.inc | 4 ++--
gsb_feature_publication_ct.info | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 8 months ago author: Roopesh Naik, 2 years, 8 months ago
WP-3460 update the publication ct
gsb_feature_publication_ct.features.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3462: Hide/show fields in form depending on type chosen
gsb_feature_publication_ct.module | 15 +++++++++++++++
1 file changed, 15 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3461: Create Publication Type radiobox Field
...ture_publication_ct.features.field_instance.inc | 82 +++++++++++++++++++---
gsb_feature_publication_ct.field_group.inc | 8 +--
gsb_feature_publication_ct.info | 1 +
gsb_feature_publication_ct.strongarm.inc | 6 +-
4 files changed, 81 insertions(+), 16 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Roopesh Naik, 2 years, 9 months ago
WP-3470 move pdf field above abstract
gsb_feature_publication_ct.features.field_instance.inc | 4 ++--
gsb_feature_publication_ct.field_group.inc | 8 ++++----
gsb_feature_publication_ct.strongarm.inc | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago
WP-3485: Make month default to none.
gsb_feature_publication_ct.features.field_instance.inc | 6 +-----
gsb_feature_publication_ct.info | 4 ++--
2 files changed, 3 insertions(+), 7 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3375: Remove help text for Publication CT.
gsb_feature_publication_ct.module | 7 -------
1 file changed, 7 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 9 months ago author: Roopesh Naik, 2 years, 9 months ago
WP-3470 move pdf field above abstract
gsb_feature_publication_ct.features.field_instance.inc | 4 ++--
gsb_feature_publication_ct.field_group.inc | 8 ++++----
gsb_feature_publication_ct.info | 2 +-
gsb_feature_publication_ct.strongarm.inc | 6 +++---
4 files changed, 10 insertions(+), 10 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 9 months ago author: Roopesh Naik, 2 years, 9 months ago
WP-3460 rename publications ct
gsb_feature_publication_ct.features.inc | 4 ++--
gsb_feature_publication_ct.info | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3394: update field order.
gsb_feature_publication_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3394: update field order.
gsb_feature_publication_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3435: add wysiwyg class.
gsb_feature_publication_ct.ds.inc | 13 +++++++++++++
1 file changed, 13 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3400: Allow formatting in abstract field inside of publications.
gsb_feature_publication_ct.features.field_instance.inc | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3400: Allow formatting in abstract field inside of publications.
gsb_feature_publication_ct.features.field_instance.inc | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3394: update field group wrapper.
gsb_feature_publication_ct.field_group.inc | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3394: change field order.
gsb_feature_publication_ct.field_group.inc | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3340: update publication view modes.
gsb_feature_publication_ct.ds.inc | 87 +++++++++++-----------
...ture_publication_ct.features.field_instance.inc | 39 +++++-----
gsb_feature_publication_ct.field_group.inc | 22 +++---
3 files changed, 77 insertions(+), 71 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3337 Removing field_pub_date_month
...ture_publication_ct.features.field_instance.inc | 73 +---------------------
gsb_feature_publication_ct.info | 1 -
2 files changed, 1 insertion(+), 73 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3329 Added field_month
...ture_publication_ct.features.field_instance.inc | 148 ++++++++++-----------
gsb_feature_publication_ct.field_group.inc | 7 +-
gsb_feature_publication_ct.info | 2 +-
gsb_feature_publication_ct.strongarm.inc | 6 +-
4 files changed, 76 insertions(+), 87 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3303: Relabel and reorder taxonomy fields.
gsb_feature_publication_ct.features.field_instance.inc | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3303: Relabel and reorder taxonomy fields.
...eature_publication_ct.features.field_instance.inc | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3163-1 Label and help text changes
...ture_publication_ct.features.field_instance.inc | 149 +++++++++++++--------
gsb_feature_publication_ct.features.inc | 2 +-
gsb_feature_publication_ct.field_group.inc | 20 +--
gsb_feature_publication_ct.module | 7 +
gsb_feature_publication_ct.strongarm.inc | 2 +-
5 files changed, 116 insertions(+), 64 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3230: Relabel Author add/remove buttons.
gsb_feature_publication_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3230: Relabel Author add/remove buttons.
...ture_publication_ct.features.field_instance.inc | 64 ++++++++++++++++++++++
1 file changed, 64 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3229: Rename Authors field label to Authors & Co-Authors in Publication CT.
...ture_publication_ct.features.field_instance.inc | 68 +++++++++++++++++++++-
1 file changed, 66 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3165: update labels on detail, listing and view content pane.
gsb_feature_publication_ct.ds.inc | 30 ++++++++++++++++++------------
1 file changed, 18 insertions(+), 12 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-2963: Remove second asterisk on Publication Year.
gsb_feature_publication_ct.module | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
WP-3267: Add publication date field.
...ture_publication_ct.features.field_instance.inc | 87 ++++++++++++++++++++--
gsb_feature_publication_ct.field_group.inc | 8 +-
gsb_feature_publication_ct.info | 1 +
gsb_feature_publication_ct.strongarm.inc | 8 +-
4 files changed, 89 insertions(+), 15 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3204: Move faculty role specific code to gsb_faculty_role.module.
gsb_feature_publication_ct.module | 18 ------------------
1 file changed, 18 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3204: Move faculty role specific code to gsb_faculty_role.module.
gsb_feature_publication_ct.module | 18 ------------------
1 file changed, 18 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3215: Move field_author specific code to gsb_field_authors.
gsb_feature_publication_ct.module | 9 ---------
1 file changed, 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3163 More form cleanup. New field labels
...ture_publication_ct.features.field_instance.inc | 28 +++++++++++-----------
gsb_feature_publication_ct.field_group.inc | 7 +++---
2 files changed, 18 insertions(+), 17 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3128: Hide specific fields on the publications form for faculty role.
gsb_feature_publication_ct.module | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3113: Publication fields Volume, Issue, and Pages are now 12 characters wide.
gsb_feature_publication_ct.features.field_instance.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3127: Add submit field.
README.md | 0
gsb_feature_publication_ct.ds.inc | 0
...ture_publication_ct.features.field_instance.inc | 73 +++++++++++++++++++---
gsb_feature_publication_ct.features.inc | 0
gsb_feature_publication_ct.field_group.inc | 8 +--
gsb_feature_publication_ct.info | 5 +-
gsb_feature_publication_ct.module | 0
gsb_feature_publication_ct.strongarm.inc | 6 +-
8 files changed, 74 insertions(+), 18 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3163 Added a little bit more help text
gsb_feature_publication_ct.module | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3163 Rearranged fields and add help text
...ture_publication_ct.features.field_instance.inc | 105 +++++++++++----------
gsb_feature_publication_ct.field_group.inc | 8 +-
gsb_feature_publication_ct.strongarm.inc | 8 +-
3 files changed, 63 insertions(+), 58 deletions(-)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-2989 Moved some of form alter to be handled in the base field.
gsb_feature_publication_ct.module | 35 +----------------------------------
1 file changed, 1 insertion(+), 34 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-2919 Added test of node type to be publication.
gsb_feature_publication_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-2919 Added hook for presave node.
gsb_feature_publication_ct.module | 96 +++++++++++++++++++++++++--------------
1 file changed, 62 insertions(+), 34 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-2919 Cleaning up the code after testing.
gsb_feature_publication_ct.module | 103 +++-----------------------------------
1 file changed, 8 insertions(+), 95 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-2919 Small changes related to testing results.
gsb_feature_publication_ct.module | 24 ++++++++++++++++++------
1 file changed, 18 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-2919 Initial checkin for this, just to save off my work so far.
gsb_feature_publication_ct.module | 146 ++++++++++++++++++++++++++++++++++++++
1 file changed, 146 insertions(+)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-2919 Added test of node type to be publication.
gsb_feature_publication_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-2919 Added hook for presave node.
gsb_feature_publication_ct.module | 96 +++++++++++++++++++++++++--------------
1 file changed, 62 insertions(+), 34 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2956: add comma separation.
gsb_feature_publication_ct.ds.inc | 35 ++++++++---------
...ture_publication_ct.features.field_instance.inc | 10 ++---
gsb_feature_publication_ct.field_group.inc | 45 +++++++++++++++++-----
gsb_feature_publication_ct.info | 1 +
4 files changed, 59 insertions(+), 32 deletions(-)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-2919 Cleaning up the code after testing.
gsb_feature_publication_ct.module | 103 +++-----------------------------------
1 file changed, 8 insertions(+), 95 deletions(-)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-2919 Small changes related to testing results.
gsb_feature_publication_ct.module | 24 ++++++++++++++++++------
1 file changed, 18 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-2919 Initial checkin for this, just to save off my work so far.
gsb_feature_publication_ct.module | 146 ++++++++++++++++++++++++++++++++++++++
1 file changed, 146 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 11 months ago author: Tim Plunkett, 2 years, 11 months ago
WP-2930: Enforce per-view mode settings for extra fields on publications.
gsb_feature_publication_ct.strongarm.inc | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2906: add comma separation.
gsb_feature_publication_ct.features.field_instance.inc | 5 +++--
gsb_feature_publication_ct.strongarm.inc | 4 ++++
2 files changed, 7 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2871: add new field group to displays.
gsb_feature_publication_ct.ds.inc | 84 +++++++-------
...ture_publication_ct.features.field_instance.inc | 54 ++++-----
gsb_feature_publication_ct.field_group.inc | 127 +++++++++++++++++++--
gsb_feature_publication_ct.info | 3 +
gsb_feature_publication_ct.strongarm.inc | 2 +-
5 files changed, 194 insertions(+), 76 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2862: Add Authors field to searchable fields.
...ture_publication_ct.features.field_instance.inc | 27 ++++++++++++++--------
1 file changed, 17 insertions(+), 10 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2871: add new field group to displays.
gsb_feature_publication_ct.ds.inc | 84 +++++++-------
...ture_publication_ct.features.field_instance.inc | 54 ++++-----
gsb_feature_publication_ct.field_group.inc | 127 +++++++++++++++++++--
gsb_feature_publication_ct.info | 3 +
gsb_feature_publication_ct.strongarm.inc | 2 +-
5 files changed, 194 insertions(+), 76 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2870 Removed workbench section field
gsb_feature_publication_ct.info | 1 +
gsb_feature_publication_ct.strongarm.inc | 7 +++++++
2 files changed, 8 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2870 Removed workbench section field
gsb_feature_publication_ct.info | 1 +
gsb_feature_publication_ct.strongarm.inc | 7 +++++++
2 files changed, 8 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2862: Add Authors field to searchable fields.
...ture_publication_ct.features.field_instance.inc | 27 ++++++++++++++--------
1 file changed, 17 insertions(+), 10 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2840: Change Publication URL Alias pattern.
gsb_feature_publication_ct.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2831-1 Attempt to remove the group_publication_details field group
gsb_feature_publication_ct.ds.inc | 20 +++++++-------------
gsb_feature_publication_ct.field_group.inc | 1 -
2 files changed, 7 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2831-1 Attempt to remove the group_publication_details field group
gsb_feature_publication_ct.ds.inc | 102 ++++++-------
...ture_publication_ct.features.field_instance.inc | 126 ++++++++--------
gsb_feature_publication_ct.field_group.inc | 160 +++------------------
gsb_feature_publication_ct.info | 7 +-
gsb_feature_publication_ct.strongarm.inc | 17 ++-
5 files changed, 148 insertions(+), 264 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2839: add wrapper for featured journals.
gsb_feature_publication_ct.ds.inc | 24 +++++++------
...ture_publication_ct.features.field_instance.inc | 40 +++++++++++-----------
gsb_feature_publication_ct.field_group.inc | 36 +++++++++++++++++--
gsb_feature_publication_ct.info | 1 +
gsb_feature_publication_ct.strongarm.inc | 2 +-
5 files changed, 69 insertions(+), 34 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2839: add wrapper for featured journals.
gsb_feature_publication_ct.ds.inc | 24 +++++++------
...ture_publication_ct.features.field_instance.inc | 40 +++++++++++-----------
gsb_feature_publication_ct.field_group.inc | 36 +++++++++++++++++--
gsb_feature_publication_ct.info | 1 +
gsb_feature_publication_ct.strongarm.inc | 2 +-
5 files changed, 69 insertions(+), 34 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2731: Make Alumni Mentioned checkboxes as hardcoded markup to avoid states.js bug.
gsb_feature_publication_ct.module | 20 +++++---------------
1 file changed, 5 insertions(+), 15 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2790: update listing settings.
gsb_feature_publication_ct.ds.inc | 40 ++++++++++++++++++----
...ture_publication_ct.features.field_instance.inc | 10 ++----
2 files changed, 36 insertions(+), 14 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2790: update listing settings.
gsb_feature_publication_ct.ds.inc | 40 ++++++++++++++++++----
...ture_publication_ct.features.field_instance.inc | 10 ++----
2 files changed, 36 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2831 Changed to set data to an empty array
gsb_feature_publication_ct.field_group.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2789: add convert to month.
gsb_feature_publication_ct.ds.inc | 24 ++++++++++++++++++----
...ture_publication_ct.features.field_instance.inc | 20 ++++++------------
gsb_feature_publication_ct.field_group.inc | 5 +----
gsb_feature_publication_ct.strongarm.inc | 4 ++++
4 files changed, 31 insertions(+), 22 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2789: add convert to month.
gsb_feature_publication_ct.ds.inc | 24 ++++++++++++++++++----
...ture_publication_ct.features.field_instance.inc | 20 ++++++------------
gsb_feature_publication_ct.field_group.inc | 5 +----
gsb_feature_publication_ct.strongarm.inc | 4 ++++
4 files changed, 31 insertions(+), 22 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2791: add wrapper for document links.
gsb_feature_publication_ct.ds.inc | 36 ++++++++++++----------
...ture_publication_ct.features.field_instance.inc | 34 ++++++++++----------
gsb_feature_publication_ct.field_group.inc | 34 +++++++++++++++++++-
gsb_feature_publication_ct.info | 1 +
gsb_feature_publication_ct.strongarm.inc | 2 +-
5 files changed, 71 insertions(+), 36 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2791: change wrapper and add authors.
gsb_feature_publication_ct.ds.inc | 40 +++++++++++-----------
...ture_publication_ct.features.field_instance.inc | 38 ++++++++++----------
gsb_feature_publication_ct.field_group.inc | 28 +++++++++++++++
gsb_feature_publication_ct.info | 1 +
gsb_feature_publication_ct.strongarm.inc | 2 +-
5 files changed, 69 insertions(+), 40 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2791: add faculty authors on right.
gsb_feature_publication_ct.ds.inc | 38 ++++++++++++----------
...ture_publication_ct.features.field_instance.inc | 34 +++++++++----------
gsb_feature_publication_ct.strongarm.inc | 9 ++++-
3 files changed, 46 insertions(+), 35 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2791: link authors and include by label on detail.
gsb_feature_publication_ct.ds.inc | 2 ++
gsb_feature_publication_ct.features.field_instance.inc | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2791: export publication display suite config.
gsb_feature_publication_ct.ds.inc | 537 +++++++++++---
...ture_publication_ct.features.field_instance.inc | 803 +++++++++++++++------
gsb_feature_publication_ct.field_group.inc | 152 ++--
gsb_feature_publication_ct.info | 11 +-
gsb_feature_publication_ct.strongarm.inc | 51 +-
5 files changed, 1163 insertions(+), 391 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2791: add wrapper for document links.
gsb_feature_publication_ct.ds.inc | 36 ++++++++++++----------
...ture_publication_ct.features.field_instance.inc | 34 ++++++++++----------
gsb_feature_publication_ct.field_group.inc | 34 +++++++++++++++++++-
gsb_feature_publication_ct.info | 1 +
gsb_feature_publication_ct.strongarm.inc | 2 +-
5 files changed, 71 insertions(+), 36 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2791: change wrapper and add authors.
gsb_feature_publication_ct.ds.inc | 40 +++++++++++-----------
...ture_publication_ct.features.field_instance.inc | 38 ++++++++++----------
gsb_feature_publication_ct.field_group.inc | 28 +++++++++++++++
gsb_feature_publication_ct.info | 1 +
gsb_feature_publication_ct.strongarm.inc | 2 +-
5 files changed, 69 insertions(+), 40 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2791: add faculty authors on right.
gsb_feature_publication_ct.ds.inc | 38 ++++++++++++----------
...ture_publication_ct.features.field_instance.inc | 34 +++++++++----------
gsb_feature_publication_ct.strongarm.inc | 9 ++++-
3 files changed, 46 insertions(+), 35 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Tim Plunkett, 2 years, 11 months ago
WP-2822: Opt into the gsb_feature_base_fields_faculty_authors display.
gsb_feature_publication_ct.module | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2791: link authors and include by label on detail.
gsb_feature_publication_ct.ds.inc | 2 ++
gsb_feature_publication_ct.features.field_instance.inc | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2791: export publication display suite config.
gsb_feature_publication_ct.ds.inc | 537 +++++++++++---
...ture_publication_ct.features.field_instance.inc | 803 +++++++++++++++------
gsb_feature_publication_ct.field_group.inc | 152 ++--
gsb_feature_publication_ct.info | 11 +-
gsb_feature_publication_ct.strongarm.inc | 51 +-
5 files changed, 1163 insertions(+), 391 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 11 months ago author: Tim Plunkett, 2 years, 11 months ago
WP-2822: Opt into the gsb_feature_base_fields_faculty_authors display.
gsb_feature_publication_ct.module | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2775: Add asterisk for Publication Date Year field.
gsb_feature_publication_ct.module | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2761: Change Publication Date Month/Day to Month and Day separate fields. Rearrange taxonomy fields.
README.md | 0
gsb_feature_publication_ct.ds.inc | 0
...ture_publication_ct.features.field_instance.inc | 113 +++++++---
gsb_feature_publication_ct.features.inc | 2 +-
gsb_feature_publication_ct.field_group.inc | 230 ++-------------------
gsb_feature_publication_ct.info | 10 +-
gsb_feature_publication_ct.strongarm.inc | 4 +-
7 files changed, 109 insertions(+), 250 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2760: Show/Hide behaviour for Alumni Story in Publication CT.
gsb_feature_publication_ct.module | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2761: Change Publication Date Month/Day to Month and Day separate fields. Rearrange taxonomy fields.
README.md | 0
gsb_feature_publication_ct.ds.inc | 0
...ture_publication_ct.features.field_instance.inc | 113 +++++++---
gsb_feature_publication_ct.features.inc | 2 +-
gsb_feature_publication_ct.field_group.inc | 230 ++-------------------
gsb_feature_publication_ct.info | 10 +-
gsb_feature_publication_ct.strongarm.inc | 4 +-
7 files changed, 109 insertions(+), 250 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2568: Add Form adjustments and validations for Publication CT. Change publication ct title field label.
gsb_feature_publication_ct.features.inc | 2 +-
gsb_feature_publication_ct.module | 82 ++++++++++++++++++++++++++++-----
2 files changed, 72 insertions(+), 12 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2568: Rebuild Publication CT according to new specs. Replace fields and rearrange edit form.
...ture_publication_ct.features.field_instance.inc | 1200 +++++++++-----------
gsb_feature_publication_ct.features.inc | 5 +-
gsb_feature_publication_ct.field_group.inc | 368 ++++++
gsb_feature_publication_ct.info | 49 +-
gsb_feature_publication_ct.strongarm.inc | 54 +-
5 files changed, 950 insertions(+), 726 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
adding label to search field
gsb_feature_publication_ct.features.field_instance.inc | 1 +
gsb_feature_publication_ct.info | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1062: Change image formatter to GSB Image
gsb_feature_publication_ct.features.field_instance.inc | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Add image help text.
gsb_feature_publication_ct.features.field_instance.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: 32i, 3 years, 7 months ago author: 32i, 3 years, 7 months ago
wp-1409 get rid of solr on publication pages; gsb_feature_publication_ct update;
...ture_publication_ct.features.field_instance.inc | 72 ++++++++++++++++++++++
gsb_feature_publication_ct.info | 30 ++++++++-
2 files changed, 101 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
adding pathauto pattern for publication ct
gsb_feature_publication_ct.info | 3 ++-
gsb_feature_publication_ct.strongarm.inc | 7 +++++++
2 files changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Publication: update ds teaser.
gsb_feature_publication_ct.ds.inc | 83 ++++++++++++++--------
...ture_publication_ct.features.field_instance.inc | 55 +++++++-------
gsb_feature_publication_ct.field_group.inc | 2 +-
3 files changed, 83 insertions(+), 57 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Bizin: update the ds mode for citation.
gsb_feature_publication_ct.ds.inc | 101 +++++++++++++++++++--
...ture_publication_ct.features.field_instance.inc | 40 ++++----
gsb_feature_publication_ct.field_group.inc | 2 +-
gsb_feature_publication_ct.info | 2 +-
4 files changed, 114 insertions(+), 31 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
adding addthis field instance
gsb_feature_publication_ct.ds.inc | 52 +++++++++--------
...ture_publication_ct.features.field_instance.inc | 66 ++++++++++++++++++++--
gsb_feature_publication_ct.field_group.inc | 2 +-
gsb_feature_publication_ct.info | 6 +-
4 files changed, 95 insertions(+), 31 deletions(-)

view commit - committer: Greg Mercer, 3 years, 8 months ago author: Greg Mercer, 3 years, 8 months ago
Added a node form alter hook.
gsb_feature_publication_ct.module | 45 +++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Fix tags wrapper.
gsb_feature_publication_ct.field_group.inc | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move base fields into gsb_feature_base_fields.
gsb_feature_publication_ct.features.field_base.inc | 198 ---------------------
gsb_feature_publication_ct.info | 13 +-
2 files changed, 1 insertion(+), 210 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Update publication ds for detail page.
gsb_feature_publication_ct.ds.inc | 234 +++++++++++++++------
...ture_publication_ct.features.field_instance.inc | 34 ++-
gsb_feature_publication_ct.field_group.inc | 37 +++-
gsb_feature_publication_ct.info | 3 +
4 files changed, 229 insertions(+), 79 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Update the business insights view mode display suite settings.
gsb_feature_publication_ct.ds.inc | 56 ++++----
...ture_publication_ct.features.field_instance.inc | 152 +++++++++------------
gsb_feature_publication_ct.field_group.inc | 2 +-
gsb_feature_publication_ct.info | 1 +
4 files changed, 92 insertions(+), 119 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Update features for base/instance split.
gsb_feature_publication_ct.features.field.inc | 2394 --------------------
gsb_feature_publication_ct.features.field_base.inc | 198 ++
...ture_publication_ct.features.field_instance.inc | 1733 ++++++++++++++
gsb_feature_publication_ct.info | 55 +-
4 files changed, 1964 insertions(+), 2416 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Add ds settings for business insight mode.
gsb_feature_publication_ct.ds.inc | 70 ++++++++++++++++++
gsb_feature_publication_ct.features.field.inc | 100 ++++++++++----------------
gsb_feature_publication_ct.field_group.inc | 34 +++++++++
gsb_feature_publication_ct.info | 3 +
4 files changed, 144 insertions(+), 63 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Add business insights view mode.
gsb_feature_publication_ct.features.field.inc | 215 ++++++++++++++++++++++++++
gsb_feature_publication_ct.strongarm.inc | 9 ++
2 files changed, 224 insertions(+)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: teaser display for Publications
gsb_feature_publication_ct.ds.inc | 123 ++++++++++++++----
gsb_feature_publication_ct.features.field.inc | 173 +++++++++++++++++---------
gsb_feature_publication_ct.field_group.inc | 42 +++++--
gsb_feature_publication_ct.info | 4 +
4 files changed, 256 insertions(+), 86 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Update fieldgroup for commas.
gsb_feature_publication_ct.features.field.inc | 48 ++++++++++++++++++---------
gsb_feature_publication_ct.features.inc | 4 +++
gsb_feature_publication_ct.field_group.inc | 2 +-
gsb_feature_publication_ct.info | 1 +
4 files changed, 38 insertions(+), 17 deletions(-)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: Publication content type display managing, file field added, Default display managed.
gsb_feature_publication_ct.ds.inc | 142 +++++++++++++++++
gsb_feature_publication_ct.features.field.inc | 214 +++++++++++++++++---------
gsb_feature_publication_ct.features.inc | 4 +
gsb_feature_publication_ct.field_group.inc | 71 +++++++--
gsb_feature_publication_ct.info | 10 +-
gsb_feature_publication_ct.strongarm.inc | 41 ++++-
6 files changed, 389 insertions(+), 93 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Update fields.
gsb_feature_publication_ct.features.field.inc | 550 ++++++++++++--------------
gsb_feature_publication_ct.features.inc | 2 +-
gsb_feature_publication_ct.field_group.inc | 48 +++
gsb_feature_publication_ct.info | 11 +-
gsb_feature_publication_ct.strongarm.inc | 4 +-
5 files changed, 314 insertions(+), 301 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
added the related links field
gsb_feature_publication_ct.features.field.inc | 130 ++++++++++++++++++++++++--
gsb_feature_publication_ct.info | 3 +
gsb_feature_publication_ct.strongarm.inc | 6 +-
3 files changed, 127 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
initial commit for publication ct
gsb_feature_publication_ct.features.field.inc | 1986 +++++++++++++++++++++++++
gsb_feature_publication_ct.features.inc | 32 +
gsb_feature_publication_ct.info | 53 +
gsb_feature_publication_ct.module | 7 +
gsb_feature_publication_ct.strongarm.inc | 78 +
5 files changed, 2156 insertions(+)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Initial commit
README.md | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_feature_links_fpp
===========================================
view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago
WP-6140 Changing prerender alter to look for 'show-more-less' prefix
gsb_feature_links_fpp.module | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-5999 Added check for #id and added class for show-more field group
gsb_feature_links_fpp.field_group.inc | 2 +-
gsb_feature_links_fpp.module | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5433 Added empty test to remove watchdog warnings
gsb_feature_links_fpp.module | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
Adding test for empty to fix a warning we were getting.
gsb_feature_links_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5362 Remove the show-more-less classes if field_link_display_show_more not set to true
gsb_feature_links_fpp.module | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5362 Added field group group_show_more
gsb_feature_links_fpp.field_group.inc | 45 +++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5362 Added field group group_show_more
gsb_feature_links_fpp.features.inc | 3 +++
gsb_feature_links_fpp.info | 3 +++
2 files changed, 6 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5362 Adding field instance for field_link_display_show_more
gsb_feature_links_fpp.features.field_instance.inc | 53 +++++++++++++++++++++++
gsb_feature_links_fpp.info | 1 +
2 files changed, 54 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5362 Adding new ds group field for fielditems showmoreless.js
gsb_feature_links_fpp.ds.inc | 46 +++++++++++++++++++++++
gsb_feature_links_fpp.features.field_instance.inc | 32 +++++-----------
gsb_feature_links_fpp.features.inc | 3 ++
gsb_feature_links_fpp.info | 3 ++
gsb_feature_links_fpp.module | 2 +-
gsb_feature_links_fpp.strongarm.inc | 11 +++++-
6 files changed, 73 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Remove panopoly items.
gsb_feature_links_fpp.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago
WP-4251 Changed from red-bar to black-bar
gsb_feature_links_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_links_fpp.features.field_instance.inc | 20 ++++++++++++++++++++
gsb_feature_links_fpp.features.inc | 3 +--
gsb_feature_links_fpp.info | 3 +--
3 files changed, 22 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
Changed the field order so that the reusable section is at the bottom of the form
gsb_feature_links_fpp.features.field_instance.inc | 6 +++---
gsb_feature_links_fpp.info | 2 +-
gsb_feature_links_fpp.strongarm.inc | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: 32i, 3 years, 7 months ago author: 32i, 3 years, 7 months ago
wp-1399 add description for title field;
gsb_feature_links_fpp.features.field_instance.inc | 3 ++-
gsb_feature_links_fpp.info | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)

view commit - committer: 32i, 3 years, 7 months ago author: 32i, 3 years, 7 months ago
wp-1396, wp-1395, wp-1394 make style field required for links fpp; make title field non-required for links fpp; remove none option from the style field for links fpp;
gsb_feature_links_fpp.features.field_instance.inc | 4 ++--
gsb_feature_links_fpp.info | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: 32i, 3 years, 8 months ago author: 32i, 3 years, 8 months ago
added comments to function
gsb_feature_links_fpp.module | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago WP-1328 Add Styles dropdown to links fpp.
Merge pull request #1 from 32i/master
view commit - committer: 32i, 3 years, 8 months ago author: 32i, 3 years, 8 months ago
wp-1328 fixed wrong variable name;
gsb_feature_links_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: 32i, 3 years, 8 months ago author: 32i, 3 years, 8 months ago
wp-1328 fixing my own hurry; thanks Tim for that;
gsb_feature_links_fpp.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: 32i, 3 years, 8 months ago author: 32i, 3 years, 8 months ago
wp-1328 fix code styling issues;
gsb_feature_links_fpp.module | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

view commit - committer: 32i, 3 years, 8 months ago author: 32i, 3 years, 8 months ago
wp-1328 added styles option to links fpp;
gsb_feature_links_fpp.features.field_instance.inc | 47 ++++++++++++++++++++++-
gsb_feature_links_fpp.info | 3 ++
gsb_feature_links_fpp.module | 9 +++++
3 files changed, 58 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Switch defaultconfig to strongarm.
gsb_feature_links_fpp.features.defaultconfig.inc | 62 ------------------------
gsb_feature_links_fpp.features.inc | 15 ++++++
gsb_feature_links_fpp.info | 6 ++-
gsb_feature_links_fpp.module | 4 +-
gsb_feature_links_fpp.strongarm.inc | 51 +++++++++++++++++++
5 files changed, 73 insertions(+), 65 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Update features for base/instance split.
gsb_feature_links_fpp.info | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Update features for base/instance split.
gsb_feature_links_fpp.features.field.inc | 191 ----------------------
gsb_feature_links_fpp.features.field_instance.inc | 132 +++++++++++++++
gsb_feature_links_fpp.info | 9 +-
3 files changed, 138 insertions(+), 194 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Rename field_tile to field_title.
gsb_feature_links_fpp.features.field.inc | 8 ++++----
gsb_feature_links_fpp.info | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
added fields for the fpp
gsb_feature_links_fpp.features.defaultconfig.inc | 62 ++++++++
gsb_feature_links_fpp.features.field.inc | 191 +++++++++++++++++++++++
gsb_feature_links_fpp.info | 11 +-
gsb_feature_links_fpp.module | 1 -
4 files changed, 262 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Changed the pane category and the label.
gsb_feature_links_fpp.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
initial commit for new fpp
gsb_feature_links_fpp.info | 7 +++++++
gsb_feature_links_fpp.module | 25 +++++++++++++++++++++++++
2 files changed, 32 insertions(+)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Initial commit
README.md | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_feature_media_item_ct
===========================================
view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago
WP-5163: Update default moderation state.
gsb_feature_media_item_ct.features.field_instance.inc | 1 +
gsb_feature_media_item_ct.features.inc | 1 +
gsb_feature_media_item_ct.info | 4 ++--
gsb_feature_media_item_ct.strongarm.inc | 4 ++--
4 files changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago
Add help text for media item.
gsb_feature_media_item_ct.features.field_instance.inc | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago
WP-3567: Make link field not required.
gsb_feature_media_item_ct.features.field_instance.inc | 9 +++++----
gsb_feature_media_item_ct.info | 2 +-
2 files changed, 6 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3469: Set default Profile Visibility as Visible when pre-filling author from Faculty node.
gsb_feature_media_item_ct.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3468: Set Profile Visibility to Hidden by default.
gsb_feature_media_item_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3475: Hide the visibility field from the form for everyone except administrator.
gsb_feature_media_item_ct.module | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3469: Set default Profile Visibility as Visible when pre-filling author from Faculty node.
gsb_feature_media_item_ct.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3468: Set Profile Visibility to Hidden by default.
gsb_feature_media_item_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3475: Hide the visibility field from the form for everyone except administrator.
gsb_feature_media_item_ct.module | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3474: Relabel Media Item description field.
gsb_feature_media_item_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago
WP-3485: Make month default to none.
gsb_feature_media_item_ct.features.field_instance.inc | 8 ++------
gsb_feature_media_item_ct.info | 5 ++---
2 files changed, 4 insertions(+), 9 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3478: Change 'Profile Visibility' to 'Display on Profile'.
gsb_feature_media_item_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3397: Pre-fill Media Item author with faculty profile.
gsb_feature_media_item_ct.module | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3397: Pre-fill Media Item author with faculty profile.
gsb_feature_media_item_ct.module | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3395: update field wrapper.
gsb_feature_media_item_ct.field_group.inc | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3395: update field order.
gsb_feature_media_item_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3399: Rearrange fields in Media Item.
gsb_feature_media_item_ct.features.field_instance.inc | 6 +++---
gsb_feature_media_item_ct.field_group.inc | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3399: Rearrange fields in Media Item.
gsb_feature_media_item_ct.features.field_instance.inc | 7 ++++---
gsb_feature_media_item_ct.field_group.inc | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3398: In Media Item, change the Icon label.
gsb_feature_media_item_ct.features.field_instance.inc | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3329 Adding in the field group for date fields
...ature_media_item_ct.features.field_instance.inc | 12 +++---
gsb_feature_media_item_ct.field_group.inc | 44 ++++++++++++++++++++++
gsb_feature_media_item_ct.strongarm.inc | 6 +--
3 files changed, 53 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3329 Added year, month, day date fields
...ature_media_item_ct.features.field_instance.inc | 255 +++++++++++++++------
gsb_feature_media_item_ct.features.inc | 3 +
gsb_feature_media_item_ct.info | 11 +-
gsb_feature_media_item_ct.strongarm.inc | 6 +-
4 files changed, 206 insertions(+), 69 deletions(-)

view commit - committer: Greg Mercer, 2 years, 9 months ago author: Greg Mercer, 2 years, 9 months ago
WP-3220 Set default for field_profile_visibility
gsb_feature_media_item_ct.features.field_instance.inc | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 10 months ago author: Alexei Gorobets, 2 years, 10 months ago
WP-3150: Set the author of the node to whomever is chosen in the faculty reference field.
gsb_feature_media_item_ct.module | 13 +++++++++++++
1 file changed, 13 insertions(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3127: Add submit field
...ature_media_item_ct.features.field_instance.inc | 55 +++++++++++++++++++---
gsb_feature_media_item_ct.info | 5 +-
gsb_feature_media_item_ct.strongarm.inc | 8 ++--
3 files changed, 56 insertions(+), 12 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 10 months ago author: Alexei Gorobets, 2 years, 10 months ago
WP-2558: Add Media Item CT.
gsb_feature_media_item_ct.features.field_base.inc | 71 ++++
...ature_media_item_ct.features.field_instance.inc | 384 +++++++++++++++++++++
gsb_feature_media_item_ct.features.inc | 31 ++
gsb_feature_media_item_ct.info | 56 +++
gsb_feature_media_item_ct.module | 7 +
gsb_feature_media_item_ct.strongarm.inc | 251 ++++++++++++++
6 files changed, 800 insertions(+)

===========================================
./gsb_feature_program_ct
===========================================
view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago
WP-7663 Removed field instance field_image_key_image from Program CT
gsb_feature_program_ct.features.field_instance.inc | 144 ---------------------
gsb_feature_program_ct.field_group.inc | 1 -
gsb_feature_program_ct.info | 1 -
3 files changed, 146 deletions(-)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago
WP-7616 Removed a duplicate item being added to the list_items - cause from a merge issue
gsb_feature_program_ct.module | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago
WP-7640 Added checks for empty when creating the Explore More list
gsb_feature_program_ct.module | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago
WP-7616 Added class field-type-text to the program-faculty-courses
gsb_feature_program_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago
WP-7624 resolved merge conflict and fixed related bug
gsb_feature_program_ct.module | 47 ++++++++++++++++++++++++++++++++++++++++---
1 file changed, 44 insertions(+), 3 deletions(-)

view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago
WP-7624 modified open in new window logic for programs in faculty profile
gsb_feature_program_ct.module | 42 +++++++++++++++++++++++++++++++++++++++++-
1 file changed, 41 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago
WP-7616: update the custom ee fields.
gsb_feature_program_ct.module | 28 ++++++++--------------------
1 file changed, 8 insertions(+), 20 deletions(-)

view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago
WP-7094: add label class to title.
gsb_feature_program_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago
WP-7469 Changed how we form the program_listing_page_url
gsb_feature_program_ct.module | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago
WP-7469 Changed how we form the program_listing_page_url
gsb_feature_program_ct.module | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago
WP-7547: add back the ul.
gsb_feature_program_ct.ds.inc | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago
WP-7540 Changed to use leftJoins for field_data_field_instance_text and field_data_field_instance_date
gsb_feature_program_ct.module | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago
WP-7540 Changed to use leftJoins for field_data_field_instance_text and field_data_field_instance_date
gsb_feature_program_ct.module | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago
WP-7486 Added new fields to concat search field
gsb_feature_program_ct.features.field_instance.inc | 27 ++++++++++++++++++----
gsb_feature_program_ct.info | 2 +-
2 files changed, 23 insertions(+), 6 deletions(-)

view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago
WP-7539 Added image style to display image
ee_section_header.theme.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago
WP-7527 Changed code to display either just date, date and description, or just description
gsb_feature_program_ct.module | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago
WP-7527 Changed code to display either just date, date and description, or just description
gsb_feature_program_ct.module | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago
WP-7525 Added new field group: group_who_should_attend - to setup show-more needed css classes
gsb_feature_program_ct.ds.inc | 15 ++++------
gsb_feature_program_ct.features.field_instance.inc | 30 ++++++++++----------
gsb_feature_program_ct.field_group.inc | 32 ++++++++++++++++++++++
gsb_feature_program_ct.info | 1 +
gsb_feature_program_ct.strongarm.inc | 16 +++++------
5 files changed, 62 insertions(+), 32 deletions(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago
WP-7525 Added new field group: group_who_should_attend - to setup show-more needed css classes
gsb_feature_program_ct.ds.inc | 15 ++++------
gsb_feature_program_ct.features.field_instance.inc | 30 ++++++++++----------
gsb_feature_program_ct.field_group.inc | 32 ++++++++++++++++++++++
gsb_feature_program_ct.info | 1 +
gsb_feature_program_ct.strongarm.inc | 16 +++++------
5 files changed, 62 insertions(+), 32 deletions(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Ayuta Padhi, 5 months ago
WP-7496 Modified the custom block names
gsb_feature_program_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago
WP-7525 Added new field group: group_who_should_attend - to setup show-more needed css classes
gsb_feature_program_ct.ds.inc | 66 +++++++++++-----------
gsb_feature_program_ct.features.field_instance.inc | 4 +-
gsb_feature_program_ct.field_group.inc | 34 ++++++++++-
gsb_feature_program_ct.info | 1 +
4 files changed, 68 insertions(+), 37 deletions(-)

view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago
WP-7496 Modified the custom block names
gsb_feature_program_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago
WP-7531: export the ds settings.
gsb_feature_program_ct.ds.inc | 67 +++++++++++++++++++++++++++++++++++++++++++
gsb_feature_program_ct.info | 2 ++
2 files changed, 69 insertions(+)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7531: export the setting for who should attend field for ppp.
gsb_feature_program_ct.features.field_instance.inc | 342 +++++++++++++++++++--
gsb_feature_program_ct.strongarm.inc | 35 +++
2 files changed, 355 insertions(+), 22 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7524: export group wrapper settings.
gsb_feature_program_ct.ds.inc | 25 +++++++++++++++++++------
gsb_feature_program_ct.field_group.inc | 15 ++++++++++-----
gsb_feature_program_ct.strongarm.inc | 6 ++++++
3 files changed, 35 insertions(+), 11 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7524: export group wrapper settings.
gsb_feature_program_ct.ds.inc | 25 +++++++++++++++++++------
gsb_feature_program_ct.field_group.inc | 15 ++++++++++-----
gsb_feature_program_ct.strongarm.inc | 6 ++++++
3 files changed, 35 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Ayuta Padhi, 6 months ago
WP-7491 Fixed program title link to detail page
gsb_feature_program_ct.module | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Ayuta Padhi, 6 months ago
WP-7485 WP-7470 updated searchable fields for program ct and bug fix for not to display related hidden program instance
gsb_feature_program_ct.features.field_instance.inc | 27 ++++++++++++++++++----
gsb_feature_program_ct.module | 8 +++----
2 files changed, 26 insertions(+), 9 deletions(-)

view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago
WP-7491 Fixed program title link to detail page
gsb_feature_program_ct.module | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago
WP-7485 WP-7470 updated searchable fields for program ct and bug fix for not to display related hidden program instance
gsb_feature_program_ct.features.field_instance.inc | 27 ++++++++++++++++++----
gsb_feature_program_ct.module | 8 +++----
2 files changed, 26 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Ayuta Padhi, 6 months ago
WP-7499 added logic to limit adding program instance wrapper only to program ct
gsb_feature_program_ct.module | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)

view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago
WP-7499 added logic to limit adding program instance wrapper only to program ct
gsb_feature_program_ct.module | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7461: fix spelling.
gsb_feature_program_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago
WP-6719 Added check to only show schedule if it has a date value
gsb_feature_program_ct.module | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago
WP-7403 Removing check for is_application_open
gsb_feature_program_ct.module | 3 ---
1 file changed, 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Ayuta Padhi, 6 months ago
WP-7344 fix for updating youtube thumbnails
gsb_feature_program_ct.module | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago
WP-7344 fix for updating youtube thumbnails
gsb_feature_program_ct.module | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7370 Added leading slash to the payment_cancellation href
gsb_feature_program_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer, 6 months ago
WP-7381 Another adjustment to how prequalification_url is added. Now it will display as along as there is at least one pi with the 'display on' set to true.
ee_section_apply_brochure.theme.inc | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7381 Another adjustment to how prequalification_url is added. Now it will display as along as there is at least one pi with the 'display on' set to true.
ee_section_apply_brochure.theme.inc | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7346 Adding instance text to instance hdr if there is no formatted date value.
gsb_feature_program_ct.module | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7403 Added check for 'is application open' when getting the list of faculty directors.
gsb_feature_program_ct.module | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Ayuta Padhi, 6 months ago
WP-7357 bug fix for open in new window for location
gsb_feature_program_ct.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago
WP-7357 bug fix for open in new window for location
gsb_feature_program_ct.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer, 6 months ago
WP-7381 Moved the render of the prequalification_url so that it no longer requires an open program instance.
ee_section_apply_brochure.theme.inc | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7381 Moved the render of the prequalification_url so that it no longer requires an open program instance.
ee_section_apply_brochure.theme.inc | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer, 6 months ago
WP-7381 Added query condition to check if pi field_is_application_open_value equal to 1 (open)
ee_section_apply_brochure.theme.inc | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7381 Added query condition to check if pi field_is_application_open_value equal to 1 (open)
ee_section_apply_brochure.theme.inc | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7352: move position of payment cancellation.
gsb_feature_program_ct.module | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7307 Change how the program and program instances are sorted first by match count and then by instance date
gsb_feature_program_ct.module | 105 ++++++++++++++++++++++++++++++------------
1 file changed, 75 insertions(+), 30 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7315 Added value lookup for field_faculty_director_title
gsb_feature_program_ct.module | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7299 Adding call to array_unique to remove any dups for location_categories
gsb_feature_program_ct.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7315 Added value lookup for field_faculty_director_title
gsb_feature_program_ct.module | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7299 Adding call to array_unique to remove any dups for location_categories
gsb_feature_program_ct.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-6394 Sorting out the sorting... well to sort more better :)
gsb_feature_program_ct.module | 29 ++++++++++++++++++++++++-----
1 file changed, 24 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-6394 Sorting out the sorting... well to sort more better :)
gsb_feature_program_ct.module | 29 ++++++++++++++++++++++++-----
1 file changed, 24 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-6394 Sorting out the sorting... well to sort more better :)
gsb_feature_program_ct.module | 29 ++++++++++++++++++++++++-----
1 file changed, 24 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-6394 Adding sort order for the program title
gsb_feature_program_ct.module | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-6394 Adding sort order for the program title
gsb_feature_program_ct.module | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-6394 Adding sort order for the program title
gsb_feature_program_ct.module | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7304: include fac directors view mode.
gsb_feature_program_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7199 Adding maxlength limits on field_overview_intro and field_key_benefits_intro
gsb_feature_program_ct.features.field_instance.inc | 12 ++++++------
gsb_feature_program_ct.info | 4 ++--
2 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago This reverts commit 03596971c4ed4a2264cd544be80d3853e1072ccc.

Revert "WP-7094: add label class to title."
gsb_feature_program_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago This reverts commit 96acd78536b9f661a8297166066c4ecc4f47c9a5.

Revert "WP-7199 Adding maxlength limits on field_overview_intro and field_key_benefits_intro"
gsb_feature_program_ct.features.field_instance.inc | 12 ++++++------
gsb_feature_program_ct.info | 4 ++--
2 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago This reverts commit cf171f3d77eefc0c27350d75a212626cb5c468c4.

Revert "Update gsb_feature_program_ct.info"
gsb_feature_program_ct.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-6394 Added check for display flag on program instance
gsb_feature_program_ct.module | 12 ++++++++++++
1 file changed, 12 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-6394 Added check for display flag on program instance
gsb_feature_program_ct.module | 12 ++++++++++++
1 file changed, 12 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-6394 Added check for display flag on program instance
gsb_feature_program_ct.module | 12 ++++++++++++
1 file changed, 12 insertions(+)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7304: include fac directors view mode.
gsb_feature_program_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7199 Adding maxlength limits on field_overview_intro and field_key_benefits_intro
gsb_feature_program_ct.features.field_instance.inc | 12 ++++++------
gsb_feature_program_ct.info | 4 ++--
2 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago This reverts commit 03596971c4ed4a2264cd544be80d3853e1072ccc.

Revert "WP-7094: add label class to title."
gsb_feature_program_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago This reverts commit 96acd78536b9f661a8297166066c4ecc4f47c9a5.

Revert "WP-7199 Adding maxlength limits on field_overview_intro and field_key_benefits_intro"
gsb_feature_program_ct.features.field_instance.inc | 12 ++++++------
gsb_feature_program_ct.info | 4 ++--
2 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago This reverts commit cf171f3d77eefc0c27350d75a212626cb5c468c4.

Revert "Update gsb_feature_program_ct.info"
gsb_feature_program_ct.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 7 months ago author: Greg Mercer, 7 months ago
Update gsb_feature_program_ct.info
gsb_feature_program_ct.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7199 Adding maxlength limits on field_overview_intro and field_key_benefits_intro
gsb_feature_program_ct.features.field_instance.inc | 12 ++++++------
gsb_feature_program_ct.info | 4 ++--
2 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7199 Adding maxlength limits on field_overview_intro and field_key_benefits_intro
gsb_feature_program_ct.features.field_instance.inc | 12 ++++++------
gsb_feature_program_ct.info | 4 ++--
2 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7094: add label class to title.
gsb_feature_program_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-6394 Removing unneeded div with  
gsb_feature_program_ct.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7094: add label class to title.
gsb_feature_program_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-6394 Added support for Show More for the program-faculty-courses
gsb_feature_program_ct.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-6897 Fixing an issue where the items render array was not being initialized correctly
gsb_feature_program_ct.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-6897 Added extra fields to display program director titles for faculty
gsb_feature_program_ct.module | 170 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 170 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-6394 Changed wording of text for the label
gsb_feature_program_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-6394 Added new extra field for faculty: gsb_program_faculty_courses
gsb_feature_program_ct.module | 162 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 162 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7227 Added code to hide the field_image_single_public if field_other_name is empty
gsb_feature_program_ct.module | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7290 Added condition for field_display_on_finder_value only if set to 1
ee_section_apply_brochure.theme.inc | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7198 Changes to use the field_program_listing_page_url when creating the paths used in the program menu
program_menu.theme.inc | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)

view commit - committer: Ayuta Padhi, 8 months ago author: Ayuta Padhi, 8 months ago
WP-7215 Added filter to exclude hidden program instances
gsb_feature_program_ct.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7187: change lable fro Program tuition to fee
gsb_feature_program_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7187: change lable fro Program tuition to fee
gsb_feature_program_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago
WP-7169 fix the remove dot from url for explore more
gsb_feature_program_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7156 Change query and handling for program instances with no date.
gsb_feature_program_ct.module | 28 +++++++++++++++++++++-------
1 file changed, 21 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7073: change link order for responsive.
.../gsb-feature-program-ct-ee-section-apply-brochure.tpl.php | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7073: close wrapper div properly.
gsb_feature_program_ct.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
Merge branch 'WP-7073' of github.com:gsb-public/gsb_feature_program_ct into WP-7073
view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7073: change link order for responsive.
.../gsb-feature-program-ct-ee-section-apply-brochure.tpl.php | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7096 Added social buttons to ee section footer
ee_section_footer.theme.inc | 6 ++++++
templates/gsb-feature-program-ct-ee-section-footer.tpl.php | 5 +++++
2 files changed, 11 insertions(+)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7073: close wrapper div properly.
gsb_feature_program_ct.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer (GBear), 9 months ago
WP-6984 Cleaning up a warning related to the render element setting
fieldset_wrapper.theme.inc | 6 +++---
gsb_feature_program_ct.module | 1 +
templates/gsb-feature-program-ct-fieldset-wrapper.tpl.php | 2 +-
3 files changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer (GBear), 9 months ago
WP-6984 Added new handle for special fieldset that allows us to wrap show more around two fields
fieldset_wrapper.theme.inc | 10 +++
gsb_feature_program_ct.ds.inc | 73 ++++++++---------
gsb_feature_program_ct.features.field_instance.inc | 92 +++++++++++-----------
gsb_feature_program_ct.field_group.inc | 34 +++++++-
gsb_feature_program_ct.info | 3 +-
gsb_feature_program_ct.module | 13 +++
gsb_feature_program_ct.strongarm.inc | 10 +--
...gsb-feature-program-ct-fieldset-wrapper.tpl.php | 3 +
8 files changed, 141 insertions(+), 97 deletions(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6993 Additonal changing of labels and help text
gsb_feature_program_ct.features.field_instance.inc | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6993 Changes to set link for Apply button
ee_section_apply_brochure.theme.inc | 20 ++++++++++++++++++--
1 file changed, 18 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6993 Changing labels for vtab
gsb_feature_program_ct.field_group.inc | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6993 Changing labels and help text
gsb_feature_program_ct.features.field_instance.inc | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer, 9 months ago
WP-6908 Added code to handle Overview and additional_page cases.
program_menu.theme.inc | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6908 Added code to handle Overview and additional_page cases.
program_menu.theme.inc | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6916 Removed an unnecessary check for field_program_date when rendering the program instance schedule
gsb_feature_program_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6908 Setting the css attribute for the active menu item
program_menu.theme.inc | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6915 Added code to render apply/brochure section if node type is program_panelized_page
ee_section_apply_brochure.theme.inc | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6903 Added code to render Part-time details, if the Time Commitment is set to Part-time
gsb_feature_program_ct.module | 15 +++++++++++++++
1 file changed, 15 insertions(+)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6905 Added code to remove video title link if the video is being displayed on a Program page.
gsb_feature_program_ct.module | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer (GBear), 9 months ago
WP-6911 Changing to select widget and re-labeling to be "Brochure Category"
gsb_feature_program_ct.features.field_instance.inc | 21 ++++++---------------
gsb_feature_program_ct.info | 4 ++--
2 files changed, 8 insertions(+), 17 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Ayuta Padhi, 9 months ago
WP-6864 Switched brochure download to open in same window from overview page
ee_section_apply_brochure.theme.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago
WP-6864 Switched brochure download to open in same window from overview page
ee_section_apply_brochure.theme.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-6914: update cta text.
gsb_feature_program_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-6914: place the programs cta again.
gsb_feature_program_ct.ds.inc | 52 +++++++------
gsb_feature_program_ct.features.field_instance.inc | 89 +++++++++-------------
gsb_feature_program_ct.field_group.inc | 4 +-
gsb_feature_program_ct.strongarm.inc | 10 +--
4 files changed, 71 insertions(+), 84 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer, 9 months ago
WP-6968 Changing to include today in condition and to start today's date at zero hundred hours.
gsb_feature_program_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6968 Changing to include today in condition and to start today's date at zero hundred hours.
gsb_feature_program_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6914: update cta text.
gsb_feature_program_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6914: place the programs cta again.
gsb_feature_program_ct.ds.inc | 52 +++++++------
gsb_feature_program_ct.features.field_instance.inc | 89 +++++++++-------------
gsb_feature_program_ct.field_group.inc | 4 +-
gsb_feature_program_ct.strongarm.inc | 10 +--
4 files changed, 71 insertions(+), 84 deletions(-)

view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago
WP-6863 fix for show/hide brochure download link
ee_section_apply_brochure.theme.inc | 20 +++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer, 9 months ago
WP-6913 Corrected url path for participant-profile page
gsb_feature_program_ct.ds.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6913 Corrected url path for participant-profile page
gsb_feature_program_ct.ds.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer, 9 months ago
WP-6913 Added url token as path for Participant and Curriculum links
gsb_feature_program_ct.ds.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6913 Added url token as path for Participant and Curriculum links
gsb_feature_program_ct.ds.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer, 9 months ago
WP-6913 Added url path for Participant and Curriculum links
gsb_feature_program_ct.ds.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6913 Added url path for Participant and Curriculum links
gsb_feature_program_ct.ds.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago
WP-6890 changed file folder for brochures
gsb_feature_program_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago
WP-6890 added brochure upload to it's own directory
gsb_feature_program_ct.features.field_instance.inc | 2 +-
gsb_feature_program_ct.field_group.inc | 18 +++++++++---------
2 files changed, 10 insertions(+), 10 deletions(-)

view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago
WP-6851 fix for broken download brochure link
ee_section_apply_brochure.theme.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6872 Rearranged the js. Removed unneeded $(document).ready.
js/gsb_feature_program_ct.js | 74 +++++++++++++++++++++-----------------------
1 file changed, 35 insertions(+), 39 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Ayuta Padhi, 9 months ago
WP-6851 added link to webform
ee_section_apply_brochure.theme.inc | 22 ++++++++++------------
1 file changed, 10 insertions(+), 12 deletions(-)

view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago
WP-6851 added link to webform
ee_section_apply_brochure.theme.inc | 22 ++++++++++------------
1 file changed, 10 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
Update gsb_feature_program_ct.module
gsb_feature_program_ct.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6854 Added new function gsb_feature_program_instance_ct_program_video_url_after_build() to set video url label to ''.
gsb_feature_program_ct.module | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
Fixing the path for participant-profile
gsb_feature_program_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-6796: add em tags.
templates/gsb-feature-program-ct-ee-section-footer.tpl.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer (GBear), 9 months ago
WP-6842 Setting new url alias pattern and defaulting to force pathauto on
gsb_feature_program_ct.strongarm.inc | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer (GBear), 9 months ago
WP-6842 Setting new url alias pattern and defaulting to force pathauto on
gsb_feature_program_ct.strongarm.inc | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6796: add em tags.
templates/gsb-feature-program-ct-ee-section-footer.tpl.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6840: add body class to panelized page fields.
gsb_feature_program_ct.ds.inc | 8 +++--
gsb_feature_program_ct.strongarm.inc | 64 ++++++++++++++++++++++++++++++++++++
2 files changed, 69 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6843 Changing url alias for ppp participant to be participant-profile
gsb_feature_program_ct.module | 2 +-
program_menu.theme.inc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6843 Changing url alias for ppp participant to be participant-profile
gsb_feature_program_ct.module | 2 +-
program_menu.theme.inc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6834 Added code to recreate the connection in the PPP back to a recreated Program.
ee_section_footer.theme.inc | 11 +++++++++--
ee_section_header.theme.inc | 13 +++++++++----
gsb_feature_program_ct.module | 13 +++++++++++--
program_menu.theme.inc | 4 ++++
.../gsb-feature-program-ct-ee-section-footer.tpl.php | 20 +++++++++++++-------
.../gsb-feature-program-ct-ee-section-header.tpl.php | 20 +++++++++++++-------
6 files changed, 59 insertions(+), 22 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6834 Added code to recreate the connection in the PPP back to a recreated Program.
ee_section_footer.theme.inc | 11 +++++++++--
ee_section_header.theme.inc | 13 +++++++++----
gsb_feature_program_ct.module | 15 ++++++++++++++-
program_menu.theme.inc | 4 ++++
.../gsb-feature-program-ct-ee-section-footer.tpl.php | 20 +++++++++++++-------
.../gsb-feature-program-ct-ee-section-header.tpl.php | 20 +++++++++++++-------
6 files changed, 62 insertions(+), 21 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6796 Added new block for ee-section-footer
ee_section_footer.theme.inc | 19 +++++++++++++++++++
gsb_feature_program_ct.module | 11 +++++++++++
.../gsb-feature-program-ct-ee-section-footer.tpl.php | 13 +++++++++++++
3 files changed, 43 insertions(+)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6796 Added new block for ee-section-footer
ee_section_footer.theme.inc | 19 +++++++++++++++++++
gsb_feature_program_ct.module | 11 +++++++++++
.../gsb-feature-program-ct-ee-section-footer.tpl.php | 13 +++++++++++++
3 files changed, 43 insertions(+)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6825 Added the option to allow author to add a description for the related content file
gsb_feature_program_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6825 Added the option to allow author to add a description for the related content file
gsb_feature_program_ct.features.field_instance.inc | 2 +-
gsb_feature_program_ct.module | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6823 Adding new Keywords vtab and field_tag field instance
gsb_feature_program_ct.features.field_instance.inc | 135 +++++++++++++++++++--
gsb_feature_program_ct.field_group.inc | 35 +++++-
gsb_feature_program_ct.info | 2 +
gsb_feature_program_ct.strongarm.inc | 8 +-
4 files changed, 160 insertions(+), 20 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6800 Adding brochure field instances to Program CT
gsb_feature_program_ct.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6823 Adding new Keywords vtab and field_tag field instance
gsb_feature_program_ct.ds.inc | 2 +-
gsb_feature_program_ct.features.field_instance.inc | 135 +++++++++++++++++++--
gsb_feature_program_ct.field_group.inc | 35 +++++-
gsb_feature_program_ct.info | 2 +
gsb_feature_program_ct.strongarm.inc | 8 +-
5 files changed, 161 insertions(+), 21 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6824 Changing title of pane from 'Program Contact Director' to 'Program Contact'
gsb_feature_program_ct.ds.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6800 Adding new field instance field_brochure_program_topics
gsb_feature_program_ct.features.field_instance.inc | 122 ++++++++++++++++++++-
gsb_feature_program_ct.field_group.inc | 1 +
gsb_feature_program_ct.info | 1 +
gsb_feature_program_ct.module | 9 +-
4 files changed, 129 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6800 Adding new field instance field_brochure_program_topics
gsb_feature_program_ct.features.field_instance.inc | 122 ++++++++++++++++++++-
gsb_feature_program_ct.field_group.inc | 1 +
gsb_feature_program_ct.info | 1 +
gsb_feature_program_ct.module | 9 +-
4 files changed, 129 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6800 Adding brochure field instances to Program CT
ee_section_apply_brochure.theme.inc | 59 ++--
gsb_feature_program_ct.features.field_instance.inc | 384 ++++++++++++++++++++-
gsb_feature_program_ct.field_group.inc | 53 ++-
gsb_feature_program_ct.info | 6 +-
gsb_feature_program_ct.module | 36 +-
gsb_feature_program_ct.strongarm.inc | 4 +-
6 files changed, 495 insertions(+), 47 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6800 Adding brochure field instances to Program CT
ee_section_apply_brochure.theme.inc | 59 ++--
gsb_feature_program_ct.features.field_instance.inc | 384 ++++++++++++++++++++-
gsb_feature_program_ct.field_group.inc | 53 ++-
gsb_feature_program_ct.info | 6 +-
gsb_feature_program_ct.module | 53 ++-
gsb_feature_program_ct.strongarm.inc | 4 +-
6 files changed, 506 insertions(+), 53 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6821 Adding check if date field is empty before rendering.
gsb_feature_program_ct.module | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
Added check for empty on $program_menu
templates/gsb-feature-program-ct-program-menu.tpl.php | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6740: display the program contact link and set condtions on fields.
gsb_feature_program_ct.ds.inc | 35 ++++++++++++------
gsb_feature_program_ct.features.field_instance.inc | 41 ++++++++++++++--------
2 files changed, 52 insertions(+), 24 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6797 Needed to set pathauto to false when setting the alias for the program panelized pages
gsb_feature_program_ct.module | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6740: display the program contact link and set condtions on fields.
gsb_feature_program_ct.ds.inc | 35 ++++++++++++------
gsb_feature_program_ct.features.field_instance.inc | 41 ++++++++++++++--------
2 files changed, 52 insertions(+), 24 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer, 10 months ago
WP-6780 Added alt to themed display image
ee_section_header.theme.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6780 Added alt to themed display image
ee_section_header.theme.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6780 Added alt field for display and key images
gsb_feature_program_ct.features.field_instance.inc | 4 ++--
gsb_feature_program_ct.info | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6780 Added alt field for display and key images
gsb_feature_program_ct.features.field_instance.inc | 4 ++--
gsb_feature_program_ct.info | 4 ++--
templates/gsb-feature-program-ct-ee-section-apply-brochure.tpl.php | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
Fixing a typo... that my dang little phpstorm decided would be so smart. Sigh, Marvin would have been smarter.
templates/gsb-feature-program-ct-ee-section-apply-brochure.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6788 Adding new pre-qualification link before the apply button
ee_section_apply_brochure.theme.inc | 13 +++++++++++++
...gsb-feature-program-ct-ee-section-apply-brochure.tpl.php | 5 +++++
2 files changed, 18 insertions(+)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6781 Added field instances field_pathauto_title_alias and field_sample_application_file
gsb_feature_program_ct.features.field_instance.inc | 278 +++++++++++++++++++--
gsb_feature_program_ct.field_group.inc | 14 +-
gsb_feature_program_ct.info | 4 +-
3 files changed, 271 insertions(+), 25 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6781 Added field instances field_pathauto_title_alias and field_sample_application_file
gsb_feature_program_ct.features.field_instance.inc | 278 +++++++++++++++++++--
gsb_feature_program_ct.field_group.inc | 14 +-
gsb_feature_program_ct.info | 4 +-
3 files changed, 271 insertions(+), 25 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6738: add image field and conditions.
gsb_feature_program_ct.ds.inc | 53 +++++++-----
gsb_feature_program_ct.features.field_instance.inc | 99 +++++++++++++---------
gsb_feature_program_ct.field_group.inc | 4 +-
gsb_feature_program_ct.strongarm.inc | 14 ++-
4 files changed, 106 insertions(+), 64 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6750: configure the participants fields.
gsb_feature_program_ct.ds.inc | 166 +++++-
gsb_feature_program_ct.features.field_instance.inc | 567 ++++++++++++++++++++-
gsb_feature_program_ct.info | 6 +
gsb_feature_program_ct.strongarm.inc | 102 ++++
4 files changed, 815 insertions(+), 26 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
Changing how handle attribute targets
gsb_feature_program_ct.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6707 Add code to wrap tuition title with link if link is not empty
gsb_feature_program_ct.module | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6707 Add code to wrap tuition title with link if link is not empty
gsb_feature_program_ct.module | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6707 Committing this again. It looks like it was overridden... again. Sigh
gsb_feature_program_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6761 Wrapped the title with a link, if there is a program location link
gsb_feature_program_ct.module | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6763 Changed to use node:url:path in href for See All Faculty
gsb_feature_program_ct.ds.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6763 Changed to use node:url:path in href for See All Faculty
gsb_feature_program_ct.ds.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6754: remove optional program label.
gsb_feature_program_ct.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6760 Adding new field instance field_prequalification_url
gsb_feature_program_ct.features.field_instance.inc | 120 ++++++++++++++++++++-
gsb_feature_program_ct.field_group.inc | 1 +
gsb_feature_program_ct.info | 3 +-
3 files changed, 122 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6760 Adding new field instance field_prequalification_url
gsb_feature_program_ct.features.field_instance.inc | 120 ++++++++++++++++++++-
gsb_feature_program_ct.field_group.inc | 1 +
gsb_feature_program_ct.info | 3 +-
3 files changed, 122 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
Fixes an issue where page nodes were calling this.
ee_section_apply_brochure.theme.inc | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6754: remove optional program label.
gsb_feature_program_ct.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6746 Added field instance field_link_apply_button to Program CT
ee_section_apply_brochure.theme.inc | 7 +-
gsb_feature_program_ct.features.field_instance.inc | 131 ++++++++-------------
gsb_feature_program_ct.field_group.inc | 1 +
gsb_feature_program_ct.info | 9 ++
4 files changed, 62 insertions(+), 86 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6746 Added field instance field_link_apply_button to Program CT
ee_section_apply_brochure.theme.inc | 7 +-
gsb_feature_program_ct.features.field_instance.inc | 133 ++++++++-------------
gsb_feature_program_ct.field_group.inc | 1 +
gsb_feature_program_ct.info | 9 ++
4 files changed, 63 insertions(+), 87 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6716: display correct tax field.
gsb_feature_program_ct.ds.inc | 52 +++++++++++-----------
gsb_feature_program_ct.features.field_instance.inc | 23 ++++------
gsb_feature_program_ct.field_group.inc | 6 +--
gsb_feature_program_ct.strongarm.inc | 2 +-
4 files changed, 37 insertions(+), 46 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6744 Changed the field used to build the Application Requirements Link
gsb_feature_program_ct.module | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6716: display correct tax field.
gsb_feature_program_ct.ds.inc | 52 +++++++++++-----------
gsb_feature_program_ct.features.field_instance.inc | 23 ++++------
gsb_feature_program_ct.field_group.inc | 6 +--
gsb_feature_program_ct.strongarm.inc | 2 +-
4 files changed, 37 insertions(+), 46 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6719 Added check to see if date is empty in addition to the earlier check for just the program having a schedule set.
gsb_feature_program_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6707 Committing this again. It looks like it was overridden by a unrelated change to WP-6643
gsb_feature_program_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6707 Committing this again. It looks like it was overridden by a unrelated change to WP-6643
gsb_feature_program_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6740 Added field instance field_program_contact_options
gsb_feature_program_ct.features.field_instance.inc | 114 +++++++++++++++++++--
gsb_feature_program_ct.field_group.inc | 1 +
gsb_feature_program_ct.info | 3 +-
3 files changed, 111 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6740 Added field instance field_program_contact_options
gsb_feature_program_ct.features.field_instance.inc | 114 +++++++++++++++++++--
gsb_feature_program_ct.field_group.inc | 1 +
gsb_feature_program_ct.info | 3 +-
3 files changed, 111 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6740 Adding #states for program contact fields
gsb_feature_program_ct.module | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer, 10 months ago
WP-6743 Changing to use span for the 'Show Program Information' expander
gsb_feature_program_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6743 Changing to use span for the 'Show Program Information' expander
gsb_feature_program_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6749 Name change for the Program Contact block
gsb_feature_program_ct.ds.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6743 Adding code to hide the 'Show Program Information' when the info has been displayed.
js/gsb_feature_program_ct.js | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6748 Change menu text from 'Faculty & Speakers' to 'Faculty'
program_menu.theme.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6741 Added code to display theme var ee_section_apply_brochure_brochure_download_link
templates/gsb-feature-program-ct-ee-section-apply-brochure.tpl.php | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6741 Added code to set theme var ee_section_apply_brochure_brochure_download_link
ee_section_apply_brochure.theme.inc | 31 ++++++++++++++++++++++++++++++-
1 file changed, 30 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6736: change dash.
gsb_feature_program_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6721: remove period.
gsb_feature_program_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6643: add the wrapper divs.
gsb_feature_program_ct.ds.inc | 104 +++++++++++--------
gsb_feature_program_ct.features.field_instance.inc | 2 +-
gsb_feature_program_ct.field_group.inc | 111 +++++++++++++++++++--
gsb_feature_program_ct.info | 3 +
gsb_feature_program_ct.strongarm.inc | 12 ++-
5 files changed, 182 insertions(+), 50 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6643: configuration settings for the learn more section.
gsb_feature_program_ct.ds.inc | 220 ++++++++++++++++----
gsb_feature_program_ct.features.field_instance.inc | 221 ++++++++++++++++++---
gsb_feature_program_ct.field_group.inc | 41 +++-
gsb_feature_program_ct.info | 6 +
gsb_feature_program_ct.strongarm.inc | 18 +-
5 files changed, 430 insertions(+), 76 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6721: remove period.
gsb_feature_program_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6643: add the wrapper divs.
gsb_feature_program_ct.ds.inc | 104 +++++++++++--------
gsb_feature_program_ct.features.field_instance.inc | 2 +-
gsb_feature_program_ct.field_group.inc | 111 +++++++++++++++++++--
gsb_feature_program_ct.info | 3 +
gsb_feature_program_ct.strongarm.inc | 12 ++-
5 files changed, 182 insertions(+), 50 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6643: configuration settings for the learn more section.
gsb_feature_program_ct.ds.inc | 220 ++++++++++++++++----
gsb_feature_program_ct.features.field_instance.inc | 221 ++++++++++++++++++---
gsb_feature_program_ct.field_group.inc | 41 +++-
gsb_feature_program_ct.info | 6 +
gsb_feature_program_ct.strongarm.inc | 18 +-
5 files changed, 430 insertions(+), 76 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6662 Added 'Application Requirements' to list of hidden vtabs
js/gsb_feature_program_ct.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6662 Added 'Application Requirements' to list of hidden vtabs
js/gsb_feature_program_ct.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6729 Changed text of Overview vtab to be Overview Text
gsb_feature_program_ct.field_group.inc | 17 ++++++++++-------
gsb_feature_program_ct.info | 2 +-
2 files changed, 11 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6730 Changing label of vertical tab from Program Lead to Program Contact
gsb_feature_program_ct.field_group.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6717 Adding to query used by Explore More to only show instances with dates in the future
gsb_feature_program_ct.module | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6716 Added program location category to list of links at end of extra field for field instances
gsb_feature_program_ct.module | 61 ++++++++++++++++++++++++++++++++++---------
1 file changed, 49 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6719 Added check to only add Program Schedule block if there is a schedule
gsb_feature_program_ct.module | 42 ++++++++++++++++++++++++------------------
1 file changed, 24 insertions(+), 18 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6715 Added new extra field gsb_program_show_all_programs
gsb_feature_program_ct.module | 58 +++++++++++++++++++++++++++++++++++++++++--
1 file changed, 56 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer, 10 months ago
WP-6662 Added cleanupFieldsets to show/hide specific horizontal and vertical tabs dynamically
js/gsb_feature_program_ct.js | 60 +++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 59 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer, 10 months ago
WP-6662 Added code to add gsb_feature_program_ct.js and show/hide field_image_key_image
gsb_feature_program_ct.module | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6662 Added cleanupFieldsets to show/hide specific horizontal and vertical tabs dynamically
js/gsb_feature_program_ct.js | 60 +++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 59 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6662 Added code to add gsb_feature_program_ct.js and show/hide field_image_key_image
gsb_feature_program_ct.module | 20 +++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
Fixing an issue with blurb markup
gsb_feature_program_ct.module | 23 ++++++++++-------------
1 file changed, 10 insertions(+), 13 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
Fixing an issue with blurb markup
gsb_feature_program_ct.module | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6707 Switch links to have "open in new window" checkbox option
gsb_feature_program_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6707 Switch links to have "open in new window" checkbox option
gsb_feature_program_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6588: theme explore related programs.
gsb_feature_program_ct.ds.inc | 43 ++++++++++++--
gsb_feature_program_ct.features.field_instance.inc | 66 +++++++++++-----------
gsb_feature_program_ct.field_group.inc | 2 +-
gsb_feature_program_ct.info | 1 +
gsb_feature_program_ct.module | 2 +-
gsb_feature_program_ct.strongarm.inc | 28 ++++++++-
6 files changed, 99 insertions(+), 43 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6588: theme explore related programs.
gsb_feature_program_ct.ds.inc | 43 ++++++++++++--
gsb_feature_program_ct.features.field_instance.inc | 68 +++++++++++-----------
gsb_feature_program_ct.field_group.inc | 2 +-
gsb_feature_program_ct.info | 1 +
gsb_feature_program_ct.module | 2 +-
gsb_feature_program_ct.strongarm.inc | 28 ++++++++-
6 files changed, 100 insertions(+), 44 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6679 Removing field instance field_app_requirements_intro
gsb_feature_program_ct.features.field_instance.inc | 159 ---------------------
gsb_feature_program_ct.field_group.inc | 1 -
gsb_feature_program_ct.info | 5 +-
3 files changed, 2 insertions(+), 163 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6683 Changing code to not add Show Info if one or less Program Instances
gsb_feature_program_ct.module | 7 ++++++-
js/gsb_feature_program_ct.js | 40 ++++++++++++++++++++++------------------
2 files changed, 28 insertions(+), 19 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6690 Changed the code used to output piped strings
gsb_feature_program_ct.module | 39 ++++++++++++++++++++++++++++++++++++---
1 file changed, 36 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6683 Adding new code to expand/collapse the instance-information sections
gsb_feature_program_ct.module | 97 ++++++++++++++++++++-----------------------
js/gsb_feature_program_ct.js | 45 ++++++++++++++++++++
2 files changed, 89 insertions(+), 53 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
Fixes a small issue where the date value can be null
gsb_feature_program_ct.module | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6635: show deadline date.
gsb_feature_program_ct.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6635: show deadline date.
gsb_feature_program_ct.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6631 Removing field instances: field_video_description, field_learn_more_video_title, and field_video_url
gsb_feature_program_ct.features.field_instance.inc | 407 ---------------------
gsb_feature_program_ct.field_group.inc | 7 +-
gsb_feature_program_ct.info | 5 +-
3 files changed, 3 insertions(+), 416 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6658 Handling some empty cases causing errors
gsb_feature_program_ct.module | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6577 Added new extra fields function gsb_feature_program_ct_topics_location_category
gsb_feature_program_ct.module | 198 +++++++++++++++++++++++++++++++++++-------
1 file changed, 168 insertions(+), 30 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6635: add deadlines.
gsb_feature_program_ct.module | 24 ++++++++++++++++++++----
1 file changed, 20 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6635: add wrappers for instance block theming.
gsb_feature_program_ct.module | 26 +++++++++++++++++++++-----
1 file changed, 21 insertions(+), 5 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6635: add deadlines.
gsb_feature_program_ct.module | 24 ++++++++++++++++++++----
1 file changed, 20 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6635: add wrappers for instance block theming.
gsb_feature_program_ct.module | 26 +++++++++++++++++++++-----
1 file changed, 21 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6676 Added extra fields for rendering blurbs
gsb_feature_program_ct.module | 151 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 151 insertions(+)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6676 Added extra fields for rendering blurbs
gsb_feature_program_ct.module | 151 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 151 insertions(+)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6666 Added method to look-up the most current program instances related to each of these programs
gsb_feature_program_ct.module | 38 +++++++++++++++++++++++++++++++++++---
1 file changed, 35 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6665: add an extra wrapper.
gsb_feature_program_ct.ds.inc | 2 +-
gsb_feature_program_ct.features.field_instance.inc | 2 +-
gsb_feature_program_ct.module | 11 ++++++++++-
3 files changed, 12 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6631: update video display.
gsb_feature_program_ct.ds.inc | 47 +++++++++++++---------
gsb_feature_program_ct.features.field_instance.inc | 43 +++++---------------
2 files changed, 38 insertions(+), 52 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6666 Added method to look-up the most current program instances related to each of these programs
gsb_feature_program_ct.module | 38 +++++++++++++++++++++++++++++++++++---
1 file changed, 35 insertions(+), 3 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6665: add an extra wrapper.
gsb_feature_program_ct.ds.inc | 2 +-
gsb_feature_program_ct.features.field_instance.inc | 2 +-
gsb_feature_program_ct.module | 11 ++++++++++-
3 files changed, 12 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6675 Changing the config id to taxonomy-key_program_topic
gsb_feature_program_ct.features.field_instance.inc | 7 +---
gsb_feature_program_ct.info | 1 +
gsb_feature_program_ct.strongarm.inc | 37 +++++++++++++++++++++-
3 files changed, 38 insertions(+), 7 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6631: update video display.
gsb_feature_program_ct.ds.inc | 47 +++++++++++++---------
gsb_feature_program_ct.features.field_instance.inc | 43 +++++---------------
2 files changed, 38 insertions(+), 52 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6660 Adding a limit of 3 items for the Key Topics field on Program CT
gsb_feature_program_ct.info | 3 ++-
gsb_feature_program_ct.strongarm.inc | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6667 Added new curriculum and participant edit field instances
gsb_feature_program_ct.features.field_instance.inc | 196 ++++++++++++++++++++-
gsb_feature_program_ct.field_group.inc | 2 +
gsb_feature_program_ct.info | 2 +
gsb_feature_program_ct.module | 52 +++++-
4 files changed, 242 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6631 Hiding the older video fields. Removing the add-more and remove buttons. Removing required from video title
gsb_feature_program_ct.module | 24 +++++++++---------------
1 file changed, 9 insertions(+), 15 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6631 Adding field field_video. After testing this will replace other video related fields
gsb_feature_program_ct.ds.inc | 24 +--
gsb_feature_program_ct.features.field_instance.inc | 161 ++++++++++++++++-----
gsb_feature_program_ct.field_group.inc | 3 +-
gsb_feature_program_ct.info | 5 +-
gsb_feature_program_ct.strongarm.inc | 6 +-
5 files changed, 149 insertions(+), 50 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
Fixing up an issue with the last merge
gsb_feature_program_ct.ds.inc | 29 ++++++++++++++++++++++++++++-
1 file changed, 28 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6592 Added new group group_additional_pages and some form alters. Also removed field instance field_additional_page_prefix
gsb_feature_program_ct.ds.inc | 29 +-----
gsb_feature_program_ct.features.field_instance.inc | 114 +++------------------
gsb_feature_program_ct.field_group.inc | 71 +++++++++----
gsb_feature_program_ct.info | 2 +-
gsb_feature_program_ct.module | 21 +++-
gsb_feature_program_ct.strongarm.inc | 2 +-
6 files changed, 85 insertions(+), 154 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6592 Added new group group_additional_pages and some form alters. Also removed field instance field_additional_page_prefix
gsb_feature_program_ct.ds.inc | 38 +++----
gsb_feature_program_ct.features.field_instance.inc | 114 +++------------------
gsb_feature_program_ct.field_group.inc | 71 +++++++++----
gsb_feature_program_ct.info | 2 +-
gsb_feature_program_ct.module | 21 +++-
gsb_feature_program_ct.strongarm.inc | 2 +-
6 files changed, 104 insertions(+), 144 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6665: add custom ds field.
gsb_feature_program_ct.ds.inc | 27 +++++++++++++++++++++++++++
gsb_feature_program_ct.info | 1 +
2 files changed, 28 insertions(+)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6665: add faculty leadership.
gsb_feature_program_ct.ds.inc | 37 +++++++++----
gsb_feature_program_ct.features.field_instance.inc | 64 +++++++++++-----------
gsb_feature_program_ct.field_group.inc | 2 +-
gsb_feature_program_ct.module | 12 +---
gsb_feature_program_ct.strongarm.inc | 23 +++++++-
5 files changed, 83 insertions(+), 55 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6630 Added code to render the field_faculty_directors field collection - take 2
gsb_feature_program_ct.module | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
Added code to render the field_faculty_directors field collection - take 2
gsb_feature_program_ct.module | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
Added code to render the field_faculty_directors field collection
gsb_feature_program_ct.module | 81 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 81 insertions(+)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
Added code to render the field_faculty_directors field collection
gsb_feature_program_ct.module | 100 +++++++++++++++++++--
...sb-feature-program-ct-ee-section-header.tpl.php | 8 +-
2 files changed, 99 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6658 Added some empty checking to avoid warnings and sql error
gsb_feature_program_ct.module | 20 +++++++++++++-------
.../gsb-feature-program-ct-ee-section-header.tpl.php | 8 +++++---
2 files changed, 18 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6630 Added a url pattern for program ct
gsb_feature_program_ct.info | 2 +-
gsb_feature_program_ct.strongarm.inc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6645 Switched from follow-us to social-buttons
ee_section_header.theme.inc | 8 +++++++-
templates/gsb-feature-program-ct-ee-section-header.tpl.php | 4 ++--
2 files changed, 9 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6652 Changed ee_section_header to load the program node related to the program-panelized-page
ee_section_header.theme.inc | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6641: update apply button markup.
.../gsb-feature-program-ct-ee-section-apply-brochure.tpl.php | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6623 Adding a bit more empty checking for the ee section header
ee_section_apply_brochure.theme.inc | 4 ++++
templates/gsb-feature-program-ct-ee-section-apply-brochure.tpl.php | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6623 Adding a bit more empty checking for the ee section header
ee_section_apply_brochure.theme.inc | 4 ++++
templates/gsb-feature-program-ct-ee-section-apply-brochure.tpl.php | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6623 Add some handling for empty fields
ee_section_apply_brochure.theme.inc | 2 ++
ee_section_header.theme.inc | 4 +++-
2 files changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6623 Add some handling for empty fields
ee_section_apply_brochure.theme.inc | 2 ++
ee_section_header.theme.inc | 4 +++-
2 files changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6640: update template for menu block.
.../gsb-feature-program-ct-ee-section-header.tpl.php | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6633: initial configuration for overview.
gsb_feature_program_ct.ds.inc | 116 ++++++-
gsb_feature_program_ct.features.field_instance.inc | 352 ++++++++++++++++++---
gsb_feature_program_ct.field_group.inc | 62 ++++
gsb_feature_program_ct.info | 4 +
gsb_feature_program_ct.module | 6 +-
gsb_feature_program_ct.strongarm.inc | 25 ++
6 files changed, 511 insertions(+), 54 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6576 Adding more instances fields to better match the ui requirements
gsb_feature_program_ct.module | 136 +++++++++++++++++++++++++++++++++++++++---
1 file changed, 128 insertions(+), 8 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6641: update apply button markup.
.../gsb-feature-program-ct-ee-section-apply-brochure.tpl.php | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6640: update template for menu block.
.../gsb-feature-program-ct-ee-section-header.tpl.php | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6633: initial configuration for overview.
gsb_feature_program_ct.ds.inc | 116 ++++++-
gsb_feature_program_ct.features.field_instance.inc | 352 ++++++++++++++++++---
gsb_feature_program_ct.field_group.inc | 62 ++++
gsb_feature_program_ct.info | 4 +
gsb_feature_program_ct.module | 8 +-
gsb_feature_program_ct.strongarm.inc | 25 ++
6 files changed, 512 insertions(+), 55 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6576 Fixxin a bug with the logic flow on this if statement
gsb_feature_program_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6623 Moved the apply/brochure elements out into their own block
ee_section_apply_brochure.theme.inc | 42 ++++++++++++++++++++++
ee_section_header.theme.inc | 34 ------------------
gsb_feature_program_ct.module | 11 ++++++
...re-program-ct-ee-section-apply-brochure.tpl.php | 9 +++++
...sb-feature-program-ct-ee-section-header.tpl.php | 7 ----
5 files changed, 62 insertions(+), 41 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6623 Added new template for ee section header
ee_section_header.theme.inc | 2 +-
gsb_feature_program_ct.info | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6623 Added new template for ee section header
ee_section_header.theme.inc | 47 ++++++++++++++++++++++
gsb_feature_program_ct.module | 19 +++++++--
...sb-feature-program-ct-ee-section-header.tpl.php | 23 +++++++++++
.../gsb-feature-program-ct-program-menu.tpl.php | 3 ++
.../gsb-freature-program-ct-program-menu.tpl.php | 3 --
5 files changed, 88 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6598: configure overview display.
gsb_feature_program_ct.ds.inc | 212 ++++++++++++
gsb_feature_program_ct.features.field_instance.inc | 378 ++++++++-------------
gsb_feature_program_ct.info | 4 +-
gsb_feature_program_ct.strongarm.inc | 3 +
4 files changed, 352 insertions(+), 245 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6576 Added new extra field gsb_program_program_instance_fields
gsb_feature_program_ct.module | 132 +++++++++++++++++++++++++++++++++++++++++-
1 file changed, 130 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6598: configure overview display.
gsb_feature_program_ct.ds.inc | 212 ++++++++++++
gsb_feature_program_ct.features.field_instance.inc | 378 ++++++++-------------
gsb_feature_program_ct.info | 4 +-
gsb_feature_program_ct.strongarm.inc | 3 +
4 files changed, 352 insertions(+), 245 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6549 Making gsb_program_explore_more not visible for the teaser
gsb_feature_program_ct.features.field_instance.inc | 88 +++++++++++-----------
gsb_feature_program_ct.info | 4 +-
gsb_feature_program_ct.strongarm.inc | 9 ++-
3 files changed, 54 insertions(+), 47 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6549 Adding "Expore More" extra field to the Program CT
gsb_feature_program_ct.module | 114 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 114 insertions(+)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Removing new groups group_faculty1 and group_faculty2 (should be in Program Instance
gsb_feature_program_ct.field_group.inc | 59 ----------------------------------
gsb_feature_program_ct.info | 2 --
2 files changed, 61 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Adding new groups group_faculty1 and group_faculty2
gsb_feature_program_ct.field_group.inc | 59 ++++++++++++++++++++++++++++++++++
gsb_feature_program_ct.info | 3 ++
2 files changed, 62 insertions(+)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Removing group_featured_item from program ct
gsb_feature_program_ct.field_group.inc | 28 ----------------------------
gsb_feature_program_ct.info | 2 +-
2 files changed, 1 insertion(+), 29 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Several small changes related to intro text, etc
gsb_feature_program_ct.features.field_instance.inc | 309 ++++++++++++++++-----
gsb_feature_program_ct.field_group.inc | 112 ++++++--
gsb_feature_program_ct.info | 10 +-
gsb_feature_program_ct.strongarm.inc | 2 +-
4 files changed, 330 insertions(+), 103 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6573: label for program category should use short name.
gsb_feature_program_ct.features.field_instance.inc | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Adding check on node form alter to check if type is "program"
gsb_feature_program_ct.module | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6573: label for program category should use short name.
gsb_feature_program_ct.features.field_instance.inc | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Adding field instance for markup prefix fields, which are used as labels
gsb_feature_program_ct.features.field_instance.inc | 214 +++++++++++++++++++--
gsb_feature_program_ct.field_group.inc | 28 +--
gsb_feature_program_ct.info | 2 +
gsb_feature_program_ct.module | 2 +
4 files changed, 213 insertions(+), 33 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Adding new field instance for field_image_or_video
gsb_feature_program_ct.features.field_instance.inc | 112 +++++++++++++++++++--
gsb_feature_program_ct.field_group.inc | 1 +
gsb_feature_program_ct.info | 1 +
gsb_feature_program_ct.module | 33 ++++++
gsb_feature_program_ct.strongarm.inc | 2 +-
5 files changed, 142 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Removing group_admin_details which has lived past its usefullness. RIP.
gsb_feature_program_ct.field_group.inc | 31 -------------------------------
gsb_feature_program_ct.info | 2 --
2 files changed, 33 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Some small adjustments in grouping the overview fields
gsb_feature_program_ct.field_group.inc | 29 -----------------------------
gsb_feature_program_ct.info | 2 +-
2 files changed, 1 insertion(+), 30 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Some small adjustments in grouping the overview fields
gsb_feature_program_ct.features.field_instance.inc | 18 +++++++++---------
gsb_feature_program_ct.field_group.inc | 22 +++++++++++-----------
gsb_feature_program_ct.info | 6 +++++-
3 files changed, 25 insertions(+), 21 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Adding new field instances, field groups, h and v tabs
gsb_feature_program_ct.features.field_instance.inc | 641 ++++++++++++---------
gsb_feature_program_ct.field_group.inc | 295 ++++++++--
gsb_feature_program_ct.info | 14 +-
gsb_feature_program_ct.strongarm.inc | 10 +-
4 files changed, 607 insertions(+), 353 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6503: add label and teaser to program in related.
gsb_feature_program_ct.ds.inc | 26 +++-
gsb_feature_program_ct.features.field_instance.inc | 161 +++++++++++----------
gsb_feature_program_ct.field_group.inc | 34 +++++
gsb_feature_program_ct.info | 1 +
gsb_feature_program_ct.strongarm.inc | 12 +-
5 files changed, 142 insertions(+), 92 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6492: update the program block.
gsb_feature_program_ct.ds.inc | 15 +++++++++++++++
gsb_feature_program_ct.features.field_instance.inc | 11 +++++++----
2 files changed, 22 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6389 Adding h and v tabs for the Program CT
gsb_feature_program_ct.features.field_instance.inc | 72 ++--
gsb_feature_program_ct.field_group.inc | 441 ++++++++++++++++++++-
gsb_feature_program_ct.info | 17 +-
gsb_feature_program_ct.module | 2 +
gsb_feature_program_ct.strongarm.inc | 12 +-
5 files changed, 489 insertions(+), 55 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6389 Adding h and v tabs for the Program CT
gsb_feature_program_ct.features.field_instance.inc | 72 ++--
gsb_feature_program_ct.field_group.inc | 441 ++++++++++++++++++++-
gsb_feature_program_ct.info | 17 +-
gsb_feature_program_ct.module | 2 +
gsb_feature_program_ct.strongarm.inc | 12 +-
5 files changed, 489 insertions(+), 55 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6492: update the program block.
gsb_feature_program_ct.ds.inc | 15 +++++++++++++++
gsb_feature_program_ct.features.field_instance.inc | 11 +++++++----
2 files changed, 22 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6506: add new view modes.
gsb_feature_program_ct.ds.inc | 141 ++++-
gsb_feature_program_ct.features.field_instance.inc | 591 +++++++++++++++++++--
gsb_feature_program_ct.info | 6 +
gsb_feature_program_ct.strongarm.inc | 6 +
4 files changed, 691 insertions(+), 53 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6537 Adding new fields instances field_curriculum_intro _description_1 and _description_2
gsb_feature_program_ct.features.field_instance.inc | 445 ++++++++++++++++++++-
gsb_feature_program_ct.field_group.inc | 12 +-
gsb_feature_program_ct.info | 4 +
gsb_feature_program_ct.strongarm.inc | 9 +-
4 files changed, 447 insertions(+), 23 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6537 Adding new fields instances field_curriculum_intro _description_1 and _description_2
gsb_feature_program_ct.features.field_instance.inc | 469 ++++++++++++++++++++-
gsb_feature_program_ct.field_group.inc | 12 +-
gsb_feature_program_ct.info | 4 +
gsb_feature_program_ct.strongarm.inc | 9 +-
4 files changed, 471 insertions(+), 23 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6503: update the view mode used for related.
gsb_feature_program_ct.features.field_instance.inc | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6503: configure related block.
gsb_feature_program_ct.ds.inc | 97 +++++-
gsb_feature_program_ct.features.field_instance.inc | 344 ++++++++++++++++++---
gsb_feature_program_ct.field_group.inc | 33 ++
gsb_feature_program_ct.info | 3 +
gsb_feature_program_ct.strongarm.inc | 2 +-
5 files changed, 427 insertions(+), 52 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6503: update the view mode used for related.
gsb_feature_program_ct.features.field_instance.inc | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6503: configure related block.
gsb_feature_program_ct.ds.inc | 97 +++++-
gsb_feature_program_ct.features.field_instance.inc | 360 ++++++++++++++++++---
gsb_feature_program_ct.field_group.inc | 33 ++
gsb_feature_program_ct.info | 3 +
gsb_feature_program_ct.strongarm.inc | 2 +-
5 files changed, 441 insertions(+), 54 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
Removing field instances for field_program_small_teams and field_pathauto_title_alias
gsb_feature_program_ct.features.field_instance.inc | 150 ---------------------
gsb_feature_program_ct.info | 7 +-
2 files changed, 4 insertions(+), 153 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6512 Changes settings for url alias, wb moderation, menu etc for program ct
gsb_feature_program_ct.strongarm.inc | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6504: export field view modes.
gsb_feature_program_ct.ds.inc | 363 +++++++
gsb_feature_program_ct.features.field_instance.inc | 1037 +++++++++++++++++++-
gsb_feature_program_ct.features.inc | 3 +
gsb_feature_program_ct.info | 14 +
gsb_feature_program_ct.strongarm.inc | 108 +-
5 files changed, 1503 insertions(+), 22 deletions(-)

view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago
WP-6512 A little code cleanup.
program_menu.theme.inc | 20 +++++++-------------
1 file changed, 7 insertions(+), 13 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6504: export field view modes.
gsb_feature_program_ct.ds.inc | 363 ++++++++
gsb_feature_program_ct.features.field_instance.inc | 990 ++++++++++++++++++++-
gsb_feature_program_ct.features.inc | 3 +
gsb_feature_program_ct.info | 14 +
gsb_feature_program_ct.strongarm.inc | 108 ++-
5 files changed, 1454 insertions(+), 24 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6512 Adding new block for program menu.
program_menu.theme.inc | 61 ++++++++++++++++++++++
.../gsb-freature-program-ct-program-menu.tpl.php | 3 ++
2 files changed, 64 insertions(+)

view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago
WP-6512 Adding new block for program menu.
gsb_feature_program_ct.module | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6498 Added new field instances field_overview, field_page_link and fc field_additional_pages
gsb_feature_program_ct.features.field_instance.inc | 282 +++++++++++++++++----
gsb_feature_program_ct.field_group.inc | 18 +-
gsb_feature_program_ct.info | 4 +-
3 files changed, 238 insertions(+), 66 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
Changed all the fields with markdown to have markdown with resources
gsb_feature_program_ct.features.field_instance.inc | 8 +++----
gsb_feature_program_ct.field_group.inc | 25 +++++++++++++++-------
gsb_feature_program_ct.info | 2 +-
3 files changed, 22 insertions(+), 13 deletions(-)

view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago
WP-6337 Added code to set the Program reference (target_id) to refer back the parent Program
gsb_feature_program_ct.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago
WP-6337 Added code to set the in-place editor option for the panelized page
gsb_feature_program_ct.module | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago
WP-6337 Added pathauto pattern for the Program CT
gsb_feature_program_ct.info | 3 ++-
gsb_feature_program_ct.strongarm.inc | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer, 12 months ago
WP-6337 Added functions to create the associated PPP (Program Panelized Pages)
gsb_feature_program_ct.module | 75 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 75 insertions(+)

view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago
Adding search fields
gsb_feature_program_ct.features.field_instance.inc | 89 +++++++++++++++++++++-
gsb_feature_program_ct.info | 5 +-
gsb_feature_program_ct.strongarm.inc | 13 +++-
3 files changed, 101 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago
WP-6389 Adding new fieldgroups for the program ct
gsb_feature_program_ct.features.field_instance.inc | 177 +++++++++++++--------
gsb_feature_program_ct.field_group.inc | 150 ++++++++++++++++-
gsb_feature_program_ct.info | 12 ++
gsb_feature_program_ct.strongarm.inc | 9 +-
4 files changed, 279 insertions(+), 69 deletions(-)

view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago
WP-6399 Adding new field instances for Program CT
gsb_feature_program_ct.features.field_instance.inc | 2571 ++++++++++++++++++--
gsb_feature_program_ct.field_group.inc | 2 +-
gsb_feature_program_ct.info | 30 +
gsb_feature_program_ct.strongarm.inc | 6 +-
4 files changed, 2450 insertions(+), 159 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago
WP-6292 Adding new Program CT fields
gsb_feature_program_ct.features.field_instance.inc | 462 +++++++++++++++++++++
gsb_feature_program_ct.features.inc | 35 ++
gsb_feature_program_ct.field_group.inc | 42 ++
gsb_feature_program_ct.info | 37 ++
gsb_feature_program_ct.module | 37 ++
gsb_feature_program_ct.strongarm.inc | 95 +++++
6 files changed, 708 insertions(+)

view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_feature_quotes_fpp
===========================================
view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
Changing name to be Quotes
gsb_feature_quotes_fpp.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago
WP-7214 remove code field
gsb_feature_quotes_fpp.ds.inc | 32 ++--------------------
gsb_feature_quotes_fpp.features.field_instance.inc | 8 +++---
gsb_feature_quotes_fpp.info | 1 -
gsb_feature_quotes_fpp.strongarm.inc | 8 +++++-
4 files changed, 13 insertions(+), 36 deletions(-)

view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago
WP-7214 minor fix to code field
gsb_feature_quotes_fpp.ds.inc | 2 +-
gsb_feature_quotes_fpp.features.field_instance.inc | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago
WP-7214 add code field and fields
gsb_feature_quotes_fpp.ds.inc | 101 ++++++++
gsb_feature_quotes_fpp.features.field_instance.inc | 260 ++++++++++++++++++++-
gsb_feature_quotes_fpp.features.inc | 3 +
gsb_feature_quotes_fpp.info | 9 +
gsb_feature_quotes_fpp.strongarm.inc | 43 +++-
5 files changed, 406 insertions(+), 10 deletions(-)

view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago
WP-7214 add new quotes fpp
README.md | 2 +
gsb_feature_quotes_fpp.features.field_instance.inc | 126 +++++++++++++++++++++
gsb_feature_quotes_fpp.features.inc | 17 +++
...ature_quotes_fpp.fieldable_panels_pane_type.inc | 22 ++++
gsb_feature_quotes_fpp.info | 17 +++
gsb_feature_quotes_fpp.module | 7 ++
gsb_feature_quotes_fpp.strongarm.inc | 34 ++++++
7 files changed, 225 insertions(+)

===========================================
./gsb_feature_staff_ct
===========================================
view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7398 Changing the default message for the email_contact:field_email defined in field formatting for staff.
gsb_feature_staff_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7398 Changing the default message for the email_contact:field_email defined in field formatting for staff.
gsb_feature_staff_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7398 Removin da dot. Dotz all.
gsb_feature_staff_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7398 Changing the default message for the email_contact:field_email defined in field formatting for staff.
gsb_feature_staff_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6633: add info wrapper for program contact.
gsb_feature_staff_ct.ds.inc | 13 +++++----
gsb_feature_staff_ct.features.field_instance.inc | 22 +++++++--------
gsb_feature_staff_ct.field_group.inc | 36 ++++++++++++++++++++++++
gsb_feature_staff_ct.info | 1 +
4 files changed, 56 insertions(+), 16 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6598: configure new view mode for contact on overview.
gsb_feature_staff_ct.ds.inc | 120 ++++++++++++++++++++++-
gsb_feature_staff_ct.features.field_instance.inc | 92 +++++++++++++++++
gsb_feature_staff_ct.info | 2 +
gsb_feature_staff_ct.strongarm.inc | 3 +
4 files changed, 216 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6492: configure program director block.
gsb_feature_staff_ct.ds.inc | 105 +++++++++++++++++++++++
gsb_feature_staff_ct.features.field_instance.inc | 87 +++++++++++++++++++
gsb_feature_staff_ct.field_group.inc | 65 +++++++++++---
gsb_feature_staff_ct.info | 3 +
gsb_feature_staff_ct.strongarm.inc | 21 +++++
5 files changed, 271 insertions(+), 10 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6480: link name to profile.
gsb_feature_staff_ct.ds.inc | 2 +-
gsb_feature_staff_ct.strongarm.inc | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6480: create program director view mode.
gsb_feature_staff_ct.ds.inc | 112 +++++++++++++++++++++++
gsb_feature_staff_ct.features.field_instance.inc | 111 +++++++++++++++++++---
gsb_feature_staff_ct.info | 3 +
gsb_feature_staff_ct.strongarm.inc | 3 +
4 files changed, 217 insertions(+), 12 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6118: add class back to wrapper.
gsb_feature_staff_ct.field_group.inc | 5 +++--
gsb_feature_staff_ct.strongarm.inc | 12 ++++++++++++
2 files changed, 15 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5703 Removing references to addthis and addthis_displays
gsb_feature_staff_ct.info | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5309: link staff picture to profile in related.
gsb_feature_staff_ct.ds.inc | 13 +++++++++++++
gsb_feature_staff_ct.features.field_instance.inc | 2 +-
2 files changed, 14 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5318: update display of people fpp for new field.
gsb_feature_staff_ct.ds.inc | 37 ++++++++----------------
gsb_feature_staff_ct.features.field_instance.inc | 24 ++++++++-------
gsb_feature_staff_ct.field_group.inc | 11 ++-----
3 files changed, 29 insertions(+), 43 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5318: update display of people fpp for new field.
gsb_feature_staff_ct.ds.inc | 58 ++++++++++++------------
gsb_feature_staff_ct.features.field_instance.inc | 50 ++++++++++----------
gsb_feature_staff_ct.field_group.inc | 11 ++---
3 files changed, 58 insertions(+), 61 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5317: configure field collection display.
gsb_feature_staff_ct.ds.inc | 87 +++++++++++++++++++++++-
gsb_feature_staff_ct.features.field_instance.inc | 26 +++----
gsb_feature_staff_ct.info | 2 +
3 files changed, 97 insertions(+), 18 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5324 remove the older fields
gsb_feature_staff_ct.features.field_instance.inc | 169 -----------------------
gsb_feature_staff_ct.info | 2 -
2 files changed, 171 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5324 add the field collection to staff
gsb_feature_staff_ct.features.field_instance.inc | 143 ++++++++++++-----------
gsb_feature_staff_ct.info | 2 +-
2 files changed, 76 insertions(+), 69 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5324 remove the older fields
gsb_feature_staff_ct.features.field_instance.inc | 595 +++--------------------
gsb_feature_staff_ct.info | 3 +-
gsb_feature_staff_ct.strongarm.inc | 44 +-
3 files changed, 111 insertions(+), 531 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5317: update staff display.
gsb_feature_staff_ct.ds.inc | 168 ++++++++++----
gsb_feature_staff_ct.features.field_instance.inc | 269 +++++------------------
gsb_feature_staff_ct.field_group.inc | 12 +-
gsb_feature_staff_ct.info | 1 +
gsb_feature_staff_ct.strongarm.inc | 2 +-
5 files changed, 182 insertions(+), 270 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5324 add the field collection to staff
gsb_feature_staff_ct.features.field_instance.inc | 146 ++++++++++++-----------
gsb_feature_staff_ct.info | 2 +-
2 files changed, 76 insertions(+), 72 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5317: configure staff detail display.
gsb_feature_staff_ct.ds.inc | 52 +++---
gsb_feature_staff_ct.features.field_instance.inc | 222 +++++------------------
gsb_feature_staff_ct.field_group.inc | 28 +++
gsb_feature_staff_ct.info | 2 +
gsb_feature_staff_ct.strongarm.inc | 42 +++++
5 files changed, 142 insertions(+), 204 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5317: update staff display.
gsb_feature_staff_ct.ds.inc | 168 ++++++---
gsb_feature_staff_ct.features.field_instance.inc | 438 ++++++++++++-----------
gsb_feature_staff_ct.field_group.inc | 12 +-
gsb_feature_staff_ct.info | 3 +
gsb_feature_staff_ct.strongarm.inc | 2 +-
5 files changed, 365 insertions(+), 258 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5317: configure staff detail display.
gsb_feature_staff_ct.ds.inc | 52 +++---
gsb_feature_staff_ct.features.field_instance.inc | 222 +++++------------------
gsb_feature_staff_ct.field_group.inc | 28 +++
gsb_feature_staff_ct.info | 2 +
gsb_feature_staff_ct.strongarm.inc | 42 +++++
5 files changed, 142 insertions(+), 204 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5282 set pattern for staff CT
gsb_feature_staff_ct.info | 1 +
gsb_feature_staff_ct.strongarm.inc | 7 +++++++
2 files changed, 8 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5282 update staff CT
gsb_feature_staff_ct.features.field_instance.inc | 209 ++++++++++++++++++++++-
gsb_feature_staff_ct.field_group.inc | 4 +-
gsb_feature_staff_ct.info | 2 +
3 files changed, 206 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago
WP-5163: Update default moderation state.
gsb_feature_staff_ct.info | 7 ++++---
gsb_feature_staff_ct.strongarm.inc | 7 +++++++
2 files changed, 11 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5049 update the help text for image field
gsb_feature_staff_ct.features.field_instance.inc | 27 +++++++++++++++++++++---
1 file changed, 24 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4852 remove add this field
gsb_feature_staff_ct.features.field_instance.inc | 96 +-----------------------
gsb_feature_staff_ct.features.inc | 1 +
gsb_feature_staff_ct.info | 2 +-
3 files changed, 4 insertions(+), 95 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4536 add alt text to image field
gsb_feature_staff_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4522 bundle taxonomy for staff ct
gsb_feature_staff_ct.features.field_instance.inc | 48 +++++++++++++++++-----
gsb_feature_staff_ct.field_group.inc | 52 ++++++++++++++++++++++++
gsb_feature_staff_ct.info | 6 ++-
gsb_feature_staff_ct.strongarm.inc | 5 ++-
4 files changed, 97 insertions(+), 14 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2520: chang label on staff.
gsb_feature_staff_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_staff_ct.features.field_instance.inc | 270 +++++++++++++++++++++++
gsb_feature_staff_ct.features.inc | 5 +-
gsb_feature_staff_ct.info | 3 +-
3 files changed, 272 insertions(+), 6 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_staff_ct.features.field_instance.inc | 270 +++++++++++++++++++++++
gsb_feature_staff_ct.features.inc | 5 +-
gsb_feature_staff_ct.info | 3 +-
3 files changed, 272 insertions(+), 6 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2148: Add workbench section setting.
gsb_feature_staff_ct.info | 1 +
gsb_feature_staff_ct.strongarm.inc | 7 +++++++
2 files changed, 8 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Adam Moore, 3 years, 5 months ago
Remove email and add compact buttons to addthis.
gsb_feature_staff_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Dumitru Vozian, 3 years, 6 months ago author: Dumitru Vozian, 3 years, 6 months ago
Issue #WP-1751: fix autolabel for Staff content type
gsb_feature_staff_ct.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WP-1731: Add comma separator to staff feature.
gsb_feature_staff_ct.field_group.inc | 2 +-
gsb_feature_staff_ct.info | 18 ++++++++++++++++--
2 files changed, 17 insertions(+), 3 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
WP-1731: Adjust Staff People FPP display according to requirements.
gsb_feature_staff_ct.ds.inc | 72 ++++++------------------
gsb_feature_staff_ct.features.field_instance.inc | 47 +++++++---------
gsb_feature_staff_ct.field_group.inc | 4 +-
gsb_feature_staff_ct.strongarm.inc | 21 +++++++
4 files changed, 58 insertions(+), 86 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
adding search field via concat
gsb_feature_staff_ct.features.field_instance.inc | 88 ++++++++++++++++++++++++
gsb_feature_staff_ct.info | 6 +-
2 files changed, 93 insertions(+), 1 deletion(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1062: Change image formatter to GSB Image
gsb_feature_staff_ct.features.field_instance.inc | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Add image help text.
gsb_feature_staff_ct.features.field_instance.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
People FPP: update staff teqaser display.
gsb_feature_staff_ct.ds.inc | 19 +++++++++++--------
gsb_feature_staff_ct.features.field_instance.inc | 4 ++--
2 files changed, 13 insertions(+), 10 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Person FPP: update view mode.
gsb_feature_staff_ct.ds.inc | 32 +++++++++++++-----------
gsb_feature_staff_ct.features.field_instance.inc | 22 ++++++++--------
gsb_feature_staff_ct.field_group.inc | 4 +--
3 files changed, 30 insertions(+), 28 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Add media contact mode and config.
gsb_feature_staff_ct.ds.inc | 112 +++++++++++++++++++++++
gsb_feature_staff_ct.features.field_instance.inc | 88 ++++++++++++++++++
gsb_feature_staff_ct.field_group.inc | 33 +++++++
gsb_feature_staff_ct.info | 6 +-
gsb_feature_staff_ct.strongarm.inc | 6 ++
5 files changed, 244 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
adding addthis field instance
gsb_feature_staff_ct.ds.inc | 2 +
gsb_feature_staff_ct.features.field_instance.inc | 98 +++++++++++++++++++++---
gsb_feature_staff_ct.info | 5 ++
gsb_feature_staff_ct.strongarm.inc | 5 +-
4 files changed, 98 insertions(+), 12 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move base fields into gsb_feature_base_fields.
gsb_feature_staff_ct.features.field_base.inc | 311 ---------------------------
gsb_feature_staff_ct.info | 12 +-
2 files changed, 1 insertion(+), 322 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Update features for base/instance split.
gsb_feature_staff_ct.features.field.inc | 1156 ----------------------
gsb_feature_staff_ct.features.field_base.inc | 311 ++++++
gsb_feature_staff_ct.features.field_instance.inc | 859 ++++++++++++++++
gsb_feature_staff_ct.info | 33 +-
4 files changed, 1192 insertions(+), 1167 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Update settings for teaser.
gsb_feature_staff_ct.ds.inc | 2 --
gsb_feature_staff_ct.features.field.inc | 8 ++++----
2 files changed, 4 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Fix class spelling and remove files we didn't want.
gsb_feature_staff_ct.features.field.inc | 82 ++-
gsb_feature_staff_ct.features.field_base.inc | 311 --------
gsb_feature_staff_ct.features.field_instance.inc | 859 -----------------------
gsb_feature_staff_ct.info | 33 +-
4 files changed, 62 insertions(+), 1223 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
DS updates for staff person fpp.
gsb_feature_staff_ct.ds.inc | 50 +-
gsb_feature_staff_ct.features.field_base.inc | 311 ++++++++
gsb_feature_staff_ct.features.field_instance.inc | 859 +++++++++++++++++++++++
gsb_feature_staff_ct.field_group.inc | 2 +-
gsb_feature_staff_ct.info | 33 +-
5 files changed, 1218 insertions(+), 37 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
DS settings for people fpp.
gsb_feature_staff_ct.ds.inc | 121 +++++++++++++++++++++++++++++++-
gsb_feature_staff_ct.features.field.inc | 66 +++++++++++++++++
gsb_feature_staff_ct.field_group.inc | 65 +++++++++++++++++
gsb_feature_staff_ct.info | 4 ++
gsb_feature_staff_ct.strongarm.inc | 3 +
5 files changed, 257 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move the image field to the top.
gsb_feature_staff_ct.ds.inc | 18 +++++++++---------
gsb_feature_staff_ct.features.field.inc | 2 +-
gsb_feature_staff_ct.field_group.inc | 4 ++--
3 files changed, 12 insertions(+), 12 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
DS teaser feature update for staff.
gsb_feature_staff_ct.ds.inc | 161 ++++++++++++++++++++++++--------
gsb_feature_staff_ct.features.field.inc | 133 +++++++-------------------
gsb_feature_staff_ct.features.inc | 4 +
gsb_feature_staff_ct.field_group.inc | 45 +++++++--
gsb_feature_staff_ct.info | 11 ++-
gsb_feature_staff_ct.strongarm.inc | 16 ++--
6 files changed, 210 insertions(+), 160 deletions(-)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: Staff display for reference, view mode added
gsb_feature_staff_ct.ds.inc | 103 ++++++++++++++++++++++++++++
gsb_feature_staff_ct.features.field.inc | 118 ++++++++++++++++++++++++++++----
gsb_feature_staff_ct.features.inc | 4 ++
gsb_feature_staff_ct.field_group.inc | 48 +++++++++++++
gsb_feature_staff_ct.info | 7 ++
gsb_feature_staff_ct.strongarm.inc | 39 ++++++++++-
6 files changed, 304 insertions(+), 15 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 9 months ago author: Alex Scutaru, 3 years, 9 months ago
exclude department vocabulary
gsb_feature_staff_ct.features.taxonomy.inc | 11 +----------
gsb_feature_staff_ct.info | 1 -
2 files changed, 1 insertion(+), 11 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 9 months ago author: Alex Scutaru, 3 years, 9 months ago
exclude department vocabulary
gsb_feature_staff_ct.info | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Alex Scutaru, 3 years, 9 months ago author: Alex Scutaru, 3 years, 9 months ago
Adding extra fields
gsb_feature_staff_ct.features.field.inc | 0
gsb_feature_staff_ct.features.inc | 0
gsb_feature_staff_ct.features.taxonomy.inc | 0
gsb_feature_staff_ct.info | 0
gsb_feature_staff_ct.module | 0
gsb_feature_staff_ct.strongarm.inc | 0
6 files changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 9 months ago author: Alex Scutaru, 3 years, 9 months ago
Adding extra fields
gsb_feature_staff_ct.features.field.inc | 214 +++++++++++++++++++++++++++--
gsb_feature_staff_ct.features.inc | 0
gsb_feature_staff_ct.features.taxonomy.inc | 0
gsb_feature_staff_ct.info | 5 +
gsb_feature_staff_ct.module | 0
gsb_feature_staff_ct.strongarm.inc | 3 +
6 files changed, 211 insertions(+), 11 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 9 months ago author: Alex Scutaru, 3 years, 9 months ago
Initial commit
gsb_feature_staff_ct.features.field.inc | 857 +++++++++++++++++++++++++++++
gsb_feature_staff_ct.features.inc | 32 ++
gsb_feature_staff_ct.features.taxonomy.inc | 21 +
gsb_feature_staff_ct.info | 31 ++
gsb_feature_staff_ct.module | 7 +
gsb_feature_staff_ct.strongarm.inc | 75 +++
6 files changed, 1023 insertions(+)

===========================================
./gsb_feature_faculty_ct
===========================================
view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago
WP-7669 Removed field instance field_link_google_scholar from Faculty CT
gsb_feature_faculty_ct.features.field_instance.inc | 125 ---------------------
gsb_feature_faculty_ct.field_group.inc | 23 ++--
gsb_feature_faculty_ct.info | 1 -
3 files changed, 11 insertions(+), 138 deletions(-)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago
WP-7612 Added code to encode the query param rank set in _gsb_feature_faculty_ct_update_faculty_by_sunet
gsb_feature_faculty_ct.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago
WP-7612 Added code to encode the query params set in _gsb_feature_faculty_ct_update_academic_areas
gsb_feature_faculty_ct.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago
WP-7612 Removed the test for wb published from _gsb_feature_faculty_ct_update_academic_areas
gsb_feature_faculty_ct.module | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago
WP-7612 Removed the test for wb published from _gsb_feature_faculty_ct_update_academic_areas
gsb_feature_faculty_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago
WP-7612 Removed the test for wb published from _gsb_feature_faculty_ct_update_academic_areas
gsb_feature_faculty_ct.module | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago
WP-7612 Removed check for wb moderation state of new
gsb_feature_faculty_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago
WP-7612 Removed check for wb moderation state of new
gsb_feature_faculty_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago
WP-7094: re export the ee changes for faculty detail.
gsb_feature_faculty_ct.ds.inc | 119 +++++++++++----------
gsb_feature_faculty_ct.features.field_instance.inc | 66 ++++++------
gsb_feature_faculty_ct.field_group.inc | 53 +++++++--
gsb_feature_faculty_ct.info | 1 +
gsb_feature_faculty_ct.strongarm.inc | 18 ++--
5 files changed, 153 insertions(+), 104 deletions(-)

view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago
WP-7541: add comma field group for rank and area.
gsb_feature_faculty_ct.ds.inc | 45 +++++++-
gsb_feature_faculty_ct.features.field_instance.inc | 122 ++++++++++-----------
gsb_feature_faculty_ct.field_group.inc | 29 +++++
gsb_feature_faculty_ct.info | 1 +
gsb_feature_faculty_ct.strongarm.inc | 28 +++--
5 files changed, 150 insertions(+), 75 deletions(-)

view commit - committer: GitHub, 5 months ago author: Greg Mercer, 5 months ago
WP-7467 Changing to always apply the update of faculty info and only limiting the update academic areas to non-Instructors.
gsb_feature_faculty_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: GitHub, 5 months ago author: Greg Mercer, 5 months ago
WP-7467 Changing to apply biopublished state as either published or un-published.
gsb_feature_faculty_ct.module | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago
WP-7467 Added new function _gsb_feature_faculty_ct_curl() for making get requests
gsb_feature_faculty_ct.module | 65 +++++++++++++++++++++++++++++++++++++------
1 file changed, 57 insertions(+), 8 deletions(-)

view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago
WP-7535 Added tinypng to 270x270 image style
gsb_feature_faculty_ct.features.inc | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7398 Changing the default message for the email_contact:field_email defined in field formatting.
gsb_feature_faculty_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago
WP-7435 removed unused faculty title field, added help text and a new fieldset
gsb_feature_faculty_ct.features.field_instance.inc | 110 +--------------------
gsb_feature_faculty_ct.field_group.inc | 50 ++++++++--
gsb_feature_faculty_ct.info | 2 +-
3 files changed, 43 insertions(+), 119 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7304: add director title to fac director ppp.
gsb_feature_faculty_ct.ds.inc | 2 ++
gsb_feature_faculty_ct.field_group.inc | 5 +++--
gsb_feature_faculty_ct.strongarm.inc | 20 ++++++++++++++++++++
3 files changed, 25 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7304: add director title to fac director ppp.
gsb_feature_faculty_ct.ds.inc | 2 ++
gsb_feature_faculty_ct.field_group.inc | 5 +++--
gsb_feature_faculty_ct.strongarm.inc | 8 ++++++++
3 files changed, 13 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago This reverts commit 4480e0cc952f1044f7c6cf90b290f54e85365dff.

Revert "WP-7094: add wrapper, update labels, show fields."
gsb_feature_faculty_ct.ds.inc | 128 ++++++++++-----------
gsb_feature_faculty_ct.features.field_instance.inc | 70 +++++------
gsb_feature_faculty_ct.field_group.inc | 53 ++-------
gsb_feature_faculty_ct.info | 1 -
gsb_feature_faculty_ct.strongarm.inc | 22 +---
5 files changed, 113 insertions(+), 161 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7094: add wrapper, update labels, show fields.
gsb_feature_faculty_ct.ds.inc | 128 ++++++++++-----------
gsb_feature_faculty_ct.features.field_instance.inc | 70 +++++------
gsb_feature_faculty_ct.field_group.inc | 53 +++++++--
gsb_feature_faculty_ct.info | 1 +
gsb_feature_faculty_ct.strongarm.inc | 22 +++-
5 files changed, 161 insertions(+), 113 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-6923 Label changes, new help text, and new field group.
gsb_feature_faculty_ct.features.field_instance.inc | 37 ++++++++++++-------
gsb_feature_faculty_ct.field_group.inc | 41 ++++++++++++++++++----
gsb_feature_faculty_ct.info | 5 +--
3 files changed, 63 insertions(+), 20 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-6841: do not display existing director field on ppp faculty directors.
gsb_feature_faculty_ct.ds.inc | 22 ----------------------
gsb_feature_faculty_ct.features.field_instance.inc | 7 ++-----
gsb_feature_faculty_ct.field_group.inc | 9 ++++-----
3 files changed, 6 insertions(+), 32 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7092: fixing the field sequence
gsb_feature_faculty_ct.ds.inc | 14 +--
gsb_feature_faculty_ct.features.field_instance.inc | 122 ++++++++++-----------
gsb_feature_faculty_ct.strongarm.inc | 20 ++--
3 files changed, 77 insertions(+), 79 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7092: Addin new view modes
gsb_feature_faculty_ct.ds.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP:7092: Adding new view mode
gsb_feature_faculty_ct.ds.inc | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7092: Adding new view mode for faculty teaching programs
gsb_feature_faculty_ct.ds.inc | 67 ++++
gsb_feature_faculty_ct.features.field_instance.inc | 389 +++++++++++++++++++++
gsb_feature_faculty_ct.field_group.inc | 1 +
gsb_feature_faculty_ct.info | 6 +-
gsb_feature_faculty_ct.strongarm.inc | 64 ++++
5 files changed, 525 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6734: add condition of when to show sad title.
gsb_feature_faculty_ct.ds.inc | 30 +++++++++++++++++++++++++++---
1 file changed, 27 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6665 Added a condition to the display of field_sad in the field_leadership view mode
gsb_feature_faculty_ct.ds.inc | 10 +++++++++-
gsb_feature_faculty_ct.info | 4 ++--
2 files changed, 11 insertions(+), 3 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6656: export infor wrappers.
gsb_feature_faculty_ct.ds.inc | 38 ++-
gsb_feature_faculty_ct.features.field_instance.inc | 372 ++++++++++-----------
gsb_feature_faculty_ct.field_group.inc | 104 ++++++
gsb_feature_faculty_ct.info | 3 +
gsb_feature_faculty_ct.strongarm.inc | 60 ++--
5 files changed, 345 insertions(+), 232 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6665: remove other title, add info wrapper.
gsb_feature_faculty_ct.ds.inc | 44 ++-----
gsb_feature_faculty_ct.features.field_instance.inc | 135 ++++++++++-----------
gsb_feature_faculty_ct.field_group.inc | 37 ++++++
gsb_feature_faculty_ct.info | 1 +
gsb_feature_faculty_ct.strongarm.inc | 20 +--
5 files changed, 126 insertions(+), 111 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6505: export additional configuration.
gsb_feature_faculty_ct.ds.inc | 75 ++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 74 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6505: configure new view modes for faculty block.
gsb_feature_faculty_ct.ds.inc | 511 +++++-
gsb_feature_faculty_ct.features.field_instance.inc | 1620 +++++++++++++++++++-
gsb_feature_faculty_ct.field_group.inc | 113 +-
gsb_feature_faculty_ct.info | 8 +
gsb_feature_faculty_ct.strongarm.inc | 218 +++
5 files changed, 2392 insertions(+), 78 deletions(-)

view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer, 12 months ago
WP-6409 Changing text for two fields in Faculty CT
gsb_feature_faculty_ct.features.field_instance.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago
WP-6409 Changing text for two fields in Faculty CT
gsb_feature_faculty_ct.features.field_instance.inc | 134 ++++++++++-----------
1 file changed, 67 insertions(+), 67 deletions(-)

view commit - committer: Meghan Plunkett, 12 months ago author: Meghan Plunkett, 12 months ago
WP-6398: add SAD conditional title.
gsb_feature_faculty_ct.ds.inc | 143 ++++++++++++---------
gsb_feature_faculty_ct.features.field_instance.inc | 73 +++++------
gsb_feature_faculty_ct.field_group.inc | 12 +-
gsb_feature_faculty_ct.info | 1 +
gsb_feature_faculty_ct.strongarm.inc | 10 +-
5 files changed, 127 insertions(+), 112 deletions(-)

view commit - committer: Meghan Plunkett, 12 months ago author: Meghan Plunkett, 12 months ago
WP-6398: display new titles.
gsb_feature_faculty_ct.ds.inc | 227 +++++++++++++++------
gsb_feature_faculty_ct.features.field_instance.inc | 209 ++++++++++---------
gsb_feature_faculty_ct.features.inc | 8 -
gsb_feature_faculty_ct.field_group.inc | 12 +-
gsb_feature_faculty_ct.strongarm.inc | 10 +-
5 files changed, 279 insertions(+), 187 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago
WP-6259 remove website link field from search
gsb_feature_faculty_ct.features.field_instance.inc | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago
WP-6187 add new fields to faculty ct
gsb_feature_faculty_ct.features.field_instance.inc | 569 ++++++++++++++++++++-
gsb_feature_faculty_ct.field_group.inc | 7 +-
gsb_feature_faculty_ct.info | 5 +
3 files changed, 573 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6082: add classes back to field groups.
gsb_feature_faculty_ct.field_group.inc | 19 ++++++++++++-------
gsb_feature_faculty_ct.strongarm.inc | 8 ++++----
2 files changed, 16 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
Change to test for empty. This resolves a log warning message.
gsb_feature_faculty_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6036 Added classses for the field groups
gsb_feature_faculty_ct.ds.inc | 15 +++++++++++++++
gsb_feature_faculty_ct.field_group.inc | 26 +++++++++++++++++---------
2 files changed, 32 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
Re-exporting group-publications and group-courses-taught
gsb_feature_faculty_ct.ds.inc | 31 +++++++++++-----------
gsb_feature_faculty_ct.features.field_instance.inc | 1 +
gsb_feature_faculty_ct.field_group.inc | 6 +++--
gsb_feature_faculty_ct.strongarm.inc | 27 +++++++++++++++++++
4 files changed, 48 insertions(+), 17 deletions(-)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5703 Removing references to addthis and addthis_displays
gsb_feature_faculty_ct.info | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5309: Link faculty image in related to profile.
gsb_feature_faculty_ct.ds.inc | 21 ++++++++++++--
gsb_feature_faculty_ct.features.field_instance.inc | 32 +---------------------
gsb_feature_faculty_ct.strongarm.inc | 8 ++++++
3 files changed, 27 insertions(+), 34 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-5163 Setting default to draft
gsb_feature_faculty_ct.info | 3 ++-
gsb_feature_faculty_ct.strongarm.inc | 7 +++++++
2 files changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5049 update help text for image field
gsb_feature_faculty_ct.features.field_instance.inc | 30 ++++++++++++++++++++--
1 file changed, 28 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5049 update help text for image field
gsb_feature_faculty_ct.features.field_instance.inc | 30 ++++++++++++++++++++--
1 file changed, 28 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5051 logic change for rank value for WS
gsb_feature_faculty_ct.module | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago
WP-4498: Readd code now that it's fixed.
gsb_feature_faculty_ct.module | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4574: add ul and li.
gsb_feature_faculty_ct.ds.inc | 68 ++++++++++++++++++++++++++++++-------------
1 file changed, 48 insertions(+), 20 deletions(-)

view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago
WP-4635 Changing text for email link to be 'Email'
gsb_feature_faculty_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4510 Changing formatter to use email_contact_link with redirect to referer
gsb_feature_faculty_ct.ds.inc | 51 ++++++++++++----------
gsb_feature_faculty_ct.features.field_instance.inc | 10 +++--
gsb_feature_faculty_ct.info | 1 +
3 files changed, 35 insertions(+), 27 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4518 Setting the replace_existing_files for the cv field to be 1
gsb_feature_faculty_ct.features.field_instance.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4518 Changes related to using filefield_paths module
gsb_feature_faculty_ct.features.field_instance.inc | 21 ++++++++++++++++++++-
gsb_feature_faculty_ct.info | 1 +
2 files changed, 21 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago This reverts commit 7540433e2191cbf7e74413ae13572aecd6984270.

Revert "WP-4498 Changing logic to handle centers for Cara"
gsb_feature_faculty_ct.module | 17 -----------------
1 file changed, 17 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4498 Changing logic to handle centers for Cara
gsb_feature_faculty_ct.module | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4447: move the school news and insights evas.
gsb_feature_faculty_ct.ds.inc | 74 +++++++++++-----------
gsb_feature_faculty_ct.features.field_instance.inc | 48 +++++++-------
gsb_feature_faculty_ct.field_group.inc | 2 +-
gsb_feature_faculty_ct.strongarm.inc | 4 +-
4 files changed, 64 insertions(+), 64 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4196-1 Adding help tab and group fields related to Insights and School News tabs
gsb_feature_faculty_ct.ds.inc | 120 +++++++++---------
gsb_feature_faculty_ct.features.field_instance.inc | 136 ++++++++++++++++++++-
gsb_feature_faculty_ct.features.inc | 1 +
gsb_feature_faculty_ct.field_group.inc | 36 +++++-
gsb_feature_faculty_ct.info | 3 +
gsb_feature_faculty_ct.strongarm.inc | 32 ++++-
6 files changed, 260 insertions(+), 68 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4196 Added help tab text
gsb_feature_faculty_ct.features.field_instance.inc | 152 +++++++++++++++++++--
gsb_feature_faculty_ct.field_group.inc | 10 +-
gsb_feature_faculty_ct.info | 2 +
gsb_feature_faculty_ct.strongarm.inc | 4 +-
4 files changed, 151 insertions(+), 17 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4196 Adding new vertical tab for School News in Faculty CT edit
gsb_feature_faculty_ct.features.field_instance.inc | 10 +++----
gsb_feature_faculty_ct.field_group.inc | 32 ++++++++++++++++++++--
gsb_feature_faculty_ct.info | 1 +
gsb_feature_faculty_ct.strongarm.inc | 5 +++-
4 files changed, 40 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4196 Small text change for the Insights tab
gsb_feature_faculty_ct.field_group.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4196 New eva field form for Insights By Stanford tab on Faculty CT edit
gsb_feature_faculty_ct.features.field_instance.inc | 22 ++++++------
gsb_feature_faculty_ct.field_group.inc | 40 ++++++++++++++++++----
gsb_feature_faculty_ct.info | 1 +
gsb_feature_faculty_ct.strongarm.inc | 7 ++--
4 files changed, 51 insertions(+), 19 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
WP-3844: Add support for better formats.
gsb_feature_faculty_ct.features.field_instance.inc | 30 ++++++++++++++++++++++
gsb_feature_faculty_ct.info | 4 +--
2 files changed, 32 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
WP-3756: Fix assign author of Faculty CT according to specified sunetid when users already exist.
gsb_feature_faculty_ct.module | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3640: Prevent HS clashes by making faculty profile contain no HS widgets.
gsb_feature_faculty_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3665 Setting the 'Faculty' role for a user assigned to the Faculty content type.
gsb_feature_faculty_ct.module | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3644: Faculty node not updating with author uid from sunetid field.
gsb_feature_faculty_ct.module | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3609 Added search fields
gsb_feature_faculty_ct.features.field_instance.inc | 41 ++++++++++++++++------
1 file changed, 30 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago
WP-3560: Change labels on the detail page to be clearer.
gsb_feature_faculty_ct.ds.inc | 137 +++++----------------
gsb_feature_faculty_ct.features.field_instance.inc | 105 +++++-----------
gsb_feature_faculty_ct.field_group.inc | 8 +-
3 files changed, 66 insertions(+), 184 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3464: Add new publication EVAs to the faculty profile.
gsb_feature_faculty_ct.ds.inc | 96 ++++++++++++++++++----------------
gsb_feature_faculty_ct.field_group.inc | 6 ++-
gsb_feature_faculty_ct.strongarm.inc | 34 +++++++++++-
3 files changed, 87 insertions(+), 49 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago
WP-3455: Change Publications vertical tab and remove Manage from news.
gsb_feature_faculty_ct.field_group.inc | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago
WP-3455: Faculty profile label changes.
gsb_feature_faculty_ct.features.field_instance.inc | 54 ++++++++--------
gsb_feature_faculty_ct.field_group.inc | 74 +++++++---------------
gsb_feature_faculty_ct.info | 1 -
3 files changed, 51 insertions(+), 78 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago
WP-3543: Add help tab and put help text underneath it.
gsb_feature_faculty_ct.features.field_instance.inc | 18 ++++----
gsb_feature_faculty_ct.field_group.inc | 49 ++++++++++++++++++----
gsb_feature_faculty_ct.info | 3 +-
gsb_feature_faculty_ct.strongarm.inc | 6 +--
4 files changed, 56 insertions(+), 20 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3405-2 Removed field_prefix_non_degree_course and field_prefix_teaching_materials
gsb_feature_faculty_ct.features.field_instance.inc | 133 +--------------------
gsb_feature_faculty_ct.field_group.inc | 17 ++-
gsb_feature_faculty_ct.info | 2 -
3 files changed, 8 insertions(+), 144 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3375: Add back fields needed for WP-3405.
gsb_feature_faculty_ct.features.field_instance.inc | 136 ++++++++++++++++++++-
gsb_feature_faculty_ct.field_group.inc | 2 +
gsb_feature_faculty_ct.info | 2 +
3 files changed, 137 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3375: Update Faculty CT feature with help text.
gsb_feature_faculty_ct.features.field_instance.inc | 1061 ++++++++++++++++++--
gsb_feature_faculty_ct.field_group.inc | 38 +-
gsb_feature_faculty_ct.info | 32 +-
gsb_feature_faculty_ct.strongarm.inc | 8 +-
4 files changed, 1012 insertions(+), 127 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3499: export field groups.
gsb_feature_faculty_ct.field_group.inc | 38 ++++++++++++++++++++++++++++++++--
1 file changed, 36 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3499: add comma wrappers.
gsb_feature_faculty_ct.ds.inc | 16 ++++++++++------
gsb_feature_faculty_ct.field_group.inc | 24 ++++++++++++++++++++++++
gsb_feature_faculty_ct.info | 2 ++
3 files changed, 36 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3499: update field displays.
gsb_feature_faculty_ct.ds.inc | 52 +++++--------------------------------------
1 file changed, 6 insertions(+), 46 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3517: reorder media item.
gsb_feature_faculty_ct.features.field_instance.inc | 34 +++++++++-------------
gsb_feature_faculty_ct.field_group.inc | 2 +-
gsb_feature_faculty_ct.strongarm.inc | 2 +-
3 files changed, 16 insertions(+), 22 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3499: export field groups.
gsb_feature_faculty_ct.field_group.inc | 38 ++++++++++++++++++++++++++++++++--
1 file changed, 36 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3499: add comma wrappers.
gsb_feature_faculty_ct.ds.inc | 16 ++++++++++------
gsb_feature_faculty_ct.field_group.inc | 24 ++++++++++++++++++++++++
gsb_feature_faculty_ct.info | 2 ++
3 files changed, 36 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3499: update field displays.
gsb_feature_faculty_ct.ds.inc | 52 +++++--------------------------------------
1 file changed, 6 insertions(+), 46 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3375: Add back fields needed for WP-3405.
gsb_feature_faculty_ct.features.field_instance.inc | 136 ++++++++++++++++++++-
gsb_feature_faculty_ct.field_group.inc | 2 +
gsb_feature_faculty_ct.info | 2 +
3 files changed, 137 insertions(+), 3 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3375: Update Faculty CT feature with help text.
gsb_feature_faculty_ct.features.field_instance.inc | 1017 ++++++++++++++++++--
gsb_feature_faculty_ct.field_group.inc | 38 +-
gsb_feature_faculty_ct.info | 32 +-
gsb_feature_faculty_ct.strongarm.inc | 8 +-
4 files changed, 987 insertions(+), 108 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3408: Sync Alt text from managed_file back to File Entity alt field.
gsb_feature_faculty_ct.module | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3517: reorder media item.
gsb_feature_faculty_ct.features.field_instance.inc | 34 +++++++++-------------
gsb_feature_faculty_ct.field_group.inc | 2 +-
gsb_feature_faculty_ct.strongarm.inc | 2 +-
3 files changed, 16 insertions(+), 22 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3408: Sync Alt text from managed_file back to File Entity alt field.
gsb_feature_faculty_ct.module | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3405 Added new markup fields
gsb_feature_faculty_ct.features.field_instance.inc | 1201 +++-----------------
gsb_feature_faculty_ct.field_group.inc | 38 +-
gsb_feature_faculty_ct.info | 18 +-
gsb_feature_faculty_ct.strongarm.inc | 2 +-
4 files changed, 168 insertions(+), 1091 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3405 Added new markup fields
gsb_feature_faculty_ct.features.field_instance.inc | 1201 +++-----------------
gsb_feature_faculty_ct.field_group.inc | 38 +-
gsb_feature_faculty_ct.info | 18 +-
gsb_feature_faculty_ct.strongarm.inc | 2 +-
4 files changed, 168 insertions(+), 1091 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3408: Hide autopopulated alternative text field for CV field in Faculty CT.
gsb_feature_faculty_ct.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3408: Auto populate Alternative Text field with faculty name.
gsb_feature_faculty_ct.module | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3408: Hide autopopulated alternative text field for CV field in Faculty CT.
gsb_feature_faculty_ct.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago
Remove unneeded base fields.
gsb_feature_faculty_ct.info | 16 ----------------
1 file changed, 16 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3375: Update Case vertical tab help text in Faculty CT.
gsb_feature_faculty_ct.field_group.inc | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3375: Update Faculty CT help text.
gsb_feature_faculty_ct.features.field_instance.inc | 1367 +++++++++++++++++---
gsb_feature_faculty_ct.field_group.inc | 56 +-
gsb_feature_faculty_ct.info | 33 +
gsb_feature_faculty_ct.strongarm.inc | 12 +-
4 files changed, 1281 insertions(+), 187 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 9 months ago author: Roopesh Naik, 2 years, 9 months ago
WP-3455 Faculty profile label changes
gsb_feature_faculty_ct.features.field_instance.inc | 10 +++++-----
gsb_feature_faculty_ct.field_group.inc | 6 +++---
gsb_feature_faculty_ct.info | 7 +++++++
3 files changed, 15 insertions(+), 8 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3408: Auto populate Alternative Text field with faculty name.
gsb_feature_faculty_ct.module | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3376: Update Add Another button names in Faculty CT.
gsb_feature_faculty_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3376: More Add another buttons relabeling in Faculty CT.
gsb_feature_faculty_ct.features.field_instance.inc | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3376: Update Add Another button names in Faculty CT.
gsb_feature_faculty_ct.features.field_instance.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3376: More Add another buttons relabeling in Faculty CT.
gsb_feature_faculty_ct.features.field_instance.inc | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3311: update labels on profile.
gsb_feature_faculty_ct.ds.inc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3381: Hide "Course Name" and rename "Title" to "Course or Program"
gsb_feature_faculty_ct.module | 14 ++++++++++++++
1 file changed, 14 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3376: Update Add Another button names in Faculty CT.
gsb_feature_faculty_ct.features.field_instance.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3362: update field collections.
gsb_feature_faculty_ct.ds.inc | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3362: update field collections.
gsb_feature_faculty_ct.ds.inc | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
Remove field_greater_univ_aff_unlimited and field_link_unlimited instances since we use a field collection now.
gsb_feature_faculty_ct.features.field_instance.inc | 161 +--------------------
gsb_feature_faculty_ct.info | 4 +-
2 files changed, 8 insertions(+), 157 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3354: Use new link.module settings instead of form_alter.
gsb_feature_faculty_ct.module | 9 ---------
1 file changed, 9 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3354: Remove unnecessary faculty validation.
gsb_feature_faculty_ct.module | 68 -------------------------------------------
1 file changed, 68 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3354: Recursively hide fields in groups.
gsb_feature_faculty_ct.module | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3346: Remove featured publication EVA.
gsb_feature_faculty_ct.ds.inc | 2 --
gsb_feature_faculty_ct.field_group.inc | 1 -
gsb_feature_faculty_ct.strongarm.inc | 10 ----------
3 files changed, 13 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
Properly export EVAs.
gsb_feature_faculty_ct.strongarm.inc | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3296: Change title in other social profiles.
gsb_feature_faculty_ct.module | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3303: Relabel and reorder taxonomy fields.
gsb_feature_faculty_ct.features.field_instance.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3285: update teaching materials and conferences fields.
gsb_feature_faculty_ct.ds.inc | 223 +++++++++++++++------
gsb_feature_faculty_ct.features.field_instance.inc | 35 ++--
gsb_feature_faculty_ct.field_group.inc | 4 +-
gsb_feature_faculty_ct.info | 2 +
gsb_feature_faculty_ct.strongarm.inc | 2 +-
5 files changed, 183 insertions(+), 83 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
WP-3247: Delete podcast and video fields.
gsb_feature_faculty_ct.features.field_instance.inc | 173 ---------------------
gsb_feature_faculty_ct.info | 4 +-
2 files changed, 1 insertion(+), 176 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3262 Removing personal information section
gsb_feature_faculty_ct.features.field_instance.inc | 62 +++++++++++-----------
gsb_feature_faculty_ct.field_group.inc | 42 ++-------------
gsb_feature_faculty_ct.info | 1 -
gsb_feature_faculty_ct.strongarm.inc | 2 +-
4 files changed, 36 insertions(+), 71 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
Merge branch 'WP-3262' of github.com:gsbitse/gsb_feature_faculty_ct into WP-3262
view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3262 Removing personal information section
gsb_feature_faculty_ct.features.field_instance.inc | 62 +++++++++++-----------
gsb_feature_faculty_ct.field_group.inc | 42 ++-------------
gsb_feature_faculty_ct.info | 1 -
gsb_feature_faculty_ct.strongarm.inc | 2 +-
4 files changed, 36 insertions(+), 71 deletions(-)

view commit - committer: Greg Mercer, 2 years, 9 months ago author: Greg Mercer, 2 years, 9 months ago
WP-3262 Changed help text for middle name field
gsb_feature_faculty_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3262 Several changes around fields
gsb_feature_faculty_ct.features.field_instance.inc | 100 +++++++++++++++------
gsb_feature_faculty_ct.field_group.inc | 43 +++++----
2 files changed, 101 insertions(+), 42 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3306: update the affiliation displays.
gsb_feature_faculty_ct.ds.inc | 266 ++++++++++++++-------
gsb_feature_faculty_ct.features.field_instance.inc | 28 +--
gsb_feature_faculty_ct.field_group.inc | 4 +-
gsb_feature_faculty_ct.info | 2 +
4 files changed, 193 insertions(+), 107 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3306: update the affiliation displays.
gsb_feature_faculty_ct.ds.inc | 268 ++++++++++++++-------
gsb_feature_faculty_ct.features.field_instance.inc | 118 +++++++--
gsb_feature_faculty_ct.field_group.inc | 4 +-
gsb_feature_faculty_ct.info | 2 +
4 files changed, 285 insertions(+), 107 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3136: Switch to hierarchical select for Academic Areas field in Faculty CT.
gsb_feature_faculty_ct.features.field_instance.inc | 100 ++++++++++++++++++++-
1 file changed, 96 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3287: Change the non-degree courses and conferences labels.
gsb_feature_faculty_ct.ds.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3136: Switch to hierarchical select for Academic Areas field in Faculty CT.
gsb_feature_faculty_ct.features.field_instance.inc | 100 ++++++++++++++++++++-
1 file changed, 96 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
WP-3267: Add some new field collections.
gsb_feature_faculty_ct.features.field_instance.inc | 348 ++++++++-------------
gsb_feature_faculty_ct.field_group.inc | 2 +
gsb_feature_faculty_ct.info | 6 +-
3 files changed, 141 insertions(+), 215 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3210: Create a new faculty user for a faculty profile if none exists.
gsb_feature_faculty_ct.module | 56 +++++++++++++++++++++++++++++++------------
1 file changed, 41 insertions(+), 15 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3147: position media item eva after service to prof.
gsb_feature_faculty_ct.ds.inc | 66 +++++++++++-----------
gsb_feature_faculty_ct.features.field_instance.inc | 8 +--
gsb_feature_faculty_ct.field_group.inc | 4 +-
gsb_feature_faculty_ct.strongarm.inc | 2 +-
4 files changed, 40 insertions(+), 40 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3147: position media item eva after service to prof.
gsb_feature_faculty_ct.ds.inc | 66 +++++++++++-----------
gsb_feature_faculty_ct.features.field_instance.inc | 8 +--
gsb_feature_faculty_ct.field_group.inc | 4 +-
gsb_feature_faculty_ct.strongarm.inc | 2 +-
4 files changed, 40 insertions(+), 40 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3127: Add submit field.
gsb_feature_faculty_ct.features.field_instance.inc | 61 +++++++++++++++++++++-
gsb_feature_faculty_ct.field_group.inc | 5 +-
gsb_feature_faculty_ct.info | 5 +-
3 files changed, 66 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3029: Non-draft faculty nodes are always published.
gsb_feature_faculty_ct.module | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3029: Non-draft faculty nodes are always published.
gsb_feature_faculty_ct.module | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 10 months ago author: Alexei Gorobets, 2 years, 10 months ago
WP-3148: Add Media Item EVA field to Faculty CT. WP-3149: Add Media Item EVA field form to Faculty edit form.
gsb_feature_faculty_ct.ds.inc | 98 +++++++++++-----------
gsb_feature_faculty_ct.features.field_instance.inc | 18 ++--
gsb_feature_faculty_ct.field_group.inc | 8 +-
gsb_feature_faculty_ct.strongarm.inc | 9 ++
4 files changed, 73 insertions(+), 60 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3007: Remove unneeded node_to_arg function.
gsb_feature_faculty_ct.module | 28 ----------------------------
1 file changed, 28 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3161: #process callback not returning $form will break editing completely.
gsb_feature_faculty_ct.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3161: Hide administration group on faculty form.
gsb_feature_faculty_ct.module | 11 +++++++++++
1 file changed, 11 insertions(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
Remove duplicate function.
gsb_feature_faculty_ct.module | 56 -------------------------------------------
1 file changed, 56 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Roopesh Naik, 2 years, 10 months ago
WP-3029 update faculty to copernicus via external WS
gsb_feature_faculty_ct.module | 57 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 57 insertions(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3038: Add custom menu loader for faculty nodes.
gsb_feature_faculty_ct.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3038: Add custom _to_arg() for loading faculty nodes.
gsb_feature_faculty_ct.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
Fix duplicate function.
gsb_feature_faculty_ct.module | 57 -------------------------------------------
1 file changed, 57 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3091 Removed required from the Teaching & Talks tab
gsb_feature_faculty_ct.field_group.inc | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3089: remove ref field, place eva field.
gsb_feature_faculty_ct.ds.inc | 75 ++++++++++++++--------------------
gsb_feature_faculty_ct.field_group.inc | 6 +--
gsb_feature_faculty_ct.strongarm.inc | 12 ++++++
3 files changed, 45 insertions(+), 48 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3081: Remove featured publication and an old student field.
gsb_feature_faculty_ct.features.field_instance.inc | 132 ---------------------
gsb_feature_faculty_ct.info | 2 -
2 files changed, 134 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-2968: More faculty profile enhancements.
gsb_feature_faculty_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-2968: Faculty profile enhancements.
gsb_feature_faculty_ct.features.field_instance.inc | 6 +++---
gsb_feature_faculty_ct.info | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-2999 Moving the eva forms under their appropriate tabs
gsb_feature_faculty_ct.features.field_instance.inc | 2 +-
gsb_feature_faculty_ct.field_group.inc | 49 ++++++++++++----------
gsb_feature_faculty_ct.strongarm.inc | 18 ++++++--
3 files changed, 44 insertions(+), 25 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Roopesh Naik, 2 years, 10 months ago
WP-3029 update faculty to copernicus via external WS
gsb_feature_faculty_ct.module | 57 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 57 insertions(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3038: Add custom menu loader for faculty nodes.
gsb_feature_faculty_ct.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Roopesh Naik, 2 years, 10 months ago
WP-3029 use node status and check for published faculty nodes
gsb_feature_faculty_ct.module | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3037 Removing unneeded fieldsets
gsb_feature_faculty_ct.field_group.inc | 100 ---------------------------------
gsb_feature_faculty_ct.info | 4 --
2 files changed, 104 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3037 Field layout changes
gsb_feature_faculty_ct.features.field_instance.inc | 82 ++--
gsb_feature_faculty_ct.field_group.inc | 541 ++++++++++++++++++---
gsb_feature_faculty_ct.info | 16 +
gsb_feature_faculty_ct.strongarm.inc | 8 +-
4 files changed, 541 insertions(+), 106 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3038: Add custom _to_arg() for loading faculty nodes.
gsb_feature_faculty_ct.module | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3038: Temporarily revert changes, they broke panelizer.
gsb_feature_faculty_ct.module | 56 -------------------------------------------
1 file changed, 56 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Roopesh Naik, 2 years, 10 months ago
WP-3029 update faculty to copernicus via external WS
gsb_feature_faculty_ct.module | 57 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 57 insertions(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Roopesh Naik, 2 years, 10 months ago
WP-3029 update faculty to copernicus via external WS
gsb_feature_faculty_ct.module | 61 ++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 60 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2973: change wrapper to fieldset, change label names.
gsb_feature_faculty_ct.ds.inc | 105 ++++++++++-----------
gsb_feature_faculty_ct.features.field_instance.inc | 50 +++++-----
gsb_feature_faculty_ct.field_group.inc | 29 +++---
gsb_feature_faculty_ct.strongarm.inc | 4 +-
4 files changed, 88 insertions(+), 100 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3019 Added visible states for the leave statement and leave date fields.
gsb_feature_faculty_ct.module | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3091 Removed required from the Teaching & Talks tab
gsb_feature_faculty_ct.field_group.inc | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3089: remove ref field, place eva field.
gsb_feature_faculty_ct.ds.inc | 75 ++++++++++++++--------------------
gsb_feature_faculty_ct.field_group.inc | 6 +--
gsb_feature_faculty_ct.strongarm.inc | 12 ++++++
3 files changed, 45 insertions(+), 48 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3081: Remove featured publication and an old student field.
gsb_feature_faculty_ct.features.field_instance.inc | 132 ---------------------
gsb_feature_faculty_ct.info | 2 -
2 files changed, 134 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
Remove old code that got added during merge.
gsb_feature_faculty_ct.module | 36 ------------------------------------
1 file changed, 36 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-2968: More faculty profile enhancements.
gsb_feature_faculty_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-2968: Faculty profile enhancements.
gsb_feature_faculty_ct.features.field_instance.inc | 6 +++---
gsb_feature_faculty_ct.info | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
Remove duplicate function.
gsb_feature_faculty_ct.module | 57 -------------------------------------------
1 file changed, 57 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-2999 Moving the eva forms under their appropriate tabs
gsb_feature_faculty_ct.features.field_instance.inc | 2 +-
gsb_feature_faculty_ct.field_group.inc | 49 ++++++++++++----------
gsb_feature_faculty_ct.strongarm.inc | 18 ++++++--
3 files changed, 44 insertions(+), 25 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
Fix conflicts.
view commit - committer: Adam Moore, 2 years, 10 months ago author: Roopesh Naik, 2 years, 10 months ago
WP-3029 update faculty to copernicus via external WS
gsb_feature_faculty_ct.module | 57 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 57 insertions(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3038: Add custom menu loader for faculty nodes.
gsb_feature_faculty_ct.module | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2973: change wrapper to fieldset, change label names.
gsb_feature_faculty_ct.ds.inc | 105 ++++++++++-----------
gsb_feature_faculty_ct.features.field_instance.inc | 50 +++++-----
gsb_feature_faculty_ct.field_group.inc | 29 +++---
gsb_feature_faculty_ct.strongarm.inc | 4 +-
4 files changed, 88 insertions(+), 100 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3019 Added visible states for the leave statement and leave date fields.
gsb_feature_faculty_ct.module | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-2999 Moving the eva forms under their appropriate tabs
gsb_feature_faculty_ct.features.field_instance.inc | 2 +-
gsb_feature_faculty_ct.field_group.inc | 49 ++++++++++++----------
gsb_feature_faculty_ct.strongarm.inc | 18 ++++++--
3 files changed, 44 insertions(+), 25 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 10 months ago author: Roopesh Naik, 2 years, 10 months ago
WP-3029 use node status and check for published faculty nodes
gsb_feature_faculty_ct.module | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3037 Removing unneeded fieldsets
gsb_feature_faculty_ct.field_group.inc | 100 ---------------------------------
gsb_feature_faculty_ct.info | 4 --
2 files changed, 104 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3037 Field layout changes
gsb_feature_faculty_ct.features.field_instance.inc | 82 ++--
gsb_feature_faculty_ct.field_group.inc | 541 ++++++++++++++++++---
gsb_feature_faculty_ct.info | 16 +
gsb_feature_faculty_ct.strongarm.inc | 8 +-
4 files changed, 541 insertions(+), 106 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3038: Add custom _to_arg() for loading faculty nodes.
gsb_feature_faculty_ct.module | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3038: Temporarily revert changes, they broke panelizer.
gsb_feature_faculty_ct.module | 36 ------------------------------------
1 file changed, 36 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Roopesh Naik, 2 years, 10 months ago
WP-3029 update faculty to copernicus via external WS
gsb_feature_faculty_ct.module | 61 ++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 60 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3038: Add custom menu loader for faculty nodes.
gsb_feature_faculty_ct.module | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 10 months ago author: Roopesh Naik, 2 years, 10 months ago
WP-3029 update faculty to copernicus via external WS
gsb_feature_faculty_ct.module | 61 ++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 60 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2973: change wrapper to fieldset, change label names.
gsb_feature_faculty_ct.ds.inc | 105 ++++++++++-----------
gsb_feature_faculty_ct.features.field_instance.inc | 50 +++++-----
gsb_feature_faculty_ct.field_group.inc | 29 +++---
gsb_feature_faculty_ct.strongarm.inc | 4 +-
4 files changed, 88 insertions(+), 100 deletions(-)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3019 Added visible states for the leave statement and leave date fields.
gsb_feature_faculty_ct.module | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-2916: Add calls to web service when faculty is published.
gsb_feature_faculty_ct.module | 97 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 97 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 11 months ago author: Tim Plunkett, 2 years, 11 months ago
WP-2881: Prevent course listing EVA from running on other view modes.
gsb_feature_faculty_ct.strongarm.inc | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 11 months ago author: Tim Plunkett, 2 years, 11 months ago
WP-2881: Explicitly export the disabled EVA fields for other faculty view modes.
gsb_feature_faculty_ct.strongarm.inc | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 11 months ago author: Tim Plunkett, 2 years, 11 months ago
WP-2701: Add trailing slash to path_prefix.
gsb_feature_faculty_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 11 months ago author: Tim Plunkett, 2 years, 11 months ago
WP-2685: Add tag field to faculty.
gsb_feature_faculty_ct.features.field_instance.inc | 64 ++++++++++++++++++++++
gsb_feature_faculty_ct.info | 1 +
2 files changed, 65 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 11 months ago author: Tim Plunkett, 2 years, 11 months ago
WP-2757: Add multiselect centers field to faculty for use with views filters.
gsb_feature_faculty_ct.features.field_instance.inc | 61 ++++++++++++++++++++++
gsb_feature_faculty_ct.info | 1 +
2 files changed, 62 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Missed some diffs.
gsb_feature_faculty_ct.field_group.inc | 12 ------------
1 file changed, 12 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2639: remove comma when there is not an academic area.
gsb_feature_faculty_ct.ds.inc | 144 ++++++++++++---------
gsb_feature_faculty_ct.features.field_instance.inc | 25 ++--
gsb_feature_faculty_ct.field_group.inc | 54 +++++++-
gsb_feature_faculty_ct.info | 1 +
gsb_feature_faculty_ct.strongarm.inc | 6 +-
5 files changed, 150 insertions(+), 80 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2639: remove comma.
gsb_feature_faculty_ct.ds.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago Conflicts:

gsb_feature_faculty_ct.ds.inc

Merge branch 'WP-2639' of github.com:gsbitse/gsb_feature_faculty_ct into WP-2639
view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2639: remove comma when there is not an academic area.
gsb_feature_faculty_ct.ds.inc | 153 ++++++++++++---------
gsb_feature_faculty_ct.features.field_instance.inc | 33 +++--
gsb_feature_faculty_ct.field_group.inc | 48 +++++--
gsb_feature_faculty_ct.info | 1 +
gsb_feature_faculty_ct.strongarm.inc | 8 +-
5 files changed, 150 insertions(+), 93 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2807: publication group adjustments.
gsb_feature_faculty_ct.ds.inc | 97 +++++++++++++---------
gsb_feature_faculty_ct.features.field_instance.inc | 26 +++---
gsb_feature_faculty_ct.field_group.inc | 11 ++-
gsb_feature_faculty_ct.strongarm.inc | 8 +-
4 files changed, 80 insertions(+), 62 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2818 Added Publication EVA to the Faculty CT display fields
gsb_feature_faculty_ct.ds.inc | 87 ++++++++++++++++++------------------
gsb_feature_faculty_ct.strongarm.inc | 9 ++++
2 files changed, 53 insertions(+), 43 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2639: remove comma.
gsb_feature_faculty_ct.ds.inc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2704: change academic area path.
gsb_feature_faculty_ct.features.field_instance.inc | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2725: export courses settings.
gsb_feature_faculty_ct.ds.inc | 88 ++++++++++++++++++++--
gsb_feature_faculty_ct.features.field_instance.inc | 8 +-
gsb_feature_faculty_ct.field_group.inc | 13 +++-
gsb_feature_faculty_ct.info | 2 +
4 files changed, 98 insertions(+), 13 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2725: export courses settings.
gsb_feature_faculty_ct.ds.inc | 103 ++++++++++++++++++---
gsb_feature_faculty_ct.features.field_instance.inc | 8 +-
gsb_feature_faculty_ct.field_group.inc | 13 ++-
gsb_feature_faculty_ct.info | 2 +
4 files changed, 105 insertions(+), 21 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Add book eva.
gsb_feature_faculty_ct.ds.inc | 84 +++++++++++-----------
gsb_feature_faculty_ct.features.field_instance.inc | 10 +--
gsb_feature_faculty_ct.field_group.inc | 4 +-
gsb_feature_faculty_ct.info | 3 +-
gsb_feature_faculty_ct.strongarm.inc | 8 +--
5 files changed, 56 insertions(+), 53 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2637 Added new field field_featured_publication_ref used in Faculty display
gsb_feature_faculty_ct.ds.inc | 91 ++++++++++++---------
gsb_feature_faculty_ct.features.field_instance.inc | 95 ++++++++++++++++++----
gsb_feature_faculty_ct.field_group.inc | 36 +++++++-
gsb_feature_faculty_ct.info | 4 +-
gsb_feature_faculty_ct.strongarm.inc | 6 +-
5 files changed, 170 insertions(+), 62 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2724 Added wrapper to display header - Courses Taught
gsb_feature_faculty_ct.ds.inc | 82 +++++++++++-----------
gsb_feature_faculty_ct.features.field_instance.inc | 22 +++---
gsb_feature_faculty_ct.field_group.inc | 31 +++++++-
gsb_feature_faculty_ct.info | 3 +-
gsb_feature_faculty_ct.strongarm.inc | 6 +-
5 files changed, 87 insertions(+), 57 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2730 Exported field collection fields again. Were lost somehow.
gsb_feature_faculty_ct.features.field_instance.inc | 106 +++++++++++++++++++++
gsb_feature_faculty_ct.info | 6 +-
2 files changed, 110 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2694 Adding display to right side for course listing eva
gsb_feature_faculty_ct.ds.inc | 82 +++++++++++-----------
gsb_feature_faculty_ct.features.field_instance.inc | 44 ++++++------
gsb_feature_faculty_ct.field_group.inc | 11 +--
gsb_feature_faculty_ct.strongarm.inc | 10 +--
4 files changed, 77 insertions(+), 70 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2694 Adding display to right side for course listing eva
gsb_feature_faculty_ct.ds.inc | 72 +++++++++++-----------
gsb_feature_faculty_ct.features.field_instance.inc | 12 +---
gsb_feature_faculty_ct.field_group.inc | 7 +--
gsb_feature_faculty_ct.info | 4 +-
gsb_feature_faculty_ct.strongarm.inc | 12 ++++
5 files changed, 56 insertions(+), 51 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2717: add show-more-show-less classes.
gsb_feature_faculty_ct.ds.inc | 89 ++++++++++++----------
gsb_feature_faculty_ct.features.field_instance.inc | 18 ++---
gsb_feature_faculty_ct.field_group.inc | 4 +-
gsb_feature_faculty_ct.strongarm.inc | 3 +
4 files changed, 63 insertions(+), 51 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2717: add show-more-show-less classes.
gsb_feature_faculty_ct.ds.inc | 89 ++++++++++++----------
gsb_feature_faculty_ct.features.field_instance.inc | 18 ++---
gsb_feature_faculty_ct.field_group.inc | 4 +-
gsb_feature_faculty_ct.strongarm.inc | 3 +
4 files changed, 63 insertions(+), 51 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2638 Added new non-course fields
gsb_feature_faculty_ct.features.field_instance.inc | 89 +++++++++++++++++++---
gsb_feature_faculty_ct.field_group.inc | 7 +-
gsb_feature_faculty_ct.info | 5 +-
3 files changed, 85 insertions(+), 16 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Adam Moore, 3 years ago
fix search field with updated field data.
gsb_feature_faculty_ct.features.field_instance.inc | 26 +++++++++++++---------
1 file changed, 16 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Adam Moore, 3 years ago
Add field instances of conf and presentatiaons and service profession.
gsb_feature_faculty_ct.features.field_instance.inc | 126 +++++++++++++++++++++
gsb_feature_faculty_ct.info | 6 +-
2 files changed, 129 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Adam Moore, 3 years ago
Remvoe base fields file that is unused.
gsb_feature_faculty_ct.features.field_base.inc | 72 --------------------------
1 file changed, 72 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Adam Moore, 3 years ago
Remove old fields.
gsb_feature_faculty_ct.ds.inc | 76 +-
gsb_feature_faculty_ct.features.field_instance.inc | 1212 +++-----------------
gsb_feature_faculty_ct.field_group.inc | 4 +-
gsb_feature_faculty_ct.info | 17 +-
gsb_feature_faculty_ct.strongarm.inc | 2 +-
5 files changed, 187 insertions(+), 1124 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2502 Changes to add the gsb_case_listing_case_listing_entity_view and gsb_case_listing_case_listing_entity_view fields to the faculty display
gsb_feature_faculty_ct.ds.inc | 72 +++++++++++++++++++-----------------
gsb_feature_faculty_ct.info | 4 +-
gsb_feature_faculty_ct.strongarm.inc | 15 +++++++-
3 files changed, 54 insertions(+), 37 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Adam Moore, 3 years ago
change folder for faculty cv
gsb_feature_faculty_ct.features.field_instance.inc | 2 +-
gsb_feature_faculty_ct.info | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 3 years, 1 month ago author: Greg Mercer, 3 years, 1 month ago
WP-2545 Changed file_directory settings
gsb_feature_faculty_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2502 Added gsb_working_paper_listing_case_listing_entity_view eva field
gsb_feature_faculty_ct.ds.inc | 90 ++++++++++++++++++------------------
gsb_feature_faculty_ct.info | 2 +-
gsb_feature_faculty_ct.strongarm.inc | 8 +++-
3 files changed, 54 insertions(+), 46 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2482 Several changes to the faculty ct
gsb_feature_faculty_ct.ds.inc | 195 ++++++++++-----------
gsb_feature_faculty_ct.features.field_instance.inc | 80 +++++----
gsb_feature_faculty_ct.field_group.inc | 69 +++++---
gsb_feature_faculty_ct.info | 1 +
gsb_feature_faculty_ct.strongarm.inc | 17 +-
5 files changed, 192 insertions(+), 170 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer, 3 years, 1 month ago
WP-2482 Changes related to validation and states
gsb_feature_faculty_ct.module | 34 ++++++++++++++++++++++++----------
1 file changed, 24 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2482 Added in some comments for the new hook
gsb_feature_faculty_ct.module | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer, 3 years, 1 month ago
WP-2482 Added node_view_alter to only show the leave statement if node is viewed between the leave dates
gsb_feature_faculty_ct.module | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2482 Several changes to the faculty ct
view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2482 Several changes to the faculty ct
gsb_feature_faculty_ct.ds.inc | 195 ++++++++++-----------
gsb_feature_faculty_ct.features.field_instance.inc | 80 +++++----
gsb_feature_faculty_ct.field_group.inc | 69 +++++---
gsb_feature_faculty_ct.info | 1 +
gsb_feature_faculty_ct.module | 35 ++--
gsb_feature_faculty_ct.strongarm.inc | 17 +-
6 files changed, 217 insertions(+), 180 deletions(-)

view commit - committer: Greg Mercer, 3 years, 1 month ago author: Greg Mercer, 3 years, 1 month ago
WP-2482 Changes related to validation and states
gsb_feature_faculty_ct.module | 34 ++++++++++++++++++++++++----------
1 file changed, 24 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2482 Added in some comments for the new hook
gsb_feature_faculty_ct.module | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Greg Mercer, 3 years, 1 month ago author: Greg Mercer, 3 years, 1 month ago
WP-2482 Added node_view_alter to only show the leave statement if node is viewed between the leave dates
gsb_feature_faculty_ct.module | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer, 3 years, 1 month ago
WP-2511 Added code to clear inner title text in the field collection
gsb_feature_faculty_ct.module | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 1 month ago author: Greg Mercer, 3 years, 1 month ago
WP-2511 Added code to clear inner title text in the field collection
gsb_feature_faculty_ct.module | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2448 A little more cleanup on removing the unneeded fields
gsb_feature_faculty_ct.features.field_instance.inc | 9 ---------
gsb_feature_faculty_ct.field_group.inc | 20 ++++++++++----------
gsb_feature_faculty_ct.info | 19 +------------------
3 files changed, 11 insertions(+), 37 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2448 Removed some fields that are no longer needed by the Faculty CT
gsb_feature_faculty_ct.features.field_instance.inc | 1174 ++------------------
gsb_feature_faculty_ct.field_group.inc | 8 +-
gsb_feature_faculty_ct.info | 18 +-
gsb_feature_faculty_ct.strongarm.inc | 9 +-
4 files changed, 107 insertions(+), 1102 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2501 Adding ds settings for gsb_case_listing_case_listing_entity_view
gsb_feature_faculty_ct.ds.inc | 2 ++
gsb_feature_faculty_ct.info | 2 +-
gsb_feature_faculty_ct.strongarm.inc | 9 ++++++++-
3 files changed, 11 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2457: service to profession field display.
gsb_feature_faculty_ct.ds.inc | 153 +++++++++++++++++----
gsb_feature_faculty_ct.features.field_instance.inc | 30 ++--
gsb_feature_faculty_ct.info | 2 +
3 files changed, 141 insertions(+), 44 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2457L display settings for conferences.
gsb_feature_faculty_ct.ds.inc | 192 ++++++++++++--------
gsb_feature_faculty_ct.features.field_instance.inc | 197 ++++-----------------
gsb_feature_faculty_ct.field_group.inc | 2 +-
gsb_feature_faculty_ct.info | 8 +-
4 files changed, 154 insertions(+), 245 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2448 Another try at getting these new fields setup with features
gsb_feature_faculty_ct.features.field_instance.inc | 436 ++++++++++-----------
gsb_feature_faculty_ct.info | 12 +-
2 files changed, 214 insertions(+), 234 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2448 Changes for the Service Profession fields and Conf/Presentations
gsb_feature_faculty_ct.features.field_instance.inc | 1269 +++++++++++++++++---
gsb_feature_faculty_ct.field_group.inc | 41 +-
gsb_feature_faculty_ct.info | 24 +-
gsb_feature_faculty_ct.strongarm.inc | 6 +-
4 files changed, 1138 insertions(+), 202 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: change text to email.
gsb_feature_faculty_ct.ds.inc | 5 +++++
gsb_feature_faculty_ct.features.field_instance.inc | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: adjust affiliations field collection.
gsb_feature_faculty_ct.ds.inc | 217 +++++++++++++++++----
gsb_feature_faculty_ct.features.field_instance.inc | 45 ++---
gsb_feature_faculty_ct.field_group.inc | 34 +++-
gsb_feature_faculty_ct.info | 3 +
4 files changed, 237 insertions(+), 62 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: update faculty feature.
gsb_feature_faculty_ct.ds.inc | 415 ++++++++++-
gsb_feature_faculty_ct.features.field_instance.inc | 820 ++-------------------
gsb_feature_faculty_ct.field_group.inc | 75 +-
gsb_feature_faculty_ct.info | 12 +-
4 files changed, 496 insertions(+), 826 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: faculty detail display updates.
gsb_feature_faculty_ct.ds.inc | 289 ++++++--
gsb_feature_faculty_ct.features.field_instance.inc | 807 +++++----------------
gsb_feature_faculty_ct.field_group.inc | 206 +++++-
gsb_feature_faculty_ct.info | 8 +-
gsb_feature_faculty_ct.strongarm.inc | 6 +
5 files changed, 593 insertions(+), 723 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2351 Another try at changing the group for the leave fields
gsb_feature_faculty_ct.features.field_instance.inc | 38 ++++++++---------
gsb_feature_faculty_ct.field_group.inc | 49 ++++++++++++----------
gsb_feature_faculty_ct.info | 3 +-
gsb_feature_faculty_ct.strongarm.inc | 2 +-
4 files changed, 47 insertions(+), 45 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago This reverts commit 785fead7e31bb792638d81ff3ff1b4cf12c5b1db.

Revert "WP-2351 Moving the on leave into the personal info group"
gsb_feature_faculty_ct.features.field_base.inc | 72 ++++++++++++++++++++++
gsb_feature_faculty_ct.features.field_instance.inc | 38 ++++++------
gsb_feature_faculty_ct.field_group.inc | 29 ++++-----
gsb_feature_faculty_ct.info | 3 +-
gsb_feature_faculty_ct.strongarm.inc | 8 +--
5 files changed, 110 insertions(+), 40 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2351 Moving the on leave into the personal info group
gsb_feature_faculty_ct.features.field_base.inc | 72 ----------------------
gsb_feature_faculty_ct.features.field_instance.inc | 38 ++++++------
gsb_feature_faculty_ct.field_group.inc | 29 +++++----
gsb_feature_faculty_ct.info | 3 +-
gsb_feature_faculty_ct.strongarm.inc | 8 +--
5 files changed, 40 insertions(+), 110 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2351 Adding in help text for faculty ct
gsb_feature_faculty_ct.features.field_instance.inc | 174 +++++++++++++--------
gsb_feature_faculty_ct.field_group.inc | 8 +-
gsb_feature_faculty_ct.info | 5 +-
gsb_feature_faculty_ct.strongarm.inc | 8 +-
4 files changed, 119 insertions(+), 76 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2351 Adding a field colllection instance
gsb_feature_faculty_ct.features.field_base.inc | 72 ++++++++++++++++
gsb_feature_faculty_ct.features.field_instance.inc | 97 ++++++++++++++++++++++
gsb_feature_faculty_ct.info | 7 +-
3 files changed, 175 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2351 Adding in new field groups
gsb_feature_faculty_ct.features.field_instance.inc | 96 ++++++------
gsb_feature_faculty_ct.field_group.inc | 168 +++++++++++++++++++++
gsb_feature_faculty_ct.info | 7 +-
gsb_feature_faculty_ct.strongarm.inc | 8 +-
4 files changed, 226 insertions(+), 53 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2351 More field changes for the faculty ct
gsb_feature_faculty_ct.features.field_instance.inc | 285 ++++++++++++++++++---
gsb_feature_faculty_ct.info | 3 +
gsb_feature_faculty_ct.module | 76 ++++++
gsb_feature_faculty_ct.strongarm.inc | 6 +-
4 files changed, 327 insertions(+), 43 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2351 Changing the order of a few fields
gsb_feature_faculty_ct.info | 2 +-
gsb_feature_faculty_ct.strongarm.inc | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2351 Adding new fields
gsb_feature_faculty_ct.features.field_instance.inc | 1043 ++++++++++++++++++--
gsb_feature_faculty_ct.info | 14 +-
gsb_feature_faculty_ct.strongarm.inc | 7 +-
3 files changed, 1005 insertions(+), 59 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: change text to email.
gsb_feature_faculty_ct.ds.inc | 5 +++++
gsb_feature_faculty_ct.features.field_instance.inc | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: adjust affiliations field collection.
gsb_feature_faculty_ct.ds.inc | 217 +++++++++++++++++----
gsb_feature_faculty_ct.features.field_instance.inc | 45 ++---
gsb_feature_faculty_ct.field_group.inc | 34 +++-
gsb_feature_faculty_ct.info | 3 +
4 files changed, 237 insertions(+), 62 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: update faculty feature.
gsb_feature_faculty_ct.ds.inc | 415 ++++++++++-
gsb_feature_faculty_ct.features.field_instance.inc | 820 ++-------------------
gsb_feature_faculty_ct.field_group.inc | 75 +-
gsb_feature_faculty_ct.info | 12 +-
4 files changed, 496 insertions(+), 826 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: faculty detail display updates.
gsb_feature_faculty_ct.ds.inc | 289 ++++++--
gsb_feature_faculty_ct.features.field_instance.inc | 807 +++++----------------
gsb_feature_faculty_ct.field_group.inc | 206 +++++-
gsb_feature_faculty_ct.info | 8 +-
gsb_feature_faculty_ct.strongarm.inc | 6 +
5 files changed, 593 insertions(+), 723 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2351 Another try at changing the group for the leave fields
gsb_feature_faculty_ct.features.field_instance.inc | 38 ++++++++---------
gsb_feature_faculty_ct.field_group.inc | 49 ++++++++++++----------
gsb_feature_faculty_ct.info | 3 +-
gsb_feature_faculty_ct.strongarm.inc | 2 +-
4 files changed, 47 insertions(+), 45 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago This reverts commit 785fead7e31bb792638d81ff3ff1b4cf12c5b1db.

Revert "WP-2351 Moving the on leave into the personal info group"
gsb_feature_faculty_ct.features.field_base.inc | 72 ++++++++++++++++++++++
gsb_feature_faculty_ct.features.field_instance.inc | 38 ++++++------
gsb_feature_faculty_ct.field_group.inc | 29 ++++-----
gsb_feature_faculty_ct.info | 3 +-
gsb_feature_faculty_ct.strongarm.inc | 8 +--
5 files changed, 110 insertions(+), 40 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2351 Moving the on leave into the personal info group
gsb_feature_faculty_ct.features.field_base.inc | 72 ----------------------
gsb_feature_faculty_ct.features.field_instance.inc | 38 ++++++------
gsb_feature_faculty_ct.field_group.inc | 29 +++++----
gsb_feature_faculty_ct.info | 3 +-
gsb_feature_faculty_ct.strongarm.inc | 8 +--
5 files changed, 40 insertions(+), 110 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2351 Adding in help text for faculty ct
gsb_feature_faculty_ct.features.field_instance.inc | 174 +++++++++++++--------
gsb_feature_faculty_ct.field_group.inc | 8 +-
gsb_feature_faculty_ct.info | 5 +-
gsb_feature_faculty_ct.strongarm.inc | 8 +-
4 files changed, 119 insertions(+), 76 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2351 Adding a field colllection instance
gsb_feature_faculty_ct.features.field_base.inc | 72 ++++++++++++++++
gsb_feature_faculty_ct.features.field_instance.inc | 97 ++++++++++++++++++++++
gsb_feature_faculty_ct.info | 7 +-
3 files changed, 175 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2351 Adding in new field groups
gsb_feature_faculty_ct.features.field_instance.inc | 96 ++++++------
gsb_feature_faculty_ct.field_group.inc | 168 +++++++++++++++++++++
gsb_feature_faculty_ct.info | 7 +-
gsb_feature_faculty_ct.strongarm.inc | 8 +-
4 files changed, 226 insertions(+), 53 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2351 More field changes
view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2351 More field changes for the faculty ct
gsb_feature_faculty_ct.features.field_instance.inc | 285 ++++++++++++++++++---
gsb_feature_faculty_ct.info | 3 +
gsb_feature_faculty_ct.module | 76 ++++++
gsb_feature_faculty_ct.strongarm.inc | 6 +-
4 files changed, 327 insertions(+), 43 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2351 Changing the order of a few fields
gsb_feature_faculty_ct.info | 2 +-
gsb_feature_faculty_ct.strongarm.inc | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2351 Adding new fields
gsb_feature_faculty_ct.features.field_instance.inc | 1043 ++++++++++++++++++--
gsb_feature_faculty_ct.info | 14 +-
gsb_feature_faculty_ct.strongarm.inc | 7 +-
3 files changed, 1005 insertions(+), 59 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Add option to open in new tab to link.
gsb_feature_faculty_ct.features.field_instance.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Add option to open in new tab to link.
gsb_feature_faculty_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: adam, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_faculty_ct.features.field_instance.inc | 400 +++++++++++++++++++++
gsb_feature_faculty_ct.features.inc | 6 +-
gsb_feature_faculty_ct.info | 3 +-
3 files changed, 403 insertions(+), 6 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2148: Add workbench section setting.
gsb_feature_faculty_ct.info | 1 +
gsb_feature_faculty_ct.strongarm.inc | 7 +++++++
2 files changed, 8 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Adam Moore, 3 years, 5 months ago
Remove email and add compact buttons to addthis.
gsb_feature_faculty_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Dumitru Vozian, 3 years, 6 months ago author: Dumitru Vozian, 3 years, 6 months ago
Issue #WP-1751: fix autolabel for faculty content type
gsb_feature_faculty_ct.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WP-1731: Add comma separator to Faculty feature.
gsb_feature_faculty_ct.field_group.inc | 2 +-
gsb_feature_faculty_ct.info | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
WP-1288: Make faculty titles link to content.
gsb_feature_faculty_ct.ds.inc | 128 +++++----------------
gsb_feature_faculty_ct.features.field_instance.inc | 48 +++-----
gsb_feature_faculty_ct.field_group.inc | 8 +-
3 files changed, 45 insertions(+), 139 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
added label to search field
gsb_feature_faculty_ct.features.field_instance.inc | 1 +
gsb_feature_faculty_ct.info | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1062: Change image formatter to GSB Image
gsb_feature_faculty_ct.features.field_instance.inc | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Add image help text.
gsb_feature_faculty_ct.features.field_instance.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: 32i, 3 years, 7 months ago author: 32i, 3 years, 7 months ago
wp-1409 get rid of solr for faculty search page;
gsb_feature_faculty_ct.features.field_instance.inc | 101 +++++++++++++++++++++
gsb_feature_faculty_ct.info | 43 ++++++++-
2 files changed, 143 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Adjust teaser view mode for Faculty used on People FPP.
gsb_feature_faculty_ct.ds.inc | 8 +++-----
gsb_feature_faculty_ct.features.field_instance.inc | 8 ++++----
gsb_feature_faculty_ct.field_group.inc | 5 ++---
3 files changed, 9 insertions(+), 12 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Change label for Academic Areas field for People FPP view mode.
gsb_feature_faculty_ct.ds.inc | 2 +-
gsb_feature_faculty_ct.info | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
People FPP: update faculty teaser display.
gsb_feature_faculty_ct.ds.inc | 65 +++++++++++------
gsb_feature_faculty_ct.features.field_instance.inc | 82 +++++++++++-----------
gsb_feature_faculty_ct.field_group.inc | 6 +-
3 files changed, 88 insertions(+), 65 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
made rank and primary academic area fields required wp-1114
gsb_feature_faculty_ct.features.field_instance.inc | 8 +++++---
gsb_feature_faculty_ct.info | 2 +-
2 files changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
changing the addthis field for faculty ct to be displayed at the top of right column
gsb_feature_faculty_ct.ds.inc | 48 +++++++++++-----------
gsb_feature_faculty_ct.features.field_instance.inc | 28 ++++++-------
gsb_feature_faculty_ct.field_group.inc | 2 +-
gsb_feature_faculty_ct.info | 2 +-
gsb_feature_faculty_ct.strongarm.inc | 6 +++
5 files changed, 46 insertions(+), 40 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
adding pathauto pattern for faculty ct
gsb_feature_faculty_ct.info | 3 ++-
gsb_feature_faculty_ct.strongarm.inc | 7 +++++++
2 files changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Faculty: update fields in teaser.
gsb_feature_faculty_ct.ds.inc | 43 +++++--------
gsb_feature_faculty_ct.features.field_instance.inc | 72 +++++++++++-----------
gsb_feature_faculty_ct.info | 2 +-
gsb_feature_faculty_ct.strongarm.inc | 4 +-
4 files changed, 53 insertions(+), 68 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
adding addthis field instance
gsb_feature_faculty_ct.ds.inc | 26 +++---
gsb_feature_faculty_ct.features.field_instance.inc | 104 ++++++++++++++++++---
gsb_feature_faculty_ct.info | 6 +-
gsb_feature_faculty_ct.strongarm.inc | 4 +-
4 files changed, 111 insertions(+), 29 deletions(-)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Fix typos.
gsb_feature_faculty_ct.features.field_instance.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Add missing fields.
gsb_feature_faculty_ct.features.field_instance.inc | 132 ++++++++++++++++-----
gsb_feature_faculty_ct.info | 3 +-
gsb_feature_faculty_ct.strongarm.inc | 4 +-
3 files changed, 107 insertions(+), 32 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
WP-928: Remove default value for date.
gsb_feature_faculty_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move base fields into gsb_feature_base_fields.
gsb_feature_faculty_ct.features.field_base.inc | 552 -------------------------
gsb_feature_faculty_ct.info | 21 +-
2 files changed, 1 insertion(+), 572 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Update ds settings for faculty detail.
gsb_feature_faculty_ct.ds.inc | 163 +++++++++++++++++++++
gsb_feature_faculty_ct.features.field_instance.inc | 148 ++++++++++---------
gsb_feature_faculty_ct.features.inc | 31 ++++
gsb_feature_faculty_ct.field_group.inc | 62 ++++++++
gsb_feature_faculty_ct.info | 5 +
gsb_feature_faculty_ct.strongarm.inc | 3 +
6 files changed, 339 insertions(+), 73 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Update features for base/instance split.
gsb_feature_faculty_ct.features.field_base.inc | 60 ++++++
gsb_feature_faculty_ct.features.field_instance.inc | 209 +++++++++++++++++++++
gsb_feature_faculty_ct.info | 6 +
3 files changed, 275 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Update features for base/instance split.
gsb_feature_faculty_ct.features.field.inc | 3449 --------------------
gsb_feature_faculty_ct.features.field_base.inc | 492 +++
gsb_feature_faculty_ct.features.field_instance.inc | 2276 +++++++++++++
gsb_feature_faculty_ct.info | 80 +-
4 files changed, 2815 insertions(+), 3482 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Update settings for teaser.
gsb_feature_faculty_ct.ds.inc | 18 ++++++++----------
gsb_feature_faculty_ct.features.field.inc | 6 +++---
2 files changed, 11 insertions(+), 13 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
DS settings for people fpp.
gsb_feature_faculty_ct.ds.inc | 117 ++++++++++++
gsb_feature_faculty_ct.features.field.inc | 283 ++++++++++++++++++++++++++----
gsb_feature_faculty_ct.field_group.inc | 65 +++++++
gsb_feature_faculty_ct.info | 4 +
gsb_feature_faculty_ct.strongarm.inc | 42 ++++-
5 files changed, 478 insertions(+), 33 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move the image field to the top.
gsb_feature_faculty_ct.ds.inc | 18 +++++++++---------
gsb_feature_faculty_ct.features.field.inc | 2 +-
gsb_feature_faculty_ct.field_group.inc | 4 ++--
3 files changed, 12 insertions(+), 12 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Update the faculty ds teaser ddisplay.
gsb_feature_faculty_ct.ds.inc | 28 +++++++++-------
gsb_feature_faculty_ct.features.field.inc | 56 +++++++++++++++----------------
gsb_feature_faculty_ct.field_group.inc | 34 ++++++++++++++++++-
gsb_feature_faculty_ct.info | 1 +
4 files changed, 78 insertions(+), 41 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Teaser ds for faculty for people fpp.
gsb_feature_faculty_ct.ds.inc | 136 ++++++++++++++++++++++++++++++
gsb_feature_faculty_ct.features.field.inc | 116 ++++++++++++++-----------
gsb_feature_faculty_ct.features.inc | 8 ++
gsb_feature_faculty_ct.field_group.inc | 47 +++++++++++
gsb_feature_faculty_ct.info | 8 ++
5 files changed, 267 insertions(+), 48 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 9 months ago author: Alexei Gorobets, 3 years, 9 months ago
Change field_affiliations to multivalued.
gsb_feature_faculty_ct.features.field.inc | 5 +++--
gsb_feature_faculty_ct.info | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Update fields.
gsb_feature_faculty_ct.features.field.inc | 221 +++++++++++++++++++++++++++---
gsb_feature_faculty_ct.info | 4 +
gsb_feature_faculty_ct.strongarm.inc | 4 +-
3 files changed, 210 insertions(+), 19 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Update fields on faculty. Add entity_autolabel support.
gsb_feature_faculty_ct.features.field.inc | 56 +++++++++++++++----------------
gsb_feature_faculty_ct.info | 8 +++--
gsb_feature_faculty_ct.strongarm.inc | 25 ++++++++++++--
3 files changed, 57 insertions(+), 32 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Add the remaining fields, and the exclude for the vocab.
gsb_feature_faculty_ct.features.field.inc | 674 +++++++++++++++++++++++++++++-
gsb_feature_faculty_ct.info | 16 +-
2 files changed, 671 insertions(+), 19 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Switch back to features-beta1 style exports.
gsb_feature_faculty_ct.features.field.inc | 2384 ++++++++++++++++++++
gsb_feature_faculty_ct.features.field_base.inc | 746 ------
gsb_feature_faculty_ct.features.field_instance.inc | 1634 --------------
gsb_feature_faculty_ct.info | 73 +-
4 files changed, 2408 insertions(+), 2429 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Added remaining fields that had complete information in the spec.
gsb_feature_faculty_ct.features.field_base.inc | 512 +++++++++
gsb_feature_faculty_ct.features.field_instance.inc | 1166 +++++++++++++++++++-
gsb_feature_faculty_ct.info | 37 +-
gsb_feature_faculty_ct.strongarm.inc | 8 +-
4 files changed, 1682 insertions(+), 41 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Created faculty content type, added existing fields.
gsb_feature_faculty_ct.features.field_base.inc | 234 +++++++++
gsb_feature_faculty_ct.features.field_instance.inc | 540 +++++++++++++++++++++
gsb_feature_faculty_ct.features.inc | 32 ++
gsb_feature_faculty_ct.info | 19 +
gsb_feature_faculty_ct.module | 7 +
gsb_feature_faculty_ct.strongarm.inc | 78 +++
6 files changed, 910 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Initial commit.
gsb_feature_faculty_ct.info | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)

===========================================
./gsb_feature_idea_story_display
===========================================
view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago
WP-7664 Removed reference to region_of_interest taxonomy
gsb_feature_idea_story_display.views_default.inc | 5 -----
1 file changed, 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago
WP-5933 Changed insights_search view to use allwords filtering in searches
gsb_feature_idea_story_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5632 hide view display errors
gsb_feature_idea_story_display.views_default.inc | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4604 rename and reassign - idea story
gsb_feature_idea_story_display.views_default.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4604 rename and reassign - idea story
plugins/content_types/top_idea_story.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4232: add offsite idea story to search listing.
gsb_feature_idea_story_display.views_default.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4231 Adding offsite_idea_story to filter
gsb_feature_idea_story_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4516: Adjust fields for rss feed.
gsb_feature_idea_story_display.views_default.inc | 77 +++++++++++++++++++++++-
1 file changed, 75 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4516 update fields to content
gsb_feature_idea_story_display.views_default.inc | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4516 remove the link in rss
gsb_feature_idea_story_display.views_default.inc | 11 +++++++++++
1 file changed, 11 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4516 add rss feed for idea story using view
gsb_feature_idea_story_display.info | 2 +-
gsb_feature_idea_story_display.views_default.inc | 19 +++++++++++++++++++
2 files changed, 20 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4485 Made Title and Pub Date sortable. Changed label to Pub Date.
gsb_feature_idea_story_display.views_default.inc | 27 +++++++++---------------
1 file changed, 10 insertions(+), 17 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago
WP-4483: Change label to Editor's Picks in responsive.
gsb_feature_idea_story_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4460 Removing the Create button from the eva form
gsb_feature_idea_story_display.views_default.inc | 6 ------
1 file changed, 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4460 Removing the Create button from the eva form
gsb_feature_idea_story_display.views_default.inc | 6 ------
1 file changed, 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4460 Removed the edit/delete links for the eva form view
gsb_feature_idea_story_display.views_default.inc | 12 ------------
1 file changed, 12 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4460 Removed the edit/delete links for the eva form view
gsb_feature_idea_story_display.views_default.inc | 12 ------------
1 file changed, 12 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4447: move date field.
gsb_feature_idea_story_display.views_default.inc | 38 ++++++++++++------------
1 file changed, 19 insertions(+), 19 deletions(-)

view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago
WP-4432 Changing title to read Editor's Picks
plugins/content_types/top_idea_story.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago
WP-4432 Changing title to read Editor's Picks
gsb_feature_idea_story_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4434 add new view for idea story homepage
gsb_feature_idea_story_display.info | 5 +-
gsb_feature_idea_story_display.views_default.inc | 66 ++++++++++++++++++++++++
2 files changed, 69 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4434 add new view for idea story homepage
gsb_feature_idea_story_display.info | 5 +-
gsb_feature_idea_story_display.views_default.inc | 66 ++++++++++++++++++++++++
2 files changed, 69 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4114-1 Changes to use show more for eva field
gsb_feature_idea_story_display.views_default.inc | 11 +++++++++++
1 file changed, 11 insertions(+)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4409 add back to top button
gsb_feature_idea_story_display.views_default.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago
WP-4427: Show total results.
gsb_feature_idea_story_display.info | 2 +-
gsb_feature_idea_story_display.views_default.inc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4409 add back to top button
gsb_feature_idea_story_display.views_default.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago
WP-4393 adjust the identifier and remove contextual
gsb_feature_idea_story_display.views_default.inc | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago
WP-4393 add insights search view
gsb_feature_idea_story_display.info | 4 +-
gsb_feature_idea_story_display.views_default.inc | 166 +++++++++++++++++++++++
2 files changed, 169 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4324 Set permission for Eva Form Field to only show for users with the admin role
gsb_feature_idea_story_display.views_default.inc | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4176: change to view mode.
gsb_feature_idea_story_display.info | 1 +
gsb_feature_idea_story_display.views_default.inc | 10 ++++++++--
2 files changed, 9 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4196 Removed the create content buttons for Insights EVA Field Form view
gsb_feature_idea_story_display.views_default.inc | 33 ++++++++++++------------
1 file changed, 16 insertions(+), 17 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4196 Added text for empty (no rows) list
gsb_feature_idea_story_display.views_default.inc | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4196 New EVA field form for Insights By Stanford tab on Faculty CT edit
gsb_feature_idea_story_display.views_default.inc | 133 ++++++++++++++++++++++-
1 file changed, 131 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4175: Remove announcements and school stories from Insights Topic List view.
gsb_feature_idea_story_display.views_default.inc | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-4113 Adding new EVA field view for Insights by Stanford Business
gsb_feature_idea_story_display.info | 2 +
gsb_feature_idea_story_display.views_default.inc | 138 +++++++++++++++++++++++
2 files changed, 140 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4073: Add Insights Topic List content pane.
gsb_feature_idea_story_display.features.inc | 12 +
gsb_feature_idea_story_display.info | 10 +-
gsb_feature_idea_story_display.module | 6 +
gsb_feature_idea_story_display.views_default.inc | 349 +++++++++++++++++++++++
4 files changed, 376 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4057: Check for node access before displaying top stories.
gsb_feature_idea_story_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-4013: Check for existing node before rendering a top story node.
gsb_feature_idea_story_display.module | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-4002: Move Top Stories rendering in node_view_alter to avoid recursion when rendering.
gsb_feature_idea_story_display.module | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3904: change the view mode.
gsb_feature_idea_story_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3904: add collapsed.
gsb_feature_idea_story_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3904: add fieldset markup.
gsb_feature_idea_story_display.module | 4 ++--
plugins/content_types/top_idea_story.inc | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3904: add wrapper class for top stories.
gsb_feature_idea_story_display.module | 2 +-
plugins/content_types/top_idea_story.inc | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3904: change the view mode used for top stories.
gsb_feature_idea_story_display.module | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3904: add collapsed.
gsb_feature_idea_story_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3904: add fieldset markup.
gsb_feature_idea_story_display.module | 4 ++--
plugins/content_types/top_idea_story.inc | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3904: add wrapper class for top stories.
gsb_feature_idea_story_display.module | 2 +-
plugins/content_types/top_idea_story.inc | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3904: change the view mode used for top stories.
gsb_feature_idea_story_display.module | 18 +++++++-----------
1 file changed, 7 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3989 Added a value check in the loop that loads the top story nodes
gsb_feature_idea_story_display.module | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3989 Some minor form adjustments
gsb_feature_idea_story_display.admin.inc | 20 ++++++++++++++------
gsb_feature_idea_story_display.module | 2 +-
2 files changed, 15 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3903 A little cleanup for the markup of top stories
gsb_feature_idea_story_display.admin.inc | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3903 A little cleanup for the markup of top stories
gsb_feature_idea_story_display.admin.inc | 21 +++++++-------
gsb_feature_idea_story_display.module | 48 +++++++++++++-------------------
plugins/content_types/top_idea_story.inc | 4 +--
3 files changed, 31 insertions(+), 42 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3903 Adding content pane, extra fields used in Top Idea Stories display
gsb_feature_idea_story_display.module | 73 +++++++++++++++++++++++++++++++-
plugins/content_types/top_idea_story.inc | 22 ++++++++++
2 files changed, 94 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3903 Initial commit
gsb_feature_idea_story_display.admin.inc | 72 ++++++++++++++++++++++++++++++++
gsb_feature_idea_story_display.info | 5 +++
gsb_feature_idea_story_display.module | 32 ++++++++++++++
3 files changed, 109 insertions(+)

view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_feature_alumni_reunion_group_page_ct
===========================================
view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago
WP-5155-4 Adding check for type equal to 'node'
gsb_feature_alumni_reunion_group_page_ct.module | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago
WP-5155-3 Changed the url alias pattern
gsb_feature_alumni_reunion_group_page_ct.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago
WP-5155-3 Adding call to gsb_feature_alumni_reunion_agenda_item_ct_create_alias()
gsb_feature_alumni_reunion_group_page_ct.module | 32 ++++++++++---------------
1 file changed, 13 insertions(+), 19 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-5163 Setting default to draft
gsb_feature_alumni_reunion_group_page_ct.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4894 Added gsb_alumni_agenda_list (Reunion Schedule) pane to this CT
gsb_feature_alumni_reunion_group_page_ct.panelizer.inc | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago
WP-4780-2 Fixed bug found during test where the older field name was still being used
gsb_feature_alumni_reunion_group_page_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4777 fix the panelizer and hide fields
gsb_feature_alumni_reunion_group_page_ct.info | 2 +-
...ture_alumni_reunion_group_page_ct.panelizer.inc | 154 +--------------------
2 files changed, 6 insertions(+), 150 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4777 fix the panelizer and hide fields
gsb_feature_alumni_reunion_group_page_ct.info | 2 +-
...ture_alumni_reunion_group_page_ct.panelizer.inc | 154 +--------------------
2 files changed, 6 insertions(+), 150 deletions(-)

view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
WP-4780 Added redirect save for group page
gsb_feature_alumni_reunion_group_page_ct.module | 20 ++++++++++++++++++--
1 file changed, 18 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
WP-4780 Added support for creating alias for Alumni Reunion Agenda Item Detail pages
gsb_feature_alumni_reunion_group_page_ct.module | 60 +++++++++++++++++++++++++
1 file changed, 60 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4777 hide fields
...union_group_page_ct.features.field_instance.inc | 45 +++++----------
gsb_feature_alumni_reunion_group_page_ct.info | 2 +-
...ture_alumni_reunion_group_page_ct.strongarm.inc | 66 +++++++++++++++++++++-
3 files changed, 79 insertions(+), 34 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4776 panelize the page for alumni group ct
...ature_alumni_reunion_group_page_ct.features.inc | 3 +
gsb_feature_alumni_reunion_group_page_ct.info | 6 +-
...ture_alumni_reunion_group_page_ct.panelizer.inc | 227 +++++++++++++++++++++
3 files changed, 235 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4746 add panelizer variable
gsb_feature_alumni_reunion_group_page_ct.info | 2 +
...ture_alumni_reunion_group_page_ct.strongarm.inc | 126 +++++++++++++++++++++
2 files changed, 128 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4746 add alumni reunion group page ct
...union_group_page_ct.features.field_instance.inc | 423 +++++++++++++++++++++
...ature_alumni_reunion_group_page_ct.features.inc | 32 ++
gsb_feature_alumni_reunion_group_page_ct.info | 30 ++
gsb_feature_alumni_reunion_group_page_ct.module | 7 +
...ture_alumni_reunion_group_page_ct.strongarm.inc | 100 +++++
5 files changed, 592 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_feature_week_in_the_life_ct
===========================================
view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6116: add back custom classes.
gsb_feature_week_in_the_life_ct.ds.inc | 16 ++++---
...week_in_the_life_ct.features.field_instance.inc | 51 ++++++++++++----------
gsb_feature_week_in_the_life_ct.field_group.inc | 19 +++++---
gsb_feature_week_in_the_life_ct.strongarm.inc | 51 ++++++++++++++++++++++
4 files changed, 104 insertions(+), 33 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago
WP-5163: Update default moderation state.
...week_in_the_life_ct.features.field_instance.inc | 56 ++++++++++++++++++++++
gsb_feature_week_in_the_life_ct.features.inc | 1 +
gsb_feature_week_in_the_life_ct.info | 5 +-
gsb_feature_week_in_the_life_ct.strongarm.inc | 7 +++
4 files changed, 67 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4536 add alt text to image fields
gsb_feature_week_in_the_life_ct.features.field_instance.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4536 add alt text for image field
gsb_feature_week_in_the_life_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3127: Add submit field.
...week_in_the_life_ct.features.field_instance.inc | 305 ++++-----------------
gsb_feature_week_in_the_life_ct.info | 5 +-
gsb_feature_week_in_the_life_ct.strongarm.inc | 3 +
3 files changed, 61 insertions(+), 252 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
...week_in_the_life_ct.features.field_instance.inc | 250 +++++++++++++++++++++
gsb_feature_week_in_the_life_ct.features.inc | 5 +-
gsb_feature_week_in_the_life_ct.info | 3 +-
3 files changed, 252 insertions(+), 6 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
...week_in_the_life_ct.features.field_instance.inc | 250 +++++++++++++++++++++
gsb_feature_week_in_the_life_ct.features.inc | 5 +-
gsb_feature_week_in_the_life_ct.info | 3 +-
3 files changed, 252 insertions(+), 6 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2148: Add workbench section setting.
gsb_feature_week_in_the_life_ct.info | 1 +
gsb_feature_week_in_the_life_ct.strongarm.inc | 7 +++++++
2 files changed, 8 insertions(+)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-302 Changing max length for field_witl_post_mba_goals to 150 chars.
gsb_feature_week_in_the_life_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Greg Mercer (GBear), 3 years, 5 months ago
WPBQA-302 Changed the trim length for the teaser to be 150 chars
gsb_feature_week_in_the_life_ct.features.field_instance.inc | 8 ++++++--
gsb_feature_week_in_the_life_ct.info | 2 +-
2 files changed, 7 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-316 Changed label for Post Graduation Goals.
gsb_feature_week_in_the_life_ct.ds.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 6 months ago author: Alexei Gorobets, 3 years, 6 months ago
WP-1916: Update path alias pattern for WITL.
gsb_feature_week_in_the_life_ct.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-159: add label to teaser.
gsb_feature_week_in_the_life_ct.ds.inc | 4 +++-
gsb_feature_week_in_the_life_ct.features.field_instance.inc | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 6 months ago author: Dumitru Vozian, 3 years, 6 months ago
Issue #WP-1751: fix autolabel for Week in a life content type
gsb_feature_week_in_the_life_ct.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Dumitru Vozian, 3 years, 6 months ago author: Dumitru Vozian, 3 years, 6 months ago
Issue #WP-1708: change Post MBA Goals character limit to 200
gsb_feature_week_in_the_life_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1708: change max length to 250 for Facts and Post Mba Goals fields
...ure_week_in_the_life_ct.features.field_instance.inc | 4 ++--
gsb_feature_week_in_the_life_ct.install | 18 ++++++++++++++++++
2 files changed, 20 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Add all references to research_paper.
...week_in_the_life_ct.features.field_instance.inc | 48 ----------------------
gsb_feature_week_in_the_life_ct.info | 1 -
gsb_feature_week_in_the_life_ct.strongarm.inc | 9 ----
3 files changed, 58 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
adding search field via concat
...week_in_the_life_ct.features.field_instance.inc | 81 ++++++++++++++++++++++
gsb_feature_week_in_the_life_ct.info | 6 +-
2 files changed, 86 insertions(+), 1 deletion(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1062: Change image formatter to GSB Image
...e_week_in_the_life_ct.features.field_instance.inc | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Add image help text.
gsb_feature_week_in_the_life_ct.features.field_instance.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Add image help text.
gsb_feature_week_in_the_life_ct.features.field_instance.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Fix days order. Add limits to fields. Make 'Archived' field more obvious.
gsb_feature_week_in_the_life_ct.ds.inc | 28 ++++++-------
...week_in_the_life_ct.features.field_instance.inc | 46 +++++++++++-----------
gsb_feature_week_in_the_life_ct.field_group.inc | 10 ++---
gsb_feature_week_in_the_life_ct.info | 2 +-
gsb_feature_week_in_the_life_ct.strongarm.inc | 6 +--
5 files changed, 46 insertions(+), 46 deletions(-)

view commit - committer: Eugen, 3 years, 8 months ago author: Eugen, 3 years, 8 months ago
WITL: content types and fixes updates.
gsb_feature_week_in_the_life_ct.ds.inc | 5 ++++
...week_in_the_life_ct.features.field_instance.inc | 32 +++++++---------------
gsb_feature_week_in_the_life_ct.info | 2 +-
3 files changed, 16 insertions(+), 23 deletions(-)

view commit - committer: Eugen, 3 years, 8 months ago author: Eugen, 3 years, 8 months ago
WITL: Feauture updates regarding image 270x270. Added links to name, photo on listing page.
gsb_feature_week_in_the_life_ct.ds.inc | 18 ++++++++++--
...week_in_the_life_ct.features.field_instance.inc | 32 ++++++++++------------
gsb_feature_week_in_the_life_ct.info | 2 +-
gsb_feature_week_in_the_life_ct.strongarm.inc | 9 ++++++
4 files changed, 39 insertions(+), 22 deletions(-)

view commit - committer: Eugen, 3 years, 8 months ago author: Eugen, 3 years, 8 months ago
WITL: added image styles.
gsb_feature_week_in_the_life_ct.features.field_instance.inc | 10 +++++++---
gsb_feature_week_in_the_life_ct.info | 2 +-
2 files changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Eugen, 3 years, 8 months ago author: Eugen, 3 years, 8 months ago
WITL Teaser layout update.
gsb_feature_week_in_the_life_ct.ds.inc | 58 ++++++++++++++++++++++++++++++++++
gsb_feature_week_in_the_life_ct.info | 4 ++-
2 files changed, 61 insertions(+), 1 deletion(-)

view commit - committer: Eugen, 3 years, 8 months ago author: Eugen, 3 years, 8 months ago
WITL detail page updates.
gsb_feature_week_in_the_life_ct.ds.inc | 7 +++++
...week_in_the_life_ct.features.field_instance.inc | 33 +++++++++++-----------
gsb_feature_week_in_the_life_ct.field_group.inc | 8 ++++--
gsb_feature_week_in_the_life_ct.info | 2 +-
4 files changed, 31 insertions(+), 19 deletions(-)

view commit - committer: Eugen, 3 years, 8 months ago author: Eugen, 3 years, 8 months ago
Change display suite layout for witl detail page.
gsb_feature_week_in_the_life_ct.ds.inc | 102 ++++++++++++++++++++++++++
gsb_feature_week_in_the_life_ct.features.inc | 4 +
gsb_feature_week_in_the_life_ct.info | 6 +-
gsb_feature_week_in_the_life_ct.strongarm.inc | 6 ++
4 files changed, 117 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 8 months ago author: Greg Mercer, 3 years, 8 months ago This gets around an issue where we were getting the following error from form.inc (includes/form.inc):
'An illegal choice has been detected. Please contact the site administrator.'
Added code to set the year to a default value.
gsb_feature_week_in_the_life_ct.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Eugen, 3 years, 8 months ago author: Eugen, 3 years, 8 months ago
WITL detail page.
...week_in_the_life_ct.features.field_instance.inc | 156 +++++++------
gsb_feature_week_in_the_life_ct.field_group.inc | 252 +++++++++++++++++++++
gsb_feature_week_in_the_life_ct.info | 14 +-
gsb_feature_week_in_the_life_ct.strongarm.inc | 27 +++
4 files changed, 373 insertions(+), 76 deletions(-)

view commit - committer: Greg Mercer, 3 years, 8 months ago author: Greg Mercer, 3 years, 8 months ago
Added an implements comment for the hook.
gsb_feature_week_in_the_life_ct.module | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Greg Mercer, 3 years, 8 months ago author: Greg Mercer, 3 years, 8 months ago
Added code to hide the year field for the witl node edit form.
gsb_feature_week_in_the_life_ct.module | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
changing field collection for journal entry to use time only
gsb_feature_week_in_the_life_ct.features.field_instance.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
needed to change the display for no labels on one of the journal entries
..._week_in_the_life_ct.features.field_instance.inc | 12 ++++++++----
gsb_feature_week_in_the_life_ct.info | 2 +-
gsb_feature_week_in_the_life_ct.strongarm.inc | 21 ++++++++++++++++++++-
3 files changed, 29 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
adding pathauto pattern for witl ct
gsb_feature_week_in_the_life_ct.info | 3 +++
gsb_feature_week_in_the_life_ct.strongarm.inc | 7 +++++++
2 files changed, 10 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
adding in the missing field instances within the field collections for witl
...week_in_the_life_ct.features.field_instance.inc | 608 +++++++++++++++++++++
gsb_feature_week_in_the_life_ct.info | 9 +
2 files changed, 617 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
adding in the field collections related to the witl ct
gsb_feature_week_in_the_life_ct.features.inc | 2 +-
gsb_feature_week_in_the_life_ct.info | 3 ++
gsb_feature_week_in_the_life_ct.strongarm.inc | 77 +++++++++++++++++++++++++++
3 files changed, 81 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
new week in the life content type
...week_in_the_life_ct.features.field_instance.inc | 1181 ++++++++++++++++++++
gsb_feature_week_in_the_life_ct.features.inc | 36 +
gsb_feature_week_in_the_life_ct.field_group.inc | 98 ++
gsb_feature_week_in_the_life_ct.info | 73 ++
gsb_feature_week_in_the_life_ct.module | 7 +
gsb_feature_week_in_the_life_ct.strongarm.inc | 118 ++
6 files changed, 1513 insertions(+)

view commit - committer: Greg Mercer, 3 years, 8 months ago author: Greg Mercer, 3 years, 8 months ago
Initial commit
README.md | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_feature_seed_coach_ct
===========================================
view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago
WP-7677 added seed coach changes
gsb_feature_seed_coach_ct.features.field_instance.inc | 10 +++++-----
gsb_feature_seed_coach_ct.strongarm.inc | 8 ++++----
2 files changed, 9 insertions(+), 9 deletions(-)

view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago
WP-7645 Added seed coach content type
gsb_feature_seed_coach_ct.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago
WP-7645 seed coachcontent type
...ature_seed_coach_ct.features.field_instance.inc | 484 +++++++++++++++++++++
gsb_feature_seed_coach_ct.features.inc | 53 +++
gsb_feature_seed_coach_ct.info | 32 ++
gsb_feature_seed_coach_ct.module | 7 +
gsb_feature_seed_coach_ct.strongarm.inc | 259 +++++++++++
5 files changed, 835 insertions(+)

view commit - committer: Greg Mercer, 4 months ago author: Greg Mercer, 4 months ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_feature_view_modes
===========================================
view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7531: export new field view mode.
gsb_feature_view_modes.ds.inc | 9 +++++++++
gsb_feature_view_modes.info | 1 +
2 files changed, 10 insertions(+)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7092: Adding new view mode for faculty teaching programs
gsb_feature_view_modes.ds.inc | 9 +++++++++
gsb_feature_view_modes.info | 4 +++-
2 files changed, 12 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6505: add view modes for faculty program block.
gsb_feature_view_modes.ds.inc | 45 +++++++++++++++++++++++++++++++++++++++++++
gsb_feature_view_modes.info | 5 +++++
2 files changed, 50 insertions(+)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6505: add view modes for faculty program block.
gsb_feature_view_modes.ds.inc | 45 +++++++++++++++++++++++++++++++++++++++++++
gsb_feature_view_modes.info | 5 +++++
2 files changed, 50 insertions(+)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6633: add new view mode for program explore related.
gsb_feature_view_modes.ds.inc | 9 +++++++++
gsb_feature_view_modes.info | 1 +
2 files changed, 10 insertions(+)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6598: add new view mode for staff.
gsb_feature_view_modes.ds.inc | 9 +++++++++
gsb_feature_view_modes.info | 1 +
2 files changed, 10 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5444: export main list view mode.
gsb_feature_view_modes.ds.inc | 9 +++++++++
gsb_feature_view_modes.info | 1 +
2 files changed, 10 insertions(+)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5452 Adding new view modes module
gsb_feature_view_modes.module | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5452 Adding new view modes module
gsb_feature_view_modes.info | 11 +++++++++++
1 file changed, 11 insertions(+)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5452 Adding new view modes module
gsb_feature_view_modes.features.inc | 14 ++++++++++++++
1 file changed, 14 insertions(+)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5452 Adding new view modes module
gsb_feature_view_modes.ds.inc | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_feature_admission_event_display
===========================================
view commit - committer: Ayuta Padhi, 12 months ago author: Ayuta Padhi, 12 months ago
WP-6375 Removed global text field for no result found
gsb_feature_admission_event_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Ayuta Padhi, 12 months ago author: Ayuta Padhi, 12 months ago
WP-6375 Added no event message to non customizable listing
gsb_feature_admission_event_display.info | 2 +-
gsb_feature_admission_event_display.views_default.inc | 8 ++++++++
2 files changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 12 months ago author: Ayuta Padhi, 12 months ago
WP-6375 Removed no event found
gsb_feature_admission_event_display.info | 2 +-
gsb_feature_admission_event_display.views_default.inc | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago
WP-6326 Added Event Type exposed filter to Msx admission events
...ature_admission_event_display.views_default.inc | 72 ++++++++++++++++++++++
1 file changed, 72 insertions(+)

view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago
WP-6263 Enabled ajax at view level
gsb_feature_admission_event_display.views_default.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago
WP-6254 Removed event type filter from Msx admission event listing
gsb_feature_admission_event_display.info | 2 +-
...ature_admission_event_display.views_default.inc | 64 ----------------------
2 files changed, 1 insertion(+), 65 deletions(-)

view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago
Delete gsb_feature_admission_event_display.js
js/gsb_feature_admission_event_display.js | 12 ------------
1 file changed, 12 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago
WP-6181 Removed ajax and fixed states
gsb_feature_admission_event_display.module | 19 ++++-
...ature_admission_event_display.views_default.inc | 81 ++++++++++++++++++----
js/gsb_feature_admission_event_display.js | 43 ++----------
3 files changed, 89 insertions(+), 54 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago
WP-6181 Removed ajax and fixed states
gsb_feature_admission_event_display.module | 19 +-
...ature_admission_event_display.views_default.inc | 1015 +++++++++++++++++++-
js/gsb_feature_admission_event_display.js | 45 -
3 files changed, 1025 insertions(+), 54 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago
WP-6207 added MSX admission events list
gsb_feature_admission_event_display.module | 2 +-
...ature_admission_event_display.views_default.inc | 948 +++++++++++++++++++++
js/gsb_feature_admission_event_display.js | 2 +-
3 files changed, 950 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago
WP-6196 warning message fix
gsb_feature_admission_event_display.module | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago
WP-6196 warning message fix
gsb_feature_admission_event_display.module | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago
WP-6194 removed unwanted accordian class from divs outside the accordian
js/gsb_feature_admission_event_location.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago
WP-6194 removed unwanted accordian class from divs outside the accordian
js/gsb_feature_admission_event_location.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6191: update view display.
gsb_feature_admission_event_display.views_default.inc | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago
WP-6177 WP-6175 WP-6178 WP-6179 Fixed show/hide stanford filter, exclude events without region and required program field
gsb_feature_admission_event_display.module | 23 ++++++++++++++--------
...ature_admission_event_display.views_default.inc | 6 ++++--
js/gsb_feature_admission_event_display.js | 2 --
js/gsb_feature_admission_event_location.js | 2 --
4 files changed, 19 insertions(+), 14 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago
WP-6177 WP-6175 WP-6178 WP-6179 Fixed show/hide stanford filter, exclude events without region and required program field
gsb_feature_admission_event_display.module | 23 ++++++++++++++--------
...ature_admission_event_display.views_default.inc | 6 ++++--
js/gsb_feature_admission_event_display.js | 2 --
js/gsb_feature_admission_event_location.js | 5 -----
4 files changed, 19 insertions(+), 17 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago
WP-6106 Updated MBA admission event to include only upcoming events
gsb_feature_admission_event_display.info | 2 +-
gsb_feature_admission_event_display.views_default.inc | 2 +-
js/gsb_feature_admission_event_display.js | 18 ++++++++++++++++++
3 files changed, 20 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago
WP-6106 Updated MBA admission event to include only upcoming events
gsb_feature_admission_event_display.info | 2 +-
gsb_feature_admission_event_display.views_default.inc | 2 +-
js/gsb_feature_admission_event_display.js | 18 ++++++++++++++++++
3 files changed, 20 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6109: update location display.
gsb_feature_admission_event_display.views_default.inc | 18 ++++++++++++++++--
js/gsb_feature_admission_event_location.js | 9 +++------
2 files changed, 19 insertions(+), 8 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago
WP-6107 fix for notice messages
gsb_feature_admission_event_display.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago
WP-6107 Added location list for admission events
js/gsb_feature_admission_event_location.js | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago
WP-6107 Added location list for all admission events
gsb_feature_admission_event_display.info | 3 +-
gsb_feature_admission_event_display.module | 78 ++++-
...ature_admission_event_display.views_default.inc | 369 ++++++++++++++++++++-
3 files changed, 436 insertions(+), 14 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6061: update the labels.
gsb_feature_admission_event_display.views_default.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 3 months ago author: Ayuta Padhi, 1 year, 3 months ago
WP-5994 WP-5815 Fix for missing multiday event with past start date and added code not to allow empty dates filter
...ature_admission_event_display.views_default.inc | 78 +++++++++++++++++++++-
js/gsb_feature_admission_event_display.js | 17 ++++-
2 files changed, 91 insertions(+), 4 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5953 Adjust search criteria
gsb_feature_admission_event_display.info | 2 +-
gsb_feature_admission_event_display.views_default.inc | 14 ++++++++++++--
2 files changed, 13 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago
WP-5930: Fix urls that have parameters. No need to decode entities if we just don't encode them.
gsb_feature_admission_event_display.module | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5749 revert the sanization
gsb_feature_admission_event_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5632 hide view errors
gsb_feature_admission_event_display.views_default.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5829 Removed workbench filter and added program filter
gsb_feature_admission_event_display.info | 2 +-
gsb_feature_admission_event_display.module | 1 +
...ature_admission_event_display.views_default.inc | 37 ++++++++++++++--------
3 files changed, 26 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago
Fix bad merge.
gsb_feature_admission_event_display.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago
Use the America/Los_Angeles timezone.
gsb_feature_admission_event_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5801 Changed the default end date to one year in future for MBA admission Events
gsb_feature_admission_event_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5792 Fix for displaying timezone based correct date
gsb_feature_admission_event_display.module | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5779 Date filter and search fix for admission event. This includes WP-5775 and WP-5784
gsb_feature_admission_event_display.views_default.inc | 1 +
js/gsb_feature_admission_event_display.js | 11 +++++++----
2 files changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5775 Added new filter criteria to include past events
gsb_feature_admission_event_display.module | 7 -------
gsb_feature_admission_event_display.views_default.inc | 9 ++-------
2 files changed, 2 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5771 Added event status and calendar display filter
...ature_admission_event_display.views_default.inc | 25 ++++++++++++++++++----
1 file changed, 21 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5725 Fixed to Attach javascript to only MBA admission list
gsb_feature_admission_event_display.module | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5725 Fixed to Attach javascript to only MBA admission list
gsb_feature_admission_event_display.module | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5725 Date picker fix
gsb_feature_admission_event_display.module | 3 +++
js/gsb_feature_admission_event_display.js | 15 +++++++++++++++
2 files changed, 18 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5740 Added Back to top botton
gsb_feature_admission_event_display.module | 36 +++++++++++++++++-----
...ature_admission_event_display.views_default.inc | 11 ++++---
2 files changed, 35 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5741 WP-5742 Removed show more button from admission event, added Show more button to MBA admission list
...ature_admission_event_display.views_default.inc | 27 ++++++++++++++--------
1 file changed, 17 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5738 WP-5739 Fixed the Region lebel and Search function
gsb_feature_admission_event_display.views_default.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5572 Added customizable admission list
gsb_feature_admission_event_display.info | 1 -
gsb_feature_admission_event_display.module | 41 +
...ature_admission_event_display.views_default.inc | 1112 +++++++++++---------
3 files changed, 669 insertions(+), 485 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5676 Fixed duplicate listing
gsb_feature_admission_event_display.views_default.inc | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5661 Added online to event category
gsb_feature_admission_event_display.views_default.inc | 5 -----
1 file changed, 5 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5642: update settings for theming.
gsb_feature_admission_event_display.views_default.inc | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5644: update grouping date field.
gsb_feature_admission_event_display.views_default.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer, 1 year, 6 months ago
Adding dependency for ctools
gsb_feature_admission_event_display.info | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer, 1 year, 6 months ago
Removing ctool exclude
gsb_feature_admission_event_display.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5532 Another try at exporting this feature
...ature_admission_event_display.views_default.inc | 30 ++++++++++++++++------
1 file changed, 22 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5532 updated mba admission event lising to use display suite
...ature_admission_event_display.views_default.inc | 24 ++++++++++++++++------
1 file changed, 18 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5534: add custom formatter function.
gsb_feature_admission_event_display.module | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5576 Moving panelizer features for gsb_feature_admission_event_ct
gsb_feature_admission_event_display.info | 13 +--
gsb_feature_admission_event_display.panelizer.inc | 112 ----------------------
2 files changed, 5 insertions(+), 120 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer, 1 year, 6 months ago
One last attempt to see if this resolves an export feature issue with panelizer.
gsb_feature_admission_event_display.info | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5576 Changed panelizer to use new mini panel event_contacts
gsb_feature_admission_event_display.features.inc | 9 ++
gsb_feature_admission_event_display.info | 4 +-
gsb_feature_admission_event_display.panelizer.inc | 112 ++++++++++++++++++++++
3 files changed, 124 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5532 Added MBA admission events
gsb_feature_admission_event_display.features.inc | 12 +
gsb_feature_admission_event_display.info | 13 +
gsb_feature_admission_event_display.module | 7 +
...ature_admission_event_display.views_default.inc | 1407 ++++++++++++++++++++
4 files changed, 1439 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago
Use the America/Los_Angeles timezone.
gsb_feature_admission_event_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5801 Changed the default end date to one year in future for MBA admission Events
gsb_feature_admission_event_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5792 Fix for displaying timezone based correct date
gsb_feature_admission_event_display.module | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5779 Date filter and search fix for admission event. This includes WP-5775 and WP-5784
gsb_feature_admission_event_display.views_default.inc | 1 +
js/gsb_feature_admission_event_display.js | 11 +++++++----
2 files changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5775 Added new filter criteria to include past events
gsb_feature_admission_event_display.module | 7 -------
gsb_feature_admission_event_display.views_default.inc | 9 ++-------
2 files changed, 2 insertions(+), 14 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5771 Added event status and calendar display filter
...ature_admission_event_display.views_default.inc | 25 ++++++++++++++++++----
1 file changed, 21 insertions(+), 4 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5725 Fixed to Attach javascript to only MBA admission list
gsb_feature_admission_event_display.module | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5725 Fixed to Attach javascript to only MBA admission list
gsb_feature_admission_event_display.module | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5725 Date picker fix
gsb_feature_admission_event_display.module | 3 +++
js/gsb_feature_admission_event_display.js | 15 +++++++++++++++
2 files changed, 18 insertions(+)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5740 Added Back to top botton
gsb_feature_admission_event_display.module | 36 +++++++++++++++++-----
...ature_admission_event_display.views_default.inc | 11 ++++---
2 files changed, 35 insertions(+), 12 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5741 WP-5742 Removed show more button from admission event, added Show more button to MBA admission list
...ature_admission_event_display.views_default.inc | 27 ++++++++++++++--------
1 file changed, 17 insertions(+), 10 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5738 WP-5739 Fixed the Region lebel and Search function
gsb_feature_admission_event_display.views_default.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5572 Added customizable admission list
gsb_feature_admission_event_display.info | 4 +-
gsb_feature_admission_event_display.module | 41 +
...ature_admission_event_display.views_default.inc | 1112 +++++++++++---------
3 files changed, 671 insertions(+), 486 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5676 Fixed duplicate listing
gsb_feature_admission_event_display.views_default.inc | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5661 Added online to event category
gsb_feature_admission_event_display.views_default.inc | 5 -----
1 file changed, 5 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5661 Added online to event category
gsb_feature_admission_event_display.views_default.inc | 5 -----
1 file changed, 5 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5642: update settings for theming.
gsb_feature_admission_event_display.views_default.inc | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5644: update grouping date field.
gsb_feature_admission_event_display.views_default.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
Adding dependency for ctools
gsb_feature_admission_event_display.info | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
Removing ctool exclude
gsb_feature_admission_event_display.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5532 Another try at exporting this feature
...ature_admission_event_display.views_default.inc | 30 ++++++++++++++++------
1 file changed, 22 insertions(+), 8 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5532 updated mba admission event lising to use display suite
gsb_feature_admission_event_display.info | 5 +++--
...ature_admission_event_display.views_default.inc | 24 ++++++++++++++++------
2 files changed, 21 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5534: add custom formatter function.
gsb_feature_admission_event_display.module | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5576 Merge changes
view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5576 Moving panelizer features for gsb_feature_admission_event_ct
gsb_feature_admission_event_display.info | 1 -
gsb_feature_admission_event_display.panelizer.inc | 112 ----------------------
2 files changed, 113 deletions(-)

view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
One last attempt to see if this resolves an export feature issue with panelizer.
gsb_feature_admission_event_display.info | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5576 Changed panelizer to use new mini panel event_contacts
gsb_feature_admission_event_display.features.inc | 9 ++
gsb_feature_admission_event_display.info | 4 +-
gsb_feature_admission_event_display.panelizer.inc | 112 ++++++++++++++++++++++
3 files changed, 124 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5532 Added MBA admission events
gsb_feature_admission_event_display.features.inc | 12 +
gsb_feature_admission_event_display.info | 13 +
gsb_feature_admission_event_display.module | 7 +
...ature_admission_event_display.views_default.inc | 1407 ++++++++++++++++++++
4 files changed, 1439 insertions(+)

view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_feature_program_instance_display
===========================================
view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago
WP-7666 WP-7650 Switched key topics to all topics and added location category to prrogram multiple criteria
gsb_feature_program_instance_display.module | 2 +-
...ture_program_instance_display.views_default.inc | 152 +++++++++++++++++----
2 files changed, 127 insertions(+), 27 deletions(-)

view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago
WP-7584 fix for text date sort order
gsb_feature_program_instance_display.views_default.inc | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)

view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago
WP-7431 Added clone link for program instances
gsb_feature_program_instance_display.views_default.inc | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)

view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago
WP-7191 added criteria to limit upcoming programs
gsb_feature_program_instance_display.info | 2 +-
gsb_feature_program_instance_display.module | 1 -
...ture_program_instance_display.views_default.inc | 218 +++++++++++++++++++--
3 files changed, 208 insertions(+), 13 deletions(-)

view commit - committer: Ayuta Padhi, 8 months ago author: Ayuta Padhi, 8 months ago
WP-7215 Added filter to include program instances with visible display
gsb_feature_program_instance_display.info | 2 +-
gsb_feature_program_instance_display.views_default.inc | 18 ++++++++++++++++--
2 files changed, 17 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 9 months ago author: Roopesh Naik, 9 months ago
WP-6959 replace keywords field program topics with tags
...ture_program_instance_display.views_default.inc | 44 +++++++++++-----------
1 file changed, 23 insertions(+), 21 deletions(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6861 Changed column label.
gsb_feature_program_instance_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6726 Changes related to field_display_on_finder and field_is_application_open checkboxesfor ajax updates
gsb_feature_program_instance_display.info | 4 ++--
gsb_feature_program_instance_display.views_default.inc | 17 ++++++++++++++---
2 files changed, 16 insertions(+), 5 deletions(-)

view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago
WP-6625 WP-6626 Added required asterisk to title field
gsb_feature_program_instance_display.module | 67 +++++++++++++++++++----------
1 file changed, 45 insertions(+), 22 deletions(-)

view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago
WP-6625 WP-6626 WP-6621 Made title field required and changed the cta field order
gsb_feature_program_instance_display.module | 42 ++++++++++++++++++++---------
1 file changed, 29 insertions(+), 13 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Update program instance list view to sort desc on field_instance_date_value
gsb_feature_program_instance_display.info | 4 +--
...ture_program_instance_display.views_default.inc | 41 +++++++++++++---------
2 files changed, 27 insertions(+), 18 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6507: add class to cta div.
gsb_feature_program_instance_display.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Ayuta Padhi, 11 months ago
WP-6524 added css class for overlay color
gsb_feature_program_instance_display.module | 13 +++++++++----
gsb_feature_program_instance_display.views_default.inc | 11 +++++++++++
2 files changed, 20 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Ayuta Padhi, 11 months ago
WP-6524 Added EE Programs customizable list
gsb_feature_program_instance_display.info | 3 +-
gsb_feature_program_instance_display.module | 63 ++++-
...ture_program_instance_display.views_default.inc | 282 ++++++++++++++++++++-
3 files changed, 340 insertions(+), 8 deletions(-)

view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago
WP-6524 added css class for overlay color
gsb_feature_program_instance_display.module | 11 ++++++++---
gsb_feature_program_instance_display.views_default.inc | 11 +++++++++++
2 files changed, 19 insertions(+), 3 deletions(-)

view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago
WP-6524 Added EE Programs customizable list
gsb_feature_program_instance_display.info | 3 +-
gsb_feature_program_instance_display.module | 65 ++++-
...ture_program_instance_display.views_default.inc | 282 ++++++++++++++++++++-
3 files changed, 341 insertions(+), 9 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6526: add class for cta wrapper.
gsb_feature_program_instance_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago
WP-6525 Added upcoming application deadline listing
gsb_feature_program_instance_display.info | 4 +-
gsb_feature_program_instance_display.module | 53 ++++
...ture_program_instance_display.views_default.inc | 300 +++++++++++++++++++++
3 files changed, 356 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6440: export featured program view mode.
gsb_feature_program_instance_display.ds.inc | 23 +++++++++++++++++++++++
gsb_feature_program_instance_display.features.inc | 9 +++++++++
gsb_feature_program_instance_display.info | 3 +++
3 files changed, 35 insertions(+)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6390 Added new fields to the gsb_program_instance_listing view
gsb_feature_program_instance_display.info | 4 ++-
...ture_program_instance_display.views_default.inc | 40 ++++++++++++++++++++++
2 files changed, 43 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6440: export featured program view mode.
gsb_feature_program_instance_display.ds.inc | 23 +++++++++++++++++++++++
gsb_feature_program_instance_display.features.inc | 9 +++++++++
gsb_feature_program_instance_display.info | 3 +++
3 files changed, 35 insertions(+)

view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago
WP-6293 Initial commit
...ture_program_instance_display.views_default.inc | 230 +++++++++++++++++++++
1 file changed, 230 insertions(+)

view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago
WP-6293 Initial commit
gsb_feature_program_instance_display.features.inc | 12 ++++++++++++
1 file changed, 12 insertions(+)

view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago
WP-6293 Initial commit
gsb_feature_program_instance_display.module | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago
WP-6293 Initial commit
gsb_feature_program_instance_display.info | 11 +++++++++++
1 file changed, 11 insertions(+)

view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_feature_video
===========================================
view commit - committer: GitHub, 3 months ago author: Greg Mercer, 3 months ago
WP-7658 Fixing a syntax error in the previous commit.
gsb_feature_video.module | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago
WP-7658 Adding in new code to display video view count
gsb_feature_video.module | 31 ++++++++++++++++++++++++++++++-
1 file changed, 30 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago
WP-7658 Adding in new code to display video duration times
gsb_feature_video.module | 70 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 70 insertions(+)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Remove panopoly items.
gsb_feature_video.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3651: change video fpp layout.
gsb_feature_video.ds.inc | 47 +++++++++++++++++++++++----
gsb_feature_video.features.field_instance.inc | 40 +++++------------------
2 files changed, 48 insertions(+), 39 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_video.features.field_instance.inc | 30 +++++++++++++++++++++++++++
gsb_feature_video.features.inc | 5 +----
gsb_feature_video.info | 3 +--
3 files changed, 32 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
Update gsb_feature_video.info
gsb_feature_video.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 5 months ago author: Alexei Gorobets, 3 years, 5 months ago
WPBQA-286: Delete Media Youtube/Vimeo thumbnails on file delete.
gsb_feature_video.module | 36 +++++++++++++++++++++++++++++++-----
1 file changed, 31 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WP-1799 Changing from preview to teaser
gsb_feature_video.features.field_instance.inc | 2 +-
gsb_feature_video.info | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Switching to preview
gsb_feature_video.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Changing file_view_mode to teaser.
gsb_feature_video.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
changing from gsb_field_formatter_responsive_video to gsb_field_formatter_image_or_video_popup
gsb_feature_video.ds.inc | 7 +------
gsb_feature_video.features.field_instance.inc | 3 +--
gsb_feature_video.info | 2 +-
3 files changed, 3 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
Changed the field order so that the reusable section is at the bottom of the form
gsb_feature_video.features.field_instance.inc | 6 +++---
gsb_feature_video.info | 9 +--------
gsb_feature_video.strongarm.inc | 2 +-
3 files changed, 5 insertions(+), 12 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Remove the unneeded content wrapper.
gsb_feature_video.field_group.inc | 46 ---------------------------------------
gsb_feature_video.info | 1 -
2 files changed, 47 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Update the ds of video fpp.
gsb_feature_video.ds.inc | 24 ++++--------------------
gsb_feature_video.features.field_instance.inc | 4 ++--
gsb_feature_video.strongarm.inc | 6 ++++++
3 files changed, 12 insertions(+), 22 deletions(-)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Switch preview_view_mode to teaser.
gsb_feature_video.features.field_instance.inc | 2 +-
gsb_feature_video.info | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Switch defaultconfig to strongarm.
gsb_feature_video.features.defaultconfig.inc | 62 ----------------------------
gsb_feature_video.features.inc | 4 ++
gsb_feature_video.info | 5 ++-
gsb_feature_video.strongarm.inc | 51 +++++++++++++++++++++++
4 files changed, 58 insertions(+), 64 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
WP-933: Restrict ability to edit youtube videos.
gsb_feature_video.module | 13 +++++++++++++
1 file changed, 13 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move base fields into gsb_feature_base_fields.
gsb_feature_video.info | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Update features for base/instance split.
gsb_feature_video.features.field.inc | 279 --------------------------
gsb_feature_video.features.field_instance.inc | 192 ++++++++++++++++++
gsb_feature_video.info | 9 +-
3 files changed, 198 insertions(+), 282 deletions(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Changed tile to title for the label. An typo from the bulk of changes 10 days back.
gsb_feature_video.features.field.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: video Display chenged
gsb_feature_video.features.inc | 4 ++++
gsb_feature_video.info | 1 +
2 files changed, 5 insertions(+)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Rename field_tile to field_title.
gsb_feature_video.ds.inc | 6 +++---
gsb_feature_video.features.field.inc | 8 ++++----
gsb_feature_video.field_group.inc | 2 +-
gsb_feature_video.info | 2 +-
4 files changed, 9 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Rename field_tile to field_title.
gsb_feature_video.features.field.inc | 8 ++++----
gsb_feature_video.info | 2 +-
gsb_feature_video.module | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: display suite change for video
gsb_feature_video.ds.inc | 89 ++++++++++++++++++++++++++++
gsb_feature_video.features.defaultconfig.inc | 10 +++-
gsb_feature_video.features.field.inc | 34 +++++++----
gsb_feature_video.features.inc | 15 +++++
gsb_feature_video.field_group.inc | 46 ++++++++++++++
gsb_feature_video.info | 8 +++
gsb_feature_video.module | 6 ++
7 files changed, 193 insertions(+), 15 deletions(-)

view commit - committer: Doru Furtuna, 3 years, 9 months ago author: Doru Furtuna, 3 years, 9 months ago
Make changes in feature for fields and add formatter for custom video output.
gsb_feature_video.module | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

view commit - committer: Doru Furtuna, 3 years, 9 months ago author: Doru Furtuna, 3 years, 9 months ago
Make changes in feature for fields and add formatter for custom video output.
gsb_feature_video.features.field.inc | 23 +++---
gsb_feature_video.module | 134 ++++++++++++++++++++++++++++++++++-
2 files changed, 145 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
We don't need the hook_install anymore.
gsb_feature_video.install | 18 ------------------
1 file changed, 18 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Rename Pane category Rename Pane Label Remove unnecessary hook_form_alter.
gsb_feature_video.module | 21 +++------------------
1 file changed, 3 insertions(+), 18 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
field cleanup
gsb_feature_video.features.defaultconfig.inc | 4 +-
gsb_feature_video.features.field.inc | 198 +++++++++++++++------------
gsb_feature_video.info | 11 +-
gsb_feature_video.module | 8 +-
4 files changed, 123 insertions(+), 98 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
Added code to limit the video description field to 150 chars
gsb_feature_video.install | 18 ++++++++++++++++++
gsb_feature_video.module | 14 ++++++++++++++
2 files changed, 32 insertions(+)

view commit - committer: Greg Mercer, 3 years, 11 months ago author: Greg Mercer, 3 years, 11 months ago
Update gsb_feature_video.module
gsb_feature_video.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer, 3 years, 11 months ago author: Greg Mercer, 3 years, 11 months ago
Update gsb_feature_video.info
gsb_feature_video.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 11 months ago author: Greg Mercer, 3 years, 11 months ago
Update gsb_feature_video.info
gsb_feature_video.info | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 11 months ago author: Greg Mercer, 3 years, 11 months ago
Update gsb_feature_video.features.field.inc
gsb_feature_video.features.field.inc | 70 +++++++++++++++++++++++++++++++++++-
1 file changed, 69 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 11 months ago author: Greg Mercer, 3 years, 11 months ago
Update gsb_feature_video.features.defaultconfig.inc
gsb_feature_video.features.defaultconfig.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 11 months ago author: Greg Mercer, 3 years, 11 months ago
Update gsb_feature_video.info
gsb_feature_video.info | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer, 3 years, 11 months ago author: Greg Mercer, 3 years, 11 months ago
Update gsb_feature_video.features.field.inc
gsb_feature_video.features.field.inc | 549 +----------------------------------
1 file changed, 2 insertions(+), 547 deletions(-)

view commit - committer: Greg Mercer, 3 years, 11 months ago author: Greg Mercer, 3 years, 11 months ago
Update gsb_feature_video.features.defaultconfig.inc
gsb_feature_video.features.defaultconfig.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 11 months ago author: Greg Mercer (GBear), 3 years, 11 months ago
Adding in features detail for video
gsb_feature_video.features.defaultconfig.inc | 56 +++
gsb_feature_video.features.field.inc | 722 +++++++++++++++++++++++++++
gsb_feature_video.info | 23 +
3 files changed, 801 insertions(+)

view commit - committer: Greg Mercer, 3 years, 11 months ago author: Greg Mercer, 3 years, 11 months ago
Create gsb_feature_video.info
gsb_feature_video.info | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Greg Mercer, 3 years, 11 months ago author: Greg Mercer, 3 years, 11 months ago
Create gsb_feature_video.module
gsb_feature_video.module | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)

view commit - committer: Greg Mercer, 3 years, 11 months ago author: Greg Mercer, 3 years, 11 months ago
Initial commit
README.md | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_feature_videos_fpp
===========================================
view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6837 Added code to test for empty url and if so remove the title and body from rendering
gsb_feature_videos_fpp.module | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago
WP-6234 Made url optional for videos list fpp block title
gsb_feature_videos_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago
WP-6221 Modified the _gsb_feature_videos_fpp_get_video_id to pull out the video id for youtu.be urls
gsb_feature_videos_fpp.module | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6167 Adding field_bundle_settings_field_collection_item__field_video to strongarm
gsb_feature_videos_fpp.info | 1 +
gsb_feature_videos_fpp.strongarm.inc | 54 ++++++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6167 Moving field_collection field instances to base fields.
gsb_feature_videos_fpp.features.field_instance.inc | 257 ---------------------
gsb_feature_videos_fpp.info | 6 +-
2 files changed, 3 insertions(+), 260 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6167 Attempting to recreate the feature to pick up the field order for ds
gsb_feature_videos_fpp.ds.inc | 14 +++++++-------
gsb_feature_videos_fpp.features.field_instance.inc | 2 +-
gsb_feature_videos_fpp.module | 2 +-
3 files changed, 9 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
Formatting View Count with commas.
gsb_feature_videos_fpp.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
WP-6127 Changing Video Description to not required, and marking Video Title as required.
gsb_feature_videos_fpp.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
WP-5998 Cleaning up the formatting for minutes and seconds.
gsb_feature_videos_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
WP-5998 Cleaning up the formatting for minutes and seconds.
gsb_feature_videos_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
WP-5998 Cleaning up the formatting for minutes and seconds.
gsb_feature_videos_fpp.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
WP-5998 Cleaning up the formatting for minutes and seconds.
gsb_feature_videos_fpp.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
WP-6127 Changing Video description to be required.
gsb_feature_videos_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
WP-5998 Changed title to be Video List (YouTube)
gsb_feature_videos_fpp.fieldable_panels_pane_type.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
WP-5998 Changed title to be Video List (YouTube)
gsb_feature_videos_fpp.fieldable_panels_pane_type.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-5998 Added a prefix/suffix to make an external link for field_title
gsb_feature_videos_fpp.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-5998 Added a prefix/suffix to make an external link for field_title
gsb_feature_videos_fpp.module | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6063: fix duration field.
gsb_feature_videos_fpp.ds.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6063: fix field order.
gsb_feature_videos_fpp.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6063: add field group wrapper and place fields.
gsb_feature_videos_fpp.ds.inc | 34 +++++++++-------
gsb_feature_videos_fpp.features.field_instance.inc | 6 +--
gsb_feature_videos_fpp.features.inc | 3 ++
gsb_feature_videos_fpp.field_group.inc | 47 ++++++++++++++++++++++
gsb_feature_videos_fpp.info | 3 ++
gsb_feature_videos_fpp.module | 4 +-
6 files changed, 78 insertions(+), 19 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6117 Added code to remove redirect settings from the add fpp modal
gsb_feature_videos_fpp.module | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6063: add field group wrapper and place fields.
gsb_feature_videos_fpp.ds.inc | 34 +++++++++-------
gsb_feature_videos_fpp.features.field_instance.inc | 6 +--
gsb_feature_videos_fpp.features.inc | 3 ++
gsb_feature_videos_fpp.field_group.inc | 47 ++++++++++++++++++++++
gsb_feature_videos_fpp.info | 3 ++
gsb_feature_videos_fpp.module | 4 +-
6 files changed, 78 insertions(+), 19 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-5998 Added extra fields for video view count, duration and channel title
gsb_feature_videos_fpp.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-5998 Added extra fields for video view count, duration and channel title
gsb_feature_videos_fpp.module | 137 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 137 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-5998 Added extra fields for video view count, duration and channel title
gsb_feature_videos_fpp.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-5998 Added extra fields for video view count, duration and channel title
gsb_feature_videos_fpp.module | 137 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 137 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6063: set up displays for video list.
gsb_feature_videos_fpp.ds.inc | 181 +++++++++++++++++++++
gsb_feature_videos_fpp.features.field_instance.inc | 22 +--
gsb_feature_videos_fpp.features.inc | 5 +-
...ature_videos_fpp.fieldable_panels_pane_type.inc | 2 +-
gsb_feature_videos_fpp.info | 6 +
gsb_feature_videos_fpp.strongarm.inc | 40 ++++-
6 files changed, 238 insertions(+), 18 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-5998 Added use of gsb_field_formatter_video_lightbox for the video_embed field
gsb_feature_videos_fpp.features.field_instance.inc | 9 ++++-----
gsb_feature_videos_fpp.info | 3 ++-
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-5998 Changed the pane type title to be Video List
gsb_feature_videos_fpp.fieldable_panels_pane_type.inc | 2 +-
gsb_feature_videos_fpp.module | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
Added hook_form_alter to hide the fpp default title field and its related link checkbox.
gsb_feature_videos_fpp.module | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-5998 Getting back the correct name and description
gsb_feature_videos_fpp.info | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-5998 Adding instance for field_link_single
gsb_feature_videos_fpp.features.field_instance.inc | 64 ++++++++++++++++++++++
gsb_feature_videos_fpp.features.inc | 2 +-
...ature_videos_fpp.fieldable_panels_pane_type.inc | 2 +-
gsb_feature_videos_fpp.info | 9 +--
4 files changed, 71 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-5998 Added field instance field_video_url
gsb_feature_videos_fpp.features.field_instance.inc | 162 ++++++++++++---------
gsb_feature_videos_fpp.features.inc | 4 +-
...ature_videos_fpp.fieldable_panels_pane_type.inc | 22 +++
gsb_feature_videos_fpp.info | 8 +-
gsb_feature_videos_fpp.strongarm.inc | 1 +
...ature_videos_fxx.fieldable_panels_pane_type.inc | 22 ---
6 files changed, 122 insertions(+), 97 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-5998 Initial commit
gsb_feature_videos_fpp.features.field_instance.inc | 296 +++++++++++++++++++++
gsb_feature_videos_fpp.features.inc | 17 ++
gsb_feature_videos_fpp.info | 22 ++
gsb_feature_videos_fpp.module | 9 +
gsb_feature_videos_fpp.strongarm.inc | 34 +++
...ature_videos_fxx.fieldable_panels_pane_type.inc | 22 ++
6 files changed, 400 insertions(+)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_feature_existing_node_fpp
===========================================
view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago
WP-5972 add event ct in existing node list fpp
gsb_feature_existing_node_fpp.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago
WP-6011 remove webform ct reference from existing node fpp
...ure_existing_node_fpp.features.field_instance.inc | 20 --------------------
gsb_feature_existing_node_fpp.views_default.inc | 1 -
2 files changed, 21 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5515 Added stories entity reference to the new Existing Node List
gsb_feature_existing_node_fpp.info | 2 +-
gsb_feature_existing_node_fpp.views_default.inc | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5505 Added new view display Entity Node List Reference - which filters to just book, case, jabco and wp
...e_existing_node_fpp.features.field_instance.inc | 7 ++--
gsb_feature_existing_node_fpp.info | 1 +
gsb_feature_existing_node_fpp.views_default.inc | 41 ++++++++++++++++++++++
3 files changed, 46 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 rename items - Existing Node: Node ID
gsb_feature_existing_node_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4604 rename items - existing node fpp
gsb_feature_existing_node_fpp.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Remove panopoly items.
gsb_feature_existing_node_fpp.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4157: add other content types.
gsb_feature_existing_node_fpp.features.field_instance.inc | 2 ++
gsb_feature_existing_node_fpp.views_default.inc | 7 ++++++-
2 files changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2794: allow publication teasers.
gsb_feature_existing_node_fpp.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2684: add new content types.
gsb_feature_existing_node_fpp.views_default.inc | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
...ure_existing_node_fpp.features.field_instance.inc | 20 ++++++++++++++++++++
gsb_feature_existing_node_fpp.features.inc | 5 ++---
gsb_feature_existing_node_fpp.info | 3 +--
3 files changed, 23 insertions(+), 5 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
WP-1333: Add webforms to Existing Node referenced content types.
gsb_feature_existing_node_fpp.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
additional content type for the existing node fpp wp-886
gsb_feature_existing_node_fpp.info | 2 +-
gsb_feature_existing_node_fpp.views_default.inc | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Do not use links inside entityreference select lists.
gsb_feature_existing_node_fpp.views_default.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Remove defaultconfig.
gsb_feature_existing_node_fpp.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Switch defaultconfig to strongarm.
...re_existing_node_fpp.features.defaultconfig.inc | 69 ----------------------
gsb_feature_existing_node_fpp.features.inc | 10 ++++
gsb_feature_existing_node_fpp.info | 4 +-
gsb_feature_existing_node_fpp.strongarm.inc | 58 ++++++++++++++++++
4 files changed, 71 insertions(+), 70 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move base fields into gsb_feature_base_fields.
...ature_existing_node_fpp.features.field_base.inc | 49 ----------------------
gsb_feature_existing_node_fpp.info | 2 +-
2 files changed, 1 insertion(+), 50 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Update features for base/instance split.
gsb_feature_existing_node_fpp.features.field.inc | 116 ---------------------
...ature_existing_node_fpp.features.field_base.inc | 49 +++++++++
...e_existing_node_fpp.features.field_instance.inc | 81 ++++++++++++++
gsb_feature_existing_node_fpp.info | 3 +-
4 files changed, 132 insertions(+), 117 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Add the setting for mega menu to existing node.
gsb_feature_existing_node_fpp.features.defaultconfig.inc | 6 +++++-
gsb_feature_existing_node_fpp.features.field.inc | 11 +++++++++++
2 files changed, 16 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Update the view mode for the add existing node fpp.
...eature_existing_node_fpp.features.defaultconfig.inc | 6 ++++++
gsb_feature_existing_node_fpp.features.field.inc | 18 ++++++------------
2 files changed, 12 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Configure fields. Use views for the entity reference.
gsb_feature_existing_node_fpp.features.field.inc | 49 ++++++-------
gsb_feature_existing_node_fpp.features.inc | 12 ++++
gsb_feature_existing_node_fpp.info | 8 ++-
gsb_feature_existing_node_fpp.module | 4 +-
gsb_feature_existing_node_fpp.views_default.inc | 88 ++++++++++++++++++++++++
5 files changed, 135 insertions(+), 26 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Rename to just existing node.
gsb_feature_existing_node_fpp.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Change bundle from gsb_existing_node_fpp to existing_node.
gsb_feature_existing_node_fpp.features.defaultconfig.inc | 4 ++--
gsb_feature_existing_node_fpp.features.field.inc | 6 +++---
gsb_feature_existing_node_fpp.info | 4 ++--
gsb_feature_existing_node_fpp.module | 4 ++--
4 files changed, 9 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Make the existing node a required field.
gsb_feature_existing_node_fpp.features.field.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
change video file type to not display section
gsb_feature_existing_node_fpp.features.field.inc | 2 ++
gsb_feature_existing_node_fpp.info | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
changed the display to use teaser
...ure_existing_node_fpp.features.defaultconfig.inc | 21 +++++++++++++++++++--
gsb_feature_existing_node_fpp.features.field.inc | 18 ++++++------------
gsb_feature_existing_node_fpp.info | 2 +-
3 files changed, 26 insertions(+), 15 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
changes to the fields in the fpp
gsb_feature_existing_node_fpp.features.field.inc | 118 +++++++----------------
gsb_feature_existing_node_fpp.info | 7 +-
gsb_feature_existing_node_fpp.module | 74 --------------
js/autofill.js | 41 --------
4 files changed, 41 insertions(+), 199 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
adding fields with via features
...re_existing_node_fpp.features.defaultconfig.inc | 42 ++++++
gsb_feature_existing_node_fpp.features.field.inc | 156 +++++++++++++++++++++
gsb_feature_existing_node_fpp.info | 11 +-
3 files changed, 206 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
adding a js folder for javascript files
js/autofill.js | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Update gsb_feature_existing_node_fpp.module
gsb_feature_existing_node_fpp.module | 59 ++++++++++++++++++++++++++++++++++++
1 file changed, 59 insertions(+)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Create gsb_feature_existing_node_fpp.module
gsb_feature_existing_node_fpp.module | 39 ++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Create gsb_feature_existing_node_fpp.info
gsb_feature_existing_node_fpp.info | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Initial commit
README.md | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_feature_act_ct
===========================================
view commit - committer: GitHub, 3 months ago author: Greg Mercer, 3 months ago
WP-7668 Changed labels for project_focus and project_type taxonomies
gsb_feature_act_ct.features.taxonomy.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: GitHub, 3 months ago author: Greg Mercer, 3 months ago
WP-7668 Changed label for organization_type taxonomy
gsb_feature_act_ct.features.taxonomy.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago
WP-7593: add fied item divs to links.
gsb_feature_act_ct.ds.inc | 7 +++++++
gsb_feature_act_ct.strongarm.inc | 3 +++
2 files changed, 10 insertions(+)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7480: field group settings for related wrapper.
gsb_feature_act_ct.ds.inc | 78 +++++++++++++-------------
gsb_feature_act_ct.features.field_instance.inc | 31 +++++-----
gsb_feature_act_ct.field_group.inc | 7 ++-
gsb_feature_act_ct.strongarm.inc | 69 +++++++++++++++++++++++
4 files changed, 126 insertions(+), 59 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7364 Adding search concat field
gsb_feature_act_ct.features.field_instance.inc | 84 ++++++++++++++++++++++++++
gsb_feature_act_ct.field_group.inc | 65 ++++++++++++--------
gsb_feature_act_ct.info | 6 +-
gsb_feature_act_ct.strongarm.inc | 2 +-
4 files changed, 130 insertions(+), 27 deletions(-)

view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago
WP-6368 Update the pathauto and url pattern for act ct
gsb_feature_act_ct.features.field_instance.inc | 67 +++++++++++++-------------
gsb_feature_act_ct.info | 5 +-
gsb_feature_act_ct.strongarm.inc | 19 ++------
3 files changed, 41 insertions(+), 50 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6369: update related wrapper.
gsb_feature_act_ct.field_group.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6118: add back wrapper classes.
gsb_feature_act_ct.field_group.inc | 8 +++++---
gsb_feature_act_ct.strongarm.inc | 12 ++++++++++++
2 files changed, 17 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5631: allow custom name field to be used on all displays.
gsb_feature_act_ct.ds.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5400 remove the field field_person_fac_ref
gsb_feature_act_ct.features.field_instance.inc | 64 +-------------------------
gsb_feature_act_ct.info | 1 -
2 files changed, 1 insertion(+), 64 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5381 update label for field_person_ref_unlimited
gsb_feature_act_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5352: update related content.
gsb_feature_act_ct.ds.inc | 84 +++++++++++---------------
gsb_feature_act_ct.features.field_instance.inc | 20 +++---
gsb_feature_act_ct.field_group.inc | 13 ++--
3 files changed, 50 insertions(+), 67 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5400 remove the field field_person_fac_ref
gsb_feature_act_ct.features.field_instance.inc | 68 --------------------------
gsb_feature_act_ct.info | 1 -
2 files changed, 69 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5381 update label for field_person_ref_unlimited
gsb_feature_act_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 7 months ago author: Ayuta Padhi, 1 year, 7 months ago
Ayuta-test:chaged Organization label
gsb_feature_act_ct.features.field_instance.inc | 16 ++++++++++++++--
gsb_feature_act_ct.info | 2 +-
2 files changed, 15 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5352: update related content.
gsb_feature_act_ct.ds.inc | 84 +++++++++++---------------
gsb_feature_act_ct.features.field_instance.inc | 20 +++---
gsb_feature_act_ct.field_group.inc | 13 ++--
3 files changed, 50 insertions(+), 67 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5385 enable description for file field in act
gsb_feature_act_ct.features.field_instance.inc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5351 remove old alumni ref field
gsb_feature_act_ct.features.field_instance.inc | 65 --------------------------
gsb_feature_act_ct.info | 1 -
2 files changed, 66 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5351 add new field
gsb_feature_act_ct.features.field_instance.inc | 65 ++++++++++++++++++++++++--
gsb_feature_act_ct.field_group.inc | 9 ++--
gsb_feature_act_ct.info | 1 +
3 files changed, 67 insertions(+), 8 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5246 revert the wrong label changes
gsb_feature_act_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5246 label change
gsb_feature_act_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago
WP-5215 give new window for links control to users
gsb_feature_act_ct.features.field_instance.inc | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago
WP-5100 change CT field publication label
gsb_feature_act_ct.features.field_instance.inc | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-5163 Setting default to draft
gsb_feature_act_ct.features.field_instance.inc | 3 +++
gsb_feature_act_ct.strongarm.inc | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-4821 Changed taxonomy_term_separator set as comma to correctly have a trailing space
gsb_feature_act_ct.features.field_instance.inc | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5006 set image field length to 120px
gsb_feature_act_ct.features.field_instance.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5057 Changed url_alias to be leverage-gsb.
gsb_feature_act_ct.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5006 set the related content autocomplete fields length to 100
gsb_feature_act_ct.features.field_instance.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-4897-2 Changes to add Styles to the wysi
gsb_feature_act_ct.features.wysiwyg.inc | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-4897-2 Changes to add Styles to the wysi
gsb_feature_act_ct.features.wysiwyg.inc | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4897 Adding permissions for the ACT text format
gsb_feature_act_ct.features.user_permission.inc | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4944: disable act project by criteria view mode.
gsb_feature_act_ct.ds.inc | 198 ++++++++++++++++++-------------------
gsb_feature_act_ct.field_group.inc | 18 ++--
gsb_feature_act_ct.info | 1 -
gsb_feature_act_ct.strongarm.inc | 2 +-
4 files changed, 109 insertions(+), 110 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4944: disable act project by criteria view mode.
gsb_feature_act_ct.ds.inc | 198 ++++++++++++++++++-------------------
gsb_feature_act_ct.field_group.inc | 18 ++--
gsb_feature_act_ct.info | 1 -
gsb_feature_act_ct.strongarm.inc | 2 +-
4 files changed, 109 insertions(+), 110 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4897 Added back the ACT format/profile
gsb_feature_act_ct.features.field_instance.inc | 54 +++++++++++++++++++++-----
1 file changed, 45 insertions(+), 9 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4944: export display settings for list by criteria.
gsb_feature_act_ct.ds.inc | 212 ++++++++++++++++--
gsb_feature_act_ct.features.field_instance.inc | 273 +++++++++++++++++++-----
gsb_feature_act_ct.features.user_permission.inc | 21 ++
gsb_feature_act_ct.info | 5 +-
gsb_feature_act_ct.strongarm.inc | 3 +
5 files changed, 448 insertions(+), 66 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4897 Added a few more wysiwyg buttons to the ACT wysiwyg profile
gsb_feature_act_ct.features.wysiwyg.inc | 7 +++++++
gsb_feature_act_ct.info | 1 +
2 files changed, 8 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4897 Adding permissions for the ACT text format
gsb_feature_act_ct.features.user_permission.inc | 24 ++++++++++++++++++++++++
gsb_feature_act_ct.info | 1 +
2 files changed, 25 insertions(+)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4897 Added the act text format and config of wysiwyg profile
gsb_feature_act_ct.features.field_instance.inc | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4897 New files for new ACT text format and wysiwyg profile
gsb_feature_act_ct.features.filter.inc | 34 +++++++++++++++++++++++++
gsb_feature_act_ct.features.wysiwyg.inc | 45 +++++++++++++++++++++++++++++++++
2 files changed, 79 insertions(+)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4897 Added the act text format and config of wysiwyg profile
gsb_feature_act_ct.features.field_instance.inc | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4897 New files for new ACT text format and wysiwyg profile
gsb_feature_act_ct.features.filter.inc | 34 +++++++++++++++++++++++++
gsb_feature_act_ct.features.wysiwyg.inc | 45 +++++++++++++++++++++++++++++++++
2 files changed, 79 insertions(+)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4897 Added the act text format and config of wysiwyg profile
gsb_feature_act_ct.features.field_instance.inc | 54 +++++++++++++++++++++-----
gsb_feature_act_ct.info | 6 ++-
2 files changed, 50 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4897 Added the act text format and config of wysiwyg profile
gsb_feature_act_ct.features.field_instance.inc | 54 +++++++++++++++++++++-----
gsb_feature_act_ct.info | 6 ++-
2 files changed, 50 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4860: export view mode and display suite settings.
gsb_feature_act_ct.ds.inc | 161 +++++++++++++++++++
gsb_feature_act_ct.features.field_instance.inc | 214 ++++++++++++++++++++++++-
gsb_feature_act_ct.info | 3 +
gsb_feature_act_ct.strongarm.inc | 3 +
4 files changed, 376 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4860: export view mode and display suite settings.
gsb_feature_act_ct.ds.inc | 161 +++++++++++++++++++
gsb_feature_act_ct.features.field_instance.inc | 214 ++++++++++++++++++++++++-
gsb_feature_act_ct.info | 5 +-
gsb_feature_act_ct.strongarm.inc | 3 +
4 files changed, 377 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4938 Added a path setting for image and file fields in the ACT ct
gsb_feature_act_ct.features.field_instance.inc | 2 +-
gsb_feature_act_ct.info | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4938 Added a path setting for image and file fields in the ACT ct
gsb_feature_act_ct.features.field_instance.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4930 Adding URL alias field
gsb_feature_act_ct.features.field_instance.inc | 85 +++++++++++++++++++++-----
gsb_feature_act_ct.field_group.inc | 24 ++++----
gsb_feature_act_ct.info | 6 +-
gsb_feature_act_ct.strongarm.inc | 6 +-
4 files changed, 88 insertions(+), 33 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4930 Added node url pattern for act
gsb_feature_act_ct.info | 3 ++-
gsb_feature_act_ct.strongarm.inc | 7 +++++++
2 files changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4880 Removed default selection
gsb_feature_act_ct.features.field_instance.inc | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4880 Removed default selection
gsb_feature_act_ct.features.field_instance.inc | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4906: update dash.
gsb_feature_act_ct.ds.inc | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4900 Added same file extensions used in our other file fields
gsb_feature_act_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4859: display for infographic field.
gsb_feature_act_ct.ds.inc | 45 +++++++++++++++-----------
gsb_feature_act_ct.features.field_instance.inc | 14 ++++----
gsb_feature_act_ct.field_group.inc | 2 +-
gsb_feature_act_ct.info | 3 +-
4 files changed, 36 insertions(+), 28 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4859: display for infographic field.
gsb_feature_act_ct.ds.inc | 45 +++++++++++++++-----------
gsb_feature_act_ct.features.field_instance.inc | 14 ++++----
gsb_feature_act_ct.field_group.inc | 2 +-
gsb_feature_act_ct.info | 3 +-
4 files changed, 36 insertions(+), 28 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4895 Some small changes following a review with Marketing
gsb_feature_act_ct.features.field_instance.inc | 12 ++++++++----
gsb_feature_act_ct.module | 10 ++++++++++
2 files changed, 18 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4893 Added new field field_infographic
gsb_feature_act_ct.features.field_instance.inc | 91 ++++++++++++++++++++++++--
gsb_feature_act_ct.field_group.inc | 6 +-
gsb_feature_act_ct.info | 3 +
3 files changed, 91 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago
WP-4879 Changed label from CTAs to CTA.
gsb_feature_act_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago
WP-4879 Changed label from CTAs to CTA.
gsb_feature_act_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4859: export field collection settings.
gsb_feature_act_ct.ds.inc | 81 +++++++++++++++++++++++++++++++++++++++++++++++
gsb_feature_act_ct.info | 4 ++-
2 files changed, 84 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4859: ds settings for act project detail page.
gsb_feature_act_ct.ds.inc | 557 +++++++++++++++++++++++++
gsb_feature_act_ct.features.field_instance.inc | 156 ++++---
gsb_feature_act_ct.features.inc | 3 +
gsb_feature_act_ct.field_group.inc | 67 +++
gsb_feature_act_ct.info | 9 +
gsb_feature_act_ct.strongarm.inc | 75 +++-
6 files changed, 784 insertions(+), 83 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4859: export field collection settings.
gsb_feature_act_ct.ds.inc | 81 +++++++++++++++++++++++++++++++++++++++++++++++
gsb_feature_act_ct.info | 4 ++-
2 files changed, 84 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4859: ds settings for act project detail page.
gsb_feature_act_ct.ds.inc | 557 +++++++++++++++++++++++++
gsb_feature_act_ct.features.field_instance.inc | 156 ++++---
gsb_feature_act_ct.features.inc | 3 +
gsb_feature_act_ct.field_group.inc | 67 +++
gsb_feature_act_ct.info | 9 +
gsb_feature_act_ct.strongarm.inc | 75 +++-
6 files changed, 784 insertions(+), 83 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4893 Added new field field_infographic
gsb_feature_act_ct.features.field_instance.inc | 91 ++++++++++++++++++++++++--
gsb_feature_act_ct.field_group.inc | 6 +-
gsb_feature_act_ct.info | 3 +
3 files changed, 91 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago
WP-4879 Changed label from CTAs to CTA.
gsb_feature_act_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago
WP-4879 Changed label from CTAs to CTA.
gsb_feature_act_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago
WP-4885 Changed label for ACT to read 'ACT Project'
gsb_feature_act_ct.features.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago
WP-4878 Added state setting to control visibility for related field_act_project_team_role fields
gsb_feature_act_ct.module | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4882 Changed field from field_act_product_type to field_act_project_type
gsb_feature_act_ct.features.field_instance.inc | 108 ++++++++++++-------------
gsb_feature_act_ct.field_group.inc | 54 ++++++-------
gsb_feature_act_ct.info | 2 +-
gsb_feature_act_ct.strongarm.inc | 6 +-
4 files changed, 85 insertions(+), 85 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4806 Added taxonomies organization_type, project_focus, and project_type
gsb_feature_act_ct.features.taxonomy.inc | 37 ++++++++++++++++++++++++++++++++
gsb_feature_act_ct.info | 3 +++
2 files changed, 40 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4806 Added taxonomies organization_type, project_focus, and project_type
gsb_feature_act_ct.features.taxonomy.inc | 37 ++++++++++++++++++++++++++++++++
gsb_feature_act_ct.info | 3 +++
2 files changed, 40 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4806 Initial commit for new ACT ct
gsb_feature_act_ct.features.field_instance.inc | 2148 ++++++++++++++++++++++++
gsb_feature_act_ct.features.inc | 35 +
gsb_feature_act_ct.field_group.inc | 402 +++++
gsb_feature_act_ct.info | 76 +
gsb_feature_act_ct.module | 7 +
gsb_feature_act_ct.strongarm.inc | 92 +
6 files changed, 2760 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4806 Initial commit for new ACT ct
gsb_feature_act_ct.features.field_instance.inc | 2148 ++++++++++++++++++++++++
gsb_feature_act_ct.features.inc | 35 +
gsb_feature_act_ct.field_group.inc | 402 +++++
gsb_feature_act_ct.info | 76 +
gsb_feature_act_ct.module | 7 +
gsb_feature_act_ct.strongarm.inc | 92 +
6 files changed, 2760 insertions(+)

view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_feature_featured_program_fpp
===========================================
view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago
WP-6655 Added logic to show instances with text date
gsb_feature_featured_program_fpp.module | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago
WP-6655 exported program instance
...eatured_program_fpp.features.field_instance.inc | 46 ++++++++++++++++++++++
gsb_feature_featured_program_fpp.info | 1 +
2 files changed, 47 insertions(+)

view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago
WP-6655 Added program entity reference to featured program
gsb_feature_featured_program_fpp.ds.inc | 21 ++++-----
...eatured_program_fpp.features.field_instance.inc | 55 ++--------------------
gsb_feature_featured_program_fpp.info | 1 -
gsb_feature_featured_program_fpp.module | 29 ++++++++++--
gsb_feature_featured_program_fpp.strongarm.inc | 17 ++++++-
5 files changed, 51 insertions(+), 72 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7197 Modified the link markup for the featured program fpp depending on the field_program_detail flag
gsb_feature_featured_program_fpp.module | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6579: export field bundle settings.
gsb_feature_featured_program_fpp.features.inc | 3 ++
gsb_feature_featured_program_fpp.info | 3 ++
gsb_feature_featured_program_fpp.strongarm.inc | 68 ++++++++++++++++++++++++++
3 files changed, 74 insertions(+)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6514: add the time commitment field.
gsb_feature_featured_program_fpp.ds.inc | 2 ++
gsb_feature_featured_program_fpp.features.field_instance.inc | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 11 months ago author: Roopesh Naik, 11 months ago
WP-6493 pull time commitment from program ct
gsb_feature_featured_program_fpp.module | 39 +++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)

view commit - committer: Roopesh Naik, 11 months ago author: Roopesh Naik, 11 months ago
WP-6439 Add classes for color overlay
gsb_feature_featured_program_fpp.module | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6440: configure and export display settings for featured program fpp.
gsb_feature_featured_program_fpp.ds.inc | 104 +++++++++++++++++++++
...eatured_program_fpp.features.field_instance.inc | 26 +++---
gsb_feature_featured_program_fpp.features.inc | 14 +++
gsb_feature_featured_program_fpp.info | 5 +
gsb_feature_featured_program_fpp.module | 6 ++
5 files changed, 141 insertions(+), 14 deletions(-)

view commit - committer: Roopesh Naik, 11 months ago author: Roopesh Naik, 11 months ago
WP-6439 Add fields to featured program fpp
...eatured_program_fpp.features.field_instance.inc | 317 +++++++++++++++++++++
gsb_feature_featured_program_fpp.info | 16 ++
gsb_feature_featured_program_fpp.module | 35 +++
3 files changed, 368 insertions(+)

view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_feature_house_ads_fpp
===========================================
view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago
WP-7520 Applied 310px image style to House Ad image
gsb_feature_house_ads_fpp.features.field_instance.inc | 2 +-
gsb_feature_house_ads_fpp.info | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6090: link image to url used for title.
gsb_feature_house_ads_fpp.features.field_instance.inc | 14 +++++++-------
gsb_feature_house_ads_fpp.info | 1 +
gsb_feature_house_ads_fpp.strongarm.inc | 3 +++
3 files changed, 11 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5878: update house ad layout.
gsb_feature_house_ads_fpp.ds.inc | 7 ++++---
gsb_feature_house_ads_fpp.features.field_instance.inc | 13 ++++++++-----
gsb_feature_house_ads_fpp.strongarm.inc | 9 +++++++++
3 files changed, 21 insertions(+), 8 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5049 update help text for image field
...ature_house_ads_fpp.features.field_instance.inc | 52 +++++++++++-----------
1 file changed, 25 insertions(+), 27 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 rename items - house ad
gsb_feature_house_ads_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4536 add alt text for image field
gsb_feature_house_ads_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4216: update house ad display.
gsb_feature_house_ads_fpp.ds.inc | 47 ++++++++++++++++++++--
...ature_house_ads_fpp.features.field_instance.inc | 40 +++---------------
gsb_feature_house_ads_fpp.strongarm.inc | 2 +-
3 files changed, 50 insertions(+), 39 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago
WP-3954 add new house ads superhead field
...ature_house_ads_fpp.features.field_instance.inc | 166 ++++++++++-----------
gsb_feature_house_ads_fpp.info | 2 +-
2 files changed, 83 insertions(+), 85 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago
WP-3954 removed unused functions
gsb_feature_house_ads_fpp.module | 20 --------------------
1 file changed, 20 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago
WP-3954 modify house ads fpp
...ature_house_ads_fpp.features.field_instance.inc | 133 ++++++++++++++-------
gsb_feature_house_ads_fpp.info | 2 +-
gsb_feature_house_ads_fpp.strongarm.inc | 2 +-
3 files changed, 93 insertions(+), 44 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3651: update the house ad layout.
gsb_feature_house_ads_fpp.ds.inc | 17 +++++++++++------
gsb_feature_house_ads_fpp.features.field_instance.inc | 9 +++++++++
gsb_feature_house_ads_fpp.strongarm.inc | 2 +-
3 files changed, 21 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3651: update the house ad layout.
gsb_feature_house_ads_fpp.ds.inc | 17 +++++++++++------
gsb_feature_house_ads_fpp.features.field_instance.inc | 9 +++++++++
gsb_feature_house_ads_fpp.strongarm.inc | 2 +-
3 files changed, 21 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer, 3 years, 2 months ago author: Greg Mercer, 3 years, 2 months ago
Fixed up a warning error. Added a check for field_house_ads_style.
gsb_feature_house_ads_fpp.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: adam, 3 years, 3 months ago
Change save directory of house ads.
gsb_feature_house_ads_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Add option to open in new tab to link.
gsb_feature_house_ads_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
...ature_house_ads_fpp.features.field_instance.inc | 30 ++++++++++++++++++++++
gsb_feature_house_ads_fpp.features.inc | 4 +--
gsb_feature_house_ads_fpp.info | 2 +-
3 files changed, 32 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2122 Added help text for the image upload select button
gsb_feature_house_ads_fpp.features.field_instance.inc | 3 ++-
gsb_feature_house_ads_fpp.info | 5 +++--
2 files changed, 5 insertions(+), 3 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1659: change select a value to select a style
gsb_feature_house_ads_fpp.module | 10 ++++++++++
1 file changed, 10 insertions(+)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1661: fix title link length
gsb_feature_house_ads_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Merge branch 'master' of github.com:gsbitse/gsb_feature_house_ads_fpp
view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1655: add to the Add New category
gsb_feature_house_ads_fpp.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
House ads feature update.
gsb_feature_house_ads_fpp.ds.inc | 12 ++--
...ature_house_ads_fpp.features.field_instance.inc | 77 +++++++++++-----------
gsb_feature_house_ads_fpp.strongarm.inc | 2 +-
3 files changed, 44 insertions(+), 47 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
fix
gsb_feature_house_ads_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Finish renaming house_ads.
gsb_feature_house_ads_fpp.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Remove and rename some house ads fields to utilize more base fields.
gsb_feature_house_ads_fpp.features.field_base.inc | 101 ---------------------
...ature_house_ads_fpp.features.field_instance.inc | 22 ++---
gsb_feature_house_ads_fpp.info | 9 +-
3 files changed, 14 insertions(+), 118 deletions(-)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Rename functions to gsb_feature_house_ads_fpp
gsb_feature_house_ads_fpp.ds.inc | 6 +++---
gsb_feature_house_ads_fpp.features.field_base.inc | 4 ++--
gsb_feature_house_ads_fpp.features.field_instance.inc | 4 ++--
gsb_feature_house_ads_fpp.features.inc | 4 ++--
gsb_feature_house_ads_fpp.info | 4 ++--
gsb_feature_house_ads_fpp.module | 4 ++--
gsb_feature_house_ads_fpp.strongarm.inc | 4 ++--
7 files changed, 15 insertions(+), 15 deletions(-)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Rename house ads file to house ads fpp.
gsb_feature_house_ads.ds.inc | 83 --------
gsb_feature_house_ads.features.field_base.inc | 101 ---------
gsb_feature_house_ads.features.field_instance.inc | 231 ---------------------
gsb_feature_house_ads.features.inc | 19 --
gsb_feature_house_ads.info | 31 ---
gsb_feature_house_ads.module | 36 ----
gsb_feature_house_ads.strongarm.inc | 57 -----
gsb_feature_house_ads_fpp.ds.inc | 83 ++++++++
gsb_feature_house_ads_fpp.features.field_base.inc | 101 +++++++++
...ature_house_ads_fpp.features.field_instance.inc | 231 +++++++++++++++++++++
gsb_feature_house_ads_fpp.features.inc | 19 ++
gsb_feature_house_ads_fpp.info | 31 +++
gsb_feature_house_ads_fpp.module | 36 ++++
gsb_feature_house_ads_fpp.strongarm.inc | 57 +++++
14 files changed, 558 insertions(+), 558 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Class changes.
gsb_feature_house_ads.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Changing category from GSB Panes to Content Panes.
gsb_feature_house_ads.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1602: change style class on upper div
gsb_feature_house_ads.module | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1602: Add house ads feature
gsb_feature_house_ads.ds.inc | 83 ++++++++
gsb_feature_house_ads.features.field_base.inc | 101 ++++++++++
gsb_feature_house_ads.features.field_instance.inc | 231 ++++++++++++++++++++++
gsb_feature_house_ads.features.inc | 19 ++
gsb_feature_house_ads.info | 31 +++
gsb_feature_house_ads.module | 36 ++++
gsb_feature_house_ads.strongarm.inc | 57 ++++++
7 files changed, 558 insertions(+)

===========================================
./gsb_feature_webform_ct
===========================================
view commit - committer: GitHub, 5 weeks ago author: Greg Mercer, 5 weeks ago
WP-7715 Added hook_js_alter to force webforms.js come after jquery.customSelect.min.js
gsb_feature_webform_ct.module | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)

view commit - committer: GitHub, 3 months ago author: Greg Mercer, 3 months ago
WP-7688 Updated webform module
gsb_feature_webform_ct.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: GitHub, 4 months ago author: Greg Mercer, 4 months ago
Updated webform module
gsb_feature_webform_ct.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7516 Added new patch
gsb_feature_webform_ct.make | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7516 Added new patch
gsb_feature_webform_ct.make | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7324 Added code to change the help text for the slideshow image field
gsb_feature_webform_ct.module | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7231: update webform display.
gsb_feature_webform_ct.features.field_instance.inc | 43 +++------
gsb_feature_webform_ct.features.inc | 4 +-
gsb_feature_webform_ct.strongarm.inc | 107 ++++++++++++++++++++-
3 files changed, 121 insertions(+), 33 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7148 Fixing up the form error text
gsb_feature_webform_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7148 Adding update for hero region slideshow rendering
gsb_feature_webform_ct.module | 56 +++++++++++++++++++++-------
js/gsb_feature_webform_ct_slideshow_slick.js | 17 +++++++++
2 files changed, 59 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7220 Finished fix on handling required slideshow fields
gsb_feature_webform_ct.module | 47 ++++++++++++++++++++++++++++++++++++++++---
1 file changed, 44 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7220 Part of the fix on required fields in slideshow.
gsb_feature_webform_ct.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7148 Added new field instance field_slideshow_slides
gsb_feature_webform_ct.features.field_instance.inc | 57 ++++++++++++++++++++++
gsb_feature_webform_ct.field_group.inc | 1 +
gsb_feature_webform_ct.info | 10 +++-
gsb_feature_webform_ct.module | 9 ++++
4 files changed, 75 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7058 Adding new fields to support Hero region
gsb_feature_webform_ct.features.field_instance.inc | 156 ++++++++++++++++++++-
gsb_feature_webform_ct.features.inc | 3 +
gsb_feature_webform_ct.field_group.inc | 48 +++++++
gsb_feature_webform_ct.info | 8 +-
gsb_feature_webform_ct.module | 20 +++
gsb_feature_webform_ct.strongarm.inc | 6 +-
6 files changed, 232 insertions(+), 9 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago
WP-6282 hide the title for webform body field
gsb_feature_webform_ct.panelizer.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago
WP-6213 Updating module webform
gsb_feature_webform_ct.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
WP-6101 Update module changes for release-5.22
gsb_feature_webform_ct.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6138 Added field_body to the webform panelizer full page override content
gsb_feature_webform_ct.panelizer.inc | 60 +++++++++++++++++++++++++++++++-----
1 file changed, 53 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
Adding content pane for webform
gsb_feature_webform_ct.info | 1 -
gsb_feature_webform_ct.panelizer.inc | 86 +++++-------------------------------
2 files changed, 12 insertions(+), 75 deletions(-)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
WP-5988 Upgrading webform module from 3.24 to 4.10
gsb_feature_webform_ct.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago
WP-5976 Update for webform_phone module
gsb_feature_webform_ct.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
Changing the github raw url
gsb_feature_webform_ct.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5703 Removing references to addthis and addthis_displays
gsb_feature_webform_ct.info | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 8 months ago author: Adam Moore, 1 year, 8 months ago
WP-5286: Update webform module to version 3.24.
gsb_feature_webform_ct.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago
WP-5214 remove menu strongarm variable
gsb_feature_webform_ct.info | 2 +-
gsb_feature_webform_ct.strongarm.inc | 37 ------------------------------------
2 files changed, 1 insertion(+), 38 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago
WP-5214 Make it available for all section menus only
gsb_feature_webform_ct.strongarm.inc | 32 ++++++++++++++++++++++++++++++--
1 file changed, 30 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago
WP-5214 enable menu setting for webform
gsb_feature_webform_ct.strongarm.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago
Upgrade webform module to 3.23.
gsb_feature_webform_ct.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago
WP-5163: Update default moderation state.
gsb_feature_webform_ct.info | 6 ++--
gsb_feature_webform_ct.panelizer.inc | 22 +++++++-----
gsb_feature_webform_ct.strongarm.inc | 67 ++++--------------------------------
3 files changed, 23 insertions(+), 72 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago
WP-5109: Upgrade Webform module.
gsb_feature_webform_ct.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4955 Removed AddThis pane from Webform CT
gsb_feature_webform_ct.panelizer.inc | 56 +++++++-----------------------------
1 file changed, 10 insertions(+), 46 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago
WP-4795: Upgrade Webform and Webform Phone Number modules.
gsb_feature_webform_ct.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4852 remove add this field
gsb_feature_webform_ct.features.field_instance.inc | 72 ----------------------
gsb_feature_webform_ct.info | 2 +-
2 files changed, 1 insertion(+), 73 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4542 Added new setting for force_pathauto
gsb_feature_webform_ct.features.inc | 1 +
gsb_feature_webform_ct.strongarm.inc | 5 +++--
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
WP-3844: Add support for better formats.
gsb_feature_webform_ct.features.field_instance.inc | 40 ++++++++++++++++++++++
gsb_feature_webform_ct.info | 4 +--
2 files changed, 42 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Adam Moore, 2 years, 7 months ago
WP-3679: Add webform_phone to make and remove options_elment.
gsb_feature_webform_ct.info | 1 +
gsb_feature_webform_ct.make | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Adam Moore, 2 years, 7 months ago
WP-3679: Update options to 1.12
gsb_feature_webform_ct.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3208: Adjust webform_addmore.js to find the correct fieldset.
gsb_feature_webform_ct.make | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3208: Add webform_addmore module.
gsb_feature_webform_ct.info | 1 +
gsb_feature_webform_ct.install | 7 +++++++
gsb_feature_webform_ct.make | 3 +++
3 files changed, 11 insertions(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3127: Add submit field.
gsb_feature_webform_ct.features.field_instance.inc | 79 +++++++++++++++-------
gsb_feature_webform_ct.info | 5 +-
gsb_feature_webform_ct.strongarm.inc | 11 +--
3 files changed, 67 insertions(+), 28 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Upgrade webform to 3.20
gsb_feature_webform_ct.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Adam Moore, 3 years, 1 month ago
upgrade options_element to 1.10.
gsb_feature_webform_ct.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: adam, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_webform_ct.features.field_instance.inc | 20 ++++++++++++++++++++
gsb_feature_webform_ct.features.inc | 4 +---
gsb_feature_webform_ct.info | 3 +--
3 files changed, 22 insertions(+), 5 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_webform_ct.features.field_instance.inc | 20 ++++++++++++++++++++
gsb_feature_webform_ct.features.inc | 4 +---
gsb_feature_webform_ct.info | 3 +--
3 files changed, 22 insertions(+), 5 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2148: Add workbench section setting.
gsb_feature_webform_ct.info | 1 +
gsb_feature_webform_ct.strongarm.inc | 7 +++++++
2 files changed, 8 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Adam Moore, 3 years, 5 months ago
Remove email and add compact buttons to addthis.
gsb_feature_webform_ct.features.field_instance.inc | 2 +-
gsb_feature_webform_ct.panelizer.inc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Adam Moore, 3 years, 6 months ago
WP-1877: Remove unused token from path.
gsb_feature_webform_ct.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Adam Moore, 3 years, 6 months ago
Hide the label field.
gsb_feature_webform_ct.panelizer.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Adam Moore, 3 years, 6 months ago
Hide label.
gsb_feature_webform_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Adam Moore, 3 years, 6 months ago
Use html format for text processing.
gsb_feature_webform_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Adam Moore, 3 years, 6 months ago
Remove body base field.
gsb_feature_webform_ct.features.field_base.inc | 43 --------------------------
1 file changed, 43 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Adam Moore, 3 years, 6 months ago
Add pathauto url alias field. Remove body field.
gsb_feature_webform_ct.features.field_instance.inc | 62 +++++++++++++++++++++-
gsb_feature_webform_ct.info | 4 ++
gsb_feature_webform_ct.strongarm.inc | 27 ++++++++--
3 files changed, 87 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
Removing allowed_layouts from the webform feature
gsb_feature_webform_ct.info | 5 ++---
gsb_feature_webform_ct.strongarm.inc | 7 -------
2 files changed, 2 insertions(+), 10 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
WP-1333: Add webform in teaser view mode.
gsb_feature_webform_ct.features.field_instance.inc | 4 ++--
gsb_feature_webform_ct.strongarm.inc | 4 ++++
2 files changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
WP-1673: Add webform pane in panelizer.
gsb_feature_webform_ct.panelizer.inc | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)

view commit - committer: Furtuna Doru, 3 years, 7 months ago author: Furtuna Doru, 3 years, 7 months ago
Remove body and node-webform-body fields from feature.
gsb_feature_webform_ct.features.field_base.inc | 43 +++++++++++++++++++
gsb_feature_webform_ct.info | 9 +++-
gsb_feature_webform_ct.panelizer.inc | 59 +++++++++++++++++---------
gsb_feature_webform_ct.strongarm.inc | 41 ++++++++++++++++++
4 files changed, 129 insertions(+), 23 deletions(-)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago This reverts commit 543d59bd1ab18c2ab58a50f11235f45bb61aac8b.

Revert "Last changes for Webform Panelizer."
gsb_feature_webform_ct.features.field_base.inc | 43 ----------------
gsb_feature_webform_ct.features.field_instance.inc | 59 ----------------------
gsb_feature_webform_ct.info | 7 +--
gsb_feature_webform_ct.panelizer.inc | 59 ++++++++--------------
gsb_feature_webform_ct.strongarm.inc | 41 ---------------
5 files changed, 22 insertions(+), 187 deletions(-)

view commit - committer: Furtuna Doru, 3 years, 7 months ago author: Furtuna Doru, 3 years, 7 months ago
Last changes for Webform Panelizer.
gsb_feature_webform_ct.features.field_base.inc | 43 ++++++++++++++++
gsb_feature_webform_ct.features.field_instance.inc | 59 ++++++++++++++++++++++
gsb_feature_webform_ct.info | 7 ++-
gsb_feature_webform_ct.panelizer.inc | 59 ++++++++++++++--------
gsb_feature_webform_ct.strongarm.inc | 41 +++++++++++++++
5 files changed, 187 insertions(+), 22 deletions(-)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Remove generic body field.
gsb_feature_webform_ct.features.field_instance.inc | 65 ----------------------
gsb_feature_webform_ct.info | 1 -
gsb_feature_webform_ct.panelizer.inc | 26 ---------
3 files changed, 92 deletions(-)

view commit - committer: Furtuna Doru, 3 years, 7 months ago author: Furtuna Doru, 3 years, 7 months ago
Fixed the issue with Webform Panelizer.
gsb_feature_webform_ct.info | 3 +-
gsb_feature_webform_ct.strongarm.inc | 96 ++++++++++++++++++++++++++++++++++++
2 files changed, 98 insertions(+), 1 deletion(-)

view commit - committer: Furtuna Doru, 3 years, 7 months ago author: Furtuna Doru, 3 years, 7 months ago
Make changes for Webform Panelizer
gsb_feature_webform_ct.features.field_instance.inc | 65 ++++++++++++++++++++++
gsb_feature_webform_ct.info | 6 +-
2 files changed, 68 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago Roll back to the newest modules.
Update gsb_feature_webform_ct.make
gsb_feature_webform_ct.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Furtuna Doru, 3 years, 7 months ago author: Furtuna Doru, 3 years, 7 months ago
Add panelizer for Webform CT.
gsb_feature_webform_ct.features.inc | 4 +
gsb_feature_webform_ct.info | 6 ++
gsb_feature_webform_ct.make | 4 +-
gsb_feature_webform_ct.panelizer.inc | 157 +++++++++++++++++++++++++++++++++++
4 files changed, 169 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Merge branch 'master' of github.com:gsbitse/gsb_feature_webform_ct
view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Update webform and options element modules.
gsb_feature_webform_ct.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
adding body and addthis field instances
gsb_feature_webform_ct.features.field_instance.inc | 158 +++++++++++++++++++++
gsb_feature_webform_ct.info | 12 ++
gsb_feature_webform_ct.strongarm.inc | 73 ++++++++++
3 files changed, 243 insertions(+)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Add options_element module.
gsb_feature_webform_ct.info | 1 +
gsb_feature_webform_ct.make | 3 +++
2 files changed, 4 insertions(+)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Make should have webform module not itself.
gsb_feature_webform_ct.make | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Add make file for gsb_feature_webform_ct
gsb_feature_webform_ct.make | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Initial commit
gsb_feature_webform_ct.features.inc | 32 ++++++++++++++++++++++
gsb_feature_webform_ct.info | 17 ++++++++++++
gsb_feature_webform_ct.module | 7 +++++
gsb_feature_webform_ct.strongarm.inc | 52 ++++++++++++++++++++++++++++++++++++
4 files changed, 108 insertions(+)

===========================================
./gsb_feature_featured_content_fpp
===========================================
view commit - committer: Ayuta Padhi, 9 weeks ago author: Ayuta Padhi, 9 weeks ago
WP-7411 bug fix open in new window
gsb_feature_featured_content_fpp.module | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)

view commit - committer: Ayuta Padhi, 9 weeks ago author: Ayuta Padhi, 9 weeks ago
WP-7411 made image clickable and fixed open in window
gsb_feature_featured_content_fpp.info | 7 ++++++
gsb_feature_featured_content_fpp.module | 43 +++++++++++++++++++++++++++++++--
2 files changed, 48 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 12 months ago author: Ayuta Padhi, 12 months ago
WP-6401 Fix for error/notices caused by featured_content_fpp
gsb_feature_featured_content_fpp.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago
WP-6088 implemented featured content fpp clickable image
gsb_feature_featured_content_fpp.ds.inc | 1 +
...eatured_content_fpp.features.field_instance.inc | 40 ++++++++++++++--------
gsb_feature_featured_content_fpp.info | 3 +-
gsb_feature_featured_content_fpp.module | 30 ++++++++++++++++
4 files changed, 58 insertions(+), 16 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5049 update help text for image field
gsb_feature_featured_content_fpp.features.field_instance.inc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-4993 allow users to open link in new window
gsb_feature_featured_content_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago
WP-4932: Add formatter to content type.
gsb_feature_featured_content_fpp.ds.inc | 35 +++++-----------------
...eatured_content_fpp.features.field_instance.inc | 19 +++++-------
gsb_feature_featured_content_fpp.info | 9 +++---
3 files changed, 20 insertions(+), 43 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago
WP-4901 Cleaning up some yuckyness with language.
gsb_feature_featured_content_fpp.module | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago
WP-4901 Cleaning up some yuckyness with language.
gsb_feature_featured_content_fpp.module | 35 +++++++++++++++++----------------
1 file changed, 18 insertions(+), 17 deletions(-)

view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago
WP-4901 Cleaning up some yuckyness with language.
gsb_feature_featured_content_fpp.module | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago
WP-4901 Cleaning up some yuckyness with language.
gsb_feature_featured_content_fpp.module | 35 +++++++++++++++++----------------
1 file changed, 18 insertions(+), 17 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago
WP-4932: Need to use a field formatter.
gsb_feature_featured_content_fpp.module | 11 -----------
1 file changed, 11 deletions(-)

view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago
WP-4901 Fixed typo (again... dang)
gsb_feature_featured_content_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago
WP-4901 Fixed an issue with the validation for field_featured_content_fpp_ref
gsb_feature_featured_content_fpp.module | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago
WP-4901 Fixing up a typo from the previous commit
gsb_feature_featured_content_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago
WP-4901 Added validation and required for field_featured_content_fpp_ref, and cleared up some issues with field_title and field_link_single
gsb_feature_featured_content_fpp.module | 53 ++++++++++++++++++++-------------
1 file changed, 33 insertions(+), 20 deletions(-)

view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago
WP-4901 Removed hard set of field_link_single to required.
gsb_feature_featured_content_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago
WP-4901 Added validation and required state for field_link_single
gsb_feature_featured_content_fpp.module | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4901 Changed field: field_link_single in field collection: field_featured_item to be required
gsb_feature_featured_content_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4865: add heading to title.
gsb_feature_featured_content_fpp.ds.inc | 26 +++++++++++++-------------
gsb_feature_featured_content_fpp.info | 2 +-
2 files changed, 14 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4845 make media format default as written from settings
gsb_feature_featured_content_fpp.features.field_instance.inc | 6 +++++-
js/gsb_feature_featured_content_fpp.js | 1 -
2 files changed, 5 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4845 make written default for media format
js/gsb_feature_featured_content_fpp.js | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4845 make media format default as written from settings
gsb_feature_featured_content_fpp.features.field_instance.inc | 6 +++++-
gsb_feature_featured_content_fpp.info | 2 +-
js/gsb_feature_featured_content_fpp.js | 1 -
3 files changed, 6 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4752: update the ds settings.
gsb_feature_featured_content_fpp.ds.inc | 29 ++++++++++++++++++----
...eatured_content_fpp.features.field_instance.inc | 14 +++++------
gsb_feature_featured_content_fpp.info | 2 +-
gsb_feature_featured_content_fpp.module | 6 ++---
4 files changed, 35 insertions(+), 16 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4845 make written default for media format
js/gsb_feature_featured_content_fpp.js | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4752: field collection display settings.
gsb_feature_featured_content_fpp.ds.inc | 154 ++++++++++++++++++++-
...eatured_content_fpp.features.field_instance.inc | 32 ++---
gsb_feature_featured_content_fpp.info | 4 +-
gsb_feature_featured_content_fpp.strongarm.inc | 7 +-
4 files changed, 173 insertions(+), 24 deletions(-)

view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4752: export new view mode.
gsb_feature_featured_content_fpp.ds.inc | 19 +++++++++++++++++++
gsb_feature_featured_content_fpp.info | 3 ++-
2 files changed, 21 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago
WP-4751 make media format conditionally mandatory
gsb_feature_featured_content_fpp.module | 32 +++++++++++++++++++++++++++++++-
1 file changed, 31 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago
WP-4751 add back the existing node field
...eatured_content_fpp.features.field_instance.inc | 47 ++++++++++++++++++++++
gsb_feature_featured_content_fpp.info | 3 +-
gsb_feature_featured_content_fpp.module | 11 +++++
3 files changed, 60 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years ago author: Adam Moore, 2 years ago
WP-4751: Add classes to make the show more/less work.
gsb_feature_featured_content_fpp.ds.inc | 91 ++++++++++++++++++
...eatured_content_fpp.features.field_instance.inc | 103 ++++++++++++---------
gsb_feature_featured_content_fpp.features.inc | 6 ++
gsb_feature_featured_content_fpp.info | 13 ++-
gsb_feature_featured_content_fpp.module | 82 ----------------
gsb_feature_featured_content_fpp.strongarm.inc | 53 +++++++++++
6 files changed, 218 insertions(+), 130 deletions(-)

view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago
WP-4751 make field mandatory
...eature_featured_content_fpp.features.field_instance.inc | 12 ++++--------
gsb_feature_featured_content_fpp.info | 2 +-
gsb_feature_featured_content_fpp.module | 14 +++++++-------
3 files changed, 12 insertions(+), 16 deletions(-)

view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago
WP-4751 fix few fields
...eatured_content_fpp.features.field_instance.inc | 142 ++++++++++++++++-----
gsb_feature_featured_content_fpp.info | 5 +-
gsb_feature_featured_content_fpp.module | 84 +++++++++++-
3 files changed, 192 insertions(+), 39 deletions(-)

view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago
WP-4751 add new field to fpp
...eatured_content_fpp.features.field_instance.inc | 177 ++++++++++++++++++---
gsb_feature_featured_content_fpp.info | 6 +-
gsb_feature_featured_content_fpp.module | 32 +++-
js/gsb_feature_featured_content_fpp.js | 16 +-
4 files changed, 195 insertions(+), 36 deletions(-)

view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago
WP-4751 fix the loop
gsb_feature_featured_content_fpp.module | 2 +-
js/gsb_feature_featured_content_fpp.js | 17 +++++++++++++++++
2 files changed, 18 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago
WP-4751 add the field collection fields
...eatured_content_fpp.features.field_instance.inc | 400 +++++++++++++++++++++
gsb_feature_featured_content_fpp.info | 16 +-
gsb_feature_featured_content_fpp.module | 47 +++
3 files changed, 462 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago
WP-4751 add new featured content fpp
...eatured_content_fpp.features.field_instance.inc | 64 ++++++++++++++++++++++
gsb_feature_featured_content_fpp.features.inc | 14 +++++
...ured_content_fpp.fieldable_panels_pane_type.inc | 22 ++++++++
gsb_feature_featured_content_fpp.info | 15 +++++
gsb_feature_featured_content_fpp.module | 7 +++
5 files changed, 122 insertions(+)

view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_feature_week_in_the_life_display
===========================================
view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
WP-3752: Add WITL default local task in WITL view to fake a page title for breadcrumbs_by_path to consume.
gsb_feature_week_in_the_life_display.views_default.inc | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3353: update witl intro text.
gsb_feature_week_in_the_life_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_week_in_the_life_display.features.inc | 2 +-
gsb_feature_week_in_the_life_display.info | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-339 Changed header text
gsb_feature_week_in_the_life_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-339 Changed title text
gsb_feature_week_in_the_life_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 6 months ago author: Alexei Gorobets, 3 years, 6 months ago
WP-1916: Update WITF view paths.
gsb_feature_week_in_the_life_display.views_default.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WPBQA-37: Current year removed from archive.
gsb_feature_week_in_the_life_display.views_default.inc | 6 ------
1 file changed, 6 deletions(-)

view commit - committer: Greg Mercer, 3 years, 8 months ago author: Greg Mercer, 3 years, 8 months ago
Changes related to new wysiwyg
gsb_feature_week_in_the_life_display.views_default.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 3 years, 8 months ago author: Greg Mercer, 3 years, 8 months ago
Update gsb_feature_week_in_the_life_display.views_default.inc
gsb_feature_week_in_the_life_display.views_default.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Update WITL display plugin. Set no results behaviour.
gsb_feature_week_in_the_life_display.info | 1 +
gsb_feature_week_in_the_life_display.views_default.inc | 10 ++++++++--
2 files changed, 9 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Change WITL archive title.
gsb_feature_week_in_the_life_display.views_default.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
WITL Archive adjustments.
gsb_feature_week_in_the_life_display.info | 3 ++-
...ture_week_in_the_life_display.views_default.inc | 25 +++++++++++++---------
2 files changed, 17 insertions(+), 11 deletions(-)

view commit - committer: Eugen, 3 years, 8 months ago author: Eugen, 3 years, 8 months ago
WITL listing layout update. Add header.
gsb_feature_week_in_the_life_display.info | 2 +-
gsb_feature_week_in_the_life_display.views_default.inc | 15 +++++++++++++++
2 files changed, 16 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
small changes for the witl viewws
gsb_feature_week_in_the_life_display.info | 4 ++-
...ture_week_in_the_life_display.views_default.inc | 30 ++++++++++++++++++++--
2 files changed, 31 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
two new views for witl, landing page and archive page
gsb_feature_week_in_the_life_display.features.inc | 12 ++
gsb_feature_week_in_the_life_display.info | 11 ++
gsb_feature_week_in_the_life_display.module | 7 ++
...ture_week_in_the_life_display.views_default.inc | 124 +++++++++++++++++++++
4 files changed, 154 insertions(+)

view commit - committer: Greg Mercer, 3 years, 8 months ago author: Greg Mercer, 3 years, 8 months ago
Initial commit
README.md | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_feature_msx_fellows_ct
===========================================
view commit - committer: vvijayan, 5 weeks ago author: vvijayan, 5 weeks ago
WP-7713 url change msx fellow feature module
...ture_msx_fellows_ct.features.field_instance.inc | 70 +++++++++++++++++-----
gsb_feature_msx_fellows_ct.strongarm.inc | 2 +-
2 files changed, 56 insertions(+), 16 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6223: update MSx teaser display.
gsb_feature_msx_fellows_ct.ds.inc | 64 +++++++++++++++++++++-
...ture_msx_fellows_ct.features.field_instance.inc | 41 +-------------
2 files changed, 64 insertions(+), 41 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5857: update msx title position markup.
gsb_feature_msx_fellows_ct.ds.inc | 7 +++
...ture_msx_fellows_ct.features.field_instance.inc | 67 ----------------------
gsb_feature_msx_fellows_ct.info | 1 -
gsb_feature_msx_fellows_ct.strongarm.inc | 12 ++++
4 files changed, 19 insertions(+), 68 deletions(-)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5703 Removing references to addthis and addthis_displays
gsb_feature_msx_fellows_ct.info | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5309: configure people fpp view mode for related.
gsb_feature_msx_fellows_ct.ds.inc | 103 +++++++++++++++++++
...ture_msx_fellows_ct.features.field_instance.inc | 109 +++++++++++++++++++++
gsb_feature_msx_fellows_ct.info | 2 +
gsb_feature_msx_fellows_ct.strongarm.inc | 2 +-
4 files changed, 215 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5260: update msx fellow detail display.
gsb_feature_msx_fellows_ct.ds.inc | 82 ++++++++++++++++++++--
...ture_msx_fellows_ct.features.field_instance.inc | 80 +--------------------
gsb_feature_msx_fellows_ct.strongarm.inc | 39 ++++++++++
3 files changed, 120 insertions(+), 81 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago
WP-5163: Update default moderation state.
...ture_msx_fellows_ct.features.field_instance.inc | 61 ++++++++++++++++++++++
gsb_feature_msx_fellows_ct.info | 8 +--
gsb_feature_msx_fellows_ct.strongarm.inc | 7 +++
3 files changed, 73 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5049 update the help text
...ture_msx_fellows_ct.features.field_instance.inc | 27 +++++++++++++++++++---
1 file changed, 24 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4852 remove add this field
...ture_msx_fellows_ct.features.field_instance.inc | 89 ++++++++--------------
gsb_feature_msx_fellows_ct.features.inc | 1 +
gsb_feature_msx_fellows_ct.info | 6 +-
3 files changed, 34 insertions(+), 62 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4536 add alt text for image field
gsb_feature_msx_fellows_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4523 update label for region of interest field
gsb_feature_msx_fellows_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4219: display other degree field.
gsb_feature_msx_fellows_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3303: Relabel and reorder taxonomy fields.
gsb_feature_msx_fellows_ct.features.field_instance.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3127: Add submit field.
...ture_msx_fellows_ct.features.field_instance.inc | 53 ++++++++++++++++++++++
gsb_feature_msx_fellows_ct.info | 6 ++-
2 files changed, 58 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2520: change label on msx.
gsb_feature_msx_fellows_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
...ture_msx_fellows_ct.features.field_instance.inc | 117 ++++++++++++++++++++-
gsb_feature_msx_fellows_ct.info | 2 -
2 files changed, 115 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2167: add prefix and suffix.
gsb_feature_msx_fellows_ct.ds.inc | 11 +++++++++++
gsb_feature_msx_fellows_ct.features.field_instance.inc | 9 +++------
gsb_feature_msx_fellows_ct.features.inc | 4 +---
3 files changed, 15 insertions(+), 9 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
...ture_msx_fellows_ct.features.field_instance.inc | 120 +++++++++++++++++++++
gsb_feature_msx_fellows_ct.features.inc | 4 +-
gsb_feature_msx_fellows_ct.info | 4 +-
3 files changed, 122 insertions(+), 6 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2148: Add workbench section setting.
gsb_feature_msx_fellows_ct.info | 2 +-
gsb_feature_msx_fellows_ct.strongarm.inc | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-406: hide education label colon.
gsb_feature_msx_fellows_ct.ds.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Adam Moore, 3 years, 4 months ago
Add company to the teaser view.
gsb_feature_msx_fellows_ct.ds.inc | 12 +++----
...ture_msx_fellows_ct.features.field_instance.inc | 37 ++++++++++++----------
gsb_feature_msx_fellows_ct.info | 6 ++--
3 files changed, 30 insertions(+), 25 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 5 months ago author: Greg Mercer (GBear), 3 years, 5 months ago
WPBQA-242 Moved the workbench sections field to the top of the list
...ture_msx_fellows_ct.features.field_instance.inc | 30 +++++++++++-----------
gsb_feature_msx_fellows_ct.info | 2 +-
gsb_feature_msx_fellows_ct.strongarm.inc | 7 +++--
3 files changed, 21 insertions(+), 18 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 6 months ago author: Alexei Gorobets, 3 years, 6 months ago
WP-1756: Make Photo, Industry and Region fields in MSx Fellows not required.
gsb_feature_msx_fellows_ct.features.field_instance.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 6 months ago author: Dumitru Vozian, 3 years, 6 months ago
Issue #WP-1751: fix autolabel for Msx Fellows content type
gsb_feature_msx_fellows_ct.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Change MSx Fellows content type label to MSx Fellow.
gsb_feature_msx_fellows_ct.features.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
added search field via concat
...ture_msx_fellows_ct.features.field_instance.inc | 78 ++++++++++++++++++++++
gsb_feature_msx_fellows_ct.info | 6 +-
2 files changed, 83 insertions(+), 1 deletion(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1062: Change image formatter to GSB Image
gsb_feature_msx_fellows_ct.features.field_instance.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Add image help text.
gsb_feature_msx_fellows_ct.features.field_instance.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Set photo and grad year for MSx Fellows as required.
gsb_feature_msx_fellows_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Add teaser DS layout.
gsb_feature_msx_fellows_ct.ds.inc | 59 ++++++++++++++++++++++
...ture_msx_fellows_ct.features.field_instance.inc | 55 ++++++++++++--------
gsb_feature_msx_fellows_ct.info | 6 ++-
3 files changed, 96 insertions(+), 24 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Remove feature_exclude entries added by mistake.
gsb_feature_msx_fellows_ct.info | 21 +--------------------
1 file changed, 1 insertion(+), 20 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Remove taxonomy features include file.
gsb_feature_msx_fellows_ct.features.taxonomy.inc | 29 ------------------------
1 file changed, 29 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Remove vocabularies from features.
gsb_feature_msx_fellows_ct.info | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
MSx Fellows detail fields adjustments.
gsb_feature_msx_fellows_ct.ds.inc | 95 +++++++++
...ture_msx_fellows_ct.features.field_instance.inc | 216 +++++++++++++++------
gsb_feature_msx_fellows_ct.features.inc | 4 +
gsb_feature_msx_fellows_ct.features.taxonomy.inc | 29 +++
gsb_feature_msx_fellows_ct.info | 30 ++-
gsb_feature_msx_fellows_ct.module | 56 ++++++
gsb_feature_msx_fellows_ct.strongarm.inc | 12 ++
7 files changed, 379 insertions(+), 63 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
adding pathauto pattern for msx fellows ct
gsb_feature_msx_fellows_ct.info | 3 ++-
gsb_feature_msx_fellows_ct.strongarm.inc | 7 +++++++
2 files changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
adding addthis field instance
...ture_msx_fellows_ct.features.field_instance.inc | 70 ++++++++++++++++++++++
gsb_feature_msx_fellows_ct.info | 5 ++
gsb_feature_msx_fellows_ct.strongarm.inc | 48 +++++++++++++--
3 files changed, 119 insertions(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move base fields into gsb_feature_base_fields.
gsb_feature_msx_fellows_ct.features.field_base.inc | 45 ----------------------
gsb_feature_msx_fellows_ct.info | 3 +-
2 files changed, 1 insertion(+), 47 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Update features for base/instance split.
gsb_feature_msx_fellows_ct.features.field.inc | 1100 --------------------
gsb_feature_msx_fellows_ct.features.field_base.inc | 45 +
...ture_msx_fellows_ct.features.field_instance.inc | 785 ++++++++++++++
gsb_feature_msx_fellows_ct.info | 24 +-
4 files changed, 843 insertions(+), 1111 deletions(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Update gsb_feature_msx_fellows_ct.info
gsb_feature_msx_fellows_ct.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
changed the package to be GSB
gsb_feature_msx_fellows_ct.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
initial commit for the content type fields
gsb_feature_msx_fellows_ct.features.field.inc | 1100 +++++++++++++++++++++++++
gsb_feature_msx_fellows_ct.features.inc | 32 +
gsb_feature_msx_fellows_ct.info | 39 +
gsb_feature_msx_fellows_ct.module | 7 +
gsb_feature_msx_fellows_ct.strongarm.inc | 99 +++
5 files changed, 1277 insertions(+)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Initial commit
README.md | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_feature_act_display
===========================================
view commit - committer: Ayuta Padhi, 8 weeks ago author: Ayuta Padhi, 8 weeks ago
Removed Show only exposed filter
gsb_feature_act_display.views_default.inc | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago
WP-7479 Added search field and exposed project status to completed and recuiting act listing
gsb_feature_act_display.module | 3 +-
gsb_feature_act_display.views_default.inc | 311 ++++++++++++++++++++++++++++--
2 files changed, 302 insertions(+), 12 deletions(-)

view commit - committer: GitHub, 7 months ago author: Greg Mercer, 7 months ago
WP-7366 Removing this previous change. We have decided that it is not needed.
gsb_feature_act_display.views_default.inc | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7366 Added reset_button to ACT listing view filters
gsb_feature_act_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago
WP-7106 Added filter states to ACT listing
gsb_feature_act_display.info | 1 -
gsb_feature_act_display.module | 11 +-
gsb_feature_act_display.views_default.inc | 260 +++++++++++++++++++++++-------
3 files changed, 213 insertions(+), 59 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago
WP-5932 change condition to AND
gsb_feature_act_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago
WP-5930: Fix urls that have parameters. No need to decode entities if we just don't encode them.
gsb_feature_act_display.module | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5749 revert the sanization
gsb_feature_act_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5632 hide errors for view
gsb_feature_act_display.views_default.inc | 321 +++++++++++++++++++++++++++++-
1 file changed, 318 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5476 Changing the field order to follow override_title_text instead of override_title
gsb_feature_act_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5476 Small adjustment is the weights for title and url fields
gsb_feature_act_display.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5476 New code to add a title_link (URL) field after the title field, and to remove the older title_link field that was in the 'exposed filter' section.
gsb_feature_act_display.module | 45 +++++++++++++++++++++++++++++++++++++++---
1 file changed, 42 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5182 update the empty message for recruiting projects
gsb_feature_act_display.views_default.inc | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-4821 Hiding the two fields used to construct the multiple value lists
gsb_feature_act_display.module | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-4821 Changed view to listing multiple taxonomy fields using global custom fields
gsb_feature_act_display.views_default.inc | 49 +++++++++++++++++++++----------
1 file changed, 33 insertions(+), 16 deletions(-)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5022 One more text change for this.
gsb_feature_act_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5022 Changed text for 'no items'.
gsb_feature_act_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5022 add no results text for ACT lists
gsb_feature_act_display.views_default.inc | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5035 rename modal window title for ACT Projects
gsb_feature_act_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4982: update label output.
gsb_feature_act_display.views_default.inc | 29 +++++++++++++++++++----------
1 file changed, 19 insertions(+), 10 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4944: use fields instead of display suite, always show title.
gsb_feature_act_display.info | 1 -
gsb_feature_act_display.module | 1 +
gsb_feature_act_display.views_default.inc | 33 +++++++++++++++++++------------
3 files changed, 21 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4962 remove pager and show all items for recruiting
gsb_feature_act_display.views_default.inc | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4962 remove pager and show all items for recruiting
gsb_feature_act_display.views_default.inc | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4944: change to display suite.
gsb_feature_act_display.info | 2 +-
gsb_feature_act_display.views_default.inc | 9 ++++++++-
2 files changed, 9 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4860: update view listings to use display suite.
gsb_feature_act_display.info | 2 +-
gsb_feature_act_display.views_default.inc | 30 ++++++++++++++++++++++++++----
2 files changed, 27 insertions(+), 5 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4917 fix to retain node ids
gsb_feature_act_display.module | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4917 Fix the fields to display state issue
gsb_feature_act_display.module | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4899 modify the view for ACT project
gsb_feature_act_display.module | 9 ++++++++-
gsb_feature_act_display.views_default.inc | 2 +-
2 files changed, 9 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4899 update the ACT filter view
gsb_feature_act_display.module | 1 -
gsb_feature_act_display.views_default.inc | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4899 update the ACT filter view
gsb_feature_act_display.views_default.inc | 15 ---------------
1 file changed, 15 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4899 update the ACT filter view
gsb_feature_act_display.info | 3 +-
gsb_feature_act_display.module | 18 +++-
gsb_feature_act_display.views_default.inc | 133 ++++++++++++++++++++++++------
3 files changed, 127 insertions(+), 27 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4899 add customizable cp for ACT Project
gsb_feature_act_display.info | 5 +-
gsb_feature_act_display.views_default.inc | 341 ++++++++++++++++++++++++++++++
2 files changed, 344 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4809 update the act project lists view
gsb_feature_act_display.info | 2 +
gsb_feature_act_display.module | 7 +
gsb_feature_act_display.views_default.inc | 941 ++++++++++++++++++++++++++++--
3 files changed, 906 insertions(+), 44 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4809 add new view for ACT Project Lists
gsb_feature_act_display.features.inc | 12 ++
gsb_feature_act_display.info | 12 ++
gsb_feature_act_display.module | 7 +
gsb_feature_act_display.views_default.inc | 229 ++++++++++++++++++++++++++++++
4 files changed, 260 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_feature_club_display
===========================================
view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago
WP-6263 Enabled ajax at view level
gsb_feature_club_display.info | 2 +-
gsb_feature_club_display.views_default.inc | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago
WP-6181 Removed ajax and fixed states
gsb_feature_club_display.info | 2 +-
gsb_feature_club_display.module | 12 ++++++++++++
gsb_feature_club_display.views_default.inc | 3 +--
3 files changed, 14 insertions(+), 3 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5953 Adjust search criteria
gsb_feature_club_display.info | 2 +-
gsb_feature_club_display.views_default.inc | 17 +++++++++++++++--
2 files changed, 16 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago
WP-5930: Fix urls that have parameters. No need to decode entities if we just don't encode them.
gsb_feature_club_display.module | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5749 revert the sanization
gsb_feature_club_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5734 fix the nid logic
gsb_feature_club_display.module | 18 ++++++-
gsb_feature_club_display.views_default.inc | 77 +++++-------------------------
2 files changed, 30 insertions(+), 65 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5671 update the club ccl
gsb_feature_club_display.module | 42 +----
gsb_feature_club_display.views_default.inc | 287 ++++++++++++++++++++++++++---
js/gsb_feature_club_display.js | 14 --
3 files changed, 265 insertions(+), 78 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5476 Small adjustment is the weights for title and url fields
gsb_feature_club_display.module | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5476 New code to add a title_link (URL) field after the title field, and to remove the older title_link field that was in the 'exposed filter' section.
gsb_feature_club_display.module | 35 ++++++++++++++++++++++++++++++-----
1 file changed, 30 insertions(+), 5 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5424 fix the more linke
gsb_feature_club_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5424 remove the text
gsb_feature_club_display.views_default.inc | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5424 remove see all footer
gsb_feature_club_display.views_default.inc | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5121: update clubs listing.
gsb_feature_club_display.ds.inc | 70 +++++++++--
gsb_feature_club_display.views_default.inc | 179 ++++++++++++++++++++++++++++-
2 files changed, 240 insertions(+), 9 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 rename items - Clubs: Alumni
gsb_feature_club_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 recat items - Clubs
gsb_feature_club_display.views_default.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 recat items - Clubs
gsb_feature_club_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 rename modal items - club list
gsb_feature_club_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 rename modal items clubs by id or tag
gsb_feature_club_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4616 Adding ajax for paging support
gsb_feature_club_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4567 update admin title
gsb_feature_club_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4567 set admin title for clubs cp
gsb_feature_club_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4567 update the alumni filter
gsb_feature_club_display.views_default.inc | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4567 link title field
gsb_feature_club_display.views_default.inc | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4567 add cp for clubs
gsb_feature_club_display.views_default.inc | 75 +++++++++++++++++++++++++++++-
1 file changed, 73 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Remove panopoly items.
gsb_feature_club_display.views_default.inc | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Roopesh Naik, 3 years, 2 months ago author: Roopesh Naik, 3 years, 2 months ago
WP-2241 Add email to view mode
gsb_feature_club_display.ds.inc | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 3 months ago author: Greg Mercer, 3 years, 4 months ago
Update gsb_feature_club_display.info
gsb_feature_club_display.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
Merge branch 'no_panopoly' of github.com:gsbitse/gsb_feature_club_display into no_panopoly
view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer, 3 years, 4 months ago
Update gsb_feature_club_display.info
gsb_feature_club_display.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Adam Moore, 3 years, 4 months ago
Add back missing fields after a strange save to a view.
gsb_feature_club_display.views_default.inc | 47 ++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Adam Moore, 3 years, 4 months ago
Change filter label for exposed club category.
gsb_feature_club_display.features.inc | 7 +--
gsb_feature_club_display.info | 14 ++----
gsb_feature_club_display.views_default.inc | 78 ++++++++++-------------------
images/Club_filters_club_list.png | Bin
images/club-by-id-or-tag.jpg | Bin
5 files changed, 32 insertions(+), 67 deletions(-)

view commit - committer: Greg Mercer, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
Update gsb_feature_club_display.info
gsb_feature_club_display.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
WP-1999 Changing url for 'Show All Clubs'
gsb_feature_club_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
WP-2008 Removed club_search_page
gsb_feature_club_display.pages_default.inc | 180 -----------------------------
1 file changed, 180 deletions(-)

view commit - committer: Greg Mercer, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
WP-2008 Removed club_search_page
gsb_feature_club_display.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-361 Changed wording to be 'Type of Organization'
gsb_feature_club_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 5 months ago author: Alexei Gorobets, 3 years, 5 months ago
WPBQA-211: Add Filter By prefix for Clubs filters form.
gsb_feature_club_display.module | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 6 months ago author: Alexei Gorobets, 3 years, 6 months ago
WPBQA-211: Change clubs organization filter label.
gsb_feature_club_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 6 months ago author: Alexei Gorobets, 3 years, 6 months ago
WP-1811: Change Search GSB Clubs label.
gsb_feature_club_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-114 see more link
gsb_feature_club_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Dumitru Vozian, 3 years, 6 months ago author: Dumitru Vozian, 3 years, 6 months ago
Issue #WP-1700
gsb_feature_club_display.module | 1 +
js/gsb_feature_club_display.js | 14 ++++++++++++++
2 files changed, 15 insertions(+)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
WPBQA-75: Change search block label.
gsb_feature_club_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Change path for clubs page.
gsb_feature_club_display.pages_default.inc | 2 +-
gsb_feature_club_display.views_default.inc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
Changing the title used in "Content Panes"
gsb_feature_club_display.info | 7 +++++++
gsb_feature_club_display.views_default.inc | 1 +
2 files changed, 8 insertions(+)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
WP-1051 Properly set the default value for the club filter.
gsb_feature_club_display.module | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
wp-1575 Adding in new preview icons
gsb_feature_club_display.module | 1 +
images/Club_filters_club_list.png | Bin 0 -> 155226 bytes
2 files changed, 1 insertion(+)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
wp-1575 Adding in new preview icons
gsb_feature_club_display.info | 7 -------
gsb_feature_club_display.module | 12 ++++++++++++
images/club-by-id-or-tag.jpg | Bin 0 -> 81046 bytes
3 files changed, 12 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
Changes to the pane_category as part of WP-1575
gsb_feature_club_display.info | 7 +++++++
gsb_feature_club_display.views_default.inc | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
#WP-1487: Enable ajax in club list view to fix 'Show more'
gsb_feature_club_display.views_default.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Remove ajax support.
gsb_feature_club_display.views_default.inc | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Shouldn't have removed the search label.
gsb_feature_club_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Change from keyword to search. Remove label.
gsb_feature_club_display.info | 2 +-
gsb_feature_club_display.views_default.inc | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Clubs display adjustments.
gsb_feature_club_display.pages_default.inc | 5 ++++-
gsb_feature_club_display.views_default.inc | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1317: add submiy button back.
gsb_feature_club_display.views_default.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1317: remove views class from club view displays.
gsb_feature_club_display.views_default.inc | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Allow only one contextual filter in Club by Nid or tag to be set.
gsb_feature_club_display.module | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)

view commit - committer: Greg Mercer, 3 years, 8 months ago author: Greg Mercer, 3 years, 8 months ago
Changes related to new wysiwyg
gsb_feature_club_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Add visible states to content pane settings for 'Club by Id or tag' pane.
gsb_feature_club_display.module | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)

view commit - committer: 32i, 3 years, 8 months ago author: 32i, 3 years, 8 months ago
wp-1314 get rid of obsolete dependencies for gsb_feature_club_display
gsb_feature_club_display.info | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

view commit - committer: Greg Mercer, 3 years, 8 months ago author: Greg Mercer, 3 years, 8 months ago
Update gsb_feature_club_display.views_default.inc
gsb_feature_club_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: 32i, 3 years, 8 months ago author: 32i, 3 years, 8 months ago
wp-1314 removed obsolete search permission check from Clubs page.
gsb_feature_club_display.info | 2 +-
gsb_feature_club_display.pages_default.inc | 11 +----------
2 files changed, 2 insertions(+), 11 deletions(-)

view commit - committer: 32i, 3 years, 8 months ago author: 32i, 3 years, 8 months ago
wp-1314 changed search filter to use contains operator instead of contains any
gsb_feature_club_display.info | 2 +-
gsb_feature_club_display.views_default.inc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: 32i, 3 years, 8 months ago author: 32i, 3 years, 8 months ago
wp-1314 removed unnecessary club_search_view
gsb_feature_club_display.info | 10 +--
gsb_feature_club_display.views_default.inc | 105 -----------------------------
2 files changed, 1 insertion(+), 114 deletions(-)

view commit - committer: 32i, 3 years, 8 months ago author: 32i, 3 years, 8 months ago
wp-1315 Fix search on clubs page
gsb_feature_club_display.ds.inc | 6 ++-
gsb_feature_club_display.info | 2 +-
gsb_feature_club_display.module | 10 +++++
gsb_feature_club_display.pages_default.inc | 63 ++++--------------------------
gsb_feature_club_display.views_default.inc | 50 +++++++++++++-----------
5 files changed, 50 insertions(+), 81 deletions(-)

view commit - committer: 32i, 3 years, 8 months ago author: 32i, 3 years, 8 months ago
wp-1045 update club search view; removed views class to match the styling.
gsb_feature_club_display.info | 2 +-
gsb_feature_club_display.views_default.inc | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Fix panopoly_magic bug.
gsb_feature_club_display.pages_default.inc | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 8 months ago author: Alex Scutaru, 3 years, 8 months ago
optional more link and title.
gsb_feature_club_display.views_default.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 8 months ago author: Alex Scutaru, 3 years, 8 months ago
target _blank for club title links
gsb_feature_club_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Alex Scutaru, 3 years, 8 months ago author: Alex Scutaru, 3 years, 8 months ago
view more link fix
gsb_feature_club_display.module | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Alex Scutaru, 3 years, 8 months ago author: Alex Scutaru, 3 years, 8 months ago
show more title fix
gsb_feature_club_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alex Scutaru, 3 years, 8 months ago author: Alex Scutaru, 3 years, 8 months ago
filters title fix
gsb_feature_club_display.info | 7 +++++++
gsb_feature_club_display.views_default.inc | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Alex Scutaru, 3 years, 8 months ago author: Alex Scutaru, 3 years, 8 months ago
more like this path
gsb_feature_club_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alex Scutaru, 3 years, 8 months ago author: Alex Scutaru, 3 years, 8 months ago
show more and bacl to top links
gsb_feature_club_display.views_default.inc | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 8 months ago author: Alex Scutaru, 3 years, 8 months ago
WP-1033 - chane page title
gsb_feature_club_display.pages_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alex Scutaru, 3 years, 8 months ago author: Alex Scutaru, 3 years, 8 months ago
move search field to quicklinks section
gsb_feature_club_display.pages_default.inc | 56 +++++++++++++++---------------
1 file changed, 28 insertions(+), 28 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 8 months ago author: Alex Scutaru, 3 years, 8 months ago
fixed page title
gsb_feature_club_display.pages_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alex Scutaru, 3 years, 8 months ago author: Alex Scutaru, 3 years, 8 months ago
panel config filters
gsb_feature_club_display.views_default.inc | 327 ++++++++++++++++++-----------
1 file changed, 199 insertions(+), 128 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 8 months ago author: Alex Scutaru, 3 years, 8 months ago
ds configs for teaser
gsb_feature_club_display.ds.inc | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 8 months ago author: Alex Scutaru, 3 years, 8 months ago
change layout. solr filters fix. other adjustments
gsb_feature_club_display.info | 2 +-
gsb_feature_club_display.pages_default.inc | 65 +++++++--------------------
gsb_feature_club_display.views_default.inc | 70 +++++++++++++++++-------------
3 files changed, 58 insertions(+), 79 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Update the display for clubs teaser.
gsb_feature_club_display.ds.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Remove defaultconfig.
gsb_feature_club_display.info | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Remove defaultconfig.
...feature_club_display.features.defaultconfig.inc | 218 ---------------------
1 file changed, 218 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 9 months ago author: Alex Scutaru, 3 years, 9 months ago
path, css and other afjustments
gsb_feature_club_display.info | 2 +-
gsb_feature_club_display.pages_default.inc | 2 +-
gsb_feature_club_display.views_default.inc | 27 +++++----------------------
3 files changed, 7 insertions(+), 24 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 9 months ago author: Alex Scutaru, 3 years, 9 months ago
no result behaviour, and other adjustments
gsb_feature_club_display.features.inc | 2 ++
gsb_feature_club_display.info | 2 +-
gsb_feature_club_display.views_default.inc | 11 +++++++++--
3 files changed, 12 insertions(+), 3 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 9 months ago author: Alex Scutaru, 3 years, 9 months ago
fix page title
gsb_feature_club_display.pages_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Remove entity_view_mode dependency
gsb_feature_club_display.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Alex Scutaru, 3 years, 9 months ago author: Alex Scutaru, 3 years, 9 months ago
adjustments and cleanup.
gsb_feature_club_display.facetapi_defaults.inc | 492 -------------------------
gsb_feature_club_display.features.inc | 6 -
gsb_feature_club_display.info | 1 -
gsb_feature_club_display.make | 26 --
gsb_feature_club_display.module | 17 +
5 files changed, 17 insertions(+), 525 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Club ds teaser settings.
gsb_feature_club_display.ds.inc | 73 +++++++++++++++++++++++++++++
gsb_feature_club_display.features.inc | 4 ++
gsb_feature_club_display.info | 5 +-
gsb_feature_club_display.views_default.inc | 74 +++++++-----------------------
4 files changed, 97 insertions(+), 59 deletions(-)

view commit - committer: Johnny Kartakov, 3 years, 9 months ago author: Johnny Kartakov, 3 years, 9 months ago
change to acquia search view
gsb_feature_club_display.info | 4 ++--
gsb_feature_club_display.views_default.inc | 17 +++++++++++------
2 files changed, 13 insertions(+), 8 deletions(-)

view commit - committer: Johnny Kartakov, 3 years, 10 months ago author: Johnny Kartakov, 3 years, 10 months ago
change to apachesolr integration indstead of search api
gsb_feature_club_display.features.inc | 106 ---------------
gsb_feature_club_display.info | 12 +-
gsb_feature_club_display.pages_default.inc | 6 +-
gsb_feature_club_display.views_default.inc | 206 ++++++++---------------------
4 files changed, 61 insertions(+), 269 deletions(-)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Rename image styles to new name.
gsb_feature_club_display.views_default.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: creaoy, 3 years, 10 months ago author: creaoy, 3 years, 10 months ago
add second patch to remove warnings
gsb_feature_club_display.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Add patch to views_load_more.
gsb_feature_club_display.make | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Move menu variables to the content type.
gsb_feature_club_display.info | 2 --
gsb_feature_club_display.strongarm.inc | 30 ------------------------------
2 files changed, 32 deletions(-)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Rename .module to have display in the name.
gsb_feature_club.module | 7 -------
gsb_feature_club_display.module | 7 +++++++
2 files changed, 7 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Initial commit splitting the display's from the content types.
README.md | 4 +
gsb_feature_club.module | 7 +
gsb_feature_club_display.facetapi_defaults.inc | 492 ++++++++++++++++++++
...feature_club_display.features.defaultconfig.inc | 218 +++++++++
...re_club_display.features.features_overrides.inc | 19 +
gsb_feature_club_display.features.inc | 136 ++++++
gsb_feature_club_display.info | 38 ++
gsb_feature_club_display.make | 25 +
gsb_feature_club_display.pages_default.inc | 270 +++++++++++
gsb_feature_club_display.strongarm.inc | 30 ++
gsb_feature_club_display.views_default.inc | 506 +++++++++++++++++++++
11 files changed, 1745 insertions(+)

===========================================
./gsb_feature_program_instance_ct
===========================================
view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago
WP-6655 Added text date to featured program view mode
gsb_feature_program_instance_ct.ds.inc | 4 +-
...program_instance_ct.features.field_instance.inc | 72 ++++++++++++----------
gsb_feature_program_instance_ct.strongarm.inc | 6 +-
3 files changed, 47 insertions(+), 35 deletions(-)

view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago
WP-6655 removed program tilte from featured program view mode
gsb_feature_program_instance_ct.ds.inc | 20 +++-----------------
...e_program_instance_ct.features.field_instance.inc | 8 ++------
gsb_feature_program_instance_ct.strongarm.inc | 12 ++++++++++++
3 files changed, 17 insertions(+), 23 deletions(-)

view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago
WP-7614 removed program entity reference field from search field in program instance
gsb_feature_program_instance_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago
WP-7583 Added set of field_display_on_finder_select during the program instance ajax update
gsb_feature_program_instance_ct.module | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)

view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago
WP-7539 Added image style to display image
gsb_feature_program_instance_ct.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7514: add the date text field to the expanded display.
gsb_feature_program_instance_ct.ds.inc | 22 +++++++-
...program_instance_ct.features.field_instance.inc | 65 +++++++++++-----------
gsb_feature_program_instance_ct.strongarm.inc | 10 +++-
3 files changed, 62 insertions(+), 35 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago
WP-7495 Added new extra field for the field_faculty_directors field collection
gsb_feature_program_instance_ct.module | 57 ++++++++++++++++++++++++++++++++++
1 file changed, 57 insertions(+)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago
WP-7495 Added new extra field for the field_faculty_directors field collection
gsb_feature_program_instance_ct.module | 57 ++++++++++++++++++++++++++++++++++
1 file changed, 57 insertions(+)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7514: add the date text field to the expanded display.
gsb_feature_program_instance_ct.ds.inc | 22 +++++++-
...program_instance_ct.features.field_instance.inc | 66 +++++++++++-----------
gsb_feature_program_instance_ct.strongarm.inc | 10 +++-
3 files changed, 62 insertions(+), 36 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Ayuta Padhi, 6 months ago
WP-7491 Fixed image link to detail page
gsb_feature_program_instance_ct.module | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Ayuta Padhi, 6 months ago
WP-7486 Updated searchable field list
...eature_program_instance_ct.features.field_instance.inc | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)

view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago
WP-7491 Fixed image link to detail page
gsb_feature_program_instance_ct.module | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago
WP-7486 Updated searchable field list
...eature_program_instance_ct.features.field_instance.inc | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago
WP-7433 Fixing an error caused by the previous commit
gsb_feature_program_instance_ct.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago
WP-7433 Added code during submit handling to sort fac1, fac2 and guest by last name
gsb_feature_program_instance_ct.module | 38 ++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7185 Changing text on Tuition labels
gsb_feature_program_instance_ct.features.field_instance.inc | 9 +++++----
gsb_feature_program_instance_ct.field_group.inc | 11 ++++++-----
gsb_feature_program_instance_ct.info | 4 ++--
3 files changed, 13 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6993 Update to new help text.
gsb_feature_program_instance_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6993 Update to new help text. Doc changed after dev implementation. Sigh
gsb_feature_program_instance_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer (GBear), 9 months ago
WP-6993 Removing title from field_application_url
gsb_feature_program_instance_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer (GBear), 9 months ago
WP-6993 Some changes around labels and logic related to field_application_url
...program_instance_ct.features.field_instance.inc | 3 ++-
gsb_feature_program_instance_ct.field_group.inc | 6 +++---
gsb_feature_program_instance_ct.module | 22 +++++++++++++++++++---
3 files changed, 24 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer (GBear), 9 months ago
WP-6958 Changed to use link_title_plain for the program location
gsb_feature_program_instance_ct.features.field_instance.inc | 2 +-
gsb_feature_program_instance_ct.info | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6883: swap out key image for display image.
gsb_feature_program_instance_ct.ds.inc | 4 +-
...program_instance_ct.features.field_instance.inc | 52 +++++++++++-----------
gsb_feature_program_instance_ct.strongarm.inc | 12 +++--
3 files changed, 37 insertions(+), 31 deletions(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6934 Adding new display image extra field.
gsb_feature_program_instance_ct.module | 37 ++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6906: set up teaser view mode in application deadline field collection.
gsb_feature_program_instance_ct.ds.inc | 56 ++++++++++++++++++++++
...program_instance_ct.features.field_instance.inc | 25 ++++++++++
gsb_feature_program_instance_ct.info | 2 +
3 files changed, 83 insertions(+)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6765 Removing the previous code which cleared either instance date or instance text.
js/gsb_feature_program_instance_ct_edit.js | 20 ++------------------
1 file changed, 2 insertions(+), 18 deletions(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6765 Added submit function to clean out the instance date or instance text depending on the value of date_text_select
gsb_feature_program_instance_ct.module | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6800 Hiding/commenting-out use of brochure fields from Program Instance CT
gsb_feature_program_instance_ct.module | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6780 Added alt text to the themed key image
gsb_feature_program_instance_ct.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6779 Changed vtab label to Application Deadlines
gsb_feature_program_instance_ct.field_group.inc | 12 ++++++------
gsb_feature_program_instance_ct.info | 4 ++--
2 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6773: change wrapper to div.
gsb_feature_program_instance_ct.field_group.inc | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6773 Adding new group wrapper for faculty group_wrapper_faculty
gsb_feature_program_instance_ct.ds.inc | 16 +++---
...program_instance_ct.features.field_instance.inc | 58 +++++++++++-----------
gsb_feature_program_instance_ct.field_group.inc | 34 +++++++++++++
gsb_feature_program_instance_ct.info | 1 +
gsb_feature_program_instance_ct.strongarm.inc | 4 +-
5 files changed, 75 insertions(+), 38 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6707 Changing tuition link field to have "open new window" option
gsb_feature_program_instance_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6760 Removing field instance field_prequalification_url
...program_instance_ct.features.field_instance.inc | 110 ---------------------
gsb_feature_program_instance_ct.field_group.inc | 1 -
gsb_feature_program_instance_ct.info | 3 +-
3 files changed, 1 insertion(+), 113 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6711 Added link around the key image
gsb_feature_program_instance_ct.module | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6746 Removing field instance field_link_apply_button
...program_instance_ct.features.field_instance.inc | 106 ---------------------
gsb_feature_program_instance_ct.field_group.inc | 3 +-
gsb_feature_program_instance_ct.info | 3 +-
gsb_feature_program_instance_ct.module | 10 --
4 files changed, 2 insertions(+), 120 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6746 Removing field instance field_link_apply_button
...program_instance_ct.features.field_instance.inc | 106 ---------------------
gsb_feature_program_instance_ct.field_group.inc | 3 +-
gsb_feature_program_instance_ct.info | 3 +-
gsb_feature_program_instance_ct.module | 13 +--
4 files changed, 5 insertions(+), 120 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6744 Hiding the older(deprecated) field field_application_url
gsb_feature_program_instance_ct.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6726 Small adjustment to the previous commit.
js/gsb_feature_program_instance_ct.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6726 Added throbber code. Throb throb.
js/gsb_feature_program_instance_ct.js | 32 +++++++++++++++++++++++---------
1 file changed, 23 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6726 Changed js handling for display-on-finder and is-application-open ajax udpates
js/gsb_feature_program_instance_ct.js | 58 +++++++++++++++++++----------------
1 file changed, 32 insertions(+), 26 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6720 Added help text
gsb_feature_program_instance_ct.features.field_instance.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6727 Added validation for field_program_format and field_program_location_category
gsb_feature_program_instance_ct.module | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6720 Changed to use relative for Payment Cancellation URL
gsb_feature_program_instance_ct.features.field_instance.inc | 4 ++--
gsb_feature_program_instance_ct.info | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6654 Added 'required' state and validation for field_link_apply_button, when field_is_application_open is checked.
gsb_feature_program_instance_ct.module | 20 ++++++++++++++++----
1 file changed, 16 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6708 Added new group instance group_optional_programming
...program_instance_ct.features.field_instance.inc | 18 ++++-----
gsb_feature_program_instance_ct.field_group.inc | 46 +++++++++++++++++-----
gsb_feature_program_instance_ct.info | 1 +
3 files changed, 47 insertions(+), 18 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6688 Adding new field instance field_display_on_finder_select
...program_instance_ct.features.field_instance.inc | 106 +++++++++++++++++++--
gsb_feature_program_instance_ct.field_group.inc | 22 ++---
gsb_feature_program_instance_ct.info | 6 +-
gsb_feature_program_instance_ct.module | 23 +++++
gsb_feature_program_instance_ct.strongarm.inc | 6 +-
5 files changed, 138 insertions(+), 25 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6656: add class to fields.
gsb_feature_program_instance_ct.ds.inc | 18 ++++++++++++++++++
...ure_program_instance_ct.features.field_instance.inc | 6 ++++++
gsb_feature_program_instance_ct.strongarm.inc | 4 ++++
3 files changed, 28 insertions(+)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6674 Added code to set default brochure options for nodes that have already been saved before we had this field.
gsb_feature_program_instance_ct.module | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6667 Adding new field instance for field_edit_faculty_page
...program_instance_ct.features.field_instance.inc | 91 ++++++++++++++++++++--
gsb_feature_program_instance_ct.field_group.inc | 1 +
gsb_feature_program_instance_ct.info | 3 +-
gsb_feature_program_instance_ct.module | 14 ++++
4 files changed, 103 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6592 Setting brouchure radio option default to no_brochure_download
gsb_feature_program_instance_ct.features.field_instance.inc | 6 +++++-
gsb_feature_program_instance_ct.field_group.inc | 4 ++--
2 files changed, 7 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6592 Adding new field instance for field_brochure_options
...program_instance_ct.features.field_instance.inc | 99 ++++++++++++++++++++--
gsb_feature_program_instance_ct.field_group.inc | 23 ++---
gsb_feature_program_instance_ct.info | 5 +-
3 files changed, 109 insertions(+), 18 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6592 Adding new radio button states related to brochure options
gsb_feature_program_instance_ct.module | 38 +++++++++++++++++++++++++++-------
1 file changed, 31 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6592 Setting brouchure radio option default to no_brochure_download
gsb_feature_program_instance_ct.features.field_instance.inc | 6 +++++-
gsb_feature_program_instance_ct.field_group.inc | 4 ++--
2 files changed, 7 insertions(+), 3 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6588: configure new view mode for program instance.
gsb_feature_program_instance_ct.ds.inc | 84 ++++++++++
...program_instance_ct.features.field_instance.inc | 186 +++++++++++++++++++++
gsb_feature_program_instance_ct.info | 2 +
gsb_feature_program_instance_ct.strongarm.inc | 29 ++++
4 files changed, 301 insertions(+)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6592 Adding new field instance for field_brochure_options
...program_instance_ct.features.field_instance.inc | 99 ++++++++++++++++++++--
gsb_feature_program_instance_ct.field_group.inc | 23 ++---
gsb_feature_program_instance_ct.info | 5 +-
3 files changed, 109 insertions(+), 18 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6592 Adding new radio button states related to brochure options
gsb_feature_program_instance_ct.module | 38 +++++++++++++++++++++++++++-------
1 file changed, 31 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6619 Added a space before node:field_instance_text
gsb_feature_program_instance_ct.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6505: export configuration of faculty block.
gsb_feature_program_instance_ct.ds.inc | 128 ++++++++++++++
...program_instance_ct.features.field_instance.inc | 193 +++++++++++++++++++++
gsb_feature_program_instance_ct.info | 2 +
gsb_feature_program_instance_ct.strongarm.inc | 20 +++
4 files changed, 343 insertions(+)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6505: export configuration of faculty block.
gsb_feature_program_instance_ct.ds.inc | 128 ++++++++++++++
...program_instance_ct.features.field_instance.inc | 193 +++++++++++++++++++++
gsb_feature_program_instance_ct.info | 2 +
gsb_feature_program_instance_ct.strongarm.inc | 20 +++
4 files changed, 343 insertions(+)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6634 Adding an extra field to program instance to display the key image from program
gsb_feature_program_instance_ct.module | 44 +++++++++++++++++++++++++++++++++-
1 file changed, 43 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6620: add location field to display.
gsb_feature_program_instance_ct.ds.inc | 11 ++++++++++-
gsb_feature_program_instance_ct.features.field_instance.inc | 9 ++++++---
gsb_feature_program_instance_ct.info | 2 +-
3 files changed, 17 insertions(+), 5 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6620: add location field to display.
gsb_feature_program_instance_ct.ds.inc | 11 ++++++++++-
gsb_feature_program_instance_ct.features.field_instance.inc | 9 ++++++---
gsb_feature_program_instance_ct.info | 2 +-
3 files changed, 17 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Added new field groups faculty1 and faculty2
...program_instance_ct.features.field_instance.inc | 10 +--
gsb_feature_program_instance_ct.field_group.inc | 80 +++++++++++++++++++---
gsb_feature_program_instance_ct.info | 2 +
3 files changed, 76 insertions(+), 16 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Moving location of field_payment_cancellation to top of tab
gsb_feature_program_instance_ct.features.field_instance.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Deleting group_instance_dates which had set outside of the vtabs
gsb_feature_program_instance_ct.field_group.inc | 30 -------------------------
gsb_feature_program_instance_ct.info | 2 +-
2 files changed, 1 insertion(+), 31 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Several small changes for new vtabs, etc
...program_instance_ct.features.field_instance.inc | 48 ++++++++-----
gsb_feature_program_instance_ct.field_group.inc | 84 ++++++++++++++++++----
gsb_feature_program_instance_ct.info | 2 +
3 files changed, 103 insertions(+), 31 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Adding state handling for field_director_title_other
gsb_feature_program_instance_ct.module | 13 ++-----------
1 file changed, 2 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Switching to use field_person_fac_single_ref instead of field_person_ref
...program_instance_ct.features.field_instance.inc | 21 ++++++++++++---------
gsb_feature_program_instance_ct.field_group.inc | 22 +++++++++++-----------
gsb_feature_program_instance_ct.info | 4 ++--
gsb_feature_program_instance_ct.module | 10 ++++------
4 files changed, 29 insertions(+), 28 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Surgery to remove field_location from field_collection_item-field_program_location
gsb_feature_program_instance_ct.ds.inc | 9 --
...program_instance_ct.features.field_instance.inc | 103 ---------------------
gsb_feature_program_instance_ct.info | 3 +-
3 files changed, 1 insertion(+), 114 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Surgery to remove field_location from field_collection_item-field_program_location
gsb_feature_program_instance_ct.ds.inc | 9 --
...program_instance_ct.features.field_instance.inc | 103 ---------------------
gsb_feature_program_instance_ct.info | 3 +-
3 files changed, 1 insertion(+), 114 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Added field instances for the Faculty Directors, Guest and Advisors
...program_instance_ct.features.field_instance.inc | 97 ----------------------
gsb_feature_program_instance_ct.info | 4 +-
2 files changed, 2 insertions(+), 99 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Added field instances for the Faculty Directors, Guest and Advisors
...program_instance_ct.features.field_instance.inc | 898 ++++++++++++++++++++-
gsb_feature_program_instance_ct.field_group.inc | 77 +-
gsb_feature_program_instance_ct.info | 13 +-
gsb_feature_program_instance_ct.module | 229 ++++++
4 files changed, 1165 insertions(+), 52 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Added field instances for the Faculty Directors, Guest and Advisors
...program_instance_ct.features.field_instance.inc | 98 ----------------------
gsb_feature_program_instance_ct.info | 4 +-
2 files changed, 2 insertions(+), 100 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Added field instances for the Faculty Directors, Guest and Advisors
...program_instance_ct.features.field_instance.inc | 901 ++++++++++++++++++++-
gsb_feature_program_instance_ct.field_group.inc | 77 +-
gsb_feature_program_instance_ct.info | 13 +-
gsb_feature_program_instance_ct.module | 229 ++++++
4 files changed, 1167 insertions(+), 53 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6507: add time commitment field.
gsb_feature_program_instance_ct.ds.inc | 2 +
...program_instance_ct.features.field_instance.inc | 140 ++++++++++++++++++---
gsb_feature_program_instance_ct.info | 1 +
gsb_feature_program_instance_ct.strongarm.inc | 9 +-
4 files changed, 133 insertions(+), 19 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 More changes for field instances
...program_instance_ct.features.field_instance.inc | 253 ++++++++++-----------
gsb_feature_program_instance_ct.field_group.inc | 17 +-
gsb_feature_program_instance_ct.info | 7 +-
gsb_feature_program_instance_ct.module | 6 +-
4 files changed, 139 insertions(+), 144 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 More changes for field instances
...program_instance_ct.features.field_instance.inc | 253 ++++++++++-----------
gsb_feature_program_instance_ct.field_group.inc | 17 +-
gsb_feature_program_instance_ct.info | 7 +-
gsb_feature_program_instance_ct.module | 6 +-
4 files changed, 139 insertions(+), 144 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Ayuta Padhi, 11 months ago
WP-6534 Made time commitment field available in program instance
gsb_feature_program_instance_ct.module | 38 ++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)

view commit - committer: Ayuta Padhi, 11 months ago author: Ayuta Padhi, 11 months ago
WP-6534 Made time commitment field available in program instance
gsb_feature_program_instance_ct.module | 38 ++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)

view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago
WP-6489 Changed to use abbreviated month.
gsb_feature_program_instance_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6489 Changed date input format to be "F j, Y"
...program_instance_ct.features.field_instance.inc | 198 ++++++++++++++++++++-
gsb_feature_program_instance_ct.strongarm.inc | 14 +-
2 files changed, 210 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago
WP-6489 Changing formatting for date to use day_month_and_year
gsb_feature_program_instance_ct.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago
WP-6489 Adam and Jenny asked that we change the order of these tokens.
gsb_feature_program_instance_ct.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6489 Added new tokenized value for Program Instance title field
gsb_feature_program_instance_ct.strongarm.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6494 Added code to clear the text/date Instance fields, based on which radio is checked
gsb_feature_program_instance_ct.module | 6 ++++++
js/gsb_feature_program_instance_ct_edit.js | 31 ++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6494 Added new vertical tabs and other authoring related changes
...program_instance_ct.features.field_instance.inc | 127 ++++++++++++++++---
gsb_feature_program_instance_ct.field_group.inc | 139 +++++++++++++++++----
gsb_feature_program_instance_ct.info | 6 +-
gsb_feature_program_instance_ct.module | 2 +
gsb_feature_program_instance_ct.strongarm.inc | 11 +-
5 files changed, 237 insertions(+), 48 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
Changing the setting to use workbench_access_node for program_instance
gsb_feature_program_instance_ct.info | 2 +-
gsb_feature_program_instance_ct.strongarm.inc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6507: export compact and expanded for program instance.
gsb_feature_program_instance_ct.ds.inc | 132 +++++++++++
...program_instance_ct.features.field_instance.inc | 250 +++++++++++++++++++++
gsb_feature_program_instance_ct.info | 4 +
gsb_feature_program_instance_ct.strongarm.inc | 4 +-
4 files changed, 388 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
Changed all the fields with markdown to have markdown with resources
...re_program_instance_ct.features.field_instance.inc | 12 +++++++-----
gsb_feature_program_instance_ct.field_group.inc | 19 +++++++++++++------
2 files changed, 20 insertions(+), 11 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6507: export compact and expanded for program instance.
gsb_feature_program_instance_ct.ds.inc | 132 +++++++++++
...program_instance_ct.features.field_instance.inc | 250 +++++++++++++++++++++
gsb_feature_program_instance_ct.info | 4 +
gsb_feature_program_instance_ct.strongarm.inc | 4 +-
4 files changed, 388 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6535 Added field_program to list of search fields
gsb_feature_program_instance_ct.features.field_instance.inc | 2 +-
gsb_feature_program_instance_ct.info | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6464 Added field instance for field_program_schedule
...program_instance_ct.features.field_instance.inc | 73 +++++++++++++++++++---
gsb_feature_program_instance_ct.field_group.inc | 4 +-
gsb_feature_program_instance_ct.info | 2 +
gsb_feature_program_instance_ct.strongarm.inc | 6 +-
4 files changed, 72 insertions(+), 13 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6495 Made the link for the tuition field optional
...ure_program_instance_ct.features.field_base.inc | 43 ++++++++++++++++++++++
...program_instance_ct.features.field_instance.inc | 2 +-
gsb_feature_program_instance_ct.info | 2 +-
3 files changed, 45 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6495 Made the link for the tuition field optional
gsb_feature_program_instance_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6495 Made the link for the tuition field optional
gsb_feature_program_instance_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6440: configure display for referenced program instance and the location field collection.
gsb_feature_program_instance_ct.ds.inc | 159 +++++++++++
...program_instance_ct.features.field_instance.inc | 308 ++++++++++++++++++++-
gsb_feature_program_instance_ct.features.inc | 3 +
gsb_feature_program_instance_ct.info | 9 +
gsb_feature_program_instance_ct.strongarm.inc | 15 +
5 files changed, 489 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer, 11 months ago
Update README.md
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer, 11 months ago
WP-6390 Added code to handle ajax updates of the display-on-finder and application-open fields when editing a program ct
js/gsb_feature_program_instance_ct.js | 64 +++++++++++++++++++++++++++++++++++
1 file changed, 64 insertions(+)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer, 11 months ago
WP-6390 Added code to handle ajax updates of the display-on-finder and application-open fields when editing a program ct
gsb_feature_program_instance_ct.module | 95 +++++++++++++++++++++++++++++++++-
1 file changed, 94 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago
Update README.md
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago
WP-6390 Added code to handle ajax updates of the display-on-finder and application-open fields when editing a program ct
js/gsb_feature_program_instance_ct.js | 64 +++++++++++++++++++++++++++++++++++
1 file changed, 64 insertions(+)

view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago
WP-6390 Added code to handle ajax updates of the display-on-finder and application-open fields when editing a program ct
gsb_feature_program_instance_ct.module | 95 +++++++++++++++++++++++++++++++++-
1 file changed, 94 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6440: configure display for referenced program instance and the location field collection.
gsb_feature_program_instance_ct.ds.inc | 159 +++++++++++
...program_instance_ct.features.field_instance.inc | 308 ++++++++++++++++++++-
gsb_feature_program_instance_ct.features.inc | 3 +
gsb_feature_program_instance_ct.info | 9 +
gsb_feature_program_instance_ct.strongarm.inc | 15 +
5 files changed, 489 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer, 11 months ago
WP-6390 Added changes for labels on two link fields on the Program Instance CT
gsb_feature_program_instance_ct.module | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)

view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago
WP-6390 Added changes for labels on two link fields on the Program Instance CT
gsb_feature_program_instance_ct.module | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6490 Removed the field field_is_program_online
...program_instance_ct.features.field_instance.inc | 48 ----------------------
gsb_feature_program_instance_ct.info | 1 -
2 files changed, 49 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6390 Adding new field instances after latest review of Program Instance CT
...program_instance_ct.features.field_instance.inc | 217 +++++++++++++--------
gsb_feature_program_instance_ct.field_group.inc | 90 ++++++++-
gsb_feature_program_instance_ct.info | 9 +-
gsb_feature_program_instance_ct.strongarm.inc | 93 ++++++++-
4 files changed, 319 insertions(+), 90 deletions(-)

view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago
Adding search fields
...program_instance_ct.features.field_instance.inc | 64 ++++++++++++++++++++++
gsb_feature_program_instance_ct.info | 7 ++-
gsb_feature_program_instance_ct.strongarm.inc | 13 ++++-
3 files changed, 80 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago
WP-6390 More changes related to new fields for the program instance ct
README.md | 2 +-
...program_instance_ct.features.field_instance.inc | 997 ++++++++++++++++++++-
gsb_feature_program_instance_ct.field_group.inc | 4 +-
gsb_feature_program_instance_ct.info | 14 +
gsb_feature_program_instance_ct.module | 15 +
gsb_feature_program_instance_ct.strongarm.inc | 14 +-
6 files changed, 1032 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago
WP-6390 Added new state to only make field_link_for_apply_button visible if field_apower_id is filled
gsb_feature_program_instance_ct.module | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago
WP-6292 Adding new Program Instance CT fields
...program_instance_ct.features.field_instance.inc | 462 +++++++++++++++++++++
gsb_feature_program_instance_ct.features.inc | 35 ++
gsb_feature_program_instance_ct.field_group.inc | 44 ++
gsb_feature_program_instance_ct.info | 39 ++
gsb_feature_program_instance_ct.module | 70 ++++
gsb_feature_program_instance_ct.strongarm.inc | 116 ++++++
6 files changed, 766 insertions(+)

view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_feature_offsite_school_story_ct
===========================================
view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6089: update image to link to offsite link.
...ite_school_story_ct.features.field_instance.inc | 42 +++++++++++-----------
gsb_feature_offsite_school_story_ct.info | 1 +
2 files changed, 22 insertions(+), 21 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6118: add classes back to wrappers.
gsb_feature_offsite_school_story_ct.ds.inc | 1 +
...ature_offsite_school_story_ct.features.field_instance.inc | 6 ++++++
gsb_feature_offsite_school_story_ct.field_group.inc | 12 ++++++++----
gsb_feature_offsite_school_story_ct.info | 1 +
gsb_feature_offsite_school_story_ct.strongarm.inc | 7 +++++++
5 files changed, 23 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5947: update field order.
gsb_feature_offsite_school_story_ct.ds.inc | 22 +++++++++++-----------
...ite_school_story_ct.features.field_instance.inc | 4 ++--
2 files changed, 13 insertions(+), 13 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5851: add pipe to source.
gsb_feature_offsite_school_story_ct.ds.inc | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5588: update date format.
gsb_feature_offsite_school_story_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5516: configure compact and expanded view modes.
gsb_feature_offsite_school_story_ct.ds.inc | 241 +++++++++++++++++++++
...ite_school_story_ct.features.field_instance.inc | 201 ++++++++++++++++-
...feature_offsite_school_story_ct.field_group.inc | 64 ++++++
gsb_feature_offsite_school_story_ct.info | 6 +
gsb_feature_offsite_school_story_ct.strongarm.inc | 15 ++
5 files changed, 524 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago
WP-5163: Update default moderation state.
gsb_feature_offsite_school_story_ct.info | 6 +++---
gsb_feature_offsite_school_story_ct.strongarm.inc | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5049 update the help text for image field
...ite_school_story_ct.features.field_instance.inc | 25 ++++++++++++++++++++--
1 file changed, 23 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-4631 clear program field based on alumni mention
gsb_feature_offsite_school_story_ct.module | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4752: italic source and media icon.
gsb_feature_offsite_school_story_ct.ds.inc | 20 +++++++++++++++-----
...fsite_school_story_ct.features.field_instance.inc | 9 +++------
gsb_feature_offsite_school_story_ct.info | 2 +-
3 files changed, 19 insertions(+), 12 deletions(-)

view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4752: export ds settings.
gsb_feature_offsite_school_story_ct.ds.inc | 75 ++++++++++++++++++++
...ite_school_story_ct.features.field_instance.inc | 81 ++++++++++++++++++++++
gsb_feature_offsite_school_story_ct.info | 3 +
gsb_feature_offsite_school_story_ct.strongarm.inc | 9 +++
4 files changed, 168 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4694 made program field mandate for offsite school story
gsb_feature_offsite_school_story_ct.module | 28 +++++++++++++++++++++++++++-
1 file changed, 27 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4694 fix alumni mention for offsite school story
gsb_feature_offsite_school_story_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4584 Added field_program_unlimited, removed field_program_single
...fsite_school_story_ct.features.field_instance.inc | 20 ++++++++++----------
gsb_feature_offsite_school_story_ct.field_group.inc | 2 +-
gsb_feature_offsite_school_story_ct.info | 2 +-
3 files changed, 12 insertions(+), 12 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4532 update alumni mention section
gsb_feature_offsite_school_story_ct.features.field_instance.inc | 8 ++++----
gsb_feature_offsite_school_story_ct.field_group.inc | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4522 bundle taxonomy for offsite school story ct
...ite_school_story_ct.features.field_instance.inc | 4 +-
...feature_offsite_school_story_ct.field_group.inc | 82 +++++++++++++++++++++-
gsb_feature_offsite_school_story_ct.info | 7 +-
3 files changed, 88 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago
WP-4525 : Enable workbench moderation.
gsb_feature_offsite_school_story_ct.info | 4 ++--
gsb_feature_offsite_school_story_ct.strongarm.inc | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago
WP-4378: Add Alt Text field to key image.
gsb_feature_offsite_school_story_ct.features.field_instance.inc | 2 +-
gsb_feature_offsite_school_story_ct.info | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4396: update the field group.
gsb_feature_offsite_school_story_ct.ds.inc | 26 +++++++++++-----------
...feature_offsite_school_story_ct.field_group.inc | 22 +++++++++++++++++-
2 files changed, 34 insertions(+), 14 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago
WP-4361 update key image field
gsb_feature_offsite_school_story_ct.features.field_instance.inc | 2 +-
gsb_feature_offsite_school_story_ct.info | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4310: export display update to pub source.
gsb_feature_offsite_school_story_ct.ds.inc | 14 ++++++++++----
gsb_feature_offsite_school_story_ct.features.inc | 1 +
2 files changed, 11 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4158: teaser display settings.
gsb_feature_offsite_school_story_ct.ds.inc | 139 +++++++++++++++++++++
...ite_school_story_ct.features.field_instance.inc | 77 ++++++++----
...feature_offsite_school_story_ct.field_group.inc | 16 ++-
gsb_feature_offsite_school_story_ct.info | 3 +
4 files changed, 206 insertions(+), 29 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago
WP-4052: Add ability to create revisions and disable preview.
gsb_feature_offsite_school_story_ct.info | 4 +++-
gsb_feature_offsite_school_story_ct.strongarm.inc | 3 ++-
2 files changed, 5 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4201: export news listing display settings.
gsb_feature_offsite_school_story_ct.ds.inc | 141 +++++++++++++++++++++
...ite_school_story_ct.features.field_instance.inc | 95 ++++++++++++++
...feature_offsite_school_story_ct.field_group.inc | 32 +++++
gsb_feature_offsite_school_story_ct.info | 3 +
gsb_feature_offsite_school_story_ct.strongarm.inc | 2 +-
5 files changed, 272 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4185: export related to idea story.
gsb_feature_offsite_school_story_ct.ds.inc | 117 +++++++++++++++++++++
...ite_school_story_ct.features.field_instance.inc | 87 +++++++++++++++
gsb_feature_offsite_school_story_ct.features.inc | 3 +
gsb_feature_offsite_school_story_ct.info | 4 +
gsb_feature_offsite_school_story_ct.strongarm.inc | 63 ++++++++++-
5 files changed, 273 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-3975 Added search field
...ite_school_story_ct.features.field_instance.inc | 61 ++++++++++++++++++++++
gsb_feature_offsite_school_story_ct.info | 2 +
2 files changed, 63 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-4123 Added field_related_faculty
...ite_school_story_ct.features.field_instance.inc | 107 +++++++++++----------
...feature_offsite_school_story_ct.field_group.inc | 2 +-
gsb_feature_offsite_school_story_ct.info | 2 +-
gsb_feature_offsite_school_story_ct.strongarm.inc | 6 +-
4 files changed, 59 insertions(+), 58 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-3986 Reordering of fields, and added form alter
...ite_school_story_ct.features.field_instance.inc | 28 ++++++++++++----------
...feature_offsite_school_story_ct.field_group.inc | 2 +-
gsb_feature_offsite_school_story_ct.module | 17 +++++++++++++
gsb_feature_offsite_school_story_ct.strongarm.inc | 4 ++--
4 files changed, 36 insertions(+), 15 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-3986 Adding the new content type
...ite_school_story_ct.features.field_instance.inc | 693 +++++++++++++++++++++
gsb_feature_offsite_school_story_ct.features.inc | 34 +
...feature_offsite_school_story_ct.field_group.inc | 42 ++
gsb_feature_offsite_school_story_ct.info | 42 ++
gsb_feature_offsite_school_story_ct.module | 7 +
gsb_feature_offsite_school_story_ct.strongarm.inc | 91 +++
6 files changed, 909 insertions(+)

view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_feature_program_panelized_page_ct
===========================================
view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago
WP-7380 Adjusted how we build the fifth page title used by metatags
gsb_feature_program_panelized_page_ct.module | 42 +++++++++++++---------------
1 file changed, 20 insertions(+), 22 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago
WP-7380 Added handle of fifth page tiles to match the other ppp pages
gsb_feature_program_panelized_page_ct.module | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago
WP-7380 Added new token node:ppp-url-args
gsb_feature_program_panelized_page_ct.module | 42 ++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)

view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago
WP-7327 Added H1 to faculty program panelized page
gsb_feature_program_panelized_page_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7139 Changing text for the Participant Profile title
gsb_feature_program_panelized_page_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7139 Changing page title based on PPP type
gsb_feature_program_panelized_page_ct.module | 43 +++++++++++++++++++---------
1 file changed, 29 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer, 9 months ago
WP-6973 Added alter to adjust title for curriculum, faculty and participant ppp pages.
gsb_feature_program_panelized_page_ct.module | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer, 9 months ago
WP-6973 Added alter to adjust title for curriculum, faculty and participant ppp pages.
gsb_feature_program_panelized_page_ct.module | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6973 Added alter to adjust title for curriculum, faculty and participant ppp pages.
gsb_feature_program_panelized_page_ct.module | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6845 Changed layout from gsb-full-bleed-landing-page to gsb-full-bleed-page
gsb_feature_program_panelized_page_ct.panelizer.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6813 Pane changes related to the previous commit and its layout changes
gsb_feature_program_panelized_page_ct.info | 4 +-
...feature_program_panelized_page_ct.panelizer.inc | 56 +---------------------
2 files changed, 3 insertions(+), 57 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6813 Changing the layout to be gsb-full-bleed-landing-page
gsb_feature_program_panelized_page_ct.info | 2 +-
gsb_feature_program_panelized_page_ct.panelizer.inc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6739 Added panelizer strongarm settings
gsb_feature_program_panelized_page_ct.info | 8 +++--
...feature_program_panelized_page_ct.panelizer.inc | 2 +-
...feature_program_panelized_page_ct.strongarm.inc | 41 ++++++++++++++++++++++
3 files changed, 48 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6520 Set GSB widescreen as the default layout
gsb_feature_program_panelized_page_ct.features.inc | 3 +
gsb_feature_program_panelized_page_ct.info | 5 +-
...feature_program_panelized_page_ct.panelizer.inc | 101 +++++++++++++++++++++
3 files changed, 108 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6337 Adding panelized setting for the ct
gsb_feature_program_panelized_page_ct.info | 4 +
...feature_program_panelized_page_ct.strongarm.inc | 173 +++++++++++++++++++++
2 files changed, 177 insertions(+)

view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago
WP-6337 Initial commit for the Program Panelized Page CT
...m_panelized_page_ct.features.field_instance.inc | 68 ++++++++++++++++
gsb_feature_program_panelized_page_ct.features.inc | 32 ++++++++
gsb_feature_program_panelized_page_ct.info | 21 +++++
gsb_feature_program_panelized_page_ct.module | 7 ++
...feature_program_panelized_page_ct.strongarm.inc | 95 ++++++++++++++++++++++
5 files changed, 223 insertions(+)

view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_feature_alumni_reunion_agenda_item_ct
===========================================
view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6369: update related wrapper.
gsb_feature_alumni_reunion_agenda_item_ct.field_group.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6118: add back wrapper classes.
gsb_feature_alumni_reunion_agenda_item_ct.field_group.inc | 8 +++++---
gsb_feature_alumni_reunion_agenda_item_ct.strongarm.inc | 12 ++++++++++++
2 files changed, 17 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5434 Added empty tests to remove watchdog warnings.
gsb_feature_alumni_reunion_agenda_item_ct.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5408: add divs to file fields.
gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Adam Moore, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5391 move files field inside related block
...lumni_reunion_agenda_item_ct.features.field_instance.inc | 13 ++++++-------
gsb_feature_alumni_reunion_agenda_item_ct.field_group.inc | 10 +++++-----
2 files changed, 11 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5400 remove the field field_person_fac_ref
...nion_agenda_item_ct.features.field_instance.inc | 58 +---------------------
gsb_feature_alumni_reunion_agenda_item_ct.info | 1 -
2 files changed, 2 insertions(+), 57 deletions(-)

view commit - committer: Adam Moore, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5381 update label for field_person_ref_unlimited
gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5352: update related sidebar.
gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 78 +++++++++++-----------
...nion_agenda_item_ct.features.field_instance.inc | 55 ++++++++-------
...e_alumni_reunion_agenda_item_ct.field_group.inc | 10 +--
3 files changed, 75 insertions(+), 68 deletions(-)

view commit - committer: Adam Moore, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5391 enable description for file field
gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5391 update allowed formats for file field
gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5351 remove old alumni ref field
...nion_agenda_item_ct.features.field_instance.inc | 59 ----------------------
gsb_feature_alumni_reunion_agenda_item_ct.info | 1 -
2 files changed, 60 deletions(-)

view commit - committer: Adam Moore, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5351 add files field
...nion_agenda_item_ct.features.field_instance.inc | 77 ++++++++++++++++++++++
gsb_feature_alumni_reunion_agenda_item_ct.info | 1 +
...ure_alumni_reunion_agenda_item_ct.strongarm.inc | 6 +-
3 files changed, 81 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5351 add the person ref field
...nion_agenda_item_ct.features.field_instance.inc | 65 ++++++++++++++++++++--
...e_alumni_reunion_agenda_item_ct.field_group.inc | 7 ++-
gsb_feature_alumni_reunion_agenda_item_ct.info | 1 +
3 files changed, 66 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5408: add divs to file fields.
gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5391 move files field inside related block
...lumni_reunion_agenda_item_ct.features.field_instance.inc | 13 ++++++-------
gsb_feature_alumni_reunion_agenda_item_ct.field_group.inc | 10 +++++-----
2 files changed, 11 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5400 remove the field field_person_fac_ref
...nion_agenda_item_ct.features.field_instance.inc | 58 +---------------------
gsb_feature_alumni_reunion_agenda_item_ct.info | 1 -
2 files changed, 2 insertions(+), 57 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5381 update label for field_person_ref_unlimited
gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
Merge branch 'WP-5391-1' into release-5.08
view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5352: update related sidebar.
gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 78 +++++++++++-----------
...nion_agenda_item_ct.features.field_instance.inc | 55 ++++++++-------
...e_alumni_reunion_agenda_item_ct.field_group.inc | 10 +--
3 files changed, 75 insertions(+), 68 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5400 remove the field field_person_fac_ref
...nion_agenda_item_ct.features.field_instance.inc | 59 ----------------------
gsb_feature_alumni_reunion_agenda_item_ct.info | 1 -
2 files changed, 60 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5381 update label for field_person_ref_unlimited
gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5391 enable description for file field
gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5352: update related sidebar.
gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 78 +++++++++++-----------
...nion_agenda_item_ct.features.field_instance.inc | 55 ++++++++-------
...e_alumni_reunion_agenda_item_ct.field_group.inc | 10 +--
3 files changed, 75 insertions(+), 68 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5391 update allowed formats for file field
gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5351 remove old alumni ref field
...nion_agenda_item_ct.features.field_instance.inc | 59 ----------------------
gsb_feature_alumni_reunion_agenda_item_ct.info | 1 -
2 files changed, 60 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5351 add files field
...nion_agenda_item_ct.features.field_instance.inc | 77 ++++++++++++++++++++++
gsb_feature_alumni_reunion_agenda_item_ct.info | 1 +
...ure_alumni_reunion_agenda_item_ct.strongarm.inc | 6 +-
3 files changed, 81 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5351 add the person ref field
...nion_agenda_item_ct.features.field_instance.inc | 65 ++++++++++++++++++++--
...e_alumni_reunion_agenda_item_ct.field_group.inc | 7 ++-
gsb_feature_alumni_reunion_agenda_item_ct.info | 1 +
3 files changed, 66 insertions(+), 7 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5246 revert the wrong label changes
gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5246 label change
gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago
WP-5100 update label for CT field publication
...ture_alumni_reunion_agenda_item_ct.features.field_instance.inc | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago
WP-5209: Remove javascript solution and use hook_menu_local_tasks_alter.
gsb_feature_alumni_reunion_agenda_item_ct.module | 43 ++++++++++++++++++++----
js/add-destination.js | 15 ---------
2 files changed, 37 insertions(+), 21 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago
WP-5209: Add javacript to add the destination as a path parameter.
gsb_feature_alumni_reunion_agenda_item_ct.module | 14 +++++++++++++-
js/add-destination.js | 15 +++++++++++++++
2 files changed, 28 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago
WP-5207: Unlink location in the agenda item listing.
gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 2 +-
gsb_feature_alumni_reunion_agenda_item_ct.info | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago
WP-5155-3 Added a new url alias pattern
gsb_feature_alumni_reunion_agenda_item_ct.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago
WP-5155-3 Removing force_pathauto and the url alias pattern
gsb_feature_alumni_reunion_agenda_item_ct.strongarm.inc | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago
WP-5155-3 Added new function gsb_feature_alumni_reunion_agenda_item_ct_create_alias
gsb_feature_alumni_reunion_agenda_item_ct.module | 73 ++++++++++++++++++------
1 file changed, 54 insertions(+), 19 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago
WP-51550-2: Use the nodes alias for the session title and the nodes title. Fix alias creation to always update by passing the pid.
gsb_feature_alumni_reunion_agenda_item_ct.module | 59 +++++++++++++++---------
1 file changed, 36 insertions(+), 23 deletions(-)

view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago
WP-5155-1 Fixing up a warning.
gsb_feature_alumni_reunion_agenda_item_ct.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago
WP-5155-1 Changed how we get the $title_alias for the node link
gsb_feature_alumni_reunion_agenda_item_ct.module | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago
WP-5155-1 Adjusted how we check if a path alias already exists.
gsb_feature_alumni_reunion_agenda_item_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago
WP-5155 remove extra dollar for language
gsb_feature_alumni_reunion_agenda_item_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago
WP-5155-1 Feature update to set force_pathauto
gsb_feature_alumni_reunion_agenda_item_ct.strongarm.inc | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago
WP-5155-1 Added call to pathauto_alias_uniquify() when creating the path alias
gsb_feature_alumni_reunion_agenda_item_ct.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5159: change format for location to allow ampersands to render correctly.
gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago
WP-5155-1 Changed how we get the $title_alias for the node link
gsb_feature_alumni_reunion_agenda_item_ct.module | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago
WP-5155-1 Adjusted how we check if a path alias already exists.
gsb_feature_alumni_reunion_agenda_item_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago
WP-5155 remove extra dollar for language
gsb_feature_alumni_reunion_agenda_item_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago
WP-5155-1 Feature update to set force_pathauto
gsb_feature_alumni_reunion_agenda_item_ct.strongarm.inc | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago
WP-5155-1 Added call to pathauto_alias_uniquify() when creating the path alias
gsb_feature_alumni_reunion_agenda_item_ct.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago
WP-5155 update the script to create aliase
gsb_feature_alumni_reunion_agenda_item_ct.module | 15 +++++++++------
gsb_feature_alumni_reunion_agenda_item_ct.zip | Bin 2191 -> 0 bytes
2 files changed, 9 insertions(+), 6 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago
WP-5155 fix the aliases creation function
gsb_feature_alumni_reunion_agenda_item_ct.module | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5155 update the logic
gsb_feature_alumni_reunion_agenda_item_ct.module | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5155 fix the aliases creation
gsb_feature_alumni_reunion_agenda_item_ct.module | 30 +++++++++++------------
gsb_feature_alumni_reunion_agenda_item_ct.zip | Bin 2261 -> 2191 bytes
2 files changed, 15 insertions(+), 15 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5155 fix the similar title issue with aliases
gsb_feature_alumni_reunion_agenda_item_ct.module | 17 ++++++++++++++---
gsb_feature_alumni_reunion_agenda_item_ct.zip | Bin 0 -> 2261 bytes
2 files changed, 14 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5159: change format for location to allow ampersands to render correctly.
gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5143 remove menu option for node add form
gsb_feature_alumni_reunion_agenda_item_ct.strongarm.inc | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5151 add open in new window option for location
...eature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5143 remove menu option for node add form
gsb_feature_alumni_reunion_agenda_item_ct.strongarm.inc | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5159: change format for location to allow ampersands to render correctly.
gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-5163 Setting default to draft
...ature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 2 ++
gsb_feature_alumni_reunion_agenda_item_ct.strongarm.inc | 7 ++++---
2 files changed, 6 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5151 add open in new window option for location
...ture_alumni_reunion_agenda_item_ct.features.field_instance.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5006 set image field length to 120px
...eature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5006 set image field length to 120px
...eature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5060 add open in new window for link field in agenda item
gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5068 Changed time increment to 5 minutes.
gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5006 set the related content autocomplete fields length to 100
...eature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4984: use split date and time formatter.
gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 2 +
...nion_agenda_item_ct.features.field_instance.inc | 4 +-
gsb_feature_alumni_reunion_agenda_item_ct.info | 1 -
gsb_feature_alumni_reunion_agenda_item_ct.module | 56 ----------------------
...ure_alumni_reunion_agenda_item_ct.strongarm.inc | 12 +++++
5 files changed, 16 insertions(+), 59 deletions(-)

view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago
WP-4840 Adjusted how we create the markup link.
gsb_feature_alumni_reunion_agenda_item_ct.module | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago
Add support for other layouts when hiding multiple exclusives.
gsb_feature_alumni_reunion_agenda_item_ct.module | 26 ++++++++++++++++++++----
1 file changed, 22 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago
WP-4780 Add check if alias is already been corrected
gsb_feature_alumni_reunion_agenda_item_ct.module | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years ago author: Adam Moore, 2 years ago
WP-4785: Hide the superhead if there is more than one reunion group.
gsb_feature_alumni_reunion_agenda_item_ct.module | 43 ++++++++++++++++--------
1 file changed, 29 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago
WP-4780-2 Added hook to ds_pre_render_alter agenda item links
gsb_feature_alumni_reunion_agenda_item_ct.module | 29 +++++++++++++++++++++++-
1 file changed, 28 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4810: configuration for agenda item listing.
gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 193 +++++++++++++++++----
...nion_agenda_item_ct.features.field_instance.inc | 94 ++++++++++
...e_alumni_reunion_agenda_item_ct.field_group.inc | 10 +-
gsb_feature_alumni_reunion_agenda_item_ct.info | 5 +-
...ure_alumni_reunion_agenda_item_ct.strongarm.inc | 11 ++
5 files changed, 271 insertions(+), 42 deletions(-)

view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago
WP-4790 updated pricing and registration options
...nion_agenda_item_ct.features.field_instance.inc | 23 ++++++++++------------
1 file changed, 10 insertions(+), 13 deletions(-)

view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4810: configuration for agenda item listing.
gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 193 +++++++++++++++++----
...nion_agenda_item_ct.features.field_instance.inc | 94 ++++++++++
...e_alumni_reunion_agenda_item_ct.field_group.inc | 10 +-
gsb_feature_alumni_reunion_agenda_item_ct.info | 5 +-
...ure_alumni_reunion_agenda_item_ct.strongarm.inc | 11 ++
5 files changed, 271 insertions(+), 42 deletions(-)

view commit - committer: Adam Moore, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4794: update pricing to price.
gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 39 ++++++++++++------------
gsb_feature_alumni_reunion_agenda_item_ct.info | 2 +-
2 files changed, 21 insertions(+), 20 deletions(-)

view commit - committer: Adam Moore, 2 years ago author: Roopesh Naik, 2 years ago
WP-4750 fix the query
gsb_feature_alumni_reunion_agenda_item_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years ago author: Roopesh Naik, 2 years, 1 month ago
WP-4750 alias fix - use new session field
gsb_feature_alumni_reunion_agenda_item_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago
WP-4750 fix the query
gsb_feature_alumni_reunion_agenda_item_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4794: update pricing to price.
gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 39 ++++++++++++------------
gsb_feature_alumni_reunion_agenda_item_ct.info | 2 +-
2 files changed, 21 insertions(+), 20 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4734: update fields for agenda ct.
gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 200 ++++++++++++++++++---
...nion_agenda_item_ct.features.field_instance.inc | 81 ++++-----
...e_alumni_reunion_agenda_item_ct.field_group.inc | 41 ++++-
gsb_feature_alumni_reunion_agenda_item_ct.info | 3 +-
gsb_feature_alumni_reunion_agenda_item_ct.module | 60 ++++++-
...ure_alumni_reunion_agenda_item_ct.strongarm.inc | 4 +-
6 files changed, 309 insertions(+), 80 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4750 alias fix - use new session field
gsb_feature_alumni_reunion_agenda_item_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4750 make the field required
gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 2 +-
gsb_feature_alumni_reunion_agenda_item_ct.info | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4750 remove old and add new alumni session field
gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 4 +-
...nion_agenda_item_ct.features.field_instance.inc | 103 ++++++++++-----------
gsb_feature_alumni_reunion_agenda_item_ct.info | 4 +-
3 files changed, 55 insertions(+), 56 deletions(-)

view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
WP-4786 Made field_reunion_session_ref a required field
gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4781 fixed the alumni duplication
gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 12 ++++++------
...lumni_reunion_agenda_item_ct.features.field_instance.inc | 13 ++++++-------
gsb_feature_alumni_reunion_agenda_item_ct.field_group.inc | 6 +++---
gsb_feature_alumni_reunion_agenda_item_ct.info | 2 +-
4 files changed, 16 insertions(+), 17 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4734 add cost field.
gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 43 +++++++++++++++-------
...nion_agenda_item_ct.features.field_instance.inc | 19 ++++++----
...e_alumni_reunion_agenda_item_ct.field_group.inc | 2 +-
gsb_feature_alumni_reunion_agenda_item_ct.info | 2 +-
...ure_alumni_reunion_agenda_item_ct.strongarm.inc | 4 +-
5 files changed, 45 insertions(+), 25 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4734: add title and location wrapper.
gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 103 ++++++++++++---------
...nion_agenda_item_ct.features.field_instance.inc | 43 ++++-----
...e_alumni_reunion_agenda_item_ct.field_group.inc | 35 ++++++-
gsb_feature_alumni_reunion_agenda_item_ct.info | 3 +-
...ure_alumni_reunion_agenda_item_ct.strongarm.inc | 4 +-
5 files changed, 115 insertions(+), 73 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4734: add pane bundle links class.
gsb_feature_alumni_reunion_agenda_item_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
WP-4780 Changed the existing path check to use the correct path
gsb_feature_alumni_reunion_agenda_item_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
WP-4780 Changed the existing path check to use the correct path
gsb_feature_alumni_reunion_agenda_item_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4734: detail display settings.
gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 138 +++++++++++++++++++--
...nion_agenda_item_ct.features.field_instance.inc | 56 ++++-----
...e_alumni_reunion_agenda_item_ct.field_group.inc | 8 +-
gsb_feature_alumni_reunion_agenda_item_ct.info | 3 +-
4 files changed, 159 insertions(+), 46 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4781 use single faculty unlimited field
...nion_agenda_item_ct.features.field_instance.inc | 107 +++++++++++----------
...e_alumni_reunion_agenda_item_ct.field_group.inc | 6 +-
gsb_feature_alumni_reunion_agenda_item_ct.info | 4 +-
3 files changed, 60 insertions(+), 57 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4783 add all day for date field
gsb_feature_alumni_reunion_agenda_item_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4779 change the date/time field
gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 32 ++++++++++++----------
...nion_agenda_item_ct.features.field_instance.inc | 12 ++++----
...e_alumni_reunion_agenda_item_ct.field_group.inc | 22 +++++++--------
gsb_feature_alumni_reunion_agenda_item_ct.info | 4 +--
...ure_alumni_reunion_agenda_item_ct.strongarm.inc | 4 +--
5 files changed, 38 insertions(+), 36 deletions(-)

view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
WP-4780 Added support for creating alias for Alumni Reunion Agenda Item Detail pages
gsb_feature_alumni_reunion_agenda_item_ct.module | 70 ++++++++++++++++++++++++
1 file changed, 70 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4774 add new registration field
...nion_agenda_item_ct.features.field_instance.inc | 120 +++++++++++++++++++--
...e_alumni_reunion_agenda_item_ct.field_group.inc | 2 +-
gsb_feature_alumni_reunion_agenda_item_ct.info | 4 +-
...ure_alumni_reunion_agenda_item_ct.strongarm.inc | 6 +-
4 files changed, 117 insertions(+), 15 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4733 Fix different fields in ct
gsb_feature_alumni_reunion_agenda_item_ct.ds.inc | 120 +++++++++++++++++++++
...nion_agenda_item_ct.features.field_instance.inc | 42 ++++----
...ture_alumni_reunion_agenda_item_ct.features.inc | 6 ++
...e_alumni_reunion_agenda_item_ct.field_group.inc | 75 +++++++++++++
gsb_feature_alumni_reunion_agenda_item_ct.info | 17 ++-
gsb_feature_alumni_reunion_agenda_item_ct.module | 66 ++++++++++++
...ure_alumni_reunion_agenda_item_ct.strongarm.inc | 15 ++-
7 files changed, 315 insertions(+), 26 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4733 fix the field type
...mni_reunion_agenda_item_ct.features.field_instance.inc | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4733 add new field instance to ct
...nion_agenda_item_ct.features.field_instance.inc | 675 ++++++++++++++++++++-
gsb_feature_alumni_reunion_agenda_item_ct.info | 14 +
...ure_alumni_reunion_agenda_item_ct.strongarm.inc | 93 ++-
3 files changed, 774 insertions(+), 8 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4733 add alumni reunion agenda item ct
...nion_agenda_item_ct.features.field_instance.inc | 117 +++++++++++++++++++++
...ture_alumni_reunion_agenda_item_ct.features.inc | 32 ++++++
gsb_feature_alumni_reunion_agenda_item_ct.info | 22 ++++
gsb_feature_alumni_reunion_agenda_item_ct.module | 7 ++
...ure_alumni_reunion_agenda_item_ct.strongarm.inc | 80 ++++++++++++++
5 files changed, 258 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_feature_alumni_reunion_session_ct
===========================================
view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-5163 Setting default to draft
gsb_feature_alumni_reunion_session_ct.features.field_instance.inc | 1 +
gsb_feature_alumni_reunion_session_ct.strongarm.inc | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4773 removed the registration field title
gsb_feature_alumni_reunion_session_ct.features.field_instance.inc | 2 +-
gsb_feature_alumni_reunion_session_ct.info | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4749 alter title label
gsb_feature_alumni_reunion_session_ct.module | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4749 add alumni reunion session ct
..._reunion_session_ct.features.field_instance.inc | 88 ++++++++++++++++++++
gsb_feature_alumni_reunion_session_ct.features.inc | 32 ++++++++
gsb_feature_alumni_reunion_session_ct.info | 22 +++++
gsb_feature_alumni_reunion_session_ct.module | 7 ++
...feature_alumni_reunion_session_ct.strongarm.inc | 93 ++++++++++++++++++++++
5 files changed, 242 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_feature_toolbar
===========================================
view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7071 Updated to use new branch of quickbar
gsb_feature_toolbar.make | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7071 Updated to use new branch of quickbar
gsb_feature_toolbar.make | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-5125 Rebuilding the toolbar feature to reflect role changes to apply to quickbar
gsb_feature_toolbar.features.content_menu_links.inc | 18 ------------------
gsb_feature_toolbar.info | 1 -
gsb_feature_toolbar.strongarm.inc | 18 ++++++++++++++++--
3 files changed, 16 insertions(+), 21 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 exported menu update
gsb_feature_toolbar.features.menu_custom.inc | 8 ++++----
gsb_feature_toolbar.info | 5 +++--
2 files changed, 7 insertions(+), 6 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4604 update menu
gsb_feature_toolbar.features.menu_custom.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4208 Feature changes for the marketing-admin menu
...feature_toolbar.features.content_menu_links.inc | 117 +++++++++++++++++----
gsb_feature_toolbar.info | 8 +-
2 files changed, 102 insertions(+), 23 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3007: Remove the managing of menu items.
...feature_toolbar.features.content_menu_links.inc | 35 ----------------------
gsb_feature_toolbar.info | 4 +--
2 files changed, 1 insertion(+), 38 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3177: Export toolbar settings.
...feature_toolbar.features.content_menu_links.inc | 62 ++++++++++++
gsb_feature_toolbar.info | 36 ++-----
gsb_feature_toolbar.strongarm.inc | 111 +++++++++++++++++++--
3 files changed, 174 insertions(+), 35 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
...feature_toolbar.features.content_menu_links.inc | 138 +++++++--------------
gsb_feature_toolbar.features.inc | 3 +-
gsb_feature_toolbar.features.menu_links.inc | 138 +++++++--------------
gsb_feature_toolbar.info | 28 +----
4 files changed, 88 insertions(+), 219 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 4 months ago author: Tim Plunkett, 3 years, 4 months ago
WP-2010: Fix menu links to reference the correct router path.
gsb_feature_toolbar.features.content_menu_links.inc | 2 +-
gsb_feature_toolbar.features.menu_links.inc | 2 +-
gsb_feature_toolbar.features.uuid_menu_links.inc | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Adam Moore, 3 years, 5 months ago
Direct people to saml-logout when logging out.
...feature_toolbar.features.content_menu_links.inc | 24 +++++++++++-----------
gsb_feature_toolbar.features.menu_links.inc | 24 +++++++++++-----------
gsb_feature_toolbar.info | 12 +++++------
3 files changed, 30 insertions(+), 30 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 5 months ago author: Greg Mercer (GBear), 3 years, 5 months ago
WP-1950 Adding new menu items under Manage Home Page Marketing menu
...feature_toolbar.features.content_menu_links.inc | 119 +++++++++++++++++++++
gsb_feature_toolbar.features.menu_links.inc | 119 +++++++++++++++++++++
gsb_feature_toolbar.features.uuid_menu_links.inc | 98 +++++++++++++----
gsb_feature_toolbar.info | 26 +++--
4 files changed, 334 insertions(+), 28 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
WP-1866 Change the incorrect parent link for the 'Slideshow' and 'Image CTA' under 'Manage Home Page'
gsb_feature_toolbar.features.uuid_menu_links.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
WP-1866 Changed the link for the main 'Manage Home Page' menu.
gsb_feature_toolbar.features.uuid_menu_links.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WP-1866 Created new "Manage Home Page" page
gsb_feature_toolbar.info | 7 +++++++
gsb_feature_toolbar.module | 12 ++++++++++++
gsb_feature_toolbar.pages.inc | 34 +++++++++++++++++++++++-----------
3 files changed, 42 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
WP-1866 Adding the Manage Home page.
gsb_feature_toolbar.pages.inc | 51 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 51 insertions(+)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
WP-1866 Adding the Manage Home page.
gsb_feature_toolbar.module | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WP-1866 Added the "Manage Home Page" menu items for the Marketing menu
...feature_toolbar.features.content_menu_links.inc | 4 +-
gsb_feature_toolbar.features.menu_links.inc | 4 +-
gsb_feature_toolbar.features.uuid_menu_links.inc | 62 +++++++++++++++++++++-
gsb_feature_toolbar.info | 5 +-
4 files changed, 69 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
added mini-panels menu item to the marketing menu
gsb_feature_toolbar.features.content_menu_links.inc | 21 ++++++++++++++++++++-
gsb_feature_toolbar.features.menu_links.inc | 21 ++++++++++++++++++++-
gsb_feature_toolbar.features.uuid_menu_links.inc | 20 ++++++++++++++++++++
gsb_feature_toolbar.info | 3 +++
4 files changed, 63 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
added quickbar config for section mgr and marketing admin roles
gsb_feature_toolbar.features.content_menu_links.inc | 3 +++
gsb_feature_toolbar.features.menu_links.inc | 3 +++
gsb_feature_toolbar.info | 2 +-
gsb_feature_toolbar.strongarm.inc | 10 ++++++++--
4 files changed, 15 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Updated to new commit.
gsb_feature_toolbar.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
updated the menus for marketing
...feature_toolbar.features.content_menu_links.inc | 22 ++++++++++++++++++++--
gsb_feature_toolbar.features.menu_links.inc | 22 ++++++++++++++++++++--
gsb_feature_toolbar.features.uuid_menu_links.inc | 19 +++++++++++++++++++
gsb_feature_toolbar.info | 5 ++++-
gsb_feature_toolbar.strongarm.inc | 5 ++++-
5 files changed, 67 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
added the menu items for the section editor, section mgr and marketing menus
...feature_toolbar.features.content_menu_links.inc | 373 +++++++++++++++++++++
gsb_feature_toolbar.info | 22 +-
gsb_feature_toolbar.strongarm.inc | 2 -
3 files changed, 394 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
changes related to the new version of quickbar
gsb_feature_toolbar.features.menu_links.inc | 267 ++---------------------
gsb_feature_toolbar.features.uuid_menu_links.inc | 58 -----
gsb_feature_toolbar.info | 27 +--
gsb_feature_toolbar.strongarm.inc | 75 ++++++-
4 files changed, 95 insertions(+), 332 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Changing to use 7.x-2.x
gsb_feature_toolbar.make | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
added new marketing menu
gsb_feature_toolbar.features.menu_custom.inc | 7 +
gsb_feature_toolbar.features.menu_links.inc | 224 ++++++++++++++++++++++-
gsb_feature_toolbar.features.uuid_menu_links.inc | 95 ++++++++++
gsb_feature_toolbar.info | 19 +-
gsb_feature_toolbar.strongarm.inc | 4 +-
5 files changed, 339 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
some small updates to the toolbar menus
gsb_feature_toolbar.features.menu_links.inc | 10 +++++-----
gsb_feature_toolbar.features.uuid_menu_links.inc | 19 +++++++++++++++++++
gsb_feature_toolbar.info | 5 +++--
gsb_feature_toolbar.strongarm.inc | 4 ++--
4 files changed, 29 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
changes for the section-editor-toolbar and section-manager-toolbar
gsb_feature_toolbar.features.menu_custom.inc | 12 +-
gsb_feature_toolbar.features.menu_links.inc | 277 ++++++++++++++++++++---
gsb_feature_toolbar.features.uuid_menu_links.inc | 132 +++++++++--
gsb_feature_toolbar.info | 50 ++--
gsb_feature_toolbar.strongarm.inc | 2 +-
5 files changed, 403 insertions(+), 70 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
adding the section editor and manager menu links
gsb_feature_toolbar.features.menu_links.inc | 185 ++++++++++++++++++++++++++++
gsb_feature_toolbar.info | 15 ++-
gsb_feature_toolbar.module | 2 +-
3 files changed, 198 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 3 years, 8 months ago author: Greg Mercer, 3 years, 8 months ago
Adding back the include
gsb_feature_toolbar.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer, 3 years, 8 months ago author: Greg Mercer, 3 years, 8 months ago
Added back the quickbar_role_menus and quickbar_role_weights variable
gsb_feature_toolbar.info | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
added menus for section editor and manager
gsb_feature_toolbar.features.uuid_menu_links.inc | 116 +++++++++++++++++++++++
gsb_feature_toolbar.info | 11 ++-
gsb_feature_toolbar.module | 4 +-
3 files changed, 123 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
added the quickbar project
gsb_feature_toolbar.make | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
initial commit
gsb_feature_toolbar.features.inc | 15 +++++++++++++
gsb_feature_toolbar.features.menu_custom.inc | 32 ++++++++++++++++++++++++++++
gsb_feature_toolbar.info | 16 ++++++++++++++
gsb_feature_toolbar.module | 7 ++++++
gsb_feature_toolbar.strongarm.inc | 28 ++++++++++++++++++++++++
5 files changed, 98 insertions(+)

view commit - committer: Greg Mercer, 3 years, 8 months ago author: Greg Mercer, 3 years, 8 months ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_feature_wysiwyg
===========================================
view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7359 Added br tag to the markdown lite list of allowed html
gsb_feature_wysiwyg.features.filter.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6537 Adding new filter paragraphed_plain_text
gsb_feature_wysiwyg.features.defaultconfig.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6537 Adding new filter paragraphed_plain_text
gsb_feature_wysiwyg.features.user_permission.inc | 9 +++++++++
gsb_feature_wysiwyg.info | 1 +
2 files changed, 10 insertions(+)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6537 Adding new filter paragraphed_plain_text
gsb_feature_wysiwyg.features.filter.inc | 27 +++++++++++++++++++++++++++
gsb_feature_wysiwyg.info | 5 +++--
2 files changed, 30 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 2 months ago author: Adam Moore, 1 year, 2 months ago
WP-6214: Add tfoot tag.
gsb_feature_wysiwyg.features.filter.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5703 Updating image_resize_filter to 1.16
gsb_feature_wysiwyg.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5623 Setting button defaults, cleanup and output
gsb_feature_wysiwyg.features.wysiwyg.inc | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5623 Adding user permission for the markdown lite profile
gsb_feature_wysiwyg.features.user_permission.inc | 9 +++++++++
gsb_feature_wysiwyg.info | 1 +
2 files changed, 10 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5623 Adding new textformat and wysiwyg profile markdown-lite
gsb_feature_wysiwyg.features.filter.inc | 32 ++++++++++++++++++++++++++++++++
gsb_feature_wysiwyg.features.wysiwyg.inc | 26 ++++++++++++++++++++++++++
gsb_feature_wysiwyg.info | 2 ++
3 files changed, 60 insertions(+)

view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
Also adding for markdown
gsb_feature_wysiwyg.features.filter.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
Added table tags as allow html for da markdown
gsb_feature_wysiwyg.features.filter.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5335 add em tag
gsb_feature_wysiwyg.features.filter.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5335 allow markdown
gsb_feature_wysiwyg.features.filter.inc | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5335 allow markdown
gsb_feature_wysiwyg.features.filter.inc | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5373 fix italic
gsb_feature_wysiwyg.features.filter.inc | 7 ++++++-
gsb_feature_wysiwyg.features.user_permission.inc | 9 +++++++++
gsb_feature_wysiwyg.info | 1 +
3 files changed, 16 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5354 Added additional allowed_html
gsb_feature_wysiwyg.features.filter.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5344 enable markdown for text format
gsb_feature_wysiwyg.features.filter.inc | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 7 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5344 update the markup
gsb_feature_wysiwyg.features.filter.inc | 2 +-
gsb_feature_wysiwyg.features.wysiwyg.inc | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 7 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5344 add wysiwyg profile
gsb_feature_wysiwyg.features.defaultconfig.inc | 4 ++--
gsb_feature_wysiwyg.features.filter.inc | 24 ++++++++++++++++++++++--
gsb_feature_wysiwyg.features.wysiwyg.inc | 25 +++++++++++++++++++++++++
gsb_feature_wysiwyg.info | 4 +++-
4 files changed, 52 insertions(+), 5 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5373 fix italic
gsb_feature_wysiwyg.features.filter.inc | 7 ++++++-
gsb_feature_wysiwyg.features.user_permission.inc | 9 +++++++++
gsb_feature_wysiwyg.info | 1 +
3 files changed, 16 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
Fixed merge conflicts
view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5354 Added additional allowed_html
gsb_feature_wysiwyg.features.filter.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5344 enable markdown for text format
gsb_feature_wysiwyg.features.filter.inc | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5344 update the markup
gsb_feature_wysiwyg.features.filter.inc | 2 +-
gsb_feature_wysiwyg.features.wysiwyg.inc | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5344 add wysiwyg profile
gsb_feature_wysiwyg.features.defaultconfig.inc | 4 ++--
gsb_feature_wysiwyg.features.filter.inc | 24 ++++++++++++++++++++++--
gsb_feature_wysiwyg.features.wysiwyg.inc | 25 +++++++++++++++++++++++++
gsb_feature_wysiwyg.info | 4 +++-
4 files changed, 52 insertions(+), 5 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5280 add sidebar resource permission
gsb_feature_wysiwyg.features.user_permission.inc | 9 +++++++++
gsb_feature_wysiwyg.info | 1 +
2 files changed, 10 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago
WP-5264 add new text format for markdown
gsb_feature_wysiwyg.features.filter.inc | 21 +++++++++++++++++++++
gsb_feature_wysiwyg.features.wysiwyg.inc | 26 ++++++++++++++++++++++++++
gsb_feature_wysiwyg.info | 4 +++-
3 files changed, 50 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago
Missed a version number.
gsb_feature_wysiwyg.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago
Use git repository with the patch.
gsb_feature_wysiwyg.make | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago
WP-5186 Adding patch to our make
gsb_feature_wysiwyg.make | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago
WP-4956: Move code into the existing settings_alter.
gsb_feature_wysiwyg.module | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-4956 Added new hook_wysiwyg_editor_settings_alter
gsb_feature_wysiwyg.module | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5099 Changing to a new ckeditor
gsb_feature_wysiwyg.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5023 Changed how we get the list of current/enabled buttons
gsb_feature_wysiwyg.module | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago
WP-4897 Fixing an index error.
gsb_feature_wysiwyg.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4897 We now only arrange buttons that are enabled
gsb_feature_wysiwyg.module | 55 +++++++++++++++++++++++++++++++++++++---------
1 file changed, 45 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago
WP-4795: Use 2.x line of linkit as 3.x is problematic when upgrading.
gsb_feature_wysiwyg.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago
WP-4795: Upgrade linkit module.
gsb_feature_wysiwyg.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Remove panopoly items.
README.md | 1 -
gsb_feature_wysiwyg.linkit_profiles.inc | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago
WP-4265 Set simple source formatting to true.
gsb_feature_wysiwyg.features.wysiwyg.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4068: Enable Resources filter for Markdown text format.
gsb_feature_wysiwyg.features.filter.inc | 5 +++++
gsb_feature_wysiwyg.info | 1 +
2 files changed, 6 insertions(+)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
WP-3899: css_classes variable has been changed to stylesSet.
gsb_feature_wysiwyg.features.wysiwyg.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
WP-3939: Add footnotes to text format and export permission.
gsb_feature_wysiwyg.features.defaultconfig.inc | 14 +++-----------
gsb_feature_wysiwyg.features.filter.inc | 7 +++++++
gsb_feature_wysiwyg.features.user_permission.inc | 4 +++-
gsb_feature_wysiwyg.features.wysiwyg.inc | 5 ++++-
gsb_feature_wysiwyg.info | 7 +++----
5 files changed, 20 insertions(+), 17 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
WP-3939: Enable footnotes modules.
gsb_feature_wysiwyg.info | 2 ++
gsb_feature_wysiwyg.install | 5 +++++
2 files changed, 7 insertions(+)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
WP-3939: Patch was incorrect.
gsb_feature_wysiwyg.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
WP-3939: Add footnotes module with patch to work with markitup.
gsb_feature_wysiwyg.make | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
WP-3937: Use updated patch and let's try a new way of downloading markdown.
gsb_feature_wysiwyg.make | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
Remove markdown directory.
gsb_feature_wysiwyg.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
Try no download.
gsb_feature_wysiwyg.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
Use updated patch and let's try a new way of downloading markdown.
gsb_feature_wysiwyg.make | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3896 Changed filter order to have markdown before html
gsb_feature_wysiwyg.features.filter.inc | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago
WP-3887 Removing da image
gsb_feature_wysiwyg.features.wysiwyg.inc | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3870 Added new text filter tags for markdown
gsb_feature_wysiwyg.features.filter.inc | 14 +++++------
gsb_feature_wysiwyg.features.user_permission.inc | 21 ++++++++++++++++
gsb_feature_wysiwyg.features.wysiwyg.inc | 31 ++++++++++++++++++++++++
gsb_feature_wysiwyg.info | 1 +
4 files changed, 60 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3805 Markdown settings changes
gsb_feature_wysiwyg.features.wysiwyg.inc | 30 ++++++++++++++++++++++++++++++
gsb_feature_wysiwyg.info | 1 +
2 files changed, 31 insertions(+)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
WP-3805: Add patch that adds our markdown sets.
gsb_feature_wysiwyg.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
WP-3805: Add markitup library.
gsb_feature_wysiwyg.make | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
WP-3805: Add patch to support markdown in markitup.
gsb_feature_wysiwyg.make | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
Upgrade to later revision of wysiwyg. Remove unnecessary patches.
gsb_feature_wysiwyg.make | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3803 A few more small changes with markdown filter
gsb_feature_wysiwyg.features.defaultconfig.inc | 2 +-
gsb_feature_wysiwyg.features.filter.inc | 11 ++++++++++-
2 files changed, 11 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3803 Exporting the markdown filter
gsb_feature_wysiwyg.features.defaultconfig.inc | 9 +++++++++
gsb_feature_wysiwyg.features.filter.inc | 16 ++++++++++++++++
gsb_feature_wysiwyg.info | 7 ++++++-
3 files changed, 31 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
WP-3240: Add permission to show text formatter selection.
gsb_feature_wysiwyg.module | 23 ++++++++++++++++++++++-
1 file changed, 22 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
Remove dependency of features_override.
gsb_feature_wysiwyg.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Upgrade modules
gsb_feature_wysiwyg.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 1 month ago author: Alexei Gorobets, 3 years, 1 month ago
Fix an issue that was causing characters other that   converted, that resulted in broken chars and SQL error during insert.
gsb_feature_wysiwyg.module | 23 ++++-------------------
1 file changed, 4 insertions(+), 19 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Adam Moore, 3 years, 1 month ago
Add support for typogrify module.
gsb_feature_wysiwyg.features.filter.inc | 64 ++++++++++++++++++++++++++++++++-
gsb_feature_wysiwyg.info | 5 +--
2 files changed, 66 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2329: add new classes to WYSIWYG feature.
gsb_feature_wysiwyg.features.wysiwyg.inc | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_wysiwyg.features.defaultconfig.inc | 17 ++++++++++-------
gsb_feature_wysiwyg.features.inc | 4 +---
gsb_feature_wysiwyg.info | 3 +--
3 files changed, 12 insertions(+), 12 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_wysiwyg.features.defaultconfig.inc | 17 ++++++++++-------
gsb_feature_wysiwyg.features.inc | 4 +---
gsb_feature_wysiwyg.info | 3 +--
3 files changed, 12 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2155 Added new filter to strip out any empty paragraphs (p tags around a  )
gsb_feature_wysiwyg.features.filter.inc | 5 +++++
gsb_feature_wysiwyg.module | 39 +++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Adam Moore, 3 years, 4 months ago
Upgrade features override
gsb_feature_wysiwyg.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
WP-1713 Changed setting to stop ckeditor from encoding.
gsb_feature_wysiwyg.module | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Adam Moore, 3 years, 6 months ago
change datestamp to have a commit to test.
gsb_feature_wysiwyg.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WYSIWYG Feature: Disable converting lines in breaks.
gsb_feature_wysiwyg.features.defaultconfig.inc | 6 +++--
gsb_feature_wysiwyg.features.filter.inc | 5 ----
gsb_feature_wysiwyg.features.wysiwyg.inc | 35 --------------------------
gsb_feature_wysiwyg.info | 3 +--
4 files changed, 5 insertions(+), 44 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 6 months ago author: Alexei Gorobets, 3 years, 6 months ago
WPBQA-133: Add paragraph WYSIWYG style.
gsb_feature_wysiwyg.features.wysiwyg.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Alexei Gorobets, 3 years, 6 months ago author: Alexei Gorobets, 3 years, 6 months ago
WP-1712: Set apply_source_formatting in WYSIWYG.
gsb_feature_wysiwyg.features.wysiwyg.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
#WP-929: Rebuild WYSIWYG feature to update Linkit permissions according to role ids from stage/prod.
gsb_feature_wysiwyg.linkit_profiles.inc | 51 +++++++++++++++++++++++++++++++--
1 file changed, 48 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
WP-1628 Limiting the Style options for the wysiwyg editor.
gsb_feature_wysiwyg.features.wysiwyg.inc | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
WP-1629: Set spell check as you type by default in WYSIWYG.
gsb_feature_wysiwyg.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Add section manager role to Linkit roles.
gsb_feature_wysiwyg.linkit_profiles.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-4 removed the quote author and added a line break formatting style
gsb_feature_wysiwyg.features.wysiwyg.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: 32i, 3 years, 7 months ago author: 32i, 3 years, 7 months ago
wp-1289 added paragraph style
gsb_feature_wysiwyg.features.wysiwyg.inc | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
We don't need markitup
gsb_feature_wysiwyg.make | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Update linkit
gsb_feature_wysiwyg.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: 32i, 3 years, 7 months ago author: 32i, 3 years, 7 months ago
wp-1464 now inline styles attributes from image caption wrappers don't get stripped - I changed order of filters for input formats.
gsb_feature_wysiwyg.features.filter.inc | 38 ++++++++++++++++-----------------
gsb_feature_wysiwyg.info | 2 +-
2 files changed, 20 insertions(+), 20 deletions(-)

view commit - committer: 32i, 3 years, 7 months ago author: 32i, 3 years, 7 months ago
wp-1466 remove obsolete caption JS;
gsb_feature_wysiwyg.info | 1 -
js/caption.js | 15 ---------------
2 files changed, 16 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
changed order of styles used for wysiwyg text
gsb_feature_wysiwyg.features.defaultconfig.inc | 4 ++--
gsb_feature_wysiwyg.features.wysiwyg.inc | 14 +++++++-------
gsb_feature_wysiwyg.info | 2 +-
3 files changed, 10 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
add anchor, linkit and char map
gsb_feature_wysiwyg.features.defaultconfig.inc | 4 ++--
gsb_feature_wysiwyg.features.wysiwyg.inc | 28 +++++++++++++++-----------
gsb_feature_wysiwyg.info | 2 +-
gsb_feature_wysiwyg.module | 5 ++++-
4 files changed, 23 insertions(+), 16 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Removed older code
gsb_feature_wysiwyg.module | 136 ---------------------------------------------
1 file changed, 136 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Removing "Teaser" button.
gsb_feature_wysiwyg.module | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
Adding text filtering changes
gsb_feature_wysiwyg.features.defaultconfig.inc | 15 +-
gsb_feature_wysiwyg.features.filter.inc | 297 +------------------------
gsb_feature_wysiwyg.info | 2 +-
3 files changed, 23 insertions(+), 291 deletions(-)

view commit - committer: Greg Mercer, 3 years, 8 months ago author: Greg Mercer, 3 years, 8 months ago
Update gsb_feature_wysiwyg.info
gsb_feature_wysiwyg.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
updating with exported feature settings
gsb_feature_wysiwyg.features.defaultconfig.inc | 12 +---
gsb_feature_wysiwyg.features.filter.inc | 76 +++++++++++------------
gsb_feature_wysiwyg.features.wysiwyg.inc | 85 +++++++++++++-------------
gsb_feature_wysiwyg.info | 8 ++-
gsb_feature_wysiwyg.make | 10 ++-
gsb_feature_wysiwyg.module | 50 +++++++++++++++
gsb_feature_wysiwyg.strongarm.inc | 6 +-
js/caption.js | 15 +++++
8 files changed, 162 insertions(+), 100 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
initial commit
gsb-feature-wysiwyg.css | 109 +++++++
gsb_feature_wysiwyg.features.defaultconfig.inc | 45 +++
gsb_feature_wysiwyg.features.filter.inc | 404 +++++++++++++++++++++++++
gsb_feature_wysiwyg.features.inc | 19 ++
gsb_feature_wysiwyg.features.wysiwyg.inc | 123 ++++++++
gsb_feature_wysiwyg.info | 35 +++
gsb_feature_wysiwyg.linkit_profiles.inc | 99 ++++++
gsb_feature_wysiwyg.make | 36 +++
gsb_feature_wysiwyg.module | 257 ++++++++++++++++
gsb_feature_wysiwyg.strongarm.inc | 37 +++
plugins/wysiwyg/pdw/editor_plugin.js | 4 +
plugins/wysiwyg/pdw/editor_plugin_src.js | 158 ++++++++++
plugins/wysiwyg/pdw/img/toolbars.gif | Bin 0 -> 260 bytes
plugins/wysiwyg/pdw/langs/en.js | 3 +
plugins/wysiwyg/pdw/langs/nl.js | 3 +
15 files changed, 1332 insertions(+)

view commit - committer: Greg Mercer, 3 years, 8 months ago author: Greg Mercer, 3 years, 8 months ago
Initial commit
README.md | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_feature_case_ct
===========================================
view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago
WP-7685 updated case statements
gsb_feature_case_ct.module | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6415: update purchase position.
gsb_feature_case_ct.ds.inc | 18 +++++++++---------
gsb_feature_case_ct.field_group.inc | 36 ++++++++++++++++++++++--------------
gsb_feature_case_ct.strongarm.inc | 24 ++++++++++++++++++++++++
3 files changed, 55 insertions(+), 23 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6369: update related wrapper.
gsb_feature_case_ct.field_group.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6247: update case taxonomy formatting.
gsb_feature_case_ct.ds.inc | 20 +++------
gsb_feature_case_ct.features.field_instance.inc | 58 ++++++++++++-------------
2 files changed, 36 insertions(+), 42 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6217: update the case statements.
gsb_feature_case_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6217: update the case statements.
gsb_feature_case_ct.module | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6210: display changes for case detail.
gsb_feature_case_ct.ds.inc | 76 +++++++++----------------
gsb_feature_case_ct.features.field_instance.inc | 23 +++-----
gsb_feature_case_ct.field_group.inc | 12 ++--
gsb_feature_case_ct.strongarm.inc | 4 +-
4 files changed, 43 insertions(+), 72 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6123: display settings for case year change.
gsb_feature_case_ct.ds.inc | 165 ++++++-----
gsb_feature_case_ct.features.field_instance.inc | 358 ++++++++++++------------
gsb_feature_case_ct.field_group.inc | 8 +-
gsb_feature_case_ct.strongarm.inc | 32 ++-
4 files changed, 290 insertions(+), 273 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6124 Commenting out some place where we were making reference to field_year
gsb_feature_case_ct.module | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
WP-6124 Changing label on new year field to be Publication Year rather than Publication Year2.
gsb_feature_case_ct.features.field_instance.inc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
WP-6124 Hiding the older year field (field_year).
gsb_feature_case_ct.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
WP-6148 Adding check for node type.
gsb_feature_case_ct.module | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
WP-6148 Added code on node save to set publication type to be 'case'
gsb_feature_case_ct.module | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6110 Added new field field_year_of_publication to case import
gsb_feature_case_ct.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Ayuta Padhi, 1 year, 3 months ago author: Ayuta Padhi, 1 year, 3 months ago
WP-6111 Added new publication date field
gsb_feature_case_ct.features.field_instance.inc | 140 ++++++++++++++++++++----
gsb_feature_case_ct.info | 3 +-
gsb_feature_case_ct.strongarm.inc | 12 +-
3 files changed, 126 insertions(+), 29 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago
WP-4950 Added class field-group-fieldset group-wrapper-related
gsb_feature_case_ct.ds.inc | 24 +++++++++++------------
gsb_feature_case_ct.features.field_instance.inc | 26 +++++++++++--------------
gsb_feature_case_ct.field_group.inc | 16 ++++++++++-----
gsb_feature_case_ct.strongarm.inc | 6 ++++++
4 files changed, 40 insertions(+), 32 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago
WP-5961 Changed email address to be businesscases@stanford.edu
gsb_feature_case_ct.module | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5966: add additional class.
gsb_feature_case_ct.ds.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5966: add publication type.
gsb_feature_case_ct.ds.inc | 62 +++++++++++++++++++------
gsb_feature_case_ct.features.field_instance.inc | 20 +++++---
gsb_feature_case_ct.field_group.inc | 10 ++--
3 files changed, 66 insertions(+), 26 deletions(-)

view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago
WP-5935 Applying stripslashes to the cwoAbstract property
gsb_feature_case_ct.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago
WP-5935 Adding new update function to reimport case from April 2015 forward.
gsb_feature_case_ct.install | 30 +++++++++++++++++++++++++++++-
1 file changed, 29 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago
WP-5863 Changing circle topic to use hs-lite
gsb_feature_case_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago
WP-5863 Setting default and hiding field_publication_type
gsb_feature_case_ct.module | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago
WP-5863 Adding new fields field_circle_topics and field_publication_type
gsb_feature_case_ct.features.field_instance.inc | 223 +++++++++++++++++++++---
gsb_feature_case_ct.info | 2 +
gsb_feature_case_ct.strongarm.inc | 8 +-
3 files changed, 204 insertions(+), 29 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5752 Added code to remove \n from cwoLearningObjective
gsb_feature_case_ct.module | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5752 Adding update to reimport cases which might have carriage returns
gsb_feature_case_ct.install | 256 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 256 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5752 Removing carriage-returns from the gsb:cwoAbstract field during Case import
gsb_feature_case_ct.module | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5453: configure compact and expanded view modes.
gsb_feature_case_ct.ds.inc | 329 +++++++++++++++++++++---
gsb_feature_case_ct.features.field_instance.inc | 220 +++++++++-------
gsb_feature_case_ct.field_group.inc | 104 +++++++-
gsb_feature_case_ct.info | 5 +
gsb_feature_case_ct.strongarm.inc | 16 +-
5 files changed, 537 insertions(+), 137 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5453: configure compact and expanded view modes.
gsb_feature_case_ct.ds.inc | 329 +++++++++++++++++++++---
gsb_feature_case_ct.features.field_instance.inc | 220 +++++++++-------
gsb_feature_case_ct.field_group.inc | 104 +++++++-
gsb_feature_case_ct.info | 5 +
gsb_feature_case_ct.strongarm.inc | 16 +-
5 files changed, 537 insertions(+), 137 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5496 Added field field_centers_research_programs
gsb_feature_case_ct.features.field_instance.inc | 109 +++++++++++++++++++++---
gsb_feature_case_ct.info | 1 +
gsb_feature_case_ct.strongarm.inc | 6 +-
3 files changed, 100 insertions(+), 16 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5452 Adding compact and expanded view modes
gsb_feature_case_ct.ds.inc | 42 ++++
gsb_feature_case_ct.features.field_instance.inc | 300 ++++++++++++++++++++++++
gsb_feature_case_ct.info | 2 +
gsb_feature_case_ct.strongarm.inc | 30 +++
4 files changed, 374 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5034: update case teaser.
gsb_feature_case_ct.ds.inc | 6 ++++++
gsb_feature_case_ct.features.field_instance.inc | 8 ++++----
gsb_feature_case_ct.strongarm.inc | 12 ++++++++++++
3 files changed, 22 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5422: add related wrapper to case.
gsb_feature_case_ct.ds.inc | 63 +++++++++++++++----------
gsb_feature_case_ct.features.field_instance.inc | 26 +++++-----
gsb_feature_case_ct.field_group.inc | 27 +++++++++++
gsb_feature_case_ct.info | 1 +
gsb_feature_case_ct.strongarm.inc | 2 +-
5 files changed, 81 insertions(+), 38 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5034: update case teaser.
gsb_feature_case_ct.ds.inc | 6 ++++++
gsb_feature_case_ct.features.field_instance.inc | 8 ++++----
gsb_feature_case_ct.strongarm.inc | 12 ++++++++++++
3 files changed, 22 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5354: add the format-wysiwyg class.
gsb_feature_case_ct.ds.inc | 4 +++-
gsb_feature_case_ct.features.field_instance.inc | 4 ++++
gsb_feature_case_ct.info | 1 +
gsb_feature_case_ct.strongarm.inc | 24 ++++++++++++++++++++++++
4 files changed, 32 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5354 Changed import for field_description to come from new Alfresco property gsb:cwoAbstract
gsb_feature_case_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago
WP-5222 Changing pdf statement for 'Education and Corporate use'
gsb_feature_case_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago
WP-5201-1 Changing free case setting to only be based on cwoCaseAccess property.
gsb_feature_case_ct.module | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago
WP-5201 Adding a little detail to the import log, and fixing the free case setting
gsb_feature_case_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago
WP-5201 Adding a little detail to the import log, and fixing the free case setting
gsb_feature_case_ct.module | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago
WP-5201 Adding field instance for field_case_access
gsb_feature_case_ct.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago
WP-5201 Adding a little detail to the import log, and fixing the free case setting
gsb_feature_case_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago
WP-5201 Adding a little detail to the import log, and fixing the free case setting
gsb_feature_case_ct.module | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago
WP-5201 Adding field instance for field_case_access
gsb_feature_case_ct.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago
WP-5201 Feature update related to the field_case_access field now as a select
gsb_feature_case_ct.features.field_instance.inc | 135 ++++++++++++------------
gsb_feature_case_ct.info | 2 +-
2 files changed, 68 insertions(+), 69 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago
WP-5201 Feature update related to the field_case_access field now as a select
gsb_feature_case_ct.features.field_instance.inc | 135 ++++++++++++------------
gsb_feature_case_ct.info | 2 +-
2 files changed, 68 insertions(+), 69 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago
WP-5201 Adding field instance for field_case_access
gsb_feature_case_ct.features.field_instance.inc | 120 ------------------------
gsb_feature_case_ct.info | 1 -
2 files changed, 121 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago
WP-5201 Adding field instance for field_case_access
gsb_feature_case_ct.features.field_instance.inc | 120 ------------------------
gsb_feature_case_ct.info | 3 +-
2 files changed, 1 insertion(+), 122 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago
WP-5201: Fix typo.
gsb_feature_case_ct.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago
WP-5201 Adding field instance for field_case_access
gsb_feature_case_ct.features.field_instance.inc | 68 +++++++++++++++++++++++++
gsb_feature_case_ct.info | 2 +
2 files changed, 70 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago
WP-5201 Modified import code to set the Free Case checkbox based on new cwoAccess
gsb_feature_case_ct.module | 31 +------------------------------
1 file changed, 1 insertion(+), 30 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago
WP-5175 Changed to new message strings with email link
gsb_feature_case_ct.module | 25 ++++++++++++++++++++-----
1 file changed, 20 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago
WP-5175 Chaged to new message strings
gsb_feature_case_ct.module | 29 ++++++++++++++++++++---------
1 file changed, 20 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago
WP-5175 Changed to new message strings with email link
gsb_feature_case_ct.module | 25 ++++++++++++++++++++-----
1 file changed, 20 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago
WP-5175 Chaged to new message strings
gsb_feature_case_ct.module | 29 ++++++++++++++++++++---------
1 file changed, 20 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago
WP-5174 Feature update to setting ffc conditions
gsb_feature_case_ct.features.field_instance.inc | 24 ++++++++++++++++++++++--
1 file changed, 22 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago
WP-5174 A little code cleanup.
gsb_feature_case_ct.module | 6 ------
1 file changed, 6 deletions(-)

view commit - committer: Greg Mercer, 1 year, 9 months ago author: Greg Mercer, 1 year, 9 months ago
WP-5174 Added new ffc field condition for hiding fields - well conditionally.
gsb_feature_case_ct.module | 47 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-4915-2 Changed gsb_feature_case_ct_node_view to show new pdf statements
gsb_feature_case_ct.module | 52 ++++++++++++++++++++++++++++++----------------
1 file changed, 34 insertions(+), 18 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-5169-1 Added code to not import if cwoAccess is Not for distribution
gsb_feature_case_ct.module | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-5169 Adding support for new field field_case_access
gsb_feature_case_ct.features.field_instance.inc | 126 +++++++++++++++++++++++-
gsb_feature_case_ct.info | 1 +
gsb_feature_case_ct.module | 69 +++++++------
gsb_feature_case_ct.strongarm.inc | 6 +-
4 files changed, 168 insertions(+), 34 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4466: add class to pipe.
gsb_feature_case_ct.ds.inc | 2 +-
gsb_feature_case_ct.features.inc | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4010: update related case display.
gsb_feature_case_ct.ds.inc | 24 +-----------------------
1 file changed, 1 insertion(+), 23 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
Fix bad merge.
gsb_feature_case_ct.ds.inc | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3914: add insight featured card view mode to case.
gsb_feature_case_ct.ds.inc | 69 +++++++++++
gsb_feature_case_ct.features.field_instance.inc | 147 ++++++++++++++++++++++++
gsb_feature_case_ct.info | 2 +
gsb_feature_case_ct.strongarm.inc | 15 +++
4 files changed, 233 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3914: add insight featured card view mode to case.
gsb_feature_case_ct.ds.inc | 85 ++++++-
gsb_feature_case_ct.features.field_instance.inc | 294 ++++++++++++++++++++++++
gsb_feature_case_ct.info | 2 +
gsb_feature_case_ct.strongarm.inc | 30 +++
4 files changed, 405 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3909: add related idea story view mode to case.
gsb_feature_case_ct.ds.inc | 85 +++++++++++++-
gsb_feature_case_ct.features.field_instance.inc | 147 ++++++++++++++++++++++++
gsb_feature_case_ct.info | 2 +
gsb_feature_case_ct.strongarm.inc | 15 +++
4 files changed, 243 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3799: add case number to listing.
gsb_feature_case_ct.ds.inc | 30 ++++++++++----
gsb_feature_case_ct.features.field_instance.inc | 53 +++++++++++++------------
gsb_feature_case_ct.field_group.inc | 2 +-
gsb_feature_case_ct.strongarm.inc | 10 ++++-
4 files changed, 61 insertions(+), 34 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Adam Moore, 2 years, 7 months ago
WP-3844: Add better formats settings.
gsb_feature_case_ct.features.field_instance.inc | 34 +++++++++++++++++++++++--
gsb_feature_case_ct.info | 4 +--
2 files changed, 34 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3799: add case number to listing.
gsb_feature_case_ct.ds.inc | 30 ++++++++++---
gsb_feature_case_ct.features.field_instance.inc | 57 +++++++++++++------------
gsb_feature_case_ct.field_group.inc | 2 +-
gsb_feature_case_ct.strongarm.inc | 10 ++++-
4 files changed, 63 insertions(+), 36 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 7 months ago author: Roopesh Naik, 2 years, 7 months ago
WP-3768 add case# and author to search fields
gsb_feature_case_ct.features.field_instance.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago
WP-3671 Changed to handle description as a wysiwyg field.
gsb_feature_case_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago
WP-3671 Changed to handle description as a wysiwyg field.
gsb_feature_case_ct.module | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago
WP-3642: Use wysiwyg formatter.
gsb_feature_case_ct.features.field_instance.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3654 Changed the code that sets the published state to true when importing cases
gsb_feature_case_ct.module | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3558: change space for link hover.
gsb_feature_case_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3558: update markup and periods.
gsb_feature_case_ct.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3558: update case detail display.
gsb_feature_case_ct.ds.inc | 39 ++++++---------------
gsb_feature_case_ct.features.field_instance.inc | 45 ++++++++++---------------
gsb_feature_case_ct.strongarm.inc | 12 +++++++
3 files changed, 40 insertions(+), 56 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3570 Set the status to published for imported cases
gsb_feature_case_ct.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3523 Added class gsb-feature-case-ct-pdf-statement for help with css styling
gsb_feature_case_ct.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3523 Added new extra field gsb_feature_case_ct_pdf_statement
gsb_feature_case_ct.module | 49 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3538-1 Import changes related to sunetid authors
gsb_feature_case_ct.module | 169 ++++++++++++---------------------------------
1 file changed, 46 insertions(+), 123 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3538 Added code to handle import of "other authors" for cases
gsb_feature_case_ct.module | 189 ++++++++++++++++++++++++++++++++++++++++-----
1 file changed, 169 insertions(+), 20 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3526 Added new function to delete case if "Paper Copy" set to "No"
gsb_feature_case_ct.module | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3378-1 Added check for Paper Copy of "No"
gsb_feature_case_ct.module | 25 ++++++++++++++++++++++++-
1 file changed, 24 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3384 Ok... back to the original use of "0" and "1"
gsb_feature_case_ct.module | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3384 Changed import to use "Yes" and "No" values
gsb_feature_case_ct.features.field_instance.inc | 6 +++++-
gsb_feature_case_ct.module | 16 ++++++++--------
2 files changed, 13 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3384 Added field_has_harvard_link and field_has_case_center field instances
gsb_feature_case_ct.features.field_instance.inc | 128 +++++++++++++++++++++++-
gsb_feature_case_ct.info | 2 +
gsb_feature_case_ct.strongarm.inc | 6 +-
3 files changed, 132 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3384 Added code to import "free case", "harvard and case center" boolean values
gsb_feature_case_ct.module | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3431: update case center static link title.
gsb_feature_case_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3068: remove pdf link from listing and fpp.
gsb_feature_case_ct.ds.inc | 52 ++++---------------------
gsb_feature_case_ct.features.field_instance.inc | 14 ++-----
gsb_feature_case_ct.field_group.inc | 5 +--
gsb_feature_case_ct.strongarm.inc | 8 ++++
4 files changed, 22 insertions(+), 57 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3068: remove pdf link from listing and fpp.
gsb_feature_case_ct.ds.inc | 52 ++++---------------------
gsb_feature_case_ct.features.field_instance.inc | 14 ++-----
gsb_feature_case_ct.field_group.inc | 5 +--
gsb_feature_case_ct.strongarm.inc | 8 ++++
4 files changed, 22 insertions(+), 57 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3385: hide permissions statement on case display.
gsb_feature_case_ct.ds.inc | 22 +++-------------------
gsb_feature_case_ct.features.field_instance.inc | 14 ++++----------
2 files changed, 7 insertions(+), 29 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3378 Removed debugging dpm()
gsb_feature_case_ct.module | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3378 Added new field_free_case
gsb_feature_case_ct.features.field_instance.inc | 74 ++++++++++++++++++++++++-
gsb_feature_case_ct.info | 1 +
gsb_feature_case_ct.module | 11 ++++
gsb_feature_case_ct.strongarm.inc | 6 +-
4 files changed, 86 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3317: update labels on case display.
gsb_feature_case_ct.ds.inc | 41 ++++++++++-----------
gsb_feature_case_ct.features.field_instance.inc | 49 +++++++++++++++++++++++--
2 files changed, 65 insertions(+), 25 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3303: Relabel and reorder taxonomy fields.
gsb_feature_case_ct.features.field_instance.inc | 8 ++++----
gsb_feature_case_ct.field_group.inc | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3317: update labels on case display.
gsb_feature_case_ct.ds.inc | 41 ++++++++++-----------
gsb_feature_case_ct.features.field_instance.inc | 49 +++++++++++++++++++++++--
2 files changed, 65 insertions(+), 25 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3215: Move field_author specific code to gsb_field_authors.
gsb_feature_case_ct.module | 9 ---------
1 file changed, 9 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3127: Add submit field.
gsb_feature_case_ct.features.field_instance.inc | 59 +++++++++++++++++++++++--
gsb_feature_case_ct.info | 5 ++-
gsb_feature_case_ct.strongarm.inc | 2 +-
3 files changed, 61 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3042 Added watchdog statements for tracing Alfresco triggered import.
gsb_feature_case_ct.module | 12 ++++++++++++
1 file changed, 12 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3023 Removed field_author_sunet_id_reference
gsb_feature_case_ct.features.field_instance.inc | 56 -------------------------
gsb_feature_case_ct.info | 2 +-
2 files changed, 1 insertion(+), 57 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3046: add faculty authors to right.
gsb_feature_case_ct.ds.inc | 31 +++++---------------
gsb_feature_case_ct.features.field_instance.inc | 39 +++++++++----------------
gsb_feature_case_ct.strongarm.inc | 9 +++++-
3 files changed, 29 insertions(+), 50 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3050: Have case opt-in to having an authors field.
gsb_feature_case_ct.module | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3042 Added watchdog statements for tracing Alfresco triggered import.
gsb_feature_case_ct.module | 12 ++++++++++++
1 file changed, 12 insertions(+)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3025 Add code to import into the field_authors field collection
gsb_feature_case_ct.module | 118 +++++++++++++++++++++++++++++++++++++--------
1 file changed, 98 insertions(+), 20 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3025 Added field collection field_authors
gsb_feature_case_ct.features.field_instance.inc | 93 ++++++++++++++++++++-----
gsb_feature_case_ct.info | 1 +
gsb_feature_case_ct.strongarm.inc | 6 +-
3 files changed, 81 insertions(+), 19 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2897: add paper copy wrapper and arrange fields.
gsb_feature_case_ct.ds.inc | 13 +++++++++++++
1 file changed, 13 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2897: add paper copy wrapper and arrange fields.
gsb_feature_case_ct.ds.inc | 25 ++++++++++---------
gsb_feature_case_ct.features.field_instance.inc | 32 +++++++++++--------------
gsb_feature_case_ct.field_group.inc | 32 +++++++++++++++++++++++++
gsb_feature_case_ct.info | 1 +
4 files changed, 61 insertions(+), 29 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2942: remove extra spaces after by label.
gsb_feature_case_ct.ds.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-2816-2 Put in changes now that Alfresco production service url is in place.
gsb_feature_case_ct.module | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2895 Added call to validate urls
gsb_feature_case_ct.module | 20 ++++++++++++++++----
1 file changed, 16 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2895 Added new field field_link_center_single
gsb_feature_case_ct.features.field_instance.inc | 91 +++++++++++++++++++++++--
gsb_feature_case_ct.info | 7 +-
gsb_feature_case_ct.strongarm.inc | 6 +-
3 files changed, 92 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2895 Added import for Case Center link property gsb:cwoECopy
gsb_feature_case_ct.module | 10 ++++++++++
1 file changed, 10 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2808: add title wrapper for content pane.
gsb_feature_case_ct.ds.inc | 22 +++++++++-----
gsb_feature_case_ct.features.field_instance.inc | 38 ++++++++++++-------------
gsb_feature_case_ct.field_group.inc | 33 +++++++++++++++++++++
gsb_feature_case_ct.info | 1 +
4 files changed, 68 insertions(+), 26 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2727: shorter word limit.
gsb_feature_case_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2727: trim descriptions on word with ellipsis.
gsb_feature_case_ct.features.field_instance.inc | 28 +++++++++++++++++++------
gsb_feature_case_ct.info | 1 +
2 files changed, 23 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2727: shorter word limit.
gsb_feature_case_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2727: trim descriptions on word with ellipsis.
gsb_feature_case_ct.features.field_instance.inc | 28 +++++++++++++++++++------
gsb_feature_case_ct.info | 1 +
2 files changed, 23 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2816 Added call Alfresco services to get tags for Case and Working Papers
gsb_feature_case_ct.module | 81 +++++++++++++++++++++++++++++++++++++++++-----
1 file changed, 73 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2720: update taxonomy path on case content pane.
gsb_feature_case_ct.features.field_instance.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2720: add academic area, taxonomy wrapper, update paths.
gsb_feature_case_ct.ds.inc | 31 +++++++++++------
gsb_feature_case_ct.features.field_instance.inc | 45 ++++++++++++++-----------
gsb_feature_case_ct.field_group.inc | 28 +++++++++++++++
gsb_feature_case_ct.info | 1 +
4 files changed, 75 insertions(+), 30 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2700: hide topics label on case detail.
gsb_feature_case_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2554: cas content pane settings.
gsb_feature_case_ct.ds.inc | 102 +++++++++++++++++-
gsb_feature_case_ct.features.field_instance.inc | 136 +++++++++++++++++++++++-
gsb_feature_case_ct.info | 3 +
gsb_feature_case_ct.strongarm.inc | 3 +
4 files changed, 238 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2768 Use document name as title, if title is empty
gsb_feature_case_ct.module | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Add search field.
gsb_feature_case_ct.features.field_instance.inc | 70 +++++++++++++++++++++++++
gsb_feature_case_ct.info | 5 +-
2 files changed, 73 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2598: ds case listing settings.
gsb_feature_case_ct.ds.inc | 255 ++++++++++++++++++++----
gsb_feature_case_ct.features.field_instance.inc | 155 +++++++++++++-
gsb_feature_case_ct.features.inc | 3 +
gsb_feature_case_ct.field_group.inc | 42 ++++
gsb_feature_case_ct.info | 6 +
gsb_feature_case_ct.strongarm.inc | 3 +
6 files changed, 417 insertions(+), 47 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2711: add character limit.
gsb_feature_case_ct.features.field_instance.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2711: link title to node.
gsb_feature_case_ct.ds.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2711: add ds teaser display settings.
gsb_feature_case_ct.ds.inc | 82 +++++++++++++++++++++++++
gsb_feature_case_ct.features.field_instance.inc | 54 ++++++++--------
gsb_feature_case_ct.info | 2 +
3 files changed, 114 insertions(+), 24 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2711: add character limit.
gsb_feature_case_ct.features.field_instance.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Fix typo.
gsb_feature_case_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
Fixed typo.
gsb_feature_case_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
Cleanup a bit.
gsb_feature_case_ct.module | 24 +++++++-----------------
1 file changed, 7 insertions(+), 17 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2711: link title to node.
gsb_feature_case_ct.ds.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
Change handling for protocol for links.
gsb_feature_case_ct.module | 31 +++++++++++++++++++++++++------
1 file changed, 25 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2711: add ds teaser display settings.
gsb_feature_case_ct.ds.inc | 82 +++++++++++++++++++++++++
gsb_feature_case_ct.features.field_instance.inc | 54 ++++++++--------
gsb_feature_case_ct.info | 2 +
3 files changed, 114 insertions(+), 24 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years ago author: Greg Mercer (GBear), 3 years ago
Change sets to NULL
gsb_feature_case_ct.module | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2353 Change to plain text handling on field_document_name
gsb_feature_case_ct.module | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2353 Changes to import code related to new field field_academic_area_unlimited
gsb_feature_case_ct.module | 20 ++++++++++++++++++--
1 file changed, 18 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2353 Added new field field_academic_area_unlimited
gsb_feature_case_ct.features.field_instance.inc | 72 ++++++++++++++++++++-----
gsb_feature_case_ct.info | 5 +-
gsb_feature_case_ct.module | 34 ++++++------
gsb_feature_case_ct.strongarm.inc | 6 +--
4 files changed, 81 insertions(+), 36 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2353 Change to plain text handling on field_document_name
gsb_feature_case_ct.module | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2353 Changes to import code related to new field field_academic_area_unlimited
gsb_feature_case_ct.module | 20 ++++++++++++++++++--
1 file changed, 18 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2353 Added new field field_academic_area_unlimited
gsb_feature_case_ct.features.field_instance.inc | 72 ++++++++++++++++++++-----
gsb_feature_case_ct.info | 5 +-
gsb_feature_case_ct.module | 41 +++++++-------
gsb_feature_case_ct.strongarm.inc | 6 +--
4 files changed, 87 insertions(+), 37 deletions(-)

view commit - committer: Greg Mercer, 3 years ago author: Greg Mercer, 3 years ago
WP-2663 Commented out code to set the field_tag values.
gsb_feature_case_ct.module | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: Adam Moore, 3 years ago
Make sure document name is plain text.
gsb_feature_case_ct.features.field_instance.inc | 2 +-
gsb_feature_case_ct.info | 12 +++---------
gsb_feature_case_ct.strongarm.inc | 2 +-
3 files changed, 5 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer, 3 years ago author: Greg Mercer, 3 years ago
WP-2652 Added tags to import.
gsb_feature_case_ct.module | 52 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)

view commit - committer: Greg Mercer, 3 years ago author: Greg Mercer, 3 years ago
WP-2652 Changing description to be handled as plain text in import.
gsb_feature_case_ct.module | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer, 3 years ago author: Greg Mercer, 3 years ago
WP-2652 Added code to save the image id.
gsb_feature_case_ct.module | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer, 3 years ago
WP-2606 Changing the url pattern.
gsb_feature_case_ct.strongarm.inc | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer, 3 years ago
WP-2606 A little code cleanup.
gsb_feature_case_ct.module | 61 ++++++++++++++++++++++++++--------------------
1 file changed, 35 insertions(+), 26 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer, 3 years ago
WP-2606 Changing text processing for field_document_name to be Filtered Text.
gsb_feature_case_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2606 Adjustment to how year and document_name is saved
gsb_feature_case_ct.module | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer, 3 years ago
Delete test-cases-import-output.txt
test-cases-import-output.txt | 2796 ------------------------------------------
1 file changed, 2796 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2606 Test output
test-cases-import-output.txt | 2796 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 2796 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2606 Initial commit of changes related to import testing
gsb_feature_case_ct.info | 7 ++++
gsb_feature_case_ct.module | 95 ++++++++++++++++++++++++++++++++++++++++++----
2 files changed, 95 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer, 3 years ago
Changed setting for field_description to work with text area formats.
gsb_feature_case_ct.module | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years ago author: Greg Mercer, 3 years ago
WP-2606 Changing the url pattern.
gsb_feature_case_ct.strongarm.inc | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Greg Mercer, 3 years ago author: Greg Mercer, 3 years ago
WP-2606 A little code cleanup.
gsb_feature_case_ct.module | 61 ++++++++++++++++++++++++++--------------------
1 file changed, 35 insertions(+), 26 deletions(-)

view commit - committer: Greg Mercer, 3 years ago author: Greg Mercer, 3 years ago
WP-2606 Changing text processing for field_document_name to be Filtered Text.
gsb_feature_case_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2606 Adjustment to how year and document_name is saved
gsb_feature_case_ct.module | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer, 3 years ago author: Greg Mercer, 3 years ago
Delete test-cases-import-output.txt
test-cases-import-output.txt | 2796 ------------------------------------------
1 file changed, 2796 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2606 Test output
test-cases-import-output.txt | 2796 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 2796 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2606 Initial commit of changes related to import testing
gsb_feature_case_ct.info | 7 ++++
gsb_feature_case_ct.module | 95 ++++++++++++++++++++++++++++++++++++++++++----
2 files changed, 95 insertions(+), 7 deletions(-)

view commit - committer: hgupta, 3 years ago author: hgupta, 3 years ago
WP-2602: Added faculty authors block in cases detail page
gsb_feature_case_ct.ds.inc | 52 +++++++++++++++++--------
gsb_feature_case_ct.features.field_instance.inc | 22 ++++++-----
2 files changed, 48 insertions(+), 26 deletions(-)

view commit - committer: Greg Mercer, 3 years ago author: Greg Mercer, 3 years ago
Changed setting for field_description to work with text area formats.
gsb_feature_case_ct.module | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Adam Moore, 3 years ago
Fix wrong widget type in instance of field_citation. Remove duplicate field declaration.
gsb_feature_case_ct.features.field_instance.inc | 102 +-----------------------
gsb_feature_case_ct.info | 3 +-
2 files changed, 5 insertions(+), 100 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Adam Moore, 3 years ago
Remove unnecessary file.
gsb_feature_case_ct.features.field_base.inc | 43 -----------------------------
1 file changed, 43 deletions(-)

view commit - committer: hgupta, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2533: Removed the redundant citation and author_sunetid_reference field
gsb_feature_case_ct.features.field_instance.inc | 97 -------------------------
1 file changed, 97 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2532 Added new field field_product_type
gsb_feature_case_ct.features.field_instance.inc | 44 +++++++++++++++++++++++++
gsb_feature_case_ct.info | 1 +
2 files changed, 45 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Adding new field for author sunet id entity ref
gsb_feature_case_ct.features.field_instance.inc | 51 ++++++++++++++++++++++++-
1 file changed, 49 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Added new uuid field
gsb_feature_case_ct.features.field_instance.inc | 100 ++++++++++++++++++++++++
1 file changed, 100 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2533: Changed the order for citation and removed title
gsb_feature_case_ct.features.field_instance.inc | 132 +++---------------------
1 file changed, 17 insertions(+), 115 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2529: Added prefix to document link field
gsb_feature_case_ct.ds.inc | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2532 Added new field field_product_type
gsb_feature_case_ct.features.field_instance.inc | 44 +++++++++++++++++++++++++
gsb_feature_case_ct.info | 3 +-
2 files changed, 46 insertions(+), 1 deletion(-)

view commit - committer: hgupta, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2533: Changed the order for citation and removed title
gsb_feature_case_ct.features.field_instance.inc | 132 +++---------------------
1 file changed, 17 insertions(+), 115 deletions(-)

view commit - committer: hgupta, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2529: Added prefix to document link field
gsb_feature_case_ct.ds.inc | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: hgupta, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2528: Added display logic for permission statement
gsb_feature_case_ct.ds.inc | 1 -
gsb_feature_case_ct.features.field_instance.inc | 10 +---------
2 files changed, 1 insertion(+), 10 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2514: Added dispay suit configuration for cases detail page
gsb_feature_case_ct.ds.inc | 254 ++++++++++++++++++++++++
gsb_feature_case_ct.features.field_instance.inc | 119 +++++------
gsb_feature_case_ct.features.inc | 3 +
gsb_feature_case_ct.info | 6 +-
gsb_feature_case_ct.strongarm.inc | 45 ++++-
5 files changed, 368 insertions(+), 59 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Adding new field for author sunet id entity ref
gsb_feature_case_ct.features.field_instance.inc | 57 ++++++++++++++++++++++---
gsb_feature_case_ct.module | 2 +-
2 files changed, 53 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Added new uuid field
gsb_feature_case_ct.features.field_instance.inc | 100 ++++++++++++++++++++++++
1 file changed, 100 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Removing field_e_copy
gsb_feature_case_ct.features.field_instance.inc | 51 -------------------------
gsb_feature_case_ct.info | 10 +----
gsb_feature_case_ct.module | 6 ---
3 files changed, 1 insertion(+), 66 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Added a small check for the node type in gsb_feature_case_ct_cmis_import()
gsb_feature_case_ct.info | 7 +++++++
gsb_feature_case_ct.module | 4 ++++
2 files changed, 11 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Corrected widget for the Citation field
gsb_feature_case_ct.features.field_instance.inc | 3 ++-
gsb_feature_case_ct.info | 9 +--------
2 files changed, 3 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Added code to import the cwoECopy and cwoPaperCopy properties
gsb_feature_case_ct.info | 7 +++++++
gsb_feature_case_ct.module | 12 ++++++++++++
2 files changed, 19 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Adding field_e_copy and field_paper_copy fields for Case CT
gsb_feature_case_ct.features.field_instance.inc | 107 ++++++++++++++++++++++--
gsb_feature_case_ct.info | 7 +-
gsb_feature_case_ct.strongarm.inc | 6 +-
3 files changed, 110 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Removed use of field_academic_area_single. Using field_business_insight_topic instead.
gsb_feature_case_ct.features.field_instance.inc | 46 +------------------------
gsb_feature_case_ct.info | 5 ++-
2 files changed, 3 insertions(+), 48 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Moving the document related field to the bottom and changing the label for Permission Statement
gsb_feature_case_ct.features.field_instance.inc | 34 ++++++++++++-------------
gsb_feature_case_ct.module | 6 ++---
gsb_feature_case_ct.strongarm.inc | 8 +++---
3 files changed, 24 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Removed the workbench access from the case ct
gsb_feature_case_ct.info | 2 ++
gsb_feature_case_ct.strongarm.inc | 7 +++++++
2 files changed, 9 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Added code to clear each value, if nothing is passed in
gsb_feature_case_ct.module | 48 +++++++++++++++++++++++++++++++++++-----------
1 file changed, 37 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Added new fields field_page_count and field_learning_objective
gsb_feature_case_ct.features.field_instance.inc | 168 ++++++++++++++++++++++--
gsb_feature_case_ct.info | 5 +-
gsb_feature_case_ct.module | 16 +++
gsb_feature_case_ct.strongarm.inc | 8 +-
4 files changed, 182 insertions(+), 15 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Adding new field for author sunet id entity ref
gsb_feature_case_ct.info | 14 --------------
1 file changed, 14 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Added new uuid field
gsb_feature_case_ct.info | 14 ++++++++++++++
1 file changed, 14 insertions(+)

view commit - committer: hgupta, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2514: Added dispay suit configuration for cases detail page
gsb_feature_case_ct.ds.inc | 254 ++++++++++++++++++++++++
gsb_feature_case_ct.features.field_instance.inc | 130 ++++++------
gsb_feature_case_ct.features.inc | 3 +
gsb_feature_case_ct.info | 15 +-
gsb_feature_case_ct.strongarm.inc | 45 ++++-
5 files changed, 373 insertions(+), 74 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Removing field_e_copy
gsb_feature_case_ct.features.field_instance.inc | 51 -------------------------
gsb_feature_case_ct.info | 10 +----
gsb_feature_case_ct.module | 6 ---
3 files changed, 1 insertion(+), 66 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Added a small check for the node type in gsb_feature_case_ct_cmis_import()
gsb_feature_case_ct.info | 7 +++++++
gsb_feature_case_ct.module | 4 ++++
2 files changed, 11 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Corrected widget for the Citation field
gsb_feature_case_ct.features.field_instance.inc | 3 ++-
gsb_feature_case_ct.info | 9 +--------
2 files changed, 3 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Added code to import the cwoECopy and cwoPaperCopy properties
gsb_feature_case_ct.info | 7 +++++++
gsb_feature_case_ct.module | 12 ++++++++++++
2 files changed, 19 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Adding field_e_copy and field_paper_copy fields for Case CT
gsb_feature_case_ct.features.field_instance.inc | 107 ++++++++++++++++++++++--
gsb_feature_case_ct.info | 7 +-
gsb_feature_case_ct.strongarm.inc | 6 +-
3 files changed, 110 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Removed use of field_academic_area_single. Using field_business_insight_topic instead.
gsb_feature_case_ct.features.field_instance.inc | 46 +------------------------
gsb_feature_case_ct.info | 5 ++-
2 files changed, 3 insertions(+), 48 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Moving the document related field to the bottom and changing the label for Permission Statement
gsb_feature_case_ct.features.field_instance.inc | 34 ++++++++++++-------------
gsb_feature_case_ct.module | 6 ++---
gsb_feature_case_ct.strongarm.inc | 8 +++---
3 files changed, 24 insertions(+), 24 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Removed the workbench access from the case ct
gsb_feature_case_ct.info | 2 ++
gsb_feature_case_ct.strongarm.inc | 7 +++++++
2 files changed, 9 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Added code to clear each value, if nothing is passed in
gsb_feature_case_ct.module | 48 +++++++++++++++++++++++++++++++++++-----------
1 file changed, 37 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Added new fields field_page_count and field_learning_objective
gsb_feature_case_ct.features.field_instance.inc | 168 ++++++++++++++++++++++--
gsb_feature_case_ct.info | 5 +-
gsb_feature_case_ct.module | 16 +++
gsb_feature_case_ct.strongarm.inc | 8 +-
4 files changed, 182 insertions(+), 15 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Adding new field for author sunet id entity ref
gsb_feature_case_ct.features.field_instance.inc | 64 +++++++++++++++++++++----
gsb_feature_case_ct.info | 7 ++-
gsb_feature_case_ct.strongarm.inc | 8 ++--
3 files changed, 65 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Added new uuid field
gsb_feature_case_ct.info | 14 --------------
1 file changed, 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Adding new field for author sunet id entity ref
gsb_feature_case_ct.features.field_instance.inc | 64 +++++++++++++++++---
gsb_feature_case_ct.info | 7 ++-
gsb_feature_case_ct.module | 77 +++++++++++++++++++++++++
gsb_feature_case_ct.strongarm.inc | 8 +--
4 files changed, 142 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2361 Changed function name to gsb_feature_case_ct_gsb_cmis_content_type_import_info()
gsb_feature_case_ct.module | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2361 Changed gsb_feature_case_ct_cmis_import() to verify content values
gsb_feature_case_ct.info | 7 +++++++
gsb_feature_case_ct.module | 40 +++++++++++++++++++++++++++++++---------
2 files changed, 38 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2361 Updated to have latest fields (document uuid)
gsb_feature_case_ct.features.field_base.inc | 16 +--
gsb_feature_case_ct.features.field_instance.inc | 153 ++++++++++++++++--------
gsb_feature_case_ct.info | 21 ++--
gsb_feature_case_ct.module | 2 +-
gsb_feature_case_ct.strongarm.inc | 8 +-
5 files changed, 126 insertions(+), 74 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Added new uuid field
gsb_feature_case_ct.features.field_base.inc | 16 +--
gsb_feature_case_ct.features.field_instance.inc | 153 ++++++++++++++++--------
gsb_feature_case_ct.info | 17 +--
gsb_feature_case_ct.strongarm.inc | 8 +-
4 files changed, 123 insertions(+), 71 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2361 Added start of the new gsb_feature_case_ct_cmis_import() function
gsb_feature_case_ct.info | 7 ++++++
gsb_feature_case_ct.module | 57 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2354 changes related to field_citation
gsb_feature_case_ct.features.field_instance.inc | 8 ++++----
gsb_feature_case_ct.info | 11 +++++++++--
2 files changed, 13 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2354 Adding in new fields
gsb_feature_case_ct.features.field_instance.inc | 569 +++++++++++++++++++++++-
gsb_feature_case_ct.info | 21 +-
gsb_feature_case_ct.strongarm.inc | 24 +-
3 files changed, 594 insertions(+), 20 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 2 months ago
Initial commit
gsb_feature_case_ct.features.field_base.inc | 43 +++++++++++++
gsb_feature_case_ct.features.field_instance.inc | 65 ++++++++++++++++++++
gsb_feature_case_ct.features.inc | 31 ++++++++++
gsb_feature_case_ct.info | 23 +++++++
gsb_feature_case_ct.module | 7 +++
gsb_feature_case_ct.strongarm.inc | 80 +++++++++++++++++++++++++
6 files changed, 249 insertions(+)

view commit - committer: Greg Mercer, 3 years, 2 months ago author: Greg Mercer, 3 years, 2 months ago
Initial commit
README.md | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_feature_taxonomy
===========================================
view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago
WP-7664 Deleted the region_interest taxonomy
gsb_feature_taxonomy.features.field_instance.inc | 124 -----------------------
gsb_feature_taxonomy.features.taxonomy.inc | 8 --
gsb_feature_taxonomy.info | 4 -
gsb_feature_taxonomy.strongarm.inc | 47 ---------
4 files changed, 183 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago
WP-7670 Deleting the department taxonomy
gsb_feature_taxonomy.features.taxonomy.inc | 8 ------
gsb_feature_taxonomy.info | 2 --
gsb_feature_taxonomy.strongarm.inc | 39 ------------------------------
3 files changed, 49 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago
WP-7668 Changed label naming for several taxonomies
gsb_feature_taxonomy.features.taxonomy.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
Changing Program Listing Page URL in Program Category taxonomy to use relative url
gsb_feature_taxonomy.features.field_instance.inc | 2 +-
gsb_feature_taxonomy.info | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6576 Adding new field instances for the program category taxonomy
gsb_feature_taxonomy.features.field_instance.inc | 419 +++++++++++++++++++++++
gsb_feature_taxonomy.info | 6 +-
gsb_feature_taxonomy.strongarm.inc | 8 +-
3 files changed, 428 insertions(+), 5 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6573: export strong arm settings for short name.
gsb_feature_taxonomy.info | 1 +
gsb_feature_taxonomy.strongarm.inc | 59 ++++++++++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6573: add view mode and configure for short name.
gsb_feature_taxonomy.ds.inc | 54 ++++++++++++++++++++++++
gsb_feature_taxonomy.features.field_instance.inc | 11 ++++-
gsb_feature_taxonomy.info | 3 ++
3 files changed, 67 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6558 Added field_short_name to the program category taxonomy
gsb_feature_taxonomy.features.field_base.inc | 33 ++++--
gsb_feature_taxonomy.features.field_instance.inc | 130 +++++++++++++++++++++--
gsb_feature_taxonomy.info | 9 +-
gsb_feature_taxonomy.strongarm.inc | 7 ++
4 files changed, 158 insertions(+), 21 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago
WP-6292 Adding new taxonomies career_level, key_program_topic, leadership_level, program_format, program_location and program_topic
gsb_feature_taxonomy.features.taxonomy.inc | 48 ++++++++++++++++++++++++++++++
gsb_feature_taxonomy.info | 6 ++++
2 files changed, 54 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago
WP-5704 remove discipline and event series vocab
gsb_feature_taxonomy.features.taxonomy.inc | 16 ------
gsb_feature_taxonomy.info | 2 -
gsb_feature_taxonomy.strongarm.inc | 78 ------------------------------
3 files changed, 96 deletions(-)

view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago
WP-5863: Add circle vocabulary.
gsb_feature_taxonomy.features.taxonomy.inc | 8 ++++++++
gsb_feature_taxonomy.info | 3 ++-
2 files changed, 10 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5795 Changing field_drupal_timezone from a text field to a time_zone field
gsb_feature_taxonomy.features.field_base.inc | 10 ++--
gsb_feature_taxonomy.features.field_instance.inc | 71 ++----------------------
gsb_feature_taxonomy.info | 1 +
3 files changed, 11 insertions(+), 71 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5680 add new drupal timezone field for taxonomy
gsb_feature_taxonomy.features.field_base.inc | 21 +++++++++++++++++++++
gsb_feature_taxonomy.features.field_instance.inc | 12 ++++++------
gsb_feature_taxonomy.info | 5 +++--
3 files changed, 30 insertions(+), 8 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5680 add new taxonomy
gsb_feature_taxonomy.features.field_instance.inc | 103 +++++++++++++++++++++++
gsb_feature_taxonomy.features.taxonomy.inc | 8 ++
gsb_feature_taxonomy.info | 3 +
gsb_feature_taxonomy.strongarm.inc | 29 +++++++
4 files changed, 143 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5618 add admission event base path base field to taxonomy repo
gsb_feature_taxonomy.features.field_base.inc | 21 +++++++++++++++++++++
gsb_feature_taxonomy.info | 1 +
2 files changed, 22 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5618 add admission base path to program vocab
gsb_feature_taxonomy.features.field_base.inc | 25 -----
gsb_feature_taxonomy.features.field_instance.inc | 123 +++++++++++++++++++++--
gsb_feature_taxonomy.features.taxonomy.inc | 8 ++
gsb_feature_taxonomy.info | 2 +
gsb_feature_taxonomy.strongarm.inc | 18 +++-
5 files changed, 142 insertions(+), 34 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4587 Added new taxonomy cta_action
gsb_feature_taxonomy.features.taxonomy.inc | 8 ++++++++
gsb_feature_taxonomy.info | 1 +
2 files changed, 9 insertions(+)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Remove panopoly items.
gsb_feature_taxonomy.features.field_instance.inc | 53 ------------------------
gsb_feature_taxonomy.features.taxonomy.inc | 8 ----
gsb_feature_taxonomy.info | 3 --
gsb_feature_taxonomy.strongarm.inc | 49 ----------------------
4 files changed, 113 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago
WP-4511: Export display settings for academic area, business insight topic and region of interest.
gsb_feature_taxonomy.features.field_instance.inc | 54 ++++++++----------------
gsb_feature_taxonomy.info | 2 +-
2 files changed, 19 insertions(+), 37 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago
WP-4511: Add field instances of taxonomy.
gsb_feature_taxonomy.features.field_instance.inc | 386 +++++++++++++++++++++++
gsb_feature_taxonomy.info | 16 +-
2 files changed, 394 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4511 Exporting full list of taxonomies to our feature
gsb_feature_taxonomy.features.field_base.inc | 130 +++++
gsb_feature_taxonomy.features.field_instance.inc | 201 ++++++++
gsb_feature_taxonomy.features.taxonomy.inc | 136 ++++++
gsb_feature_taxonomy.info | 46 +-
gsb_feature_taxonomy.strongarm.inc | 595 +++++++++++++++++++++++
5 files changed, 1106 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4511 Attempting to export the taxonomy field display. Testing export.
gsb_feature_taxonomy.features.defaultconfig.inc | 276 +++++++++++++++---------
gsb_feature_taxonomy.info | 2 +
gsb_feature_taxonomy.strongarm.inc | 4 +-
3 files changed, 175 insertions(+), 107 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4494 Removing fields from the default display
gsb_feature_taxonomy.strongarm.inc | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4193: export action view mode.
gsb_feature_taxonomy.ds.inc | 203 +++++++++++++++++++++++++++++++++++++
gsb_feature_taxonomy.info | 8 ++
gsb_feature_taxonomy.strongarm.inc | 21 ++++
3 files changed, 232 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago
re-export feature.
gsb_feature_taxonomy.info | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4158: export insight topics view mode and display settings.
gsb_feature_taxonomy.ds.inc | 176 ++++++++++++++++++++++++
gsb_feature_taxonomy.features.defaultconfig.inc | 145 +++++++++++++++++++
gsb_feature_taxonomy.features.inc | 17 +++
gsb_feature_taxonomy.info | 19 +++
gsb_feature_taxonomy.module | 4 +-
gsb_feature_taxonomy.strongarm.inc | 134 ++++++++++++++++++
6 files changed, 494 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-3955 Exported 3 taxonomies
gsb_feature_taxonomy.features.taxonomy.inc | 37 ++++++++++++++++++++++++++++++
gsb_feature_taxonomy.info | 20 ++++++++++++++++
gsb_feature_taxonomy.module | 5 ++++
3 files changed, 62 insertions(+)

view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_feature_ee_megamenu
===========================================
view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago
WP-6442 Adding display title_pane values
gsb_feature_ee_megamenu.info | 37 +++---------------------------
gsb_feature_ee_megamenu.panels_default.inc | 6 ++---
2 files changed, 6 insertions(+), 37 deletions(-)

view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago
WP-6442 Adding menu blocks and mega menus for ee
gsb_feature_ee_megamenu.features.defaultconfig.inc | 401 +++++++++++++++++++++
gsb_feature_ee_megamenu.features.inc | 17 +
gsb_feature_ee_megamenu.features.menu_custom.inc | 25 ++
gsb_feature_ee_megamenu.info | 80 ++++
gsb_feature_ee_megamenu.module | 7 +
gsb_feature_ee_megamenu.panels_default.inc | 170 +++++++++
gsb_feature_ee_megamenu.strongarm.inc | 224 ++++++++++++
7 files changed, 924 insertions(+)

view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_feature_working_paper_ct
===========================================
view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6369: update related wrapper.
gsb_feature_working_paper_ct.field_group.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6118: add classes to wrappers.
gsb_feature_working_paper_ct.ds.inc | 6 +++---
gsb_feature_working_paper_ct.field_group.inc | 2 +-
gsb_feature_working_paper_ct.strongarm.inc | 4 ++++
3 files changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago
WP-6132 fix the per ref field in working papers
gsb_feature_working_paper_ct.module | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
WP-6148 A little bitty cleanup, removing blank line that snuck into last commit.
gsb_feature_working_paper_ct.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
WP-6148 Added code on node save to set publication type to be 'working_paper'
gsb_feature_working_paper_ct.module | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6046 Adding field group classes
gsb_feature_working_paper_ct.field_group.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6046 Adding field group classes
gsb_feature_working_paper_ct.features.field_instance.inc | 6 ++++++
gsb_feature_working_paper_ct.field_group.inc | 11 +++++++----
2 files changed, 13 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5973: add title wrapper.
gsb_feature_working_paper_ct.ds.inc | 34 ++++---
...re_working_paper_ct.features.field_instance.inc | 108 ++++++++++-----------
gsb_feature_working_paper_ct.field_group.inc | 64 ++++++++++++
gsb_feature_working_paper_ct.info | 2 +
gsb_feature_working_paper_ct.strongarm.inc | 8 +-
5 files changed, 143 insertions(+), 73 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5966: add additional class.
gsb_feature_working_paper_ct.ds.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5966: add publication type.
gsb_feature_working_paper_ct.ds.inc | 58 +++++++---
...re_working_paper_ct.features.field_instance.inc | 122 +++++++++++----------
gsb_feature_working_paper_ct.strongarm.inc | 8 +-
3 files changed, 113 insertions(+), 75 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago
WP-5863 Changing circle topic to use hs-lite
gsb_feature_working_paper_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago
WP-5863 Setting default and hiding field_publication_type
gsb_feature_working_paper_ct.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago
WP-5863 Adding new fields field_circle_topics and field_publication_type
...re_working_paper_ct.features.field_instance.inc | 185 ++++++++++++++++++++-
gsb_feature_working_paper_ct.field_group.inc | 13 +-
gsb_feature_working_paper_ct.info | 2 +
gsb_feature_working_paper_ct.strongarm.inc | 2 +-
4 files changed, 189 insertions(+), 13 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5453: configure compact and expanded.
gsb_feature_working_paper_ct.ds.inc | 237 +++++++++++++++++++--
...re_working_paper_ct.features.field_instance.inc | 102 +++++++--
gsb_feature_working_paper_ct.info | 2 +
3 files changed, 309 insertions(+), 32 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5453: configure compact and expanded.
gsb_feature_working_paper_ct.ds.inc | 237 +++++++++++++++++++--
...re_working_paper_ct.features.field_instance.inc | 102 +++++++--
gsb_feature_working_paper_ct.info | 2 +
3 files changed, 309 insertions(+), 32 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5496 Removing case instance of field_centers_research_programs. It snuck in there. Dang.
...re_working_paper_ct.features.field_instance.inc | 82 ----------------------
gsb_feature_working_paper_ct.info | 1 -
2 files changed, 83 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5496 Added field field_centers_research_programs
...re_working_paper_ct.features.field_instance.inc | 166 +++++++++++++++++++++
gsb_feature_working_paper_ct.field_group.inc | 36 ++++-
gsb_feature_working_paper_ct.info | 3 +
3 files changed, 201 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5452 Adding compact and expanded view modes
gsb_feature_working_paper_ct.ds.inc | 42 +++
...re_working_paper_ct.features.field_instance.inc | 292 ++++++++++++++++++++-
gsb_feature_working_paper_ct.info | 3 +
gsb_feature_working_paper_ct.strongarm.inc | 30 +++
4 files changed, 365 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5428: update comma.
gsb_feature_working_paper_ct.ds.inc | 24 +++++++++++-----------
...re_working_paper_ct.features.field_instance.inc | 8 +++-----
gsb_feature_working_paper_ct.field_group.inc | 6 +++---
3 files changed, 18 insertions(+), 20 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5034: style working paper title.
gsb_feature_working_paper_ct.ds.inc | 18 ++++----
...re_working_paper_ct.features.field_instance.inc | 48 +++++++++++-----------
gsb_feature_working_paper_ct.field_group.inc | 7 ++--
gsb_feature_working_paper_ct.strongarm.inc | 4 +-
4 files changed, 40 insertions(+), 37 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5034: add pdf link.
gsb_feature_working_paper_ct.ds.inc | 46 +++++-------
...re_working_paper_ct.features.field_instance.inc | 85 ++++++++++------------
gsb_feature_working_paper_ct.strongarm.inc | 6 +-
3 files changed, 62 insertions(+), 75 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5428: update comma.
gsb_feature_working_paper_ct.ds.inc | 24 +++++++++++-----------
...re_working_paper_ct.features.field_instance.inc | 8 +++-----
gsb_feature_working_paper_ct.field_group.inc | 6 +++---
3 files changed, 18 insertions(+), 20 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Ayuta Padhi, 1 year, 7 months ago
WP-5423 Allowed the user to open link in new window
gsb_feature_working_paper_ct.features.field_instance.inc | 2 +-
gsb_feature_working_paper_ct.info | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 7 months ago author: Ayuta Padhi, 1 year, 7 months ago
WP-5423 Allowed the user to open link in new window
gsb_feature_working_paper_ct.features.field_instance.inc | 2 +-
gsb_feature_working_paper_ct.info | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5391 move the files field inside related block
gsb_feature_working_paper_ct.features.field_instance.inc | 2 +-
gsb_feature_working_paper_ct.field_group.inc | 9 +++++----
2 files changed, 6 insertions(+), 5 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5385 enable description for file field in WP
gsb_feature_working_paper_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5034: style working paper title.
gsb_feature_working_paper_ct.ds.inc | 18 ++++----
...re_working_paper_ct.features.field_instance.inc | 48 +++++++++++-----------
gsb_feature_working_paper_ct.field_group.inc | 7 ++--
gsb_feature_working_paper_ct.strongarm.inc | 4 +-
4 files changed, 40 insertions(+), 37 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5034: add pdf link.
gsb_feature_working_paper_ct.ds.inc | 46 +++++------
...re_working_paper_ct.features.field_instance.inc | 89 ++++++++++------------
gsb_feature_working_paper_ct.strongarm.inc | 6 +-
3 files changed, 64 insertions(+), 77 deletions(-)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
Updating label for field_person_ref_unlimited
gsb_feature_working_paper_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5372 Added gsb_feature_base_fields_faculty_authors under the Related right side bar
gsb_feature_working_paper_ct.ds.inc | 32 ++++++++++++----------
...re_working_paper_ct.features.field_instance.inc | 10 +++----
gsb_feature_working_paper_ct.field_group.inc | 3 +-
gsb_feature_working_paper_ct.strongarm.inc | 4 +--
4 files changed, 26 insertions(+), 23 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5364 Added new file extensions for field_file_unlimited_public
gsb_feature_working_paper_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5364 Added new file extensions for field_file_unlimited_public
gsb_feature_working_paper_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5309: update working paper related field group.
gsb_feature_working_paper_ct.ds.inc | 44 ++++++++++++++--------------
gsb_feature_working_paper_ct.field_group.inc | 22 +++++++++++++-
2 files changed, 43 insertions(+), 23 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5309: configure the related sidebar for working paper detail page.
gsb_feature_working_paper_ct.ds.inc | 137 ++++++++++++++++++---
...re_working_paper_ct.features.field_instance.inc | 58 +++++----
gsb_feature_working_paper_ct.field_group.inc | 12 ++
gsb_feature_working_paper_ct.info | 1 +
gsb_feature_working_paper_ct.strongarm.inc | 11 +-
5 files changed, 174 insertions(+), 45 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5308 add related content fields
...re_working_paper_ct.features.field_instance.inc | 424 ++++++++++++++++++++-
gsb_feature_working_paper_ct.field_group.inc | 34 +-
gsb_feature_working_paper_ct.info | 6 +
3 files changed, 459 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago
WP-5234: Check to make sure the content type is working paper in hook_node_insert and hook_node_update.
gsb_feature_working_paper_ct.module | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago
WP-5163: Update default moderation state.
gsb_feature_working_paper_ct.features.field_instance.inc | 1 +
gsb_feature_working_paper_ct.info | 6 +++---
gsb_feature_working_paper_ct.strongarm.inc | 7 +++++++
3 files changed, 11 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4835: export display settings.
gsb_feature_working_paper_ct.ds.inc | 119 +++++++++++++++++
...re_working_paper_ct.features.field_instance.inc | 142 +++++++++++++++++++++
gsb_feature_working_paper_ct.info | 3 +
gsb_feature_working_paper_ct.strongarm.inc | 29 ++++-
4 files changed, 292 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago
WP-4586 Uncheck filefield path setting for da working papers.
...ure_working_paper_ct.features.field_instance.inc | 21 +++++++++++++++++++++
gsb_feature_working_paper_ct.features.inc | 1 +
gsb_feature_working_paper_ct.info | 1 +
3 files changed, 23 insertions(+)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4522 bundle taxonomy in working paper
...re_working_paper_ct.features.field_instance.inc | 6 +-
gsb_feature_working_paper_ct.field_group.inc | 94 ++++++++++++++++++++--
gsb_feature_working_paper_ct.info | 7 +-
3 files changed, 94 insertions(+), 13 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4522 bundle taxonomy in working paper
...re_working_paper_ct.features.field_instance.inc | 6 +-
gsb_feature_working_paper_ct.field_group.inc | 94 ++++++++++++++++++++--
gsb_feature_working_paper_ct.info | 7 +-
3 files changed, 94 insertions(+), 13 deletions(-)

view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago
WP-3755: Add help text.
gsb_feature_working_paper_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago
WP-3755: Add help text.
gsb_feature_working_paper_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4010: update working paper related content display.
gsb_feature_working_paper_ct.ds.inc | 24 +-----------------------
gsb_feature_working_paper_ct.info | 5 +----
2 files changed, 2 insertions(+), 27 deletions(-)

view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 6 months ago
Fix missing parentheses.
gsb_feature_working_paper_ct.features.field_instance.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3914: add insight featured card view mode to working paper.
gsb_feature_working_paper_ct.ds.inc | 73 +++++++++++++
...re_working_paper_ct.features.field_instance.inc | 118 +++++++++++++++++++++
gsb_feature_working_paper_ct.info | 5 +
gsb_feature_working_paper_ct.strongarm.inc | 15 +++
4 files changed, 211 insertions(+)

view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3909: add related to insights to working paper.
gsb_feature_working_paper_ct.ds.inc | 79 +++++++++++-
...re_working_paper_ct.features.field_instance.inc | 133 +++++++++++++++++++--
gsb_feature_working_paper_ct.info | 2 +
gsb_feature_working_paper_ct.strongarm.inc | 15 +++
4 files changed, 216 insertions(+), 13 deletions(-)

view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago
WP-3755: Add help text.
gsb_feature_working_paper_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4010: update working paper related content display.
gsb_feature_working_paper_ct.ds.inc | 24 +-----------------------
gsb_feature_working_paper_ct.info | 5 +----
2 files changed, 2 insertions(+), 27 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
Wrong punctuation.
gsb_feature_working_paper_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
Add permission to manage metadata.
gsb_feature_working_paper_ct.module | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4010: update working paper related content display.
gsb_feature_working_paper_ct.ds.inc | 24 +-----------------------
gsb_feature_working_paper_ct.info | 5 +----
2 files changed, 2 insertions(+), 27 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
Wrong punctuation.
gsb_feature_working_paper_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
Add permission to manage metadata.
gsb_feature_working_paper_ct.module | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
Fix missing parentheses.
gsb_feature_working_paper_ct.features.field_instance.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3914: add insight featured card view mode to working paper.
gsb_feature_working_paper_ct.ds.inc | 73 +++++++++++++
...re_working_paper_ct.features.field_instance.inc | 118 +++++++++++++++++++++
gsb_feature_working_paper_ct.info | 5 +
gsb_feature_working_paper_ct.strongarm.inc | 15 +++
4 files changed, 211 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3914: add insight featured card view mode to working paper.
gsb_feature_working_paper_ct.ds.inc | 73 +++++++++++
...re_working_paper_ct.features.field_instance.inc | 133 +++++++++++++++++++--
gsb_feature_working_paper_ct.info | 2 +
gsb_feature_working_paper_ct.strongarm.inc | 15 +++
4 files changed, 213 insertions(+), 10 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago
WP-3755 add help text to working papers field
gsb_feature_working_paper_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3909: add related to insights to working paper.
gsb_feature_working_paper_ct.ds.inc | 79 +++++++++++-
...re_working_paper_ct.features.field_instance.inc | 133 +++++++++++++++++++--
gsb_feature_working_paper_ct.info | 2 +
gsb_feature_working_paper_ct.strongarm.inc | 15 +++
4 files changed, 216 insertions(+), 13 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
WP-3844: Add support for better formats.
...re_working_paper_ct.features.field_instance.inc | 32 +++++++++++++++++++++-
gsb_feature_working_paper_ct.info | 4 +--
2 files changed, 33 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 7 months ago author: Roopesh Naik, 2 years, 7 months ago
WP-3690 remove help text
gsb_feature_working_paper_ct.features.field_instance.inc | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago
WP-3692 Added code to check the streamlength before adding the document link
gsb_feature_working_paper_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago
WP-3691 Added new code to set the academic area for a new node if not set by node creator.
gsb_feature_working_paper_ct.module | 57 ++++++++++++++++++++++++++++++++++++-
1 file changed, 56 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago
WP-3692 Added code to check the streamlength before adding the document link
gsb_feature_working_paper_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
New changes related to field_collections and entities
gsb_feature_working_paper_ct.module | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago
WP-3671 Changed to handle description as a wysiwyg field.
gsb_feature_working_paper_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
WP-3670: Add field_region for Working Paper CT.
...re_working_paper_ct.features.field_instance.inc | 56 +++++++++++++++++++++-
gsb_feature_working_paper_ct.field_group.inc | 1 +
gsb_feature_working_paper_ct.info | 1 +
3 files changed, 57 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago
WP-3671 Changed to handle description as a wysiwyg field.
gsb_feature_working_paper_ct.module | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3642: Change Abstract field to use WYSIWYG.
gsb_feature_working_paper_ct.features.field_instance.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3609 Added search fields
gsb_feature_working_paper_ct.features.field_instance.inc | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3546: add class to link.
gsb_feature_working_paper_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3596 Added code to set the has_pdf during the node presave
gsb_feature_working_paper_ct.module | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3580 Added new variable to block Alfresco update - gsb_feature_working_paper_ct_block_update.
gsb_feature_working_paper_ct.module | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3568 Changed help text to match document
gsb_feature_working_paper_ct.features.field_instance.inc | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3568 Changed help text to match document
gsb_feature_working_paper_ct.features.field_instance.inc | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3571 Removing .pdf from doc naming
gsb_feature_working_paper_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3546: add class to link.
gsb_feature_working_paper_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3571 Removing .pdf from doc naming
gsb_feature_working_paper_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3559: change spacing logic.
gsb_feature_working_paper_ct.ds.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3571 Changes for using the item id in the file name
...re_working_paper_ct.features.field_instance.inc | 6 +-
gsb_feature_working_paper_ct.field_group.inc | 5 +-
gsb_feature_working_paper_ct.module | 85 ++++++++++------------
gsb_feature_working_paper_ct.strongarm.inc | 2 +-
4 files changed, 46 insertions(+), 52 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3569 Moved from code from ct to display
gsb_feature_working_paper_ct.info | 1 -
gsb_feature_working_paper_ct.module | 13 --------
...ture_working_paper_ct_handler_field_has_pdf.inc | 38 ----------------------
3 files changed, 52 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3569 Adding field views data handler gsb_feature_working_paper_ct_handler_field_has_pdf
gsb_feature_working_paper_ct.info | 1 +
gsb_feature_working_paper_ct.module | 51 ++++++++++++++++------
...ture_working_paper_ct_handler_field_has_pdf.inc | 38 ++++++++++++++++
3 files changed, 76 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3510 Added code to set has_pdf value during import
gsb_feature_working_paper_ct.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3510 Added code to set has_pdf value during import
gsb_feature_working_paper_ct.module | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3508: add new download button.
gsb_feature_working_paper_ct.ds.inc | 16 ++++++++--------
gsb_feature_working_paper_ct.strongarm.inc | 8 +++++++-
2 files changed, 15 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3510 Added code to set has_pdf value during import
gsb_feature_working_paper_ct.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3510 Added code to set has_pdf value during import
gsb_feature_working_paper_ct.module | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3559: change spacing logic.
gsb_feature_working_paper_ct.ds.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3508: add new download button.
gsb_feature_working_paper_ct.ds.inc | 16 ++++++++--------
gsb_feature_working_paper_ct.strongarm.inc | 8 +++++++-
2 files changed, 15 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
Added back a new line removed in the last commit.
gsb_feature_working_paper_ct.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
Added code to -not- attempt update of Alfresco, if the setting for cmis_repositories is not present.
gsb_feature_working_paper_ct.module | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago
Remove unnecessary field_base reference.
gsb_feature_working_paper_ct.info | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3506 Removed field_base for field_has_pdf
gsb_feature_working_paper_ct.info | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3538-1 Removed dpm() calls
gsb_feature_working_paper_ct.module | 3 ---
1 file changed, 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3538-1 Added a check when adding 'other author' to see if a faculty ref exists
gsb_feature_working_paper_ct.module | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3538-1 Made a small mod to how last name is handled for 'other authors'
gsb_feature_working_paper_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3538-1 Removed dpm() calls
gsb_feature_working_paper_ct.module | 3 ---
1 file changed, 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3506 Added new field_has_pdf
...re_working_paper_ct.features.field_instance.inc | 55 ++++++++++++++++++++++
gsb_feature_working_paper_ct.field_group.inc | 1 +
gsb_feature_working_paper_ct.info | 2 +
gsb_feature_working_paper_ct.strongarm.inc | 6 +--
4 files changed, 61 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3538-1 Added a check when adding 'other author' to see if a faculty ref exists
gsb_feature_working_paper_ct.module | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3538-1 Made a small mod to how last name is handled for 'other authors'
gsb_feature_working_paper_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3488 Changed url for file to be the doc download url, since we now no longer save the file in drupal.
gsb_feature_working_paper_ct.module | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3440 Moved the "Publish... on the following databases" field to just below "Title"
gsb_feature_working_paper_ct.features.field_instance.inc | 12 ++++++------
gsb_feature_working_paper_ct.field_group.inc | 6 +++---
gsb_feature_working_paper_ct.strongarm.inc | 6 +++---
3 files changed, 12 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3440 Added new fieldgroup for Alfresco Metadata
...re_working_paper_ct.features.field_instance.inc | 20 ++++++-------
gsb_feature_working_paper_ct.field_group.inc | 34 ++++++++++++++++++++--
gsb_feature_working_paper_ct.info | 1 +
gsb_feature_working_paper_ct.strongarm.inc | 6 ++--
4 files changed, 46 insertions(+), 15 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3440 Added call to hide the Alfresco Metadata fieldgroup
gsb_feature_working_paper_ct.module | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3507: remove pdf from teaser and listing.
gsb_feature_working_paper_ct.ds.inc | 52 ++++------------------
...re_working_paper_ct.features.field_instance.inc | 14 ++----
2 files changed, 13 insertions(+), 53 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3440 Moved the "Publish... on the following databases" field to just below "Title"
gsb_feature_working_paper_ct.features.field_instance.inc | 12 ++++++------
gsb_feature_working_paper_ct.field_group.inc | 6 +++---
gsb_feature_working_paper_ct.strongarm.inc | 6 +++---
3 files changed, 12 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3440 Added new fieldgroup for Alfresco Metadata
...re_working_paper_ct.features.field_instance.inc | 20 ++++++-------
gsb_feature_working_paper_ct.field_group.inc | 34 ++++++++++++++++++++--
gsb_feature_working_paper_ct.info | 1 +
gsb_feature_working_paper_ct.strongarm.inc | 6 ++--
4 files changed, 46 insertions(+), 15 deletions(-)

view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3440 Added call to hide the Alfresco Metadata fieldgroup
gsb_feature_working_paper_ct.module | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3486-1 Changed to show doc link as 'Current Document'
gsb_feature_working_paper_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3060-2 Fixed up an missed paren'ed if
gsb_feature_working_paper_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3060-2 Fixed up an missed paren'ed if
gsb_feature_working_paper_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3060-2 Changes for getting unique name and blocking node_presave during import
gsb_feature_working_paper_ct.module | 124 ++++++++++++++++++++++++++++++++++--
1 file changed, 117 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3060-2 Added new handling for importing authors from Alfresco
gsb_feature_working_paper_ct.info | 2 +-
gsb_feature_working_paper_ct.module | 86 +++++++++++++++++++++++++++++--------
2 files changed, 68 insertions(+), 20 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3060-2 Changes for getting unique name and blocking node_presave during import
gsb_feature_working_paper_ct.module | 124 ++++++++++++++++++++++++++++++++++--
1 file changed, 117 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3507: remove pdf from teaser and listing.
gsb_feature_working_paper_ct.ds.inc | 52 ++++------------------
...re_working_paper_ct.features.field_instance.inc | 14 ++----
2 files changed, 13 insertions(+), 53 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3060-2 Added new handling for importing authors from Alfresco
gsb_feature_working_paper_ct.info | 2 +-
gsb_feature_working_paper_ct.module | 86 +++++++++++++++++++++++++++++--------
2 files changed, 68 insertions(+), 20 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago
WP-3485: Make month default to none.
gsb_feature_working_paper_ct.features.field_instance.inc | 6 +-----
gsb_feature_working_paper_ct.info | 4 ++--
2 files changed, 3 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3413-1 Changed url for gsb-cmis-download-doc
gsb_feature_working_paper_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3413-1 Changed url for gsb-cmis-download-doc
gsb_feature_working_paper_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3491 Removing a few lines that were added incorrectly in the merge.
gsb_feature_working_paper_ct.module | 7 -------
1 file changed, 7 deletions(-)

view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3491 Added function to generated unique indexed names for the document being saved to Alfresco.
gsb_feature_working_paper_ct.module | 94 +++++++++++++++++++++++++++++++++----
1 file changed, 85 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3060-1 We have decided to -not- set the name property
WebScripts/updateworkingpaper.post.js | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3375: Change Working Papers CT help text.
gsb_feature_working_paper_ct.module | 7 -------
1 file changed, 7 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3480 Changed the status for the set_messages to be error
gsb_feature_working_paper_ct.module | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3480 Added validate function
gsb_feature_working_paper_ct.module | 14 ++++++++++++++
1 file changed, 14 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3480 Added a first pass at handling document exceptions from Alfresco
gsb_feature_working_paper_ct.module | 119 +++++++++++++++++++++++-------------
1 file changed, 75 insertions(+), 44 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3480 Changed the status for the set_messages to be error
gsb_feature_working_paper_ct.module | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3480 Added validate function
gsb_feature_working_paper_ct.module | 14 ++++++++++++++
1 file changed, 14 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3480 Added a first pass at handling document exceptions from Alfresco
gsb_feature_working_paper_ct.module | 161 +++++++++++++++++++++++++++---------
1 file changed, 122 insertions(+), 39 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3486 Added code to delete uploaded file during node presave
gsb_feature_working_paper_ct.module | 66 +++++++++++++++++++++++++++++++++----
1 file changed, 59 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3060-1 Changed to show fields (as disabled) if the user has administrator role
gsb_feature_working_paper_ct.module | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3060-1 Adding changes to support modifying an existing document/file
WebScripts/updateworkingpaper.get.html.ftl | 1 +
WebScripts/updateworkingpaper.post.js | 3 +-
gsb_feature_working_paper_ct.module | 55 ++++++++++++++++++++++++------
3 files changed, 48 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3060 Added setting for itemid and some code cleanup
gsb_feature_working_paper_ct.module | 60 ++++++++++++++++++++++++-------------
1 file changed, 39 insertions(+), 21 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3060 Added variable for gsb_feature_working_paper_ct_alfresco_folder
gsb_feature_working_paper_ct.module | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3060 Adding the WebScript files which run on the Alfresco server
WebScripts/README.md | 18 ++++++++++++++++++
WebScripts/updateworkingpaper.get.desc.xml | 5 +++++
WebScripts/updateworkingpaper.get.html.ftl | 22 ++++++++++++++++++++++
WebScripts/updateworkingpaper.post.desc.xml | 5 +++++
WebScripts/updateworkingpaper.post.html.ftl | 5 +++++
WebScripts/updateworkingpaper.post.js | 15 +++++++++++++++
gsb_feature_working_paper_ct.module | 2 +-
7 files changed, 71 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer, 2 years, 9 months ago
WP-3060 Fixed a small typo.
gsb_feature_working_paper_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer, 2 years, 9 months ago
WP-3060 A little code cleanup.
gsb_feature_working_paper_ct.module | 15 ++-------------
1 file changed, 2 insertions(+), 13 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer, 2 years, 9 months ago
WP-3060 Added debugging function _gsb_feature_working_paper_ct_getObject()
gsb_feature_working_paper_ct.module | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer, 2 years, 9 months ago
WP-3060 Rough draft of code to support update of Alfresco whenever a working paper node is saved
gsb_feature_working_paper_ct.module | 237 +++++++++++++++++++++++++++++++++---
1 file changed, 223 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3060 Small cleaned up for function _gsb_feature_working_paper_ct_setTags()
gsb_feature_working_paper_ct.module | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3060 Added a very rough draft version of the new _gsb_feature_working_paper_ct_updateAlfresco() function
gsb_feature_working_paper_ct.module | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3060 Some small changes to _gsb_feature_working_paper_ct_setTags()
gsb_feature_working_paper_ct.module | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3060 Some small changes to _gsb_feature_working_paper_ct_setTags()
gsb_feature_working_paper_ct.module | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3060 Added new function _gsb_feature_working_paper_ct_setTags()
gsb_feature_working_paper_ct.module | 78 +++++++++++++++++++++++++++++++++++++
1 file changed, 78 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3060 Added setting for itemid and some code cleanup
gsb_feature_working_paper_ct.module | 60 ++++++++++++++++++++++++-------------
1 file changed, 39 insertions(+), 21 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3060 Added variable for gsb_feature_working_paper_ct_alfresco_folder
gsb_feature_working_paper_ct.module | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3060 Adding the WebScript files which run on the Alfresco server
WebScripts/README.md | 18 ++++++++++++++++++
WebScripts/updateworkingpaper.get.desc.xml | 5 +++++
WebScripts/updateworkingpaper.get.html.ftl | 22 ++++++++++++++++++++++
WebScripts/updateworkingpaper.post.desc.xml | 5 +++++
WebScripts/updateworkingpaper.post.html.ftl | 5 +++++
WebScripts/updateworkingpaper.post.js | 15 +++++++++++++++
gsb_feature_working_paper_ct.module | 2 +-
7 files changed, 71 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 9 months ago author: Greg Mercer, 2 years, 9 months ago
WP-3060 Fixed a small typo.
gsb_feature_working_paper_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 2 years, 9 months ago author: Greg Mercer, 2 years, 9 months ago
WP-3060 A little code cleanup.
gsb_feature_working_paper_ct.module | 15 ++-------------
1 file changed, 2 insertions(+), 13 deletions(-)

view commit - committer: Greg Mercer, 2 years, 9 months ago author: Greg Mercer, 2 years, 9 months ago
WP-3060 Added debugging function _gsb_feature_working_paper_ct_getObject()
gsb_feature_working_paper_ct.module | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

view commit - committer: Greg Mercer, 2 years, 9 months ago author: Greg Mercer, 2 years, 9 months ago
WP-3060 Rough draft of code to support update of Alfresco whenever a working paper node is saved
gsb_feature_working_paper_ct.module | 237 +++++++++++++++++++++++++++++++++---
1 file changed, 223 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3380: update field group wrapper.
gsb_feature_working_paper_ct.field_group.inc | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3380: update date field order.
gsb_feature_working_paper_ct.features.field_instance.inc | 3 ++-
gsb_feature_working_paper_ct.field_group.inc | 5 ++---
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
WP-3433: Check if the value is not empty to fix some issues.
gsb_feature_working_paper_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3380: update field group wrapper.
gsb_feature_working_paper_ct.field_group.inc | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3380: update date field order.
gsb_feature_working_paper_ct.features.field_instance.inc | 3 ++-
gsb_feature_working_paper_ct.field_group.inc | 5 ++---
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 9 months ago author: Roopesh Naik, 2 years, 9 months ago
WP-3390 Form alter to check SSRN checkbox default
gsb_feature_working_paper_ct.module | 13 +++++++++++++
1 file changed, 13 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3340: update working paper view modes.
gsb_feature_working_paper_ct.ds.inc | 197 +++++++++++++++++----
...re_working_paper_ct.features.field_instance.inc | 191 +++++++++++---------
gsb_feature_working_paper_ct.field_group.inc | 4 +-
gsb_feature_working_paper_ct.strongarm.inc | 6 +-
4 files changed, 276 insertions(+), 122 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3340: update working paper view modes.
gsb_feature_working_paper_ct.ds.inc | 197 +++++++++++++++++----
...re_working_paper_ct.features.field_instance.inc | 191 +++++++++++---------
gsb_feature_working_paper_ct.field_group.inc | 4 +-
gsb_feature_working_paper_ct.strongarm.inc | 6 +-
4 files changed, 276 insertions(+), 122 deletions(-)

view commit - committer: Greg Mercer, 2 years, 9 months ago author: Greg Mercer, 2 years, 9 months ago
WP-3315 Added import of cwoPublicationYear into field_year_of_publication
gsb_feature_working_paper_ct.module | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

view commit - committer: Greg Mercer, 2 years, 9 months ago author: Greg Mercer, 2 years, 9 months ago
WP-3316 A little code cleanup to remove unit testing code.
gsb_feature_working_paper_ct.module | 15 +--------------
1 file changed, 1 insertion(+), 14 deletions(-)

view commit - committer: Greg Mercer, 2 years, 9 months ago author: Greg Mercer, 2 years, 9 months ago
WP-3316 New functions to set the 'Other Author' values for Working Papers
gsb_feature_working_paper_ct.module | 93 +++++++++++++++++++++++++++++++++++++
1 file changed, 93 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3337 Deleting field instance of field_pub_date_month
...re_working_paper_ct.features.field_instance.inc | 60 ----------------------
gsb_feature_working_paper_ct.info | 1 -
2 files changed, 61 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3329 Added field_month
...re_working_paper_ct.features.field_instance.inc | 231 ++++++---------------
gsb_feature_working_paper_ct.field_group.inc | 5 +-
gsb_feature_working_paper_ct.info | 3 +-
gsb_feature_working_paper_ct.strongarm.inc | 6 +-
4 files changed, 75 insertions(+), 170 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3329 Added field_month
...re_working_paper_ct.features.field_instance.inc | 231 ++++++---------------
gsb_feature_working_paper_ct.field_group.inc | 5 +-
gsb_feature_working_paper_ct.info | 3 +-
gsb_feature_working_paper_ct.strongarm.inc | 6 +-
4 files changed, 75 insertions(+), 170 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3303: Relabel and reorder taxonomy fields.
gsb_feature_working_paper_ct.features.field_instance.inc | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3260 Label changes
...re_working_paper_ct.features.field_instance.inc | 53 ++++++++++++++++++++--
gsb_feature_working_paper_ct.field_group.inc | 4 +-
2 files changed, 51 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer, 2 years, 9 months ago
WP-3236 Removing first help text line.
gsb_feature_working_paper_ct.module | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Greg Mercer, 2 years, 9 months ago author: Greg Mercer, 2 years, 9 months ago
WP-3260 Removed first line of help text.
gsb_feature_working_paper_ct.module | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3260 Label changes
...re_working_paper_ct.features.field_instance.inc | 53 ++++++++++++++++++++--
gsb_feature_working_paper_ct.field_group.inc | 4 +-
2 files changed, 51 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 2 years, 9 months ago author: Greg Mercer, 2 years, 9 months ago
WP-3236 Removing first help text line.
gsb_feature_working_paper_ct.module | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
WP-3267: Add date field.
...re_working_paper_ct.features.field_instance.inc | 243 ++++++++++++++++++++-
gsb_feature_working_paper_ct.field_group.inc | 4 +-
gsb_feature_working_paper_ct.info | 4 +
gsb_feature_working_paper_ct.strongarm.inc | 6 +-
4 files changed, 243 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3013-1 Added new permission hook
gsb_feature_working_paper_ct.module | 11 +++++++++++
1 file changed, 11 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3013-1 Fixing a feature export issue, where the widget was incorrect
gsb_feature_working_paper_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3013-1 A little more clean up to remove some delete field cruft
gsb_feature_working_paper_ct.ds.inc | 29 ----------------------
...re_working_paper_ct.features.field_instance.inc | 2 --
gsb_feature_working_paper_ct.field_group.inc | 3 +--
gsb_feature_working_paper_ct.module | 15 -----------
4 files changed, 1 insertion(+), 48 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3013-1 Resolving a few issues that came after the last integration
gsb_feature_working_paper_ct.admin.inc | 6 +++++
...re_working_paper_ct.features.field_instance.inc | 31 +++++++++++-----------
gsb_feature_working_paper_ct.field_group.inc | 8 +++---
gsb_feature_working_paper_ct.module | 27 +++++++++++++++++--
gsb_feature_working_paper_ct.strongarm.inc | 6 ++---
5 files changed, 54 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3013 Added code to handle sending the Refresh Database email notification
gsb_feature_working_paper_ct.module | 132 +++++++++++++++++++++++++++++++-----
1 file changed, 116 insertions(+), 16 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3013 More field/form changes
...re_working_paper_ct.features.field_instance.inc | 240 ++++++++++++---------
gsb_feature_working_paper_ct.field_group.inc | 30 +++
gsb_feature_working_paper_ct.info | 6 +-
3 files changed, 168 insertions(+), 108 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3013 New code for emailing research db changes to contact
gsb_feature_working_paper_ct.module | 94 ++++++++++++++++++++++++++++---------
1 file changed, 71 insertions(+), 23 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3013 Adding token_replace handling
gsb_feature_working_paper_ct.module | 59 +++++++++++++++++++++++++++----------
1 file changed, 44 insertions(+), 15 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3013 Added new field field_research_databases
...re_working_paper_ct.features.field_instance.inc | 50 ++++++++++++++++++++++
gsb_feature_working_paper_ct.info | 1 +
2 files changed, 51 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3013 New admin config settings page for refresh db emails
gsb_feature_working_paper_ct.admin.inc | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3013 Change in stub functions to get variable settings
gsb_feature_working_paper_ct.module | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3013 Added stub functions for hooking node_insert and node_update
gsb_feature_working_paper_ct.module | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3215: Move field_author specific code to gsb_field_authors.
gsb_feature_working_paper_ct.module | 9 ---------
1 file changed, 9 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 10 months ago
WP-3127: Add submit field.
...re_working_paper_ct.features.field_instance.inc | 69 ++++++++++++++++++----
gsb_feature_working_paper_ct.field_group.inc | 2 +-
gsb_feature_working_paper_ct.info | 10 +++-
gsb_feature_working_paper_ct.strongarm.inc | 8 +--
4 files changed, 72 insertions(+), 17 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3056 Added collapsed group for tagging
...re_working_paper_ct.features.field_instance.inc | 18 ++++++-------
gsb_feature_working_paper_ct.field_group.inc | 30 ++++++++++++++++++++++
gsb_feature_working_paper_ct.info | 2 ++
gsb_feature_working_paper_ct.strongarm.inc | 6 ++---
4 files changed, 44 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3056 Alter the form for the working paper node
gsb_feature_working_paper_ct.module | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3056 Added upload file field for future support of drupal to alfresco updates
...re_working_paper_ct.features.field_instance.inc | 72 +++++++++++++++++++---
gsb_feature_working_paper_ct.info | 1 +
gsb_feature_working_paper_ct.strongarm.inc | 6 +-
3 files changed, 67 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3056 Removed references to deleted fields from the search field
gsb_feature_working_paper_ct.features.field_instance.inc | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3056 Removed some fields and added help text
...re_working_paper_ct.features.field_instance.inc | 327 ++-------------------
gsb_feature_working_paper_ct.info | 5 -
gsb_feature_working_paper_ct.strongarm.inc | 6 +-
3 files changed, 30 insertions(+), 308 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3056 Changed the import code to remove the fields that have been deleted.
gsb_feature_working_paper_ct.module | 40 -------------------------------------
1 file changed, 40 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3279 Change widget for the month field
gsb_feature_working_paper_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
WP-3267: Add date field.
...re_working_paper_ct.features.field_instance.inc | 243 ++++++++++++++++++++-
gsb_feature_working_paper_ct.field_group.inc | 4 +-
gsb_feature_working_paper_ct.info | 4 +
gsb_feature_working_paper_ct.strongarm.inc | 6 +-
4 files changed, 243 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3013-1 Added new permission hook
gsb_feature_working_paper_ct.module | 11 +++++++++++
1 file changed, 11 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3013-1 Fixing a feature export issue, where the widget was incorrect
gsb_feature_working_paper_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3013-1 A little more clean up to remove some delete field cruft
gsb_feature_working_paper_ct.ds.inc | 29 ----------------------
...re_working_paper_ct.features.field_instance.inc | 2 --
gsb_feature_working_paper_ct.field_group.inc | 3 +--
gsb_feature_working_paper_ct.module | 15 -----------
4 files changed, 1 insertion(+), 48 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3013-1 Resolving a few issues that came after the last integration
gsb_feature_working_paper_ct.admin.inc | 6 +++++
...re_working_paper_ct.features.field_instance.inc | 31 +++++++++++-----------
gsb_feature_working_paper_ct.field_group.inc | 8 +++---
gsb_feature_working_paper_ct.module | 27 +++++++++++++++++--
gsb_feature_working_paper_ct.strongarm.inc | 6 ++---
5 files changed, 54 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3013 Added code to handle sending the Refresh Database email notification
gsb_feature_working_paper_ct.module | 132 +++++++++++++++++++++++++++++++-----
1 file changed, 116 insertions(+), 16 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3013 More field/form changes
...re_working_paper_ct.features.field_instance.inc | 240 ++++++++++++---------
gsb_feature_working_paper_ct.field_group.inc | 30 +++
gsb_feature_working_paper_ct.info | 6 +-
3 files changed, 168 insertions(+), 108 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3013 New code for emailing research db changes to contact
gsb_feature_working_paper_ct.module | 94 ++++++++++++++++++++++++++++---------
1 file changed, 71 insertions(+), 23 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3013 Adding token_replace handling
gsb_feature_working_paper_ct.module | 59 +++++++++++++++++++++++++++----------
1 file changed, 44 insertions(+), 15 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3013 Added new field field_research_databases
...re_working_paper_ct.features.field_instance.inc | 50 ++++++++++++++++++++++
gsb_feature_working_paper_ct.info | 1 +
2 files changed, 51 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3013 New admin config settings page for refresh db emails
gsb_feature_working_paper_ct.admin.inc | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3013 Change in stub functions to get variable settings
gsb_feature_working_paper_ct.module | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3013 Added stub functions for hooking node_insert and node_update
gsb_feature_working_paper_ct.module | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3013 Added code to handle sending the Refresh Database email notification
gsb_feature_working_paper_ct.module | 132 +++++++++++++++++++++++++++++++-----
1 file changed, 116 insertions(+), 16 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3013 More field/form changes
...re_working_paper_ct.features.field_instance.inc | 269 ++++++++++++---------
gsb_feature_working_paper_ct.field_group.inc | 32 ++-
gsb_feature_working_paper_ct.info | 6 +-
gsb_feature_working_paper_ct.strongarm.inc | 6 +-
4 files changed, 187 insertions(+), 126 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3013 New code for emailing research db changes to contact
gsb_feature_working_paper_ct.module | 94 ++++++++++++++++++++++++++++---------
1 file changed, 71 insertions(+), 23 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3013 Adding token_replace handling
gsb_feature_working_paper_ct.module | 59 +++++++++++++++++++++++++++----------
1 file changed, 44 insertions(+), 15 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3013 Added new field field_research_databases
...re_working_paper_ct.features.field_instance.inc | 66 +++++++++++++++++++---
gsb_feature_working_paper_ct.field_group.inc | 2 +-
gsb_feature_working_paper_ct.info | 1 +
gsb_feature_working_paper_ct.strongarm.inc | 6 +-
4 files changed, 63 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
Delete gsb_feature_working_paper_ct.admin.inc
gsb_feature_working_paper_ct.admin.inc | 20 --------------------
1 file changed, 20 deletions(-)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3013 New admin config settings page for refresh db emails
gsb_feature_working_paper_ct.admin.inc | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3013 New admin config settings page for refresh db emails
gsb_feature_working_paper_ct.admin.inc | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3013 Change in stub functions to get variable settings
gsb_feature_working_paper_ct.module | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3013 Added stub functions for hooking node_insert and node_update
gsb_feature_working_paper_ct.module | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3215: Move field_author specific code to gsb_field_authors.
gsb_feature_working_paper_ct.module | 9 ---------
1 file changed, 9 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3127: Add submit field.
...re_working_paper_ct.features.field_instance.inc | 69 ++++++++++++++++++----
gsb_feature_working_paper_ct.field_group.inc | 2 +-
gsb_feature_working_paper_ct.info | 10 +++-
gsb_feature_working_paper_ct.strongarm.inc | 8 +--
4 files changed, 72 insertions(+), 17 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3056 Added collapsed group for tagging
...re_working_paper_ct.features.field_instance.inc | 18 ++++++-------
gsb_feature_working_paper_ct.field_group.inc | 30 ++++++++++++++++++++++
gsb_feature_working_paper_ct.info | 2 ++
gsb_feature_working_paper_ct.strongarm.inc | 6 ++---
4 files changed, 44 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3056 Alter the form for the working paper node
gsb_feature_working_paper_ct.module | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3056 Added upload file field for future support of drupal to alfresco updates
...re_working_paper_ct.features.field_instance.inc | 72 +++++++++++++++++++---
gsb_feature_working_paper_ct.info | 1 +
gsb_feature_working_paper_ct.strongarm.inc | 6 +-
3 files changed, 67 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3056 Removed references to deleted fields from the search field
gsb_feature_working_paper_ct.features.field_instance.inc | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3056 Removed some fields and added help text
...re_working_paper_ct.features.field_instance.inc | 327 ++-------------------
gsb_feature_working_paper_ct.info | 5 -
gsb_feature_working_paper_ct.strongarm.inc | 6 +-
3 files changed, 30 insertions(+), 308 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3056 Changed the import code to remove the fields that have been deleted.
gsb_feature_working_paper_ct.module | 40 -------------------------------------
1 file changed, 40 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
Merge branch 'WP-3056' of github.com:gsbitse/gsb_feature_working_paper_ct into WP-3056
view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3056 Added collapsed group for tagging
...re_working_paper_ct.features.field_instance.inc | 18 ++++++-------
gsb_feature_working_paper_ct.field_group.inc | 30 ++++++++++++++++++++++
gsb_feature_working_paper_ct.info | 2 ++
gsb_feature_working_paper_ct.strongarm.inc | 6 ++---
4 files changed, 44 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3056 Alter the form for the working paper node
gsb_feature_working_paper_ct.module | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3056 Added upload file field for future support of drupal to alfresco updates
...re_working_paper_ct.features.field_instance.inc | 72 +++++++++++++++++++---
gsb_feature_working_paper_ct.info | 1 +
gsb_feature_working_paper_ct.strongarm.inc | 6 +-
3 files changed, 67 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3060 Small cleaned up for function _gsb_feature_working_paper_ct_setTags()
gsb_feature_working_paper_ct.module | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3056 Removed references to deleted fields from the search field
gsb_feature_working_paper_ct.features.field_instance.inc | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3056 Removed some fields and added help text
...re_working_paper_ct.features.field_instance.inc | 327 ++-------------------
gsb_feature_working_paper_ct.info | 5 -
gsb_feature_working_paper_ct.strongarm.inc | 6 +-
3 files changed, 30 insertions(+), 308 deletions(-)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3056 Changed the import code to remove the fields that have been deleted.
gsb_feature_working_paper_ct.module | 40 -------------------------------------
1 file changed, 40 deletions(-)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3060 Added a very rough draft version of the new _gsb_feature_working_paper_ct_updateAlfresco() function
gsb_feature_working_paper_ct.module | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3060 Some small changes to _gsb_feature_working_paper_ct_setTags()
gsb_feature_working_paper_ct.module | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3060 Some small changes to _gsb_feature_working_paper_ct_setTags()
gsb_feature_working_paper_ct.module | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3060 Added new function _gsb_feature_working_paper_ct_setTags()
gsb_feature_working_paper_ct.module | 78 +++++++++++++++++++++++++++++++++++++
1 file changed, 78 insertions(+)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3125 Removed code which was importing into field_author
gsb_feature_working_paper_ct.module | 8 --------
1 file changed, 8 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3085: remove authors wrapper div.
gsb_feature_working_paper_ct.ds.inc | 6 ------
1 file changed, 6 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3085: remove authors wrapper div.
gsb_feature_working_paper_ct.ds.inc | 6 ------
1 file changed, 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-2992 Removed field_author and field_author_sunet_id_reference
...re_working_paper_ct.features.field_instance.inc | 104 ---------------------
gsb_feature_working_paper_ct.info | 3 +-
2 files changed, 1 insertion(+), 106 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3047: replace author with authors field collection.
gsb_feature_working_paper_ct.ds.inc | 94 +++++++-------
...re_working_paper_ct.features.field_instance.inc | 136 +++++++++++----------
gsb_feature_working_paper_ct.strongarm.inc | 24 +++-
3 files changed, 142 insertions(+), 112 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3047: replace author with authors field collection.
gsb_feature_working_paper_ct.ds.inc | 94 +++++++-------
...re_working_paper_ct.features.field_instance.inc | 136 +++++++++++----------
gsb_feature_working_paper_ct.strongarm.inc | 24 +++-
3 files changed, 142 insertions(+), 112 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3047: includ faculty authors change.
gsb_feature_working_paper_ct.ds.inc | 37 +++++++---------------
...re_working_paper_ct.features.field_instance.inc | 21 +++---------
gsb_feature_working_paper_ct.strongarm.inc | 9 +++++-
3 files changed, 23 insertions(+), 44 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3046: add authors to right.
gsb_feature_working_paper_ct.ds.inc | 37 +++++++---------------
...re_working_paper_ct.features.field_instance.inc | 21 +++---------
gsb_feature_working_paper_ct.strongarm.inc | 9 +++++-
3 files changed, 23 insertions(+), 44 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3048: Have working_paper opt-in to having an authors field.
gsb_feature_working_paper_ct.module | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3020 Added checking for 'default/empty' author. Resolves issue found in unit testing.
gsb_feature_working_paper_ct.module | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3020 Code cleanup.
gsb_feature_working_paper_ct.module | 83 ++++++++++++++++++++-----------------
1 file changed, 45 insertions(+), 38 deletions(-)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3020 Code cleanup.
gsb_feature_working_paper_ct.module | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3020 Add code to import into the field_authors field collection
gsb_feature_working_paper_ct.module | 65 +++++++++++++++++++++++++++++++++----
1 file changed, 59 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3020 Added the field_authors field
...re_working_paper_ct.features.field_instance.inc | 85 ++++++++++++++++++----
gsb_feature_working_paper_ct.info | 2 +
gsb_feature_working_paper_ct.strongarm.inc | 6 +-
3 files changed, 75 insertions(+), 18 deletions(-)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-2816-2 Put in changes now that Alfresco production service url is in place.
gsb_feature_working_paper_ct.module | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2727: shorter word limit.
gsb_feature_working_paper_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2727: trim description on word with ellipsis.
...re_working_paper_ct.features.field_instance.inc | 28 +++++++++++++++++-----
gsb_feature_working_paper_ct.info | 1 +
2 files changed, 23 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2727: shorter word limit.
gsb_feature_working_paper_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2727: trim description on word with ellipsis.
...re_working_paper_ct.features.field_instance.inc | 28 +++++++++++++++++-----
gsb_feature_working_paper_ct.info | 1 +
2 files changed, 23 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2721: update working papers taxonomy.
gsb_feature_working_paper_ct.ds.inc | 28 ++++++----
...re_working_paper_ct.features.field_instance.inc | 64 ++++++++++++----------
gsb_feature_working_paper_ct.field_group.inc | 28 ++++++++++
gsb_feature_working_paper_ct.info | 1 +
gsb_feature_working_paper_ct.strongarm.inc | 3 +
5 files changed, 82 insertions(+), 42 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2721: update working papers taxonomy.
gsb_feature_working_paper_ct.ds.inc | 28 ++++++----
...re_working_paper_ct.features.field_instance.inc | 64 ++++++++++++----------
gsb_feature_working_paper_ct.field_group.inc | 28 ++++++++++
gsb_feature_working_paper_ct.info | 1 +
gsb_feature_working_paper_ct.strongarm.inc | 3 +
5 files changed, 82 insertions(+), 42 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2816 Removed protocol function that was incorrectly add in last commit
gsb_feature_working_paper_ct.module | 7 -------
1 file changed, 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2816 Added call Alfresco services to get tags for Case and Working Papers
gsb_feature_working_paper_ct.module | 87 +++++++++++++++++++++++++++++++++----
1 file changed, 79 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2768 Use document name as title, if title is empty
gsb_feature_working_paper_ct.module | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2751 Fixed typo for Working Paper field_document_name
gsb_feature_working_paper_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Add search field.
...re_working_paper_ct.features.field_instance.inc | 70 ++++++++++++++++++++++
gsb_feature_working_paper_ct.info | 5 +-
2 files changed, 73 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2599: remove label on terms.
gsb_feature_working_paper_ct.ds.inc | 2 --
gsb_feature_working_paper_ct.features.field_instance.inc | 2 +-
2 files changed, 1 insertion(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2599: update the taxonomy urls.
gsb_feature_working_paper_ct.features.field_instance.inc | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2599: configure teaser listing display.
gsb_feature_working_paper_ct.ds.inc | 148 +++++++++++++++++++++
...re_working_paper_ct.features.field_instance.inc | 147 ++++++++++++++++++--
gsb_feature_working_paper_ct.field_group.inc | 28 ++++
gsb_feature_working_paper_ct.info | 4 +
gsb_feature_working_paper_ct.strongarm.inc | 3 +
5 files changed, 320 insertions(+), 10 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2712: ds settings for working paper teaser.
gsb_feature_working_paper_ct.ds.inc | 116 +++++++++++++++++++++
...re_working_paper_ct.features.field_instance.inc | 79 ++++++++------
gsb_feature_working_paper_ct.features.inc | 3 +
gsb_feature_working_paper_ct.field_group.inc | 46 ++++++++
gsb_feature_working_paper_ct.info | 5 +
5 files changed, 219 insertions(+), 30 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years ago author: Greg Mercer (GBear), 3 years ago
Change sets to NULL
gsb_feature_working_paper_ct.module | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer, 3 years ago
Change import of description
gsb_feature_working_paper_ct.module | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Adam Moore, 3 years ago
Hide wysiwyg on description.
gsb_feature_working_paper_ct.features.field_instance.inc | 2 +-
gsb_feature_working_paper_ct.info | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 3 years ago author: Greg Mercer, 3 years ago
Change import of description
gsb_feature_working_paper_ct.module | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2666 Change to plain text handling on field_document_name
gsb_feature_working_paper_ct.module | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2666 Added new field field_academic_area_unlimited
...re_working_paper_ct.features.field_instance.inc | 59 ++++++++++++++++++----
gsb_feature_working_paper_ct.info | 5 +-
gsb_feature_working_paper_ct.module | 25 +++++++--
gsb_feature_working_paper_ct.strongarm.inc | 6 +--
4 files changed, 75 insertions(+), 20 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2666 Change to plain text handling on field_document_name
gsb_feature_working_paper_ct.module | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2666 Added new field field_academic_area_unlimited
...re_working_paper_ct.features.field_instance.inc | 59 ++++++++++++++++++----
gsb_feature_working_paper_ct.info | 5 +-
gsb_feature_working_paper_ct.module | 30 +++++++++--
gsb_feature_working_paper_ct.strongarm.inc | 6 +--
4 files changed, 81 insertions(+), 19 deletions(-)

view commit - committer: Greg Mercer, 3 years ago author: Greg Mercer, 3 years ago
WP-2356 Commented out code to set the field_tag values.
gsb_feature_working_paper_ct.module | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: Adam Moore, 3 years ago
Use plain text for document name.
gsb_feature_working_paper_ct.features.field_instance.inc | 2 +-
gsb_feature_working_paper_ct.info | 12 +++---------
2 files changed, 4 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer, 3 years ago author: Greg Mercer, 3 years ago
WP-2651 Added code to import tags.
gsb_feature_working_paper_ct.module | 53 ++++++++++++++++++++++++++++++++++++-
1 file changed, 52 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years ago author: Greg Mercer, 3 years ago
WP-2651 Added code to save the image id.
gsb_feature_working_paper_ct.module | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2606 Changing the url pattern.
gsb_feature_working_paper_ct.strongarm.inc | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer, 3 years ago
WP-2606 A little code cleanup.
gsb_feature_working_paper_ct.module | 22 ++++++++++++++++------
1 file changed, 16 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2606 removing dt()
gsb_feature_working_paper_ct.module | 40 ++++++++++++++++++-------------------
1 file changed, 20 insertions(+), 20 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2606 Changing to use gsb_cmis_log
gsb_feature_working_paper_ct.info | 7 ++++++
gsb_feature_working_paper_ct.module | 49 +++++++++++++++++--------------------
2 files changed, 30 insertions(+), 26 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2606 Adjustment to how year is saved
gsb_feature_working_paper_ct.module | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2606 Added field_product_type as a field instance
...re_working_paper_ct.features.field_instance.inc | 56 +++++++++++++++++++---
gsb_feature_working_paper_ct.info | 5 +-
gsb_feature_working_paper_ct.strongarm.inc | 6 +--
3 files changed, 56 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer, 3 years ago
WP-2606 Code changes for the import.
gsb_feature_working_paper_ct.module | 157 +++++++++++++++++++++++++++++-------
1 file changed, 127 insertions(+), 30 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2606 Changing the url pattern.
gsb_feature_working_paper_ct.strongarm.inc | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Greg Mercer, 3 years ago author: Greg Mercer, 3 years ago
WP-2606 A little code cleanup.
gsb_feature_working_paper_ct.module | 22 ++++++++++++++++------
1 file changed, 16 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2606 removing dt()
gsb_feature_working_paper_ct.module | 40 ++++++++++++++++++-------------------
1 file changed, 20 insertions(+), 20 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2606 Changing to use gsb_cmis_log
gsb_feature_working_paper_ct.info | 7 ++++++
gsb_feature_working_paper_ct.module | 49 +++++++++++++++++--------------------
2 files changed, 30 insertions(+), 26 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: hgupta, 3 years ago
WP-2609: unlinked keywords
gsb_feature_working_paper_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2606 Adjustment to how year is saved
gsb_feature_working_paper_ct.module | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2606 Added field_product_type as a field instance
...re_working_paper_ct.features.field_instance.inc | 56 +++++++++++++++++++---
gsb_feature_working_paper_ct.info | 5 +-
gsb_feature_working_paper_ct.strongarm.inc | 6 +--
3 files changed, 56 insertions(+), 11 deletions(-)

view commit - committer: hgupta, 3 years ago author: hgupta, 3 years ago
WP-2609: unlinked keywords
gsb_feature_working_paper_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years ago author: Greg Mercer, 3 years ago
WP-2606 Code changes for the import.
gsb_feature_working_paper_ct.module | 157 +++++++++++++++++++++++++++++-------
1 file changed, 127 insertions(+), 30 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Adam Moore, 3 years ago
Turn off wysiwyg for field_document_name.
gsb_feature_working_paper_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years ago author: Adam Moore, 3 years ago
Remove unnecessary fields. Reexport field data.
...eature_working_paper_ct.features.field_base.inc | 43 --------------------
...re_working_paper_ct.features.field_instance.inc | 47 +---------------------
gsb_feature_working_paper_ct.info | 7 ++--
3 files changed, 4 insertions(+), 93 deletions(-)

view commit - committer: hgupta, 3 years ago author: hgupta, 3 years ago
WP-2578: Added configuration for Academic area
gsb_feature_working_paper_ct.features.field_instance.inc | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

view commit - committer: hgupta, 3 years ago author: hgupta, 3 years ago
Added display suite configuration
...re_working_paper_ct.features.field_instance.inc | 45 ++++++++++++++++++++++
1 file changed, 45 insertions(+)

view commit - committer: hgupta, 3 years ago author: hgupta, 3 years ago
WP-2578: Added display suite configuration
gsb_feature_working_paper_ct.ds.inc | 173 +++++++++++++++++++++
...re_working_paper_ct.features.field_instance.inc | 119 ++++++--------
gsb_feature_working_paper_ct.features.inc | 3 +
gsb_feature_working_paper_ct.info | 6 +
gsb_feature_working_paper_ct.strongarm.inc | 45 +++++-
5 files changed, 275 insertions(+), 71 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2357 Removing field_e_copy
...re_working_paper_ct.features.field_instance.inc | 51 ----------------------
gsb_feature_working_paper_ct.info | 10 +----
gsb_feature_working_paper_ct.module | 6 ---
3 files changed, 2 insertions(+), 65 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2357 Added new functions gsb_feature_working_paper_ct_cmis_import() and gsb_feature_working_paper_ct_gsb_cmis_content_type_import_info()
gsb_feature_working_paper_ct.info | 7 ++
gsb_feature_working_paper_ct.module | 136 ++++++++++++++++++++++++++++++++++++
2 files changed, 143 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2357 Adding new field for the content type
...re_working_paper_ct.features.field_instance.inc | 856 ++++++++++++++++++++-
gsb_feature_working_paper_ct.info | 30 +-
gsb_feature_working_paper_ct.strongarm.inc | 36 +
3 files changed, 904 insertions(+), 18 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 2 months ago
Initial commit
...eature_working_paper_ct.features.field_base.inc | 43 ++++++++++++++
...re_working_paper_ct.features.field_instance.inc | 65 ++++++++++++++++++++++
gsb_feature_working_paper_ct.features.inc | 31 +++++++++++
gsb_feature_working_paper_ct.info | 19 +++++++
gsb_feature_working_paper_ct.module | 7 +++
gsb_feature_working_paper_ct.strongarm.inc | 52 +++++++++++++++++
6 files changed, 217 insertions(+)

view commit - committer: Greg Mercer, 3 years, 2 months ago author: Greg Mercer, 3 years, 2 months ago
Initial commit
README.md | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_feature_alumni_reunion_group_page_display
===========================================
view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
WP-5633 Changing the logic for MSx related to reunion alias lookup.
js/reunion_finder.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
WP-5509 Changes in the lookup logic for the Reunion Finder
js/reunion_finder.js | 40 +++++++++++++++++++++++++++-------------
1 file changed, 27 insertions(+), 13 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5107 Added call to handle program select on initial page attach.
js/reunion_finder.js | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5104 Removing
tags
plugins/content_types/reunion_finder.inc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5107 Added call to handle program select on initial page attach.
js/reunion_finder.js | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5078 Added SEP and PhD select options
plugins/content_types/reunion_finder.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5078 Added special handling for the SEP and PhD reunions to point to alumni-weekend
js/reunion_finder.js | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5012 Added handling for enter key
js/reunion_finder.js | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5012 Added handling for enter key
js/reunion_finder.js | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5045: update finder image.
images/bg-reunion-finder.jpg | Bin 147398 -> 209258 bytes
1 file changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4847 Changed delay to correctly pass in the callback and ms time
js/reunion_finder.js | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago
WP-4826 Removing old code no longer needed.
js/reunion_finder.js | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago
WP-4826 Changes to improve performance. Removing use of ajax call.
...eature_alumni_reunion_group_page_display.module | 90 +---------------------
js/reunion_finder.js | 58 +++++++++-----
plugins/content_types/reunion_finder.inc | 22 ++++++
3 files changed, 63 insertions(+), 107 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago
WP-4826 Removing console.log messages
js/reunion_finder.js | 5 -----
1 file changed, 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago
WP-4826 Added code to init display for the gotoReunion button
js/reunion_finder.js | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Adam Moore, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4817: style reunion finder.
css/reunion_finder.css | 2 +-
images/bg-reunion-finder.jpg | Bin 162858 -> 147398 bytes
2 files changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4817: update reunion finder markup.
images/bg-reunion-finder.jpg | Bin 0 -> 162858 bytes
plugins/content_types/reunion_finder.inc | 6 +++++-
2 files changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4817: style reunion finder.
css/reunion_finder.css | 4 ++--
images/bg-reunion-finder.jpg | Bin 162858 -> 147398 bytes
plugins/content_types/reunion_finder.inc | 11 +++++------
3 files changed, 7 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4817: update reunion finder markup.
images/bg-reunion-finder.jpg | Bin 0 -> 162858 bytes
plugins/content_types/reunion_finder.inc | 6 +++++-
2 files changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago
WP-4754 Switched to translation strings
plugins/content_types/reunion_finder.inc | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago
WP-4754 Changed selection options order to match doc.
plugins/content_types/reunion_finder.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago
WP-4754 Needed to add !important for red border to display with field focus
css/reunion_finder.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago
WP-4754 A little codez cleanz up
gsb_feature_alumni_reunion_group_page_display.module | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago
WP-4754 A little codez cleanz up
js/reunion_finder.js | 66 ++++++++++++++++++++++++++++++++++++----------------
1 file changed, 46 insertions(+), 20 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago
WP-4754 A little codez cleanz up
...eature_alumni_reunion_group_page_display.module | 6 +-
js/reunion_finder.js | 95 ++++++++++++----------
2 files changed, 59 insertions(+), 42 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years ago author: Greg Mercer (GBear), 2 years ago
Initial version of code for Alumni Finder
css/reunion_finder.css | 25 +++++
gsb_feature_alumni_reunion_group_page_display.info | 4 +
...eature_alumni_reunion_group_page_display.module | 86 ++++++++++++++++
js/reunion_finder.js | 110 +++++++++++++++++++++
plugins/content_types/reunion_finder.inc | 53 ++++++++++
5 files changed, 278 insertions(+)

view commit - committer: Greg Mercer, 2 years ago author: Greg Mercer, 2 years ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_feature_academic_calendar_display
===========================================
view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago
WP-6010 update the label in academic calendar
js/gsb_feature_academic_calendar_display.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5632 disable view error
gsb_feature_academic_calendar_display.views_default.inc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
Removing hook_views_default_views_alter() because we are no longer using the context argument from the url to control the set of events we are showing. That is now controlled thru show/hides in the js.
gsb_feature_academic_calendar_display.module | 10 ----------
1 file changed, 10 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 7 months ago author: Ayuta Padhi, 1 year, 7 months ago
WP-5499 added scroll to top on year switch
js/gsb_feature_academic_calendar_display.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 7 months ago author: Ayuta Padhi, 1 year, 7 months ago
WP-5440 Changed the date display format
gsb_feature_academic_calendar_display.info | 2 +-
gsb_feature_academic_calendar_display.views_default.inc | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 7 months ago author: Ayuta Padhi, 1 year, 7 months ago
WP-5440 Fixed a bug to hide buttons for single div
js/gsb_feature_academic_calendar_display.js | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Ayuta Padhi, 1 year, 7 months ago author: Ayuta Padhi, 1 year, 7 months ago
WP-5440 Removed old pages
gsb_feature_academic_calendar_display.features.inc | 9 -
gsb_feature_academic_calendar_display.info | 1 -
...ure_academic_calendar_display.pages_default.inc | 249 ---------------------
3 files changed, 259 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 7 months ago author: Ayuta Padhi, 1 year, 7 months ago
WP-5440 Fixed default argument and put content pane in correct category
gsb_feature_academic_calendar_display.module | 3 +--
gsb_feature_academic_calendar_display.views_default.inc | 2 ++
2 files changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 7 months ago author: Ayuta Padhi, 1 year, 7 months ago
WP-5440 Updated the Academic Calendar
gsb_feature_academic_calendar_display.info | 6 +-
gsb_feature_academic_calendar_display.module | 8 +-
...ure_academic_calendar_display.views_default.inc | 223 ++++++++++++++++-----
js/gsb_feature_academic_calendar_display.js | 54 +++++
4 files changed, 236 insertions(+), 55 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_academic_calendar_display.features.inc | 5 ++---
gsb_feature_academic_calendar_display.info | 1 -
gsb_feature_academic_calendar_display.pages_default.inc | 10 ++++++++--
gsb_feature_academic_calendar_display.views_default.inc | 2 +-
4 files changed, 11 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 5 months ago author: Greg Mercer (GBear), 3 years, 5 months ago
WPBQA-331 Added setting program argument for the MBA Academic Cal page pane
gsb_feature_academic_calendar_display.info | 3 ++-
gsb_feature_academic_calendar_display.pages_default.inc | 5 ++++-
2 files changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Greg Mercer (GBear), 3 years, 5 months ago
WPBQA-331 Added new MBA Academic Calendar page
gsb_feature_academic_calendar_display.info | 2 +-
...ure_academic_calendar_display.pages_default.inc | 120 ++++++++++++++++++++-
2 files changed, 117 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 5 months ago author: Greg Mercer (GBear), 3 years, 5 months ago
WPBQA-310 Added new contextual filter for programs
gsb_feature_academic_calendar_display.info | 4 +-
...ure_academic_calendar_display.pages_default.inc | 3 ++
...ure_academic_calendar_display.views_default.inc | 52 ++++++++++++----------
3 files changed, 33 insertions(+), 26 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WP-1702 Adding menu object to this page
gsb_feature_academic_calendar_display.info | 3 +++
gsb_feature_academic_calendar_display.pages_default.inc | 13 ++++++++++++-
2 files changed, 15 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 6 months ago author: Tim Plunkett, 3 years, 6 months ago
Move navigation from header to footer.
gsb_feature_academic_calendar_display.views_default.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 6 months ago author: Tim Plunkett, 3 years, 6 months ago
WP-1760: Add navigation to academic calendar.
gsb_feature_academic_calendar_display.views_default.inc | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 6 months ago author: Tim Plunkett, 3 years, 6 months ago
Add dependency on and functionality from academic year module.
gsb_feature_academic_calendar_display.info | 2 ++
gsb_feature_academic_calendar_display.module | 9 +++++++++
2 files changed, 11 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
WP-1707: Remove pager from academic calendar.
gsb_feature_academic_calendar_display.views_default.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
WP-1692: Sort by quarter first, and add empty text.
gsb_feature_academic_calendar_display.views_default.inc | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
Academic calendar: Fix page title.
gsb_feature_academic_calendar_display.pages_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
Academic calendar: Add academic panel page.
gsb_feature_academic_calendar_display.features.inc | 10 ++
gsb_feature_academic_calendar_display.info | 4 +
...ure_academic_calendar_display.pages_default.inc | 114 +++++++++++++++++++++
...ure_academic_calendar_display.views_default.inc | 17 +++
4 files changed, 145 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
Remove click sorting on academic calendar.
gsb_feature_academic_calendar_display.views_default.inc | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
Add content pane for academic calendar.
gsb_feature_academic_calendar_display.info | 2 +
...ure_academic_calendar_display.views_default.inc | 77 ++++++++++++++--------
2 files changed, 52 insertions(+), 27 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
Add initial academic calendar display.
gsb_feature_academic_calendar_display.features.inc | 12 ++
gsb_feature_academic_calendar_display.info | 7 +
gsb_feature_academic_calendar_display.module | 7 +
...ure_academic_calendar_display.views_default.inc | 142 +++++++++++++++++++++
4 files changed, 168 insertions(+)

===========================================
./gsb_feature_faculty_display
===========================================
view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago
WP-6263 Enabled ajax at view level
gsb_feature_faculty_display.info | 2 +-
gsb_feature_faculty_display.views_default.inc | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago
WP-6181 Removed ajax and fixed states
gsb_feature_faculty_display.info | 2 +-
gsb_feature_faculty_display.module | 17 ++
gsb_feature_faculty_display.views_default.inc | 223 ++++++++++++++++++++++++++
3 files changed, 241 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5953 Adjust search criteria
gsb_feature_faculty_display.info | 2 +-
gsb_feature_faculty_display.views_default.inc | 61 +++++++++++++++++++++++----
2 files changed, 54 insertions(+), 9 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5648: update faculty list display.
gsb_feature_faculty_display.views_default.inc | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago
WP-5930: Fix urls that have parameters. No need to decode entities if we just don't encode them.
gsb_feature_faculty_display.module | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5749 revert the sanization
gsb_feature_faculty_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5632 hide view display errors
gsb_feature_faculty_display.views_default.inc | 144 ++++++++++++++++++++++++++
1 file changed, 144 insertions(+)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5476 Changing the field order to follow override_title_text instead of override_title
gsb_feature_faculty_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5476 New code to add a title_link (URL) field after the title field, and to remove the older title_link field that was in the 'exposed filter' section.
gsb_feature_faculty_display.module | 46 ++++++++++++++++++++++++++++++++------
1 file changed, 39 insertions(+), 7 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 recat items - Faculty:Multiple Criteria
gsb_feature_faculty_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 recat items - Faculty
gsb_feature_faculty_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 rename items - faculty list
gsb_feature_faculty_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 rename items - faculty by criteria
gsb_feature_faculty_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Remove panopoly items.
gsb_feature_faculty_display.views_default.inc | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago
WP-4309 fix the pager for faculty listing
gsb_feature_faculty_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
WP-3700: remove faculty by id or tag.
gsb_feature_faculty_display.info | 2 +-
gsb_feature_faculty_display.views_default.inc | 152 --------------------------
images/faculty-by-id-or-tag.jpg | Bin
3 files changed, 1 insertion(+), 153 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 7 months ago author: Roopesh Naik, 2 years, 7 months ago
WP-3743 add help text for faculty by criteria fpp
gsb_feature_faculty_display.module | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago
WP-3714 Changed label to read: 'Centers, Initiatives, and Institutes'
gsb_feature_faculty_display.views_default.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago
WP-3678 Added sort for rank options
gsb_feature_faculty_display.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3576: update separator markup.
gsb_feature_faculty_display.views_default.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-2920: Add filters and fields to faculty-by-criteria.
gsb_feature_faculty_display.module | 6 ---
gsb_feature_faculty_display.views_default.inc | 73 ++++++++++++++++++++++-----
2 files changed, 60 insertions(+), 19 deletions(-)

view commit - committer: Tim Plunkett, 3 years ago author: Tim Plunkett, 3 years ago
WP-2650: Remove custom exposed filter code.
gsb_feature_faculty_display.module | 9 ---------
1 file changed, 9 deletions(-)

view commit - committer: Tim Plunkett, 3 years ago author: Tim Plunkett, 3 years ago
WP-2505: Remove OR filter logic, just use AND.
gsb_feature_faculty_display.views_default.inc | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)

view commit - committer: Tim Plunkett, 3 years ago author: Tim Plunkett, 3 years ago
WP-2505: Move term filters to secondary section.
gsb_feature_faculty_display.views_default.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 3 years ago author: Tim Plunkett, 3 years ago
WP-2505: Specify last name as an AZ filter.
gsb_feature_faculty_display.views_default.inc | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Tim Plunkett, 3 years ago author: Tim Plunkett, 3 years ago
WP-2505: Do not used exposed form as a block.
gsb_feature_faculty_display.views_default.inc | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years ago author: Tim Plunkett, 3 years ago
WP-2505: Update view to spec.
gsb_feature_faculty_display.views_default.inc | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

view commit - committer: Tim Plunkett, 3 years ago author: Tim Plunkett, 3 years ago
WP-2505: Add last name search.
gsb_feature_faculty_display.views_default.inc | 82 +++++++++++++++++++++++++--
1 file changed, 76 insertions(+), 6 deletions(-)

view commit - committer: Tim Plunkett, 3 years ago author: Tim Plunkett, 3 years ago
WP-2505: Move filters below search.
gsb_feature_faculty_display.views_default.inc | 48 +++++++++++++--------------
1 file changed, 24 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Adam Moore, 3 years, 1 month ago
Remove old faculty profile page.
gsb_feature_faculty_display.features.inc | 9 --
gsb_feature_faculty_display.info | 3 -
gsb_feature_faculty_display.pages_default.inc | 182 --------------------------
3 files changed, 194 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
WP-2307: Only show the first title field for faculty by criteria.
gsb_feature_faculty_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: adam, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_faculty_display.features.inc | 5 ++---
gsb_feature_faculty_display.info | 3 +--
gsb_feature_faculty_display.views_default.inc | 2 +-
3 files changed, 4 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2187: adjust title markup.
gsb_feature_faculty_display.views_default.inc | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: adam, 3 years, 3 months ago author: Roopesh Naik, 3 years, 3 months ago
WP-2160 Fixed the title text and added help text
gsb_feature_faculty_display.module | 12 +++++++-----
gsb_feature_faculty_display.views_default.inc | 2 +-
2 files changed, 8 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2070: remove inline fields.
gsb_feature_faculty_display.views_default.inc | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)

view commit - committer: Roopesh Naik, 3 years, 3 months ago author: Roopesh Naik, 3 years, 3 months ago
WP-2160 Fixed the title text and added help text
gsb_feature_faculty_display.module | 12 +++++++-----
gsb_feature_faculty_display.views_default.inc | 2 +-
2 files changed, 8 insertions(+), 6 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_faculty_display.features.inc | 5 ++---
gsb_feature_faculty_display.info | 3 +--
gsb_feature_faculty_display.views_default.inc | 4 ++--
3 files changed, 5 insertions(+), 7 deletions(-)

view commit - committer: Roopesh Naik, 3 years, 3 months ago author: Roopesh Naik, 3 years, 3 months ago
WP-2132 Removed unused sections for Faculty by academic area pane
gsb_feature_faculty_display.module | 1 +
gsb_feature_faculty_display.views_default.inc | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Roopesh Naik, 3 years, 3 months ago author: Roopesh Naik, 3 years, 3 months ago
WP-2065 Updated the views inc file to remove space
gsb_feature_faculty_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 3 years, 3 months ago author: Roopesh Naik, 3 years, 3 months ago
WP-2047 Updated the views inc
gsb_feature_faculty_display.views_default.inc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 3 years, 3 months ago author: Roopesh Naik, 3 years, 3 months ago
WP-2065 Created content pane for faculty academic area list
gsb_feature_faculty_display.module | 15 +++
gsb_feature_faculty_display.views_default.inc | 128 ++++++++++++++++++++++++++
2 files changed, 143 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
Changing the title used in "Content Panes"
gsb_feature_faculty_display.info | 2 +-
gsb_feature_faculty_display.views_default.inc | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
wp-1575 Adding in new preview icons
gsb_feature_faculty_display.module | 12 ++++++++++++
images/faculty-by-id-or-tag.jpg | Bin 0 -> 35623 bytes
2 files changed, 12 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
Changes to the pane_category as part of WP-1575
gsb_feature_faculty_display.views_default.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: 32i, 3 years, 7 months ago author: 32i, 3 years, 7 months ago
wp-1409 get rid of solr for faculty search page;
gsb_feature_faculty_display.info | 4 +-
gsb_feature_faculty_display.module | 31 ++----
gsb_feature_faculty_display.pages_default.inc | 100 +++---------------
gsb_feature_faculty_display.views_default.inc | 142 +++++---------------------
4 files changed, 49 insertions(+), 228 deletions(-)

view commit - committer: Greg Mercer, 3 years, 8 months ago author: Greg Mercer, 3 years, 8 months ago
Changes related to new wysiwyg
gsb_feature_faculty_display.views_default.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 8 months ago author: Greg Mercer, 3 years, 8 months ago
Update gsb_feature_faculty_display.views_default.inc
gsb_feature_faculty_display.views_default.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: 32i, 3 years, 8 months ago author: 32i, 3 years, 8 months ago
wp-1172 added custom url to both filter and search views for faculty_display feature; changed items per page count for search view to match filter one
gsb_feature_faculty_display.info | 2 +-
gsb_feature_faculty_display.views_default.inc | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Fix panopoly_magic bug.
gsb_feature_faculty_display.pages_default.inc | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 8 months ago author: Alex Scutaru, 3 years, 8 months ago
solr fields
gsb_feature_faculty_display.module | 7 +++++-
gsb_feature_faculty_display.views_default.inc | 36 +++++++++++++++++++--------
2 files changed, 32 insertions(+), 11 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 8 months ago author: Alex Scutaru, 3 years, 8 months ago
layout fix. list by id and tag. other fixes.
gsb_feature_faculty_display.info | 5 +-
gsb_feature_faculty_display.pages_default.inc | 117 +++------
gsb_feature_faculty_display.views_default.inc | 352 ++++++++++++++++++++------
3 files changed, 326 insertions(+), 148 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 9 months ago author: Alex Scutaru, 3 years, 9 months ago
path, css and other afjustments
gsb_feature_faculty_display.info | 5 ++-
gsb_feature_faculty_display.pages_default.inc | 2 +-
gsb_feature_faculty_display.views_default.inc | 52 +++++++--------------------
3 files changed, 15 insertions(+), 44 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 9 months ago author: Alex Scutaru, 3 years, 9 months ago
changed layout
gsb_feature_faculty_display.pages_default.inc | 88 +++++++++++++--------------
1 file changed, 44 insertions(+), 44 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 9 months ago author: Alex Scutaru, 3 years, 9 months ago
css fix
gsb_feature_faculty_display.views_default.inc | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Alex Scutaru, 3 years, 9 months ago author: Alex Scutaru, 3 years, 9 months ago
no result behaviour, and other adjustments
gsb_feature_faculty_display.info | 2 --
gsb_feature_faculty_display.views_default.inc | 17 ++++++++++++-----
2 files changed, 12 insertions(+), 7 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 9 months ago author: Alex Scutaru, 3 years, 9 months ago
add dependencies
gsb_feature_faculty_display.info | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Alex Scutaru, 3 years, 9 months ago author: Alex Scutaru, 3 years, 9 months ago
styling adjustments
gsb_feature_faculty_display.module | 2 +-
gsb_feature_faculty_display.pages_default.inc | 86 +++++++++++++--------------
gsb_feature_faculty_display.views_default.inc | 21 ++++---
js/gsb_feature_faculty_display.js | 1 -
4 files changed, 56 insertions(+), 54 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 9 months ago author: Alex Scutaru, 3 years, 9 months ago
initial commit
gsb_feature_faculty_display.features.inc | 22 ++
gsb_feature_faculty_display.info | 19 ++
gsb_feature_faculty_display.module | 53 +++++
gsb_feature_faculty_display.pages_default.inc | 291 +++++++++++++++++++++++
gsb_feature_faculty_display.views_default.inc | 329 ++++++++++++++++++++++++++
js/gsb_feature_faculty_display.js | 20 ++
6 files changed, 734 insertions(+)

===========================================
./gsb_feature_idea_story_ct
===========================================
view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago
WP-7664 Removing field instance field_region_of_interest from Idea Story CT
...ature_idea_story_ct.features.field_instance.inc | 92 ----------------------
gsb_feature_idea_story_ct.field_group.inc | 28 -------
gsb_feature_idea_story_ct.info | 4 +-
3 files changed, 2 insertions(+), 122 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7286 Some code cleanup, empty checkin to cleanup a warning message
gsb_feature_idea_story_ct.module | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7263 Cleaning up a bunch of warning messages when loading a page like: /exec-ed/programs/innovative-health-care-leader/
gsb_feature_idea_story_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago
WP-7214 lets fix the link issue to correct link by appending base path
gsb_feature_idea_story_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago
WP-7214 renaming the variable
gsb_feature_idea_story_ct.module | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago
WP-7214 add the extra field for quote linking
gsb_feature_idea_story_ct.module | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6503: update related label, and add releted title to program related.
gsb_feature_idea_story_ct.ds.inc | 5 +--
gsb_feature_idea_story_ct.field_group.inc | 59 ++++++++++++++++++++-----------
2 files changed, 42 insertions(+), 22 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6369: update related wrapper.
gsb_feature_idea_story_ct.field_group.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6089: update idea story image to link to content.
gsb_feature_idea_story_ct.ds.inc | 9 +--
...ature_idea_story_ct.features.field_instance.inc | 68 +++++++++++-----------
2 files changed, 39 insertions(+), 38 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6183: add google tags.
gsb_feature_idea_story_ct.ds.inc | 2 +-
gsb_feature_idea_story_ct.info | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6118: add classes back to wrapper.
gsb_feature_idea_story_ct.field_group.inc | 8 +++++---
gsb_feature_idea_story_ct.strongarm.inc | 6 ++++++
2 files changed, 11 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
WP-6046 Adding field group classes
gsb_feature_idea_story_ct.field_group.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6037 Added field group classes
gsb_feature_idea_story_ct.field_group.inc | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6037 Adding field group classes
gsb_feature_idea_story_ct.features.field_instance.inc | 7 +++++++
gsb_feature_idea_story_ct.field_group.inc | 3 ++-
2 files changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5973: add title wrapper.
gsb_feature_idea_story_ct.ds.inc | 24 ++--
...ature_idea_story_ct.features.field_instance.inc | 124 ++++++++++-----------
gsb_feature_idea_story_ct.field_group.inc | 64 +++++++++++
gsb_feature_idea_story_ct.info | 2 +
gsb_feature_idea_story_ct.strongarm.inc | 20 ++--
5 files changed, 152 insertions(+), 82 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago
WP-5838 Added code to set path and attribute target for events and admission_events
gsb_feature_idea_story_ct.module | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5516: update date position.
gsb_feature_idea_story_ct.ds.inc | 12 ++++++------
gsb_feature_idea_story_ct.features.field_instance.inc | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5516: reposition date field.
gsb_feature_idea_story_ct.ds.inc | 12 ++++++------
gsb_feature_idea_story_ct.features.field_instance.inc | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5516: configure compact and expanded view modes.
gsb_feature_idea_story_ct.ds.inc | 206 ++++++++++
...ature_idea_story_ct.features.field_instance.inc | 431 ++++++++++++++++++++-
gsb_feature_idea_story_ct.info | 4 +
gsb_feature_idea_story_ct.strongarm.inc | 46 +++
4 files changed, 682 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5422: add related title to case detail.
gsb_feature_idea_story_ct.ds.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5408: add divs to file fields.
gsb_feature_idea_story_ct.ds.inc | 7 +++++++
gsb_feature_idea_story_ct.features.field_instance.inc | 3 +++
2 files changed, 10 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5391 move the files field inside related block
gsb_feature_idea_story_ct.features.field_instance.inc | 2 +-
gsb_feature_idea_story_ct.field_group.inc | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5381 update label for field_person_ref_unlimited
gsb_feature_idea_story_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5391 enable description for file field
gsb_feature_idea_story_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5352: update related sidebar.
gsb_feature_idea_story_ct.ds.inc | 92 ++++++++++++++--------
...ature_idea_story_ct.features.field_instance.inc | 19 ++---
gsb_feature_idea_story_ct.field_group.inc | 4 +-
3 files changed, 74 insertions(+), 41 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5381 update label for field_person_ref_unlimited
gsb_feature_idea_story_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5391 enable description for file field
gsb_feature_idea_story_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5352: update related sidebar.
gsb_feature_idea_story_ct.ds.inc | 92 ++++++++++++++--------
...ature_idea_story_ct.features.field_instance.inc | 19 ++---
gsb_feature_idea_story_ct.field_group.inc | 4 +-
3 files changed, 74 insertions(+), 41 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5391 update allowed formats for file field
gsb_feature_idea_story_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5351 add new related fields
...ature_idea_story_ct.features.field_instance.inc | 194 ++++++++++++++++++++-
gsb_feature_idea_story_ct.field_group.inc | 9 +-
gsb_feature_idea_story_ct.info | 2 +
3 files changed, 195 insertions(+), 10 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5309: add related title to other content types.
gsb_feature_idea_story_ct.ds.inc | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5240: update text to Explore More.
gsb_feature_idea_story_ct.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago
WP-5100 update the label for CT field publication
gsb_feature_idea_story_ct.features.field_instance.inc | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago
WP-5163: Update default moderation state.
gsb_feature_idea_story_ct.info | 5 +++--
gsb_feature_idea_story_ct.strongarm.inc | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5049 update help text for image field
...ature_idea_story_ct.features.field_instance.inc | 24 ++++++++++++++++++++--
1 file changed, 22 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5049 update help text for image field
...ature_idea_story_ct.features.field_instance.inc | 24 ++++++++++++++++++++--
1 file changed, 22 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5006 set image field length to 120px
gsb_feature_idea_story_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5006 set the related content autocomplete fields length to 100
gsb_feature_idea_story_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5055: remove field item classes on authors.
gsb_feature_idea_story_ct.ds.inc | 9 +++------
gsb_feature_idea_story_ct.features.field_instance.inc | 4 ++++
gsb_feature_idea_story_ct.info | 1 -
gsb_feature_idea_story_ct.strongarm.inc | 9 +++++++++
4 files changed, 16 insertions(+), 7 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5006 set the related content autocomplete fields length to 100
gsb_feature_idea_story_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-4631 clear program field based on alumni mention
gsb_feature_idea_story_ct.module | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4859: add related title field to act ct.
gsb_feature_idea_story_ct.ds.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4859: add related title field to act ct.
gsb_feature_idea_story_ct.ds.inc | 3 ++-
gsb_feature_idea_story_ct.info | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4865: update icon field.
gsb_feature_idea_story_ct.ds.inc | 2 +-
gsb_feature_idea_story_ct.info | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4752: update media icon field.
gsb_feature_idea_story_ct.ds.inc | 4 +++-
gsb_feature_idea_story_ct.info | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4752: export ds settings.
gsb_feature_idea_story_ct.ds.inc | 121 ++++++++++---
...ature_idea_story_ct.features.field_instance.inc | 187 ++++++++++++++++++++-
gsb_feature_idea_story_ct.info | 4 +-
gsb_feature_idea_story_ct.strongarm.inc | 26 +++
4 files changed, 307 insertions(+), 31 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4734: add agenda item to field.
gsb_feature_idea_story_ct.ds.inc | 3 ++-
gsb_feature_idea_story_ct.info | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4694 make program field mandate for idea story
gsb_feature_idea_story_ct.module | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4694 fix alumni mentioned for idea story
gsb_feature_idea_story_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4584 Added field_program_unlimited, removed field_program_single
...ature_idea_story_ct.features.field_instance.inc | 31 ++++++++++++----------
gsb_feature_idea_story_ct.field_group.inc | 20 +++++++-------
gsb_feature_idea_story_ct.info | 2 +-
3 files changed, 28 insertions(+), 25 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4529 change path alias label
gsb_feature_idea_story_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago
WP-4525: Enable workbench moderation.
gsb_feature_idea_story_ct.info | 22 +++++++++++-----------
gsb_feature_idea_story_ct.strongarm.inc | 2 +-
2 files changed, 12 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4494 Removing fields for the search field concat
gsb_feature_idea_story_ct.features.field_instance.inc | 5 -----
1 file changed, 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4494 Removing fields for the search field concat
gsb_feature_idea_story_ct.features.field_instance.inc | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 2 years, 3 months ago author: Greg Mercer, 2 years, 3 months ago
WP-4462 Removing the field_related_faculty div if empty
gsb_feature_idea_story_ct.module | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4387 Metatag settings for Idea Story CT
gsb_feature_idea_story_ct.features.metatag.inc | 2 +-
gsb_feature_idea_story_ct.info | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4387 Metatag settings for Idea Story CT
gsb_feature_idea_story_ct.features.metatag.inc | 57 ++++++++++++++++++++++++++
gsb_feature_idea_story_ct.info | 2 +
2 files changed, 59 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago
WP-4385: Fix explore more to be sorted by publication date and not created date.
gsb_feature_idea_story_ct.module | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4387 Metatag settings for Idea Story CT
gsb_feature_idea_story_ct.features.metatag.inc | 2 +-
gsb_feature_idea_story_ct.info | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4387 Metatag settings for Idea Story CT
gsb_feature_idea_story_ct.features.metatag.inc | 57 ++++++++++++++++++++++++++
gsb_feature_idea_story_ct.info | 2 +
2 files changed, 59 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4321: update field class.
gsb_feature_idea_story_ct.ds.inc | 6 ++++++
gsb_feature_idea_story_ct.features.inc | 1 +
2 files changed, 7 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4321: update field class.
gsb_feature_idea_story_ct.ds.inc | 6 ++++++
gsb_feature_idea_story_ct.features.inc | 1 +
2 files changed, 7 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4263 Removing empty top story and related sections if empty
gsb_feature_idea_story_ct.module | 65 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 65 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4267: export the short url field settings.
gsb_feature_idea_story_ct.ds.inc | 20 ++++++++++++++++++++
...feature_idea_story_ct.features.field_instance.inc | 2 +-
2 files changed, 21 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4267: export the short url field settings.
gsb_feature_idea_story_ct.ds.inc | 77 ++++++++++++++++------
...ature_idea_story_ct.features.field_instance.inc | 10 ++-
2 files changed, 63 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4285: reexport related faculty.
gsb_feature_idea_story_ct.ds.inc | 57 ++++++++++++++--------
...ature_idea_story_ct.features.field_instance.inc | 8 ++-
2 files changed, 42 insertions(+), 23 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4158: export text wrapper.
gsb_feature_idea_story_ct.ds.inc | 16 +++---
...ature_idea_story_ct.features.field_instance.inc | 58 +++++++++++-----------
gsb_feature_idea_story_ct.field_group.inc | 35 +++++++++++++
gsb_feature_idea_story_ct.info | 1 +
gsb_feature_idea_story_ct.strongarm.inc | 10 ++--
5 files changed, 79 insertions(+), 41 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4158: update teaser display.
gsb_feature_idea_story_ct.ds.inc | 154 ++++++++++-----------
...ature_idea_story_ct.features.field_instance.inc | 107 +++++++-------
gsb_feature_idea_story_ct.strongarm.inc | 14 +-
3 files changed, 136 insertions(+), 139 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4285: reexport related faculty.
gsb_feature_idea_story_ct.ds.inc | 82 ++++++++++++----------
...ature_idea_story_ct.features.field_instance.inc | 8 ++-
2 files changed, 50 insertions(+), 40 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4158: export text wrapper.
gsb_feature_idea_story_ct.ds.inc | 16 +++---
...ature_idea_story_ct.features.field_instance.inc | 58 +++++++++++-----------
gsb_feature_idea_story_ct.field_group.inc | 35 +++++++++++++
gsb_feature_idea_story_ct.info | 1 +
gsb_feature_idea_story_ct.strongarm.inc | 10 ++--
5 files changed, 79 insertions(+), 41 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4158: update teaser display.
gsb_feature_idea_story_ct.ds.inc | 154 ++++++++++-----------
...ature_idea_story_ct.features.field_instance.inc | 107 +++++++-------
gsb_feature_idea_story_ct.strongarm.inc | 14 +-
3 files changed, 136 insertions(+), 139 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago
Remove unneeded alter.
gsb_feature_idea_story_ct.module | 13 -------------
1 file changed, 13 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4176: export latest stories display settings.
gsb_feature_idea_story_ct.ds.inc | 131 +++++++++++++
...ature_idea_story_ct.features.field_instance.inc | 211 +++++++++++++++++++--
gsb_feature_idea_story_ct.info | 3 +
gsb_feature_idea_story_ct.strongarm.inc | 23 +++
4 files changed, 357 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago
WP-4052: Add ability to create revisions and disable preview.
gsb_feature_idea_story_ct.ds.inc | 1 -
gsb_feature_idea_story_ct.info | 4 ++--
gsb_feature_idea_story_ct.strongarm.inc | 3 ++-
3 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4176: export latest stories display settings.
gsb_feature_idea_story_ct.ds.inc | 131 +++++++++++++
...ature_idea_story_ct.features.field_instance.inc | 211 +++++++++++++++++++--
gsb_feature_idea_story_ct.info | 3 +
gsb_feature_idea_story_ct.strongarm.inc | 23 +++
4 files changed, 357 insertions(+), 11 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4199: idea story news listing display settings.
gsb_feature_idea_story_ct.ds.inc | 119 +++++++++++++
...ature_idea_story_ct.features.field_instance.inc | 197 +++++++++++++++++++++
gsb_feature_idea_story_ct.info | 2 +
gsb_feature_idea_story_ct.strongarm.inc | 22 ++-
4 files changed, 339 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4205: add ranking media icon field.
gsb_feature_idea_story_ct.ds.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4185: add media icon field to offsite cts.
gsb_feature_idea_story_ct.features.field_instance.inc | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4177: related faculty display settings.
gsb_feature_idea_story_ct.ds.inc | 62 ++++++++++++++++++----
...ature_idea_story_ct.features.field_instance.inc | 29 +++++-----
gsb_feature_idea_story_ct.field_group.inc | 2 +-
gsb_feature_idea_story_ct.info | 2 +
4 files changed, 69 insertions(+), 26 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4177: related faculty display settings.
gsb_feature_idea_story_ct.ds.inc | 97 +++++++++++++++-------
...ature_idea_story_ct.features.field_instance.inc | 66 ++++-----------
gsb_feature_idea_story_ct.field_group.inc | 2 +-
gsb_feature_idea_story_ct.info | 4 +-
gsb_feature_idea_story_ct.strongarm.inc | 3 +
5 files changed, 91 insertions(+), 81 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4185: add media icon field to offsite cts.
gsb_feature_idea_story_ct.ds.inc | 4 +++-
gsb_feature_idea_story_ct.features.field_instance.inc | 9 ++++++---
2 files changed, 9 insertions(+), 4 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago
WP-4107: Add social buttons on top of bottom of Idea Story default view mode. Add Short URL field to the same display.
gsb_feature_idea_story_ct.ds.inc | 78 ++++++++------
...ature_idea_story_ct.features.field_instance.inc | 117 ++++++++-------------
gsb_feature_idea_story_ct.field_group.inc | 4 +-
gsb_feature_idea_story_ct.info | 3 +-
gsb_feature_idea_story_ct.strongarm.inc | 13 ++-
5 files changed, 100 insertions(+), 115 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4185: add media icon field to offsite cts.
gsb_feature_idea_story_ct.ds.inc | 4 +++-
gsb_feature_idea_story_ct.features.field_instance.inc | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago
Fix bad merge for rethink date.
gsb_feature_idea_story_ct.features.field_instance.inc | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Adam Moore, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4129: Add rethink and business magazine fields and field groups. Add states to show/hide fields.
...ature_idea_story_ct.features.field_instance.inc | 421 ++++++++++++++++++++-
gsb_feature_idea_story_ct.field_group.inc | 59 +++
gsb_feature_idea_story_ct.info | 8 +
gsb_feature_idea_story_ct.module | 23 ++
gsb_feature_idea_story_ct.strongarm.inc | 6 +-
5 files changed, 510 insertions(+), 7 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4129: Add rethink and business magazine fields and field groups. Add states to show/hide fields.
...ature_idea_story_ct.features.field_instance.inc | 423 ++++++++++++++++++++-
gsb_feature_idea_story_ct.field_group.inc | 59 +++
gsb_feature_idea_story_ct.info | 8 +
gsb_feature_idea_story_ct.module | 23 ++
gsb_feature_idea_story_ct.strongarm.inc | 6 +-
5 files changed, 513 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-3975 Added search field
...ature_idea_story_ct.features.field_instance.inc | 86 ++++++++++++++++++++++
gsb_feature_idea_story_ct.info | 1 +
2 files changed, 87 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-4123 Added new field collection related faculty
...ature_idea_story_ct.features.field_instance.inc | 129 ++++++++++-----------
gsb_feature_idea_story_ct.field_group.inc | 16 +--
gsb_feature_idea_story_ct.info | 2 +-
3 files changed, 73 insertions(+), 74 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4109: Add Idea Story pathauto alias.
gsb_feature_idea_story_ct.features.field_instance.inc | 18 +++++++++---------
gsb_feature_idea_story_ct.field_group.inc | 6 +++---
gsb_feature_idea_story_ct.info | 1 +
gsb_feature_idea_story_ct.strongarm.inc | 7 +++++++
4 files changed, 20 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4087: Add Media Inquiries extra field to Idea Story ct.
gsb_feature_idea_story_ct.ds.inc | 38 ++++++++++++----------
...ature_idea_story_ct.features.field_instance.inc | 24 +++++++-------
gsb_feature_idea_story_ct.field_group.inc | 2 +-
gsb_feature_idea_story_ct.strongarm.inc | 12 +++++--
4 files changed, 42 insertions(+), 34 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-3917: add custom fields to use on new cts.
gsb_feature_idea_story_ct.ds.inc | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4087: Add Media Inquiries extra field to Idea Story ct.
gsb_feature_idea_story_ct.ds.inc | 38 ++++++++++++----------
...ature_idea_story_ct.features.field_instance.inc | 24 +++++++-------
gsb_feature_idea_story_ct.field_group.inc | 2 +-
gsb_feature_idea_story_ct.strongarm.inc | 12 +++++--
4 files changed, 42 insertions(+), 34 deletions(-)

view commit - committer: Adam Moore, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4058: Change field formatter for related content field.
gsb_feature_idea_story_ct.ds.inc | 63 +++++++++++-----------
...ature_idea_story_ct.features.field_instance.inc | 18 +++----
2 files changed, 38 insertions(+), 43 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4058: Change field formatter for related content field.
gsb_feature_idea_story_ct.ds.inc | 63 +++++++++++-----------
...ature_idea_story_ct.features.field_instance.inc | 18 +++----
2 files changed, 38 insertions(+), 43 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4063: Make Key Image field required.
gsb_feature_idea_story_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-3997: add sign up form to display.
gsb_feature_idea_story_ct.ds.inc | 1 +
...feature_idea_story_ct.features.field_instance.inc | 20 ++++++++++----------
gsb_feature_idea_story_ct.field_group.inc | 2 +-
gsb_feature_idea_story_ct.strongarm.inc | 12 +++++++++---
4 files changed, 21 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4047: Query only published nodes in Explore More.
gsb_feature_idea_story_ct.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4047: Query only published nodes in Explore More.
gsb_feature_idea_story_ct.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-3997: add sign up form to display.
gsb_feature_idea_story_ct.ds.inc | 1 +
...feature_idea_story_ct.features.field_instance.inc | 20 ++++++++++----------
gsb_feature_idea_story_ct.field_group.inc | 2 +-
gsb_feature_idea_story_ct.strongarm.inc | 12 +++++++++---
4 files changed, 21 insertions(+), 14 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago
WP-4037 implement alumni story changes
gsb_feature_idea_story_ct.module | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago
WP-4037 add alumni story to idea story ct
...ature_idea_story_ct.features.field_instance.inc | 134 ++++++++++++++++++++-
gsb_feature_idea_story_ct.field_group.inc | 36 +++++-
gsb_feature_idea_story_ct.info | 5 +-
gsb_feature_idea_story_ct.strongarm.inc | 6 +-
4 files changed, 168 insertions(+), 13 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3996: Add insights signup form (mailchimp) extra field for Idea Story CT.
gsb_feature_idea_story_ct.module | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4001: add idea story teaser display config.
gsb_feature_idea_story_ct.ds.inc | 131 +++++++++++++++++++++
...ature_idea_story_ct.features.field_instance.inc | 87 ++++++++------
gsb_feature_idea_story_ct.info | 2 +
gsb_feature_idea_story_ct.strongarm.inc | 6 +-
4 files changed, 190 insertions(+), 36 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-4001: Added a content wrapper for Explore More.
gsb_feature_idea_story_ct.module | 19 +++++++++++++++----
1 file changed, 15 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4010: add field collection display settings and field group.
gsb_feature_idea_story_ct.ds.inc | 71 +++++++++++++++++++++++++++++++
gsb_feature_idea_story_ct.field_group.inc | 32 ++++++++++++++
gsb_feature_idea_story_ct.info | 3 ++
3 files changed, 106 insertions(+)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4010: update markup around title.
gsb_feature_idea_story_ct.module | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4001: add idea story teaser display config.
gsb_feature_idea_story_ct.ds.inc | 131 +++++++++++++++++++++
...ature_idea_story_ct.features.field_instance.inc | 87 ++++++++------
gsb_feature_idea_story_ct.info | 2 +
gsb_feature_idea_story_ct.strongarm.inc | 6 +-
4 files changed, 190 insertions(+), 36 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-4001: Added a content wrapper for Explore More.
gsb_feature_idea_story_ct.module | 19 +++++++++++++++----
1 file changed, 15 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3999: Add exlore more extra field.
gsb_feature_idea_story_ct.ds.inc | 66 +++++------
...ature_idea_story_ct.features.field_instance.inc | 128 ++++++++++-----------
gsb_feature_idea_story_ct.module | 66 +++++++++++
gsb_feature_idea_story_ct.strongarm.inc | 34 +++++-
4 files changed, 194 insertions(+), 100 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4017: add odd and even class.
gsb_feature_idea_story_ct.ds.inc | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3999: Add exlore more extra field.
gsb_feature_idea_story_ct.ds.inc | 66 +++++------
...ature_idea_story_ct.features.field_instance.inc | 128 ++++++++++-----------
gsb_feature_idea_story_ct.module | 66 +++++++++++
gsb_feature_idea_story_ct.strongarm.inc | 34 +++++-
4 files changed, 194 insertions(+), 100 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4010: add field collection display settings and field group.
gsb_feature_idea_story_ct.ds.inc | 71 +++++++++++++++++++++++++++++++
gsb_feature_idea_story_ct.field_group.inc | 32 ++++++++++++++
gsb_feature_idea_story_ct.info | 3 ++
3 files changed, 106 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4010: update markup around title.
gsb_feature_idea_story_ct.module | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4017: add odd and even class.
gsb_feature_idea_story_ct.ds.inc | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-4010: Change related content label extra field to reflect new field name.
gsb_feature_idea_story_ct.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3911: update related other display.
gsb_feature_idea_story_ct.ds.inc | 89 ++++++++++++----------
...ature_idea_story_ct.features.field_instance.inc | 25 ++++--
gsb_feature_idea_story_ct.field_group.inc | 3 +-
gsb_feature_idea_story_ct.module | 16 ++--
4 files changed, 76 insertions(+), 57 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3911: configure related faculty, stories and links.
gsb_feature_idea_story_ct.ds.inc | 144 ++++++++++++++++-----
...ature_idea_story_ct.features.field_instance.inc | 57 ++++----
gsb_feature_idea_story_ct.field_group.inc | 30 +++++
gsb_feature_idea_story_ct.info | 4 +-
gsb_feature_idea_story_ct.strongarm.inc | 5 +-
5 files changed, 182 insertions(+), 58 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3911: update related other display.
gsb_feature_idea_story_ct.ds.inc | 89 ++++++++++++----------
...ature_idea_story_ct.features.field_instance.inc | 25 ++++--
gsb_feature_idea_story_ct.field_group.inc | 3 +-
gsb_feature_idea_story_ct.module | 16 ++--
4 files changed, 76 insertions(+), 57 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
Add back missing field_related_other_unlimited.
...ature_idea_story_ct.features.field_instance.inc | 52 ++++++++++++++++++++++
gsb_feature_idea_story_ct.info | 1 +
2 files changed, 53 insertions(+)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
Add back missing field_related_other_unlimited.
...ature_idea_story_ct.features.field_instance.inc | 52 ++++++++++++++++++++++
gsb_feature_idea_story_ct.info | 1 +
2 files changed, 53 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3911: configure related faculty, stories and links.
gsb_feature_idea_story_ct.ds.inc | 144 ++++++++++++++++-----
...ature_idea_story_ct.features.field_instance.inc | 57 ++++----
gsb_feature_idea_story_ct.field_group.inc | 30 +++++
gsb_feature_idea_story_ct.info | 4 +-
gsb_feature_idea_story_ct.strongarm.inc | 5 +-
5 files changed, 182 insertions(+), 58 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3904: add top story view mode, configure, add to detail page.
gsb_feature_idea_story_ct.ds.inc | 101 ++++++++++++-
...ature_idea_story_ct.features.field_instance.inc | 159 +++++++++++++++++++--
gsb_feature_idea_story_ct.field_group.inc | 4 +-
gsb_feature_idea_story_ct.info | 3 +
gsb_feature_idea_story_ct.strongarm.inc | 17 ++-
5 files changed, 260 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3892: remove keywords from bottom.
gsb_feature_idea_story_ct.ds.inc | 13 ++-----------
gsb_feature_idea_story_ct.features.field_instance.inc | 9 ++-------
gsb_feature_idea_story_ct.field_group.inc | 3 +--
3 files changed, 5 insertions(+), 20 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
Remove extra hook_ds_view_modes_info.
gsb_feature_idea_story_ct.ds.inc | 9 ---------
1 file changed, 9 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3914: add featured insight card view mode.
gsb_feature_idea_story_ct.ds.inc | 18 ++++++++++++++++++
gsb_feature_idea_story_ct.info | 1 +
2 files changed, 19 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3904: add top story view mode, configure, add to detail page.
gsb_feature_idea_story_ct.ds.inc | 129 ++++++++++++++---
...ature_idea_story_ct.features.field_instance.inc | 159 +++++++++++++++++++--
gsb_feature_idea_story_ct.field_group.inc | 4 +-
gsb_feature_idea_story_ct.info | 3 +
gsb_feature_idea_story_ct.strongarm.inc | 17 ++-
5 files changed, 273 insertions(+), 39 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3892: remove keywords from bottom.
gsb_feature_idea_story_ct.ds.inc | 13 ++-----------
gsb_feature_idea_story_ct.features.field_instance.inc | 9 ++-------
gsb_feature_idea_story_ct.field_group.inc | 3 +--
3 files changed, 5 insertions(+), 20 deletions(-)

view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago
Removed older code that was including in .js. This .js is now coming from hs_lite module.
gsb_feature_idea_story_ct.module | 6 ------
1 file changed, 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3909: create related view mode, configure for idea story.
gsb_feature_idea_story_ct.ds.inc | 125 ++++++++++++++
...ature_idea_story_ct.features.field_instance.inc | 191 +++++++++++++++------
gsb_feature_idea_story_ct.info | 4 +-
gsb_feature_idea_story_ct.strongarm.inc | 17 ++
4 files changed, 283 insertions(+), 54 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3862-2 Added setting for use_hierarchical_select_lite for key taxonomy field
gsb_feature_idea_story_ct.features.field_instance.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3914: add featured insight card view mode.
gsb_feature_idea_story_ct.ds.inc | 18 ++++++++
...ature_idea_story_ct.features.field_instance.inc | 53 ----------------------
gsb_feature_idea_story_ct.info | 2 +-
3 files changed, 19 insertions(+), 54 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3862-2 Added setting for use_hierarchical_select_lite for key taxonomy field
gsb_feature_idea_story_ct.features.field_instance.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3981: Add referenced entity title as extra field for related content field collection.
gsb_feature_idea_story_ct.module | 38 +++++++++++++++++++++++++++++++++++++-
1 file changed, 37 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3909: create related view mode, configure for idea story.
gsb_feature_idea_story_ct.ds.inc | 125 ++++++++++++++
...ature_idea_story_ct.features.field_instance.inc | 191 +++++++++++++++------
gsb_feature_idea_story_ct.info | 4 +-
gsb_feature_idea_story_ct.strongarm.inc | 17 ++
4 files changed, 283 insertions(+), 54 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3906 Adding new field collection field_related_other_unlimited
...ature_idea_story_ct.features.field_instance.inc | 81 +++++-----------------
gsb_feature_idea_story_ct.field_group.inc | 1 +
gsb_feature_idea_story_ct.info | 3 +-
3 files changed, 21 insertions(+), 64 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
WP-3891: Add alt support for key image.
gsb_feature_idea_story_ct.features.field_instance.inc | 2 +-
gsb_feature_idea_story_ct.info | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3906 Adding new field collection field_related_other_unlimited
...ature_idea_story_ct.features.field_instance.inc | 81 +++++-----------------
gsb_feature_idea_story_ct.field_group.inc | 1 +
gsb_feature_idea_story_ct.info | 3 +-
3 files changed, 21 insertions(+), 64 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3862-1 Removing reference to .js
gsb_feature_idea_story_ct.module | 6 ------
1 file changed, 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3895 Changed field_region_of_interest to hierarchy select
gsb_feature_idea_story_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3862 A few small changes related to enable/disable Add button, and checking for existing selections
js/gsb_feature_idea_story_ct.js | 60 ++++++++++++++++++++++++++++-------------
1 file changed, 41 insertions(+), 19 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3864 Authoring changes related to field orders, help text, and labels
...ature_idea_story_ct.features.field_instance.inc | 81 +++++++++++-----------
gsb_feature_idea_story_ct.field_group.inc | 14 ++--
gsb_feature_idea_story_ct.info | 1 +
gsb_feature_idea_story_ct.module | 65 ++++++++++++++++-
gsb_feature_idea_story_ct.strongarm.inc | 8 +--
5 files changed, 116 insertions(+), 53 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3862 Added new code to enable/disable the Add button
js/gsb_feature_idea_story_ct.js | 83 +++++++++++++++++++++++++++++++++++++----
1 file changed, 76 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3878: adjust taxonomy comma spacing.
gsb_feature_idea_story_ct.ds.inc | 18 ++++++++++++++++++
gsb_feature_idea_story_ct.field_group.inc | 6 +++---
2 files changed, 21 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3862 Code to hide the select field we are replacing
gsb_feature_idea_story_ct.module | 6 ++----
js/gsb_feature_idea_story_ct.js | 21 ++++++++++++++++++---
2 files changed, 20 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3862 Fixed up a bit o business with top-level text in the selected table rows
js/gsb_feature_idea_story_ct.js | 63 +++++++++++++++++++++++++++++++++++++----
1 file changed, 58 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3878: adjust taxonomy comma spacing.
gsb_feature_idea_story_ct.ds.inc | 54 ++++++++++++++--------
...ature_idea_story_ct.features.field_instance.inc | 10 ++--
gsb_feature_idea_story_ct.field_group.inc | 6 +--
3 files changed, 43 insertions(+), 27 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3862 Adding code to support hierarchies of option groups
js/gsb_feature_idea_story_ct.js | 147 ++++++++++++++++++++++++++++++++++------
1 file changed, 126 insertions(+), 21 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3877: keywords should not be linked.
gsb_feature_idea_story_ct.ds.inc | 36 +++++++++++-----------
...ature_idea_story_ct.features.field_instance.inc | 10 +++---
2 files changed, 22 insertions(+), 24 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3862 Working version of widget - testing with Term reference (multi) Select
js/gsb_feature_idea_story_ct.js | 44 +++++++++++++++++++++++++++++------------
1 file changed, 31 insertions(+), 13 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3862 Adding code to initialize the currently selected table on page load
js/gsb_feature_idea_story_ct.js | 136 ++++++++++++++++++++++++++++++++++++++--
1 file changed, 132 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3862 Changes to select up thru all parents
js/gsb_feature_idea_story_ct.js | 61 +++++++++++++++++++++++++++++++----------
1 file changed, 47 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3862 Added code to handle removing selected items
js/gsb_feature_idea_story_ct.js | 83 +++++++++++++++++++++++++++++++++++++----
1 file changed, 75 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3862 Handling for the currently selected, removing clone selects, etc
js/gsb_feature_idea_story_ct.js | 173 ++++++++++++++++++++++++++++++----------
1 file changed, 132 insertions(+), 41 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3862 Added code to support the Add button
js/gsb_feature_idea_story_ct.js | 48 +++++++++++++++++++++++++++++++++++++++--
1 file changed, 46 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3862 Getting the general hierarchy selection working
js/gsb_feature_idea_story_ct.js | 29 +++++++++++++++++++++++++----
1 file changed, 25 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3862 Commit to fix tab/spaces in the code
js/gsb_feature_idea_story_ct.js | 246 ++++++++++++++++++++--------------------
1 file changed, 123 insertions(+), 123 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3862 A very rough version of our own hierarchy select widget
gsb_feature_idea_story_ct.module | 20 ++-
js/gsb_feature_idea_story_ct.js | 329 +++++++++++++++++++++++++++++++++++++++
2 files changed, 347 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3804: update idea story display setting.
gsb_feature_idea_story_ct.ds.inc | 243 +++++++++++++++++++++
...ature_idea_story_ct.features.field_instance.inc | 212 ++++++++----------
gsb_feature_idea_story_ct.features.inc | 3 +
gsb_feature_idea_story_ct.field_group.inc | 97 ++++++++
gsb_feature_idea_story_ct.info | 8 +
gsb_feature_idea_story_ct.strongarm.inc | 60 ++++-
6 files changed, 497 insertions(+), 126 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3803 Removed the alumni fields
...ature_idea_story_ct.features.field_instance.inc | 411 +--------------------
gsb_feature_idea_story_ct.field_group.inc | 64 +---
gsb_feature_idea_story_ct.info | 12 +-
gsb_feature_idea_story_ct.strongarm.inc | 6 +-
4 files changed, 22 insertions(+), 471 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3803 Added the pathauto field
...ature_idea_story_ct.features.field_instance.inc | 81 ++++++++++++++++++----
gsb_feature_idea_story_ct.field_group.inc | 10 +--
gsb_feature_idea_story_ct.info | 1 +
gsb_feature_idea_story_ct.strongarm.inc | 6 +-
4 files changed, 76 insertions(+), 22 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3803 Remove exporting of markdown. We are moving this to the wysiwyg feature.
gsb_feature_idea_story_ct.info | 1 -
gsb_feature_idea_story_ct.module | 4 ----
2 files changed, 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3803 Adjustments to UI of the Idea Story edit form
...ature_idea_story_ct.features.field_instance.inc | 102 +++++++----
gsb_feature_idea_story_ct.field_group.inc | 199 +++++++++++++++++++--
gsb_feature_idea_story_ct.info | 9 +
gsb_feature_idea_story_ct.module | 29 +++
gsb_feature_idea_story_ct.strongarm.inc | 8 +-
5 files changed, 290 insertions(+), 57 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3803 Added a strongarm for the workbench access setting
gsb_feature_idea_story_ct.info | 1 +
gsb_feature_idea_story_ct.strongarm.inc | 7 +++++++
2 files changed, 8 insertions(+)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3803 Adding in the strongarm for workbench and Idea Story
gsb_feature_idea_story_ct.info | 1 +
gsb_feature_idea_story_ct.strongarm.inc | 7 +++++++
2 files changed, 8 insertions(+)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
Initial commit for the Idea Story CT
...ature_idea_story_ct.features.field_instance.inc | 1635 ++++++++++++++++++++
gsb_feature_idea_story_ct.features.inc | 41 +
gsb_feature_idea_story_ct.field_group.inc | 106 ++
gsb_feature_idea_story_ct.info | 65 +
gsb_feature_idea_story_ct.module | 7 +
gsb_feature_idea_story_ct.strongarm.inc | 80 +
gsb_feature_idea_story_ct.views_default.inc | 101 ++
7 files changed, 2035 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3803 Removed the alumni fields
...ature_idea_story_ct.features.field_instance.inc | 411 +--------------------
gsb_feature_idea_story_ct.field_group.inc | 64 +---
gsb_feature_idea_story_ct.info | 12 +-
gsb_feature_idea_story_ct.strongarm.inc | 6 +-
4 files changed, 22 insertions(+), 471 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3803 Added the pathauto field
...ature_idea_story_ct.features.field_instance.inc | 81 ++++++++++++++++++----
gsb_feature_idea_story_ct.field_group.inc | 10 +--
gsb_feature_idea_story_ct.info | 1 +
gsb_feature_idea_story_ct.strongarm.inc | 6 +-
4 files changed, 76 insertions(+), 22 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3803 Remove exporting of markdown. We are moving this to the wysiwyg feature.
gsb_feature_idea_story_ct.info | 1 -
gsb_feature_idea_story_ct.module | 4 ----
2 files changed, 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
Merge branch 'WP-3803' of github.com:gsbitse/gsb_feature_idea_story_ct into WP-3803
view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3803 Adjustments to UI of the Idea Story edit form
...ature_idea_story_ct.features.field_instance.inc | 102 +++++++----
gsb_feature_idea_story_ct.field_group.inc | 199 +++++++++++++++++++--
gsb_feature_idea_story_ct.info | 10 ++
gsb_feature_idea_story_ct.module | 29 +++
gsb_feature_idea_story_ct.strongarm.inc | 15 +-
5 files changed, 298 insertions(+), 57 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3803 Added a strongarm for the workbench access setting
gsb_feature_idea_story_ct.info | 1 +
gsb_feature_idea_story_ct.strongarm.inc | 7 +++++++
2 files changed, 8 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3803 Adding in the strongarm for workbench and Idea Story
gsb_feature_idea_story_ct.info | 1 +
gsb_feature_idea_story_ct.strongarm.inc | 7 +++++++
2 files changed, 8 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
Initial commit for the Idea Story CT
...ature_idea_story_ct.features.field_instance.inc | 1635 ++++++++++++++++++++
gsb_feature_idea_story_ct.features.inc | 41 +
gsb_feature_idea_story_ct.field_group.inc | 106 ++
gsb_feature_idea_story_ct.info | 65 +
gsb_feature_idea_story_ct.module | 7 +
gsb_feature_idea_story_ct.strongarm.inc | 80 +
gsb_feature_idea_story_ct.views_default.inc | 101 ++
7 files changed, 2035 insertions(+)

view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_feature_book_display
===========================================
view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago
WP-6263 enabled ajax at view level
gsb_feature_book_display.info | 2 +-
gsb_feature_book_display.views_default.inc | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago
WP-6181 Removed ajax and fixed states
gsb_feature_book_display.module | 17 +++++++++++++++++
gsb_feature_book_display.views_default.inc | 5 +++--
2 files changed, 20 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5953 Adjust search criteria
gsb_feature_book_display.info | 2 +-
gsb_feature_book_display.views_default.inc | 77 ++++++++++++++++++++++++++++--
2 files changed, 75 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago
WP-5930: Fix urls that have parameters. No need to decode entities if we just don't encode them.
gsb_feature_book_display.module | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5749 revert the sanization
gsb_feature_book_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5632 hide view errors
gsb_feature_book_display.views_default.inc | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5670 modified view to use entity reference to fix view mode issue
gsb_feature_book_display.info | 6 +++---
gsb_feature_book_display.module | 1 -
gsb_feature_book_display.views_default.inc | 9 ++-------
3 files changed, 5 insertions(+), 11 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5608 Removed Display link and Display Comment checkboxes
gsb_feature_book_display.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5640 Fixed the field order.WP-5608 Fixed the view mode.
gsb_feature_book_display.module | 13 ++++++++-----
gsb_feature_book_display.views_default.inc | 17 +++++++++++++++--
2 files changed, 23 insertions(+), 7 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5608 Added view display mode-compact and expanded
gsb_feature_book_display.info | 3 +-
gsb_feature_book_display.module | 9 ++
gsb_feature_book_display.views_default.inc | 207 +++++++++++++++++++++++++++--
3 files changed, 207 insertions(+), 12 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5481 add view no result message
gsb_feature_book_display.views_default.inc | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5479 fix the operator to AND for view filter
gsb_feature_book_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5449 fix the view settings
gsb_feature_book_display.views_default.inc | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5449 add circle to book view
gsb_feature_book_display.views_default.inc | 62 ++++++++++++++++++++++++++++++
1 file changed, 62 insertions(+)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5476 Changing the field order to follow override_title_text instead of override_title
gsb_feature_book_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5449 fix the view settings
gsb_feature_book_display.views_default.inc | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5449 add circle to book view
gsb_feature_book_display.views_default.inc | 62 ++++++++++++++++++++++++++++++
1 file changed, 62 insertions(+)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5476 Small adjustment to the weighting of the title and url fields.
gsb_feature_book_display.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5476 New code to add a title_link (URL) field after the title field, and to remove the older title_link field that was in the 'exposed filter' section.
gsb_feature_book_display.module | 46 +++++++++++++++++++++++++++++++++++------
1 file changed, 40 insertions(+), 6 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5424 remove see all footer
gsb_feature_book_display.views_default.inc | 7 -------
1 file changed, 7 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4836: update the view pane to use ds view mode.
gsb_feature_book_display.info | 2 +-
gsb_feature_book_display.views_default.inc | 9 +++++++--
2 files changed, 8 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4830 add new view and content pane for book listing
gsb_feature_book_display.info | 7 +-
gsb_feature_book_display.module | 35 +++
gsb_feature_book_display.views_default.inc | 376 +++++++++++++++++++++++++++++
3 files changed, 415 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 rename items - Book (Alumni)
gsb_feature_book_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 recat items - Books
gsb_feature_book_display.views_default.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4680: change the view mode.
gsb_feature_book_display.info | 1 +
gsb_feature_book_display.views_default.inc | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4680: update the filters and search field value name.
gsb_feature_book_display.views_default.inc | 29 ++++++++++++++++++++++++++++-
1 file changed, 28 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4680: update the alumni book listing.
gsb_feature_book_display.views_default.inc | 28 ++++++++++++++++++++++------
1 file changed, 22 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4680: update the filters and search field value name.
gsb_feature_book_display.views_default.inc | 29 ++++++++++++++++++++++++++++-
1 file changed, 28 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4695 rename the admin title for alumni view
gsb_feature_book_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
Fix bad merge.
gsb_feature_book_display.views_default.inc | 13 -------------
1 file changed, 13 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 rename items - book listing
gsb_feature_book_display.views_default.inc | 14 ++++++++++++++
1 file changed, 14 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4680: update the alumni book listing.
gsb_feature_book_display.views_default.inc | 28 ++++++++++++++++++++++------
1 file changed, 22 insertions(+), 6 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4628 fix the program field
gsb_feature_book_display.info | 4 ++--
gsb_feature_book_display.views_default.inc | 26 +++++++++++++-------------
2 files changed, 15 insertions(+), 15 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 rename items - book listing
gsb_feature_book_display.views_default.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4628 add display for alumni book listing
gsb_feature_book_display.views_default.inc | 135 +++++++++++++++++++++++++++--
1 file changed, 130 insertions(+), 5 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3664: Add a modal delete link to views.
gsb_feature_book_display.views_default.inc | 12 ++++++++++++
1 file changed, 12 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3481: remove spans.
gsb_feature_book_display.views_default.inc | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3442: Switch EVA show_on to single value.
gsb_feature_book_display.views_default.inc | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3421: Remove messages header.
gsb_feature_book_display.views_default.inc | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3376: Update Add Another button names in Faculty CT.
gsb_feature_book_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3340: update book eva.
gsb_feature_book_display.views_default.inc | 70 ++++++++++++++++++++++++------
1 file changed, 57 insertions(+), 13 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3213: Remove table-level sort to respect sort handlers.
gsb_feature_book_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3213: List EVA views by publication date.
gsb_feature_book_display.views_default.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3130: Unlink titles in EVA forms.
gsb_feature_book_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3084: Add empty text to book form EVA.
gsb_feature_book_display.views_default.inc | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-2985: Allow the faculty member to set the visibilty.
gsb_feature_book_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3053: Adjust views for new options.
gsb_feature_book_display.info | 4 +-
gsb_feature_book_display.views_default.inc | 80 ++++++++++--------------------
2 files changed, 29 insertions(+), 55 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Roopesh Naik, 2 years, 10 months ago
WP-3041 fix book listing duplicate records
gsb_feature_book_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Roopesh Naik, 2 years, 10 months ago author: Roopesh Naik, 2 years, 10 months ago
WP-3041 fix book listing duplicate records
gsb_feature_book_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-2980 Added new view EVA Field Form
gsb_feature_book_display.views_default.inc | 173 +++++++++++++++++++++++++++++
1 file changed, 173 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3030: Add visibility filter to books listing.
gsb_feature_book_display.views_default.inc | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
WP-2901: Set listing to default sort.
gsb_feature_book_display.info | 2 +-
gsb_feature_book_display.views_default.inc | 5 -----
2 files changed, 1 insertion(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2680: update view mode and no title.
gsb_feature_book_display.views_default.inc | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2680: update view mode and no title.
gsb_feature_book_display.views_default.inc | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2771 Added pub year desc sort to book eva listing
gsb_feature_book_display.views_default.inc | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2674: update books eva settings.
gsb_feature_book_display.views_default.inc | 92 ++++++++++++++++++++++++++++++
1 file changed, 92 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Limit pager to 20 items.
gsb_feature_book_display.info | 2 +-
gsb_feature_book_display.views_default.inc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Only show authors that are faculty. Change the category to other.
gsb_feature_book_display.info | 3 +-
gsb_feature_book_display.views_default.inc | 85 +++++++++++++++++++++++++++---
2 files changed, 80 insertions(+), 8 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 11 months ago author: Tim Plunkett, 2 years, 11 months ago
WP-2679: Add book listing.
gsb_feature_book_display.info | 4 +
gsb_feature_book_display.views_default.inc | 169 +++++++++++++++++++++++++++++
2 files changed, 173 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2673 New GSB Book Listing EVA
gsb_feature_book_display.features.inc | 12 +++
gsb_feature_book_display.info | 11 ++
gsb_feature_book_display.module | 7 ++
gsb_feature_book_display.views_default.inc | 168 +++++++++++++++++++++++++++++
4 files changed, 198 insertions(+)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_feature_book_ct
===========================================
view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago
WP-7664 Removing field instance field_region_of_interest from Book CT
gsb_feature_book_ct.features.field_instance.inc | 93 -------------------------
gsb_feature_book_ct.field_group.inc | 80 +++++++++------------
gsb_feature_book_ct.info | 2 -
3 files changed, 34 insertions(+), 141 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6369: update related wrapper.
gsb_feature_book_ct.field_group.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6095: link book cover to content.
gsb_feature_book_ct.ds.inc | 6 ++++++
gsb_feature_book_ct.features.field_instance.inc | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6086: link image to content.
gsb_feature_book_ct.features.field_instance.inc | 58 ++++++++++++-------------
1 file changed, 29 insertions(+), 29 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6118: add classes back to wrappers.
gsb_feature_book_ct.field_group.inc | 22 +++++++++++-----------
gsb_feature_book_ct.strongarm.inc | 6 ++++++
2 files changed, 17 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6096 Added space to the separator for academic-area and topics
gsb_feature_book_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6096 Added space to the separator for academic-area and topics
gsb_feature_book_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6118: add classes back to wrappers.
gsb_feature_book_ct.field_group.inc | 22 +++++++++++-----------
gsb_feature_book_ct.strongarm.inc | 6 ++++++
2 files changed, 17 insertions(+), 11 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6071: link image to content.
gsb_feature_book_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6031 Re-exporting group-wrapper-topics
gsb_feature_book_ct.ds.inc | 1 +
gsb_feature_book_ct.features.field_instance.inc | 48 ++++++++++++++-----------
gsb_feature_book_ct.field_group.inc | 6 ++--
gsb_feature_book_ct.strongarm.inc | 2 +-
4 files changed, 33 insertions(+), 24 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5973: add title wrapper.
gsb_feature_book_ct.ds.inc | 36 ++++----
gsb_feature_book_ct.features.field_instance.inc | 112 ++++++++++++------------
gsb_feature_book_ct.field_group.inc | 64 ++++++++++++++
gsb_feature_book_ct.info | 2 +
gsb_feature_book_ct.strongarm.inc | 4 +-
5 files changed, 144 insertions(+), 74 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5966: add additional class.
gsb_feature_book_ct.ds.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5966: add publication type.
gsb_feature_book_ct.ds.inc | 60 ++++++++---
gsb_feature_book_ct.features.field_instance.inc | 126 +++++++++++++-----------
gsb_feature_book_ct.strongarm.inc | 4 +-
3 files changed, 114 insertions(+), 76 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago
WP-5863 Changing circle topic to use hs-lite
gsb_feature_book_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago
WP-5863 Setting default and hiding field_publication_type
gsb_feature_book_ct.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago
WP-5863 Adding new fields field_circle_topics and field_publication_type
gsb_feature_book_ct.features.field_instance.inc | 217 ++++++++++++++++++++++--
gsb_feature_book_ct.field_group.inc | 7 +-
gsb_feature_book_ct.info | 2 +
gsb_feature_book_ct.strongarm.inc | 8 +-
4 files changed, 217 insertions(+), 17 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5453: update book displays of compact and expanded.
gsb_feature_book_ct.ds.inc | 6 ++++--
gsb_feature_book_ct.features.field_instance.inc | 28 ++++++++++++-------------
gsb_feature_book_ct.strongarm.inc | 2 +-
3 files changed, 19 insertions(+), 17 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5453: export display suite settings.
gsb_feature_book_ct.ds.inc | 272 ++++++++++++++++++++++++
gsb_feature_book_ct.features.field_instance.inc | 211 +++++++++++-------
gsb_feature_book_ct.info | 5 +
gsb_feature_book_ct.strongarm.inc | 4 +-
4 files changed, 418 insertions(+), 74 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5452 Adding compact and expanded view modes
gsb_feature_book_ct.ds.inc | 20 ++
gsb_feature_book_ct.features.field_instance.inc | 316 +++++++++++++++++++++++-
gsb_feature_book_ct.info | 3 +
gsb_feature_book_ct.strongarm.inc | 22 ++
4 files changed, 359 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5428: update comma.
gsb_feature_book_ct.ds.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5034: update book teaser.
gsb_feature_book_ct.ds.inc | 23 ++++++++++++++++++++++-
1 file changed, 22 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5428: update comma.
gsb_feature_book_ct.ds.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Ayuta Padhi, 1 year, 7 months ago
WP-5423 Allow the user to choose open link in new window
gsb_feature_book_ct.features.field_instance.inc | 2 +-
gsb_feature_book_ct.info | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 7 months ago author: Ayuta Padhi, 1 year, 7 months ago
WP-5423 Allow the user to choose open link in new window
gsb_feature_book_ct.features.field_instance.inc | 2 +-
gsb_feature_book_ct.info | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5391 move the files field inside related block
gsb_feature_book_ct.features.field_instance.inc | 2 +-
gsb_feature_book_ct.field_group.inc | 7 ++++---
gsb_feature_book_ct.info | 4 ++--
3 files changed, 7 insertions(+), 6 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5385 enable description for book
gsb_feature_book_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5034: update book teaser.
gsb_feature_book_ct.ds.inc | 23 ++++++++++++++++++++++-
1 file changed, 22 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
Updating label for field_person_ref_unlimited
gsb_feature_book_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5372 Added gsb_feature_base_fields_faculty_authors under the Related right side bar
gsb_feature_book_ct.ds.inc | 52 +++++++++++++------------
gsb_feature_book_ct.features.field_instance.inc | 12 +++---
gsb_feature_book_ct.field_group.inc | 3 +-
gsb_feature_book_ct.strongarm.inc | 4 +-
4 files changed, 37 insertions(+), 34 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5364 Added new file extensions for field_file_unlimited_public
gsb_feature_book_ct.features.field_instance.inc | 2 +-
gsb_feature_book_ct.info | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5364 Added new file extensions for field_file_unlimited_public
gsb_feature_book_ct.features.field_instance.inc | 2 +-
gsb_feature_book_ct.info | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5309: configure related sidebar for book detail page.
gsb_feature_book_ct.ds.inc | 169 +++++++++++++++++++-----
gsb_feature_book_ct.features.field_instance.inc | 54 ++++----
gsb_feature_book_ct.field_group.inc | 32 +++++
gsb_feature_book_ct.info | 1 +
gsb_feature_book_ct.strongarm.inc | 13 +-
5 files changed, 205 insertions(+), 64 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5308 add new field to book ct
gsb_feature_book_ct.features.field_instance.inc | 122 ++++++++++++++++++++++--
gsb_feature_book_ct.field_group.inc | 13 +--
gsb_feature_book_ct.info | 1 +
gsb_feature_book_ct.strongarm.inc | 6 +-
4 files changed, 124 insertions(+), 18 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5308 add related content fields
gsb_feature_book_ct.features.field_instance.inc | 452 +++++++++++++++++++-----
gsb_feature_book_ct.field_group.inc | 33 +-
gsb_feature_book_ct.info | 5 +
gsb_feature_book_ct.strongarm.inc | 6 +-
4 files changed, 407 insertions(+), 89 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5294: update book detail display.
gsb_feature_book_ct.ds.inc | 32 +++++++++-
gsb_feature_book_ct.features.field_instance.inc | 84 +++++++++++++++++++++++++
2 files changed, 115 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago
WP-5293 Added validation when URL/PDF is checked.
gsb_feature_book_ct.module | 21 +++++++++++++++++++--
1 file changed, 19 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5294: update book detail display.
gsb_feature_book_ct.ds.inc | 32 +-
gsb_feature_book_ct.features.field_instance.inc | 386 ++++++++++++++++++++++++
gsb_feature_book_ct.strongarm.inc | 43 ++-
3 files changed, 458 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5257 alter the term name variable
gsb_feature_book_ct.module | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-5163 Setting default to draft
gsb_feature_book_ct.features.field_instance.inc | 2 ++
gsb_feature_book_ct.info | 4 ++--
gsb_feature_book_ct.strongarm.inc | 7 +++++++
3 files changed, 11 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4887: remove body field from alumni book listing.
gsb_feature_book_ct.ds.inc | 17 +----------------
gsb_feature_book_ct.features.field_instance.inc | 16 ++--------------
gsb_feature_book_ct.info | 2 +-
3 files changed, 4 insertions(+), 31 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4836: book ds settings.
gsb_feature_book_ct.ds.inc | 119 +++++++++++++++++++
gsb_feature_book_ct.features.field_instance.inc | 150 ++++++++++++++++++++++++
gsb_feature_book_ct.info | 4 +-
gsb_feature_book_ct.strongarm.inc | 10 +-
4 files changed, 281 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4752: export ds settings.
gsb_feature_book_ct.ds.inc | 73 +++++++++++++
gsb_feature_book_ct.features.field_instance.inc | 131 ++++++++++++++++++++++++
gsb_feature_book_ct.info | 3 +
gsb_feature_book_ct.strongarm.inc | 14 +++
4 files changed, 221 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4680: update settings for news listing.
gsb_feature_book_ct.ds.inc | 160 +++++++++++++++++++++-
gsb_feature_book_ct.features.field_instance.inc | 171 +++++++++++-------------
gsb_feature_book_ct.info | 3 +
gsb_feature_book_ct.strongarm.inc | 6 +-
4 files changed, 245 insertions(+), 95 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4680: restore taxonomy, and add news listing view mode.
gsb_feature_book_ct.ds.inc | 52 ++----
gsb_feature_book_ct.features.field_instance.inc | 226 +++++++++++++++++++++---
gsb_feature_book_ct.strongarm.inc | 17 ++
3 files changed, 235 insertions(+), 60 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4628 change program field validation to unlimited
gsb_feature_book_ct.module | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4669 fix the program field
gsb_feature_book_ct.module | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4584 Added field_program_unlimited, removed field_program_single
gsb_feature_book_ct.features.field_instance.inc | 32 ++++++++++++++-----------
gsb_feature_book_ct.features.inc | 1 +
gsb_feature_book_ct.field_group.inc | 6 ++---
gsb_feature_book_ct.info | 2 +-
gsb_feature_book_ct.strongarm.inc | 2 +-
5 files changed, 24 insertions(+), 19 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4584 Added field_program_unlimited, removed field_program_single
gsb_feature_book_ct.features.field_instance.inc | 32 ++++++++++++++-----------
gsb_feature_book_ct.features.inc | 1 +
gsb_feature_book_ct.field_group.inc | 6 ++---
gsb_feature_book_ct.info | 2 +-
gsb_feature_book_ct.strongarm.inc | 2 +-
5 files changed, 24 insertions(+), 19 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4536 add alt text to image field
gsb_feature_book_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4522 update info file
gsb_feature_book_ct.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4522 remove field group supposed to be wp
gsb_feature_book_ct.field_group.inc | 25 -------------------------
1 file changed, 25 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4522 bundle taxonomy in book ct
gsb_feature_book_ct.features.field_instance.inc | 10 +-
gsb_feature_book_ct.field_group.inc | 184 +++++++++++++++++++++---
gsb_feature_book_ct.info | 10 +-
3 files changed, 181 insertions(+), 23 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4521 remove few taxonomy fields from book ct
gsb_feature_book_ct.features.field_instance.inc | 124 ------------------------
gsb_feature_book_ct.info | 6 +-
2 files changed, 2 insertions(+), 128 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3868: Update Alumni Story fields for Book CT.
gsb_feature_book_ct.features.field_instance.inc | 1 -
gsb_feature_book_ct.info | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 5 months ago
WP-4010: Update display suite settings for insight card and idea story related.
gsb_feature_book_ct.features.field_instance.inc | 1 +
gsb_feature_book_ct.info | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3914: add insight featured card vie mode to book.
gsb_feature_book_ct.info | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3868: Update Alumni Story fields for Book CT.
gsb_feature_book_ct.features.field_instance.inc | 1 -
gsb_feature_book_ct.info | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 5 months ago
WP-4010: Update display suite settings for insight card and idea story related.
gsb_feature_book_ct.ds.inc | 113 +-----------------------
gsb_feature_book_ct.features.field_instance.inc | 1 +
gsb_feature_book_ct.info | 6 +-
3 files changed, 7 insertions(+), 113 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4010: update related book display.
gsb_feature_book_ct.ds.inc | 13 ++-----------
gsb_feature_book_ct.features.field_instance.inc | 4 ++--
2 files changed, 4 insertions(+), 13 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3914: add insight featured card vie mode to book.
gsb_feature_book_ct.ds.inc | 82 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 82 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 6 months ago
Fix bad merge.
gsb_feature_book_ct.ds.inc | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3914: add insight featured card vie mode to book.
gsb_feature_book_ct.ds.inc | 84 +++++++++++++-
gsb_feature_book_ct.features.field_instance.inc | 148 ++++++++++++++++++++++++
gsb_feature_book_ct.info | 2 +
gsb_feature_book_ct.strongarm.inc | 11 ++
4 files changed, 244 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-4099 Added field_region_of_interest to search field
gsb_feature_book_ct.features.field_instance.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago
WP-3818: remove salutation field.
gsb_feature_book_ct.features.field_instance.inc | 61 -------------------------
1 file changed, 61 deletions(-)

view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago
WP-3818: Remove field region.
gsb_feature_book_ct.features.field_instance.inc | 62 -------------------------
gsb_feature_book_ct.info | 1 -
2 files changed, 63 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-4030: Remove old alumni mention fields validation.
gsb_feature_book_ct.module | 44 --------------------------------------------
1 file changed, 44 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-4030: Remove old alumni mention fields validation.
gsb_feature_book_ct.module | 44 --------------------------------------------
1 file changed, 44 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4010: update related book display.
gsb_feature_book_ct.ds.inc | 13 ++-----------
gsb_feature_book_ct.features.field_instance.inc | 4 ++--
2 files changed, 4 insertions(+), 13 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3868: Rename alumni story field label.
gsb_feature_book_ct.field_group.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3868: Remove alumni_name field group.
gsb_feature_book_ct.field_group.inc | 30 ------------------------------
gsb_feature_book_ct.info | 1 -
2 files changed, 31 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3868: Update Alumni Story fields for Book CT.
gsb_feature_book_ct.features.field_instance.inc | 265 +-----------------------
gsb_feature_book_ct.info | 5 -
2 files changed, 8 insertions(+), 262 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3909: add related idea story view mode.
gsb_feature_book_ct.ds.inc | 60 ++++++++
gsb_feature_book_ct.features.field_instance.inc | 173 ++++++++++++++++++++++++
gsb_feature_book_ct.info | 2 +
gsb_feature_book_ct.strongarm.inc | 11 ++
4 files changed, 246 insertions(+)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
Fix bad merge.
gsb_feature_book_ct.ds.inc | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3914: add insight featured card vie mode to book.
gsb_feature_book_ct.ds.inc | 84 ++++++++++-
gsb_feature_book_ct.features.field_instance.inc | 178 ++++++++++++++++++++++++
gsb_feature_book_ct.info | 2 +
gsb_feature_book_ct.strongarm.inc | 11 ++
4 files changed, 274 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago
WP-3810 add region of interest to book
gsb_feature_book_ct.features.field_instance.inc | 61 +++++++++++++++++++++++--
gsb_feature_book_ct.field_group.inc | 1 +
gsb_feature_book_ct.info | 3 ++
3 files changed, 61 insertions(+), 4 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3868: Remove alumni_name field group.
gsb_feature_book_ct.field_group.inc | 30 ------------------------------
gsb_feature_book_ct.info | 1 -
2 files changed, 31 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3868: Update Alumni Story fields for Book CT.
gsb_feature_book_ct.features.field_instance.inc | 326 +-----------------------
gsb_feature_book_ct.info | 5 -
2 files changed, 8 insertions(+), 323 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3914: add insight featured card vie mode to book.
gsb_feature_book_ct.ds.inc | 88 ++++++++++++
gsb_feature_book_ct.features.field_instance.inc | 178 ++++++++++++++++++++++++
gsb_feature_book_ct.info | 2 +
gsb_feature_book_ct.strongarm.inc | 11 ++
4 files changed, 279 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago
WP-3810 add field region of interest to book ct
gsb_feature_book_ct.features.field_base.inc | 48 +++++++++++++++++++
gsb_feature_book_ct.features.field_instance.inc | 61 +++++++++++++++++++++++--
gsb_feature_book_ct.features.taxonomy.inc | 21 +++++++++
gsb_feature_book_ct.field_group.inc | 1 +
gsb_feature_book_ct.info | 7 ++-
5 files changed, 132 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3909: add related idea story view mode.
gsb_feature_book_ct.ds.inc | 60 ++++++++
gsb_feature_book_ct.features.field_instance.inc | 173 ++++++++++++++++++++++++
gsb_feature_book_ct.info | 2 +
gsb_feature_book_ct.strongarm.inc | 11 ++
4 files changed, 246 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago
WP-3818 Remove field region from feature
gsb_feature_book_ct.features.field_instance.inc | 51 -------------------------
gsb_feature_book_ct.info | 3 +-
2 files changed, 1 insertion(+), 53 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago
WP-3810 add region of interest taxonomy to book
gsb_feature_book_ct.features.field_instance.inc | 54 +++++++++++++++++++++++--
gsb_feature_book_ct.field_group.inc | 1 +
gsb_feature_book_ct.info | 3 +-
3 files changed, 53 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3832: export better formats.
gsb_feature_book_ct.features.field_instance.inc | 40 +++++++++++++++++++++----
1 file changed, 35 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3832: update the pdf or link display.
gsb_feature_book_ct.ds.inc | 13 +++++++++++++
1 file changed, 13 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 7 months ago author: Roopesh Naik, 2 years, 7 months ago
WP-3745 update label and help text for book ct
gsb_feature_book_ct.features.field_instance.inc | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago
WP-3663 Added test in node_presave to see if we should set an academic area.
gsb_feature_book_ct.module | 62 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 62 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3609 Added field_body to search
gsb_feature_book_ct.features.field_instance.inc | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago
Fix some help text.
gsb_feature_book_ct.features.field_instance.inc | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3568 Changed help text to match document
gsb_feature_book_ct.features.field_instance.inc | 52 ++++++-------------------
1 file changed, 12 insertions(+), 40 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3471: Rearrange Book fields.
gsb_feature_book_ct.features.field_instance.inc | 8 ++++----
gsb_feature_book_ct.field_group.inc | 4 ++--
gsb_feature_book_ct.strongarm.inc | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago
WP-3485: Make month field default to none.
gsb_feature_book_ct.features.field_instance.inc | 7 ++-----
gsb_feature_book_ct.info | 5 +++--
2 files changed, 5 insertions(+), 7 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3375: Change Book help text.
gsb_feature_book_ct.module | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3471: Rearrange Book fields.
gsb_feature_book_ct.features.field_instance.inc | 9 +++++----
gsb_feature_book_ct.field_group.inc | 4 ++--
gsb_feature_book_ct.strongarm.inc | 6 +++---
3 files changed, 10 insertions(+), 9 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3379: update field group wrapper.
gsb_feature_book_ct.field_group.inc | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3379: adjust field order.
gsb_feature_book_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3303-1 Changed order of taxonomy fields and select hierarchy widget
gsb_feature_book_ct.features.field_instance.inc | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3303-1 Changed order of taxonomy fields and select hierarchy widget
gsb_feature_book_ct.features.field_instance.inc | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3340: update book displays.
gsb_feature_book_ct.ds.inc | 126 ++++++++++++++++--------
gsb_feature_book_ct.features.field_instance.inc | 101 ++++++++++---------
gsb_feature_book_ct.field_group.inc | 8 +-
gsb_feature_book_ct.strongarm.inc | 2 +-
4 files changed, 146 insertions(+), 91 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3329 Small change to correct the help text
gsb_feature_book_ct.features.field_instance.inc | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3329 Added pub date fields
gsb_feature_book_ct.features.field_instance.inc | 224 +++++++++++++++---------
gsb_feature_book_ct.field_group.inc | 31 +++-
gsb_feature_book_ct.info | 4 +-
3 files changed, 171 insertions(+), 88 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3329 Small change to correct the help text
gsb_feature_book_ct.features.field_instance.inc | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3329 Added pub date fields
gsb_feature_book_ct.features.field_instance.inc | 224 +++++++++++++++---------
gsb_feature_book_ct.field_group.inc | 31 +++-
gsb_feature_book_ct.info | 4 +-
3 files changed, 171 insertions(+), 88 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3303: Relabel and reodred taxonomy fields.
gsb_feature_book_ct.features.field_instance.inc | 80 ++++++++++++-------------
1 file changed, 40 insertions(+), 40 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3160-1 More label and help text changes
gsb_feature_book_ct.features.field_instance.inc | 96 +++++++++++++------------
1 file changed, 51 insertions(+), 45 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3160-1 Label and help text changes
gsb_feature_book_ct.features.field_instance.inc | 96 ++++++++++++++++++-------
gsb_feature_book_ct.field_group.inc | 9 +--
gsb_feature_book_ct.module | 6 ++
3 files changed, 80 insertions(+), 31 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3258: Relabel Author and Reviewer add/remove buttons.
gsb_feature_book_ct.features.field_instance.inc | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3258: Relabel Author and Reviewer add/remove buttons.
gsb_feature_book_ct.features.field_instance.inc | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3257: Relabel Authors and Book Cover fields.
gsb_feature_book_ct.features.field_instance.inc | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3136: Switch to hierarchical select for Academic Areas field in Book CT.
gsb_feature_book_ct.features.field_instance.inc | 64 +++++++++++++++++++++++--
1 file changed, 60 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 2 years, 9 months ago author: Greg Mercer, 2 years, 9 months ago
WP-3160 Removed stray dpm()
gsb_feature_book_ct.module | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3160 Help text changes
gsb_feature_book_ct.module | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3160 Help text changes
gsb_feature_book_ct.features.field_instance.inc | 54 ++++++++++++-------------
gsb_feature_book_ct.field_group.inc | 4 +-
gsb_feature_book_ct.module | 4 +-
3 files changed, 29 insertions(+), 33 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
WP-3267: Add date field.
gsb_feature_book_ct.features.field_instance.inc | 83 ++++++++++++++++++++++---
gsb_feature_book_ct.field_group.inc | 4 +-
gsb_feature_book_ct.info | 1 +
gsb_feature_book_ct.strongarm.inc | 6 +-
4 files changed, 81 insertions(+), 13 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3215: Move field_author specific code to gsb_field_authors.
gsb_feature_book_ct.module | 9 ---------
1 file changed, 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3160 More help text. Help text part deux, oui
gsb_feature_book_ct.features.field_instance.inc | 36 ++++++++++++++++---------
gsb_feature_book_ct.field_group.inc | 7 ++---
2 files changed, 28 insertions(+), 15 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3127: Add submit field.
gsb_feature_book_ct.features.field_instance.inc | 59 ++++++++++++++++++++++---
gsb_feature_book_ct.info | 5 ++-
gsb_feature_book_ct.strongarm.inc | 8 ++--
3 files changed, 61 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3160 Added a little more help text
gsb_feature_book_ct.module | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3160 Rearranged some fields and added help text
gsb_feature_book_ct.features.field_instance.inc | 105 +++++++++++++++---------
1 file changed, 68 insertions(+), 37 deletions(-)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-2989 Moved some of form alter to be handled in the base field.
gsb_feature_book_ct.module | 63 +---------------------------------------------
1 file changed, 1 insertion(+), 62 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 11 months ago author: Tim Plunkett, 2 years, 11 months ago
WP-2930: Enforce per-view mode settings for extra fields on books.
gsb_feature_book_ct.strongarm.inc | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2888: eoprt field collection settings.
gsb_feature_book_ct.ds.inc | 66 ++++++++++++++++++++++++++++++++++++++++++++++
gsb_feature_book_ct.info | 2 ++
2 files changed, 68 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2788: change layout to 2 col.
gsb_feature_book_ct.ds.inc | 25 ++++++++++++++-----------
1 file changed, 14 insertions(+), 11 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2788: change layout to 2 col.
gsb_feature_book_ct.ds.inc | 25 ++++++++++++++-----------
1 file changed, 14 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Tim Plunkett, 2 years, 11 months ago
WP-2866: Ensure that field_book_url_pdf_unlimited is correctly marked as empty.
gsb_feature_book_ct.module | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 11 months ago author: Tim Plunkett, 2 years, 11 months ago
WP-2866: Ensure that field_book_url_pdf_unlimited is correctly marked as empty.
gsb_feature_book_ct.module | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2878: Replace field_description with field_body in Book CT.
gsb_feature_book_ct.ds.inc | 24 ++--
gsb_feature_book_ct.features.field_instance.inc | 175 ++++++++++++------------
gsb_feature_book_ct.field_group.inc | 2 +-
gsb_feature_book_ct.info | 2 +-
gsb_feature_book_ct.strongarm.inc | 4 +
5 files changed, 106 insertions(+), 101 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2857: add new topics wrapper, and topics paths.
gsb_feature_book_ct.ds.inc | 24 +++++++++++++++++++-----
gsb_feature_book_ct.features.field_instance.inc | 20 ++++++++++++--------
gsb_feature_book_ct.field_group.inc | 20 ++++++++++++--------
gsb_feature_book_ct.info | 2 +-
4 files changed, 44 insertions(+), 22 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2857: add new topics wrapper, and topics paths.
gsb_feature_book_ct.ds.inc | 24 +++++++++++++++++++-----
gsb_feature_book_ct.features.field_instance.inc | 20 ++++++++++++--------
gsb_feature_book_ct.field_group.inc | 20 ++++++++++++--------
gsb_feature_book_ct.info | 2 +-
4 files changed, 44 insertions(+), 22 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2731: Make Alumni Mentioned checkboxes as hardcoded markup to avoid states.js bug.
gsb_feature_book_ct.module | 19 +++++--------------
1 file changed, 5 insertions(+), 14 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2731: Make Alumni Mentioned checkboxes as hardcoded markup to avoid states.js bug.
gsb_feature_book_ct.module | 19 +++++--------------
1 file changed, 5 insertions(+), 14 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2857: update taxonomy fields and faculty author.
gsb_feature_book_ct.ds.inc | 36 ++++++++++++++-------
gsb_feature_book_ct.features.field_instance.inc | 42 +++++++++++++++----------
gsb_feature_book_ct.strongarm.inc | 9 ++++++
3 files changed, 59 insertions(+), 28 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2836: Remove field_links_attachments from Book CT.
gsb_feature_book_ct.features.field_instance.inc | 68 -------------------------
gsb_feature_book_ct.info | 1 -
2 files changed, 69 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 11 months ago author: Tim Plunkett, 2 years, 11 months ago
WP-2822: Opt into the gsb_feature_base_fields_faculty_authors display.
gsb_feature_book_ct.module | 55 ++++------------------------------------------
1 file changed, 4 insertions(+), 51 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Remove field_academic_degrees.
gsb_feature_book_ct.features.field_instance.inc | 46 -------------------------
1 file changed, 46 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2680: export ds settings for book listing.
gsb_feature_book_ct.ds.inc | 111 +++++++++++
gsb_feature_book_ct.features.field_instance.inc | 235 ++++++++++++++++++++++++
gsb_feature_book_ct.field_group.inc | 28 +++
gsb_feature_book_ct.info | 3 +
gsb_feature_book_ct.strongarm.inc | 6 +-
5 files changed, 382 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Move language inside the if statement.
gsb_feature_book_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Remove academic degrees field. Hide alumni fields if alumni is not checked.
gsb_feature_book_ct.features.field_instance.inc | 40 -------------------------
gsb_feature_book_ct.info | 2 +-
gsb_feature_book_ct.module | 22 ++++++++++++++
3 files changed, 23 insertions(+), 41 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2718: remove taxonomy fields from display.
gsb_feature_book_ct.ds.inc | 34 +++++++----------
gsb_feature_book_ct.features.field_instance.inc | 51 ++++++-------------------
gsb_feature_book_ct.field_group.inc | 3 --
gsb_feature_book_ct.strongarm.inc | 3 ++
4 files changed, 29 insertions(+), 62 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Add search field.
gsb_feature_book_ct.features.field_instance.inc | 204 ++++++++++++++++++++++--
gsb_feature_book_ct.field_group.inc | 2 +-
gsb_feature_book_ct.info | 5 +-
gsb_feature_book_ct.strongarm.inc | 2 +-
4 files changed, 200 insertions(+), 13 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Update fields more to spec.
gsb_feature_book_ct.ds.inc | 50 ++++++++++----------
gsb_feature_book_ct.features.field_instance.inc | 62 +++++++++++--------------
gsb_feature_book_ct.features.inc | 0
gsb_feature_book_ct.field_group.inc | 4 +-
gsb_feature_book_ct.info | 6 ++-
gsb_feature_book_ct.module | 0
gsb_feature_book_ct.strongarm.inc | 20 ++++++--
7 files changed, 75 insertions(+), 67 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
Book CT: Adjust Book CT fields and form to new requirements.
gsb_feature_book_ct.features.field_instance.inc | 271 +++++++++++++-----------
gsb_feature_book_ct.field_group.inc | 63 +++++-
gsb_feature_book_ct.info | 6 +-
gsb_feature_book_ct.module | 75 ++++---
gsb_feature_book_ct.strongarm.inc | 4 +-
5 files changed, 260 insertions(+), 159 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2684: add space and spans.
gsb_feature_book_ct.ds.inc | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2684: ds settings for book teaser.
gsb_feature_book_ct.ds.inc | 160 ++++++++++++++++++++++++
gsb_feature_book_ct.features.field_instance.inc | 66 +++++-----
gsb_feature_book_ct.info | 5 +
gsb_feature_book_ct.strongarm.inc | 4 +
4 files changed, 207 insertions(+), 28 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
Book CT: Adjust Book CT to new requirements.
gsb_feature_book_ct.features.field_instance.inc | 241 +++++++++++++-----------
gsb_feature_book_ct.field_group.inc | 18 +-
gsb_feature_book_ct.info | 6 +-
gsb_feature_book_ct.module | 75 ++++----
gsb_feature_book_ct.strongarm.inc | 4 +-
5 files changed, 191 insertions(+), 153 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2622: Add DS settings for field_authors.
gsb_feature_book_ct.ds.inc | 76 ++++++++++++++++++++++++++++++++++++++++++++++
gsb_feature_book_ct.info | 2 ++
2 files changed, 78 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2622: Add gsb_feature_book_ct_faculty_authors to exported field instance settings.
gsb_feature_book_ct.ds.inc | 10 ++++++----
gsb_feature_book_ct.features.field_instance.inc | 4 ++--
gsb_feature_book_ct.strongarm.inc | 9 ++++++++-
3 files changed, 16 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2622: Add "Faculty Authors" label.
gsb_feature_book_ct.module | 10 ++++++++++
1 file changed, 10 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2622: Sort authors in correct order.
gsb_feature_book_ct.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2622: Add hook_field_extra_fields() for faculty author.
gsb_feature_book_ct.module | 45 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2622: add wrapper settings.
gsb_feature_book_ct.field_group.inc | 69 +++++++++++++++++++++++++++++++++++--
1 file changed, 66 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2622: ds settings and export field groups.
gsb_feature_book_ct.ds.inc | 144 +++++++++++++++++++++---
gsb_feature_book_ct.features.field_instance.inc | 37 +++---
gsb_feature_book_ct.field_group.inc | 98 +++++++---------
gsb_feature_book_ct.info | 3 +
4 files changed, 185 insertions(+), 97 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2622: export ds settings to feature.
gsb_feature_book_ct.ds.inc | 99 +++++++++++++++++
gsb_feature_book_ct.features.field_instance.inc | 141 +++++++++---------------
gsb_feature_book_ct.features.inc | 3 +
gsb_feature_book_ct.info | 4 +
gsb_feature_book_ct.strongarm.inc | 45 +++++++-
5 files changed, 203 insertions(+), 89 deletions(-)

view commit - committer: Alexei Gorobets, 3 years ago author: Alexei Gorobets, 3 years ago
WP-2562: Remove dpm().
gsb_feature_book_ct.module | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Alexei Gorobets, 3 years ago author: Alexei Gorobets, 3 years ago
WP-2562: Handle new field_authors field to use #states for fields visibility. Validate alumni story fields conditionally.
gsb_feature_book_ct.module | 122 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 122 insertions(+)

view commit - committer: Alexei Gorobets, 3 years ago author: Alexei Gorobets, 3 years ago
WP-2562: Replace field_person_fac_other with field_authors. Remove pull-quote fields.
gsb_feature_book_ct.features.field_instance.inc | 194 +++---------------------
gsb_feature_book_ct.field_group.inc | 33 +---
gsb_feature_book_ct.info | 6 +-
gsb_feature_book_ct.strongarm.inc | 2 +-
4 files changed, 29 insertions(+), 206 deletions(-)

view commit - committer: Alexei Gorobets, 3 years ago author: Alexei Gorobets, 3 years ago
WP-2562: Add taxonomy and pull-quote field groups. Rearrange fields. Adjust field settings.
gsb_feature_book_ct.features.field_instance.inc | 40 +++++++--------
gsb_feature_book_ct.features.inc | 2 +-
gsb_feature_book_ct.field_group.inc | 68 +++++++++++++++++++++++--
gsb_feature_book_ct.info | 4 ++
gsb_feature_book_ct.strongarm.inc | 3 ++
5 files changed, 93 insertions(+), 24 deletions(-)

view commit - committer: Alexei Gorobets, 3 years ago author: Alexei Gorobets, 3 years ago
Book CT - organize fields in fieldsets. Replace body field with field_description.
gsb_feature_book_ct.features.field_instance.inc | 150 ++++++++++++------------
gsb_feature_book_ct.features.inc | 2 +-
gsb_feature_book_ct.field_group.inc | 33 +++++-
gsb_feature_book_ct.info | 3 +-
gsb_feature_book_ct.strongarm.inc | 6 +-
5 files changed, 110 insertions(+), 84 deletions(-)

view commit - committer: Alexei Gorobets, 3 years ago author: Alexei Gorobets, 3 years ago
Initial commit.
gsb_feature_book_ct.features.field_instance.inc | 1361 +++++++++++++++++++++++
gsb_feature_book_ct.features.inc | 34 +
gsb_feature_book_ct.field_group.inc | 44 +
gsb_feature_book_ct.info | 58 +
gsb_feature_book_ct.module | 7 +
gsb_feature_book_ct.strongarm.inc | 78 ++
6 files changed, 1582 insertions(+)

===========================================
./gsb_feature_news_display
===========================================
view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago
WP-7664 Removed field_region_of_interest filter from news_by_criteria view
gsb_feature_news_display.views_default.inc | 103 -----------------------------
1 file changed, 103 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
Adjust search criteria for Faculty insight,In the media and stories
gsb_feature_news_display.views_default.inc | 74 ++++++++++++++++++++++++++++--
1 file changed, 70 insertions(+), 4 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5953 Adjust search criteria
gsb_feature_news_display.info | 6 +++---
gsb_feature_news_display.views_default.inc | 19 ++++++++++++++++++-
2 files changed, 21 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago
WP-5930: Fix urls that have parameters. No need to decode entities if we just don't encode them.
gsb_feature_news_display.module | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5749 revert the sanization
gsb_feature_news_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5632 hide view display errors
gsb_feature_news_display.views_default.inc | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5666 Fix for using right view mode
gsb_feature_news_display.info | 9 ++++-----
gsb_feature_news_display.views_default.inc | 8 +-------
2 files changed, 5 insertions(+), 12 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5608 Removed Display link and Display Comment checkboxes
gsb_feature_news_display.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Ayuta Padhi, 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5640 Fixed the field order.WP-5608 Fixed the view mode.
gsb_feature_news_display.module | 9 ++++++---
gsb_feature_news_display.views_default.inc | 4 ++--
2 files changed, 8 insertions(+), 5 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5608 Added view display mode-compact and expanded
...eature_news_display.features.field_instance.inc | 2 +-
gsb_feature_news_display.info | 3 ++-
gsb_feature_news_display.module | 11 +++++++++++
gsb_feature_news_display.views_default.inc | 22 ++++++++++++++--------
4 files changed, 28 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5476 Changed weights for title_link and override_title
gsb_feature_news_display.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5476 Changing the field order to follow override_title_text instead of override_title
gsb_feature_news_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5476 New code to add a title_link (URL) field after the title field, and to remove the older title_link field that was in the 'exposed filter' section.
gsb_feature_news_display.module | 117 +++++++++++++++++++---------------------
1 file changed, 54 insertions(+), 63 deletions(-)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5476 New code to add a title_link (URL) field after the title field, and to remove the older title_link field that was in the 'exposed filter' section.
gsb_feature_news_display.module | 116 +++++++++++++++++++---------------------
1 file changed, 54 insertions(+), 62 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5416 add media format to all stories multiple criteria
...eature_news_display.features.field_instance.inc | 6 ++-
gsb_feature_news_display.module | 1 +
gsb_feature_news_display.views_default.inc | 58 ++++++++++++++++++++++
3 files changed, 63 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago
WP-5239 fix the exposed form pane in view
gsb_feature_news_display.info | 4 ++--
gsb_feature_news_display.views_default.inc | 6 ++++--
2 files changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-4719 Added code to change the display order of the exposed filter fields
gsb_feature_news_display.module | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5102 Added test for null on $content
gsb_feature_news_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago
WP-5063: Fix error in display configuration of content types.
gsb_feature_news_display.ds.inc | 3 +--
gsb_feature_news_display.features.field_instance.inc | 1 +
gsb_feature_news_display.info | 2 +-
gsb_feature_news_display.views_default.inc | 6 +++---
4 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago
WP-4791 removed alumni news listing duplicate
gsb_feature_news_display.views_default.inc | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 rename items - Idea Stories: Title (select)
gsb_feature_news_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 recat items - All Stories:Multiple Criteria
gsb_feature_news_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 recat items - Offsite Stories
gsb_feature_news_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 recategorize items - multiple view items
gsb_feature_news_display.views_default.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4695 rename admin title for alumni stories
gsb_feature_news_display.views_default.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
Fix bad merge.
gsb_feature_news_display.views_default.inc | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 rename items - news by criteria
gsb_feature_news_display.views_default.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 rename items - media listing
gsb_feature_news_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 rename items - faculty insights listing
gsb_feature_news_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 rename items - announcment school listing
gsb_feature_news_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4604 rename items - story list
gsb_feature_news_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4639 fix the alumni selector
gsb_feature_news_display.info | 4 +-
gsb_feature_news_display.views_default.inc | 173 +++++++++++++++--------------
2 files changed, 89 insertions(+), 88 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4604 rename items - story list
gsb_feature_news_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 rename items - news by criteria
gsb_feature_news_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 rename items - media listing
gsb_feature_news_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 rename items - faculty insights listing
gsb_feature_news_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 rename items - announcment school listing
gsb_feature_news_display.views_default.inc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4672 use published date for giving stories
gsb_feature_news_display.views_default.inc | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4672 update alumni stories cp
gsb_feature_news_display.views_default.inc | 27 +++++++++++++--------------
1 file changed, 13 insertions(+), 14 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4592 add sort criteria for alumni stories
gsb_feature_news_display.views_default.inc | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4594 enable ajax for view
gsb_feature_news_display.views_default.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4594 update the term id for tags in view
gsb_feature_news_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4594 add giving stories listing
gsb_feature_news_display.views_default.inc | 119 +++++++++++++++++++++++++++++
1 file changed, 119 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4594 enable ajax for view
gsb_feature_news_display.views_default.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4594 update the term id for tags in view
gsb_feature_news_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4592 enable ajax for the view
gsb_feature_news_display.views_default.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4592 add alumni stories listing
gsb_feature_news_display.views_default.inc | 126 ++++++++++++++++++++++++++++-
1 file changed, 125 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4594 add giving stories listing
gsb_feature_news_display.views_default.inc | 120 ++++++++++++++++++++++++++++-
1 file changed, 119 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4490: change field order.
gsb_feature_news_display.views_default.inc | 101 ++++++-----------------------
1 file changed, 20 insertions(+), 81 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Remove panopoly items.
gsb_feature_news_display.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4485 Made Title and Pub Date sortable. Changed label to Pub Date.
gsb_feature_news_display.views_default.inc | 27 ++++++++++-----------------
1 file changed, 10 insertions(+), 17 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4469 Changing title to not have _blank
gsb_feature_news_display.views_default.inc | 99 ++++++++++++++++++++++++------
1 file changed, 80 insertions(+), 19 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4447" move date field.
gsb_feature_news_display.views_default.inc | 38 +++++++++++++++---------------
1 file changed, 19 insertions(+), 19 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4436 update the CP to block for school news
gsb_feature_news_display.views_default.inc | 71 +-----------------------------
1 file changed, 2 insertions(+), 69 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4196-1 Some tweaks to the gsb_school_news view
gsb_feature_news_display.info | 1 +
gsb_feature_news_display.views_default.inc | 555 +++++++++++++++--------------
2 files changed, 281 insertions(+), 275 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4196-1 Adding new view gsb_school_news
gsb_feature_news_display.views_default.inc | 275 +++++++++++++++++++++++++++++
1 file changed, 275 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4436 update title with title and linke
gsb_feature_news_display.views_default.inc | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4196-1 Some tweaks to the gsb_school_news view
gsb_feature_news_display.info | 1 +
gsb_feature_news_display.views_default.inc | 555 +++++++++++++++--------------
2 files changed, 281 insertions(+), 275 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4196-1 Adding new view gsb_school_news
gsb_feature_news_display.views_default.inc | 275 +++++++++++++++++++++++++++++
1 file changed, 275 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4436 update view to display suite
gsb_feature_news_display.views_default.inc | 36 +++++++++++++++++++++++-------
1 file changed, 28 insertions(+), 8 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4436 create new content pane for school news
gsb_feature_news_display.views_default.inc | 75 ++++++++++++++++++++++++++++++
1 file changed, 75 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4388 Added back the pane_and_exposed option for the search field exposed filter
gsb_feature_news_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4366 Removing Nids from filter and adding Was Rethink Promoted filter
gsb_feature_news_display.module | 6 +++-
gsb_feature_news_display.views_default.inc | 58 +++++++++++++++++++++++++-----
2 files changed, 54 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago
WP-4375: Add Story List by Title FPP.
...eature_news_display.features.field_instance.inc | 129 +++++++++++++++++++++
gsb_feature_news_display.features.inc | 3 +
gsb_feature_news_display.info | 16 ++-
gsb_feature_news_display.module | 19 +++
gsb_feature_news_display.strongarm.inc | 78 +++++++++++++
gsb_feature_news_display.views_default.inc | 74 ++++++++++++
6 files changed, 318 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4366 Removing Nids from filter and adding Was Rethink Promoted filter
gsb_feature_news_display.module | 6 +++-
gsb_feature_news_display.views_default.inc | 58 +++++++++++++++++++++++++-----
2 files changed, 54 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4290-1 Changed the news by criteria to use reduce_duplicates setting
gsb_feature_news_display.views_default.inc | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4336 Added exposed filter for field_academic_area_unlimited
gsb_feature_news_display.module | 4 +
gsb_feature_news_display.views_default.inc | 140 +++++++++++++++++++++++++++++
2 files changed, 144 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4290-1 Changed the news by criteria to use reduce_duplicates setting
gsb_feature_news_display.views_default.inc | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4336 Added exposed filter for field_academic_area_unlimited
gsb_feature_news_display.module | 4 +
gsb_feature_news_display.views_default.inc | 140 +++++++++++++++++++++++++++++
2 files changed, 144 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4290 Added the nids contextual filter and remove pager
gsb_feature_news_display.views_default.inc | 34 ++++++++++++++++++++++++------
1 file changed, 28 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4290 Added nids field to the set of exposed filters
gsb_feature_news_display.module | 15 +++++++++++++++
1 file changed, 15 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4289-1 Switching to use unlimited for number of rows fetched
gsb_feature_news_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago
WP-4288 Fixed a small typo in previous commit
gsb_feature_news_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago
WP-4288 Added the required red '*' for the Type field.
gsb_feature_news_display.module | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4289 Added distinct to the news by criteria views query
gsb_feature_news_display.views_default.inc | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4289 Added distinct to the news by criteria views query
gsb_feature_news_display.views_default.inc | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4158: export school story label.
gsb_feature_news_display.ds.inc | 30 ++++++++++++++++++++++++++++++
gsb_feature_news_display.info | 1 +
gsb_feature_news_display.views_default.inc | 4 +++-
3 files changed, 34 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4252 A few more changes for the news by criteria view
gsb_feature_news_display.views_default.inc | 391 ++++++++++++++++++++++++++++-
1 file changed, 389 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago
WP-4252 Small changes related to the exposed title_link value.
gsb_feature_news_display.module | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4252 A few more changes for the news by criteria view
gsb_feature_news_display.views_default.inc | 391 ++++++++++++++++++++++++++++-
1 file changed, 389 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4252 Changed news by criteria view to use display suite with view mode set to news_listing
gsb_feature_news_display.views_default.inc | 13 +++++++++++++
1 file changed, 13 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4240 Changed the search exposed filter id for styling
gsb_feature_news_display.views_default.inc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago
WP-4225: Allow title to be linked in News by criteria content pane.
gsb_feature_news_display.module | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4240 Changed the search exposed filter id for styling
gsb_feature_news_display.views_default.inc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4201: export view mode change again.
gsb_feature_news_display.views_default.inc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4199-1 Moving listing content pane into gsb_announcement_school_listing view
gsb_feature_news_display.info | 1 -
gsb_feature_news_display.views_default.inc | 332 +----------------------------
2 files changed, 9 insertions(+), 324 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4201: update view mode for in the media.
gsb_feature_news_display.views_default.inc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 4 months ago
WP-4225: Allow title to be linked in News by criteria content pane.
gsb_feature_news_display.module | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4199: use news listing view mode for faculty insights.
gsb_feature_news_display.views_default.inc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4199: use news listing view mode for faculty insights.
gsb_feature_news_display.views_default.inc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4213: change the view mode used.
gsb_feature_news_display.views_default.inc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4196 Removed the create content buttons for School News view
gsb_feature_news_display.info | 1 +
gsb_feature_news_display.views_default.inc | 909 ++++++++++++++---------------
2 files changed, 452 insertions(+), 458 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4196 Moved view gsb_school_news from gsb_feature_school_story_display to here
gsb_feature_news_display.info | 4 +-
gsb_feature_news_display.views_default.inc | 307 +++++++++++++++++++++++++++--
2 files changed, 293 insertions(+), 18 deletions(-)

view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago
WP-4172 Needed to shorten the length for the subtype name.
gsb_feature_news_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago
WP-4172 Needed to shorten the length for the subtype name.
gsb_feature_news_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago
Added distinct to the gsb_faculty_insights_listing view.
gsb_feature_news_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago
Fixing a merge issue with the last commit.
gsb_feature_news_display.views_default.inc | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-4172 New listing view announcements_school_stories_listing
gsb_feature_news_display.info | 1 +
gsb_feature_news_display.views_default.inc | 146 ++++++++++++++++++++++++-----
2 files changed, 125 insertions(+), 22 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-4173 Added new listing view faculty_insights_listing
gsb_feature_news_display.info | 1 +
gsb_feature_news_display.views_default.inc | 138 +++++++++++++++++++++++++++++
2 files changed, 139 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-4174 Adding new listing view gsb_in_the_media_listing
gsb_feature_news_display.info | 1 +
gsb_feature_news_display.views_default.inc | 124 +++++++++++++++++++++++++++++
2 files changed, 125 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-4173 Added new listing view faculty_insights_listing
gsb_feature_news_display.info | 1 +
gsb_feature_news_display.views_default.inc | 138 +++++++++++++++++++++++++++++
2 files changed, 139 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-4172 New listing view announcements_school_stories_listing
gsb_feature_news_display.info | 1 +
gsb_feature_news_display.views_default.inc | 124 +++++++++++++++++++++++++++++
2 files changed, 125 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4135:remove pager from explore more.
gsb_feature_news_display.views_default.inc | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4095: wrap media inquiries text.
gsb_feature_news_display.module | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4095: wrap media inquiries text.
gsb_feature_news_display.module | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-3922: add news listing view mode and update view.
gsb_feature_news_display.ds.inc | 23 +++++++++++++++++++++++
gsb_feature_news_display.features.inc | 9 +++++++++
gsb_feature_news_display.info | 3 +++
gsb_feature_news_display.views_default.inc | 9 ++++++++-
4 files changed, 43 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4087: Add Media Inquiries extra field and config form for it.
gsb_feature_news_display.module | 57 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 57 insertions(+)

view commit - committer: Adam Moore, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago
WP-3921 eva for announcement and school story
gsb_feature_news_display.info | 4 +-
gsb_feature_news_display.views_default.inc | 139 +++++++++++++++++++++++++++++
2 files changed, 142 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago
WP-3921 eva for announcement and school story
gsb_feature_news_display.info | 4 +-
gsb_feature_news_display.views_default.inc | 139 +++++++++++++++++++++++++++++
2 files changed, 142 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4007: adjust field display.
gsb_feature_news_display.views_default.inc | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4005: Change content pane category to 'Content Panes'.
gsb_feature_news_display.views_default.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
Initial commit.
gsb_feature_news_display.features.inc | 12 +
gsb_feature_news_display.info | 12 +
gsb_feature_news_display.module | 7 +
gsb_feature_news_display.views_default.inc | 395 +++++++++++++++++++++++++++++
4 files changed, 426 insertions(+)

===========================================
./gsb_feature_programs_list_fpp
===========================================
view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7307 Changed function naming as part of some code refactoring
gsb_feature_programs_list_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6968 Cleaning up the query to use innerJoins
gsb_feature_programs_list_fpp.module | 80 +++++-------------------------------
1 file changed, 11 insertions(+), 69 deletions(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6968 A small adjustment to the previous commit.
gsb_feature_programs_list_fpp.module | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6968 Change handling of query conditions to be anded and order results by program instance start date
gsb_feature_programs_list_fpp.module | 93 ++++++++++++++++++++++++++----------
1 file changed, 69 insertions(+), 24 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer (GBear), 9 months ago
WP-6949 Changing over to use field_key_program_topics
...e_programs_list_fpp.features.field_instance.inc | 32 ++++++++++------------
gsb_feature_programs_list_fpp.field_group.inc | 4 +--
gsb_feature_programs_list_fpp.info | 4 ++-
gsb_feature_programs_list_fpp.module | 29 +++++++++++++-------
4 files changed, 39 insertions(+), 30 deletions(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6882 Added code to put fpp under the 'Customizable Content Lists' tab on the add pane modal dialog
gsb_feature_programs_list_fpp.module | 29 +++++++++++++++++++++++++++--
1 file changed, 27 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
WP-6882 Adding check for programs_list bundle
gsb_feature_programs_list_fpp.module | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer (GBear), 9 months ago
WP-6882 Initial commit
...e_programs_list_fpp.features.field_instance.inc | 317 +++++++++++++++++++++
gsb_feature_programs_list_fpp.features.inc | 20 ++
gsb_feature_programs_list_fpp.field_group.inc | 48 ++++
...rograms_list_fpp.fieldable_panels_pane_type.inc | 22 ++
gsb_feature_programs_list_fpp.info | 26 ++
gsb_feature_programs_list_fpp.module | 199 +++++++++++++
gsb_feature_programs_list_fpp.strongarm.inc | 34 +++
7 files changed, 666 insertions(+)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_feature_spotlight
===========================================
view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6580: update field group.
gsb_feature_spotlight.field_group.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago
WP-6158 add extra empty check for bundle
gsb_feature_spotlight.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6042 Adding field group classes
gsb_feature_spotlight.features.field_instance.inc | 1 +
gsb_feature_spotlight.field_group.inc | 9 ++++++++-
gsb_feature_spotlight.info | 1 +
gsb_feature_spotlight.strongarm.inc | 3 +++
4 files changed, 13 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5878: update spotlight layout.
gsb_feature_spotlight.ds.inc | 89 +++++++++++++++++++----
gsb_feature_spotlight.features.field_instance.inc | 32 +++++---
gsb_feature_spotlight.strongarm.inc | 11 ++-
3 files changed, 105 insertions(+), 27 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5872 remove slash check from trim function
gsb_feature_spotlight.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5049 update the help text
gsb_feature_spotlight.features.field_instance.inc | 36 +++++++++++++++++++++--
1 file changed, 33 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Remove panopoly items.
gsb_feature_spotlight.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago
WP-4561 Change the label for 'Other' Spotlights to be just 'Spotlight'
gsb_feature_spotlight.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago
WP-4561 Change the label for 'Other' Spotlights to be just 'Spotlight'
gsb_feature_spotlight.module | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago
WP-4561 Change the label for 'Other' Spotlights to be just 'Spotlight'
gsb_feature_spotlight.module | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3651: update spotlight layout.
gsb_feature_spotlight.ds.inc | 58 ++++-----
gsb_feature_spotlight.features.field_instance.inc | 137 ++++++----------------
gsb_feature_spotlight.strongarm.inc | 2 +-
3 files changed, 65 insertions(+), 132 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Add option to open in new tab to link.
gsb_feature_spotlight.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_spotlight.features.field_instance.inc | 100 ++++++++++++++++++++++
gsb_feature_spotlight.features.inc | 5 +-
gsb_feature_spotlight.info | 3 +-
3 files changed, 102 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WP-1799 Changing from preview to teaser
gsb_feature_spotlight.features.field_instance.inc | 2 +-
gsb_feature_spotlight.info | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Switching to preview
gsb_feature_spotlight.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Changing file_view_mode to teaser.
gsb_feature_spotlight.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
changing from gsb_field_formatter_responsive_video to gsb_field_formatter_image_or_video_popup
gsb_feature_spotlight.ds.inc | 19 ++++++++++++-------
gsb_feature_spotlight.features.field_instance.inc | 5 ++---
gsb_feature_spotlight.info | 2 +-
3 files changed, 15 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
Changed the field order so that the reusable section is at the bottom of the form
gsb_feature_spotlight.features.field_instance.inc | 28 +++++++++++------------
gsb_feature_spotlight.info | 2 +-
gsb_feature_spotlight.strongarm.inc | 2 +-
3 files changed, 16 insertions(+), 16 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Add image help text.
gsb_feature_spotlight.features.field_instance.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Use the new group link formatter.
gsb_feature_spotlight.field_group.inc | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Program needs to be a taxonomy reference.
gsb_feature_spotlight.ds.inc | 14 +++++++-------
gsb_feature_spotlight.features.field_instance.inc | 12 +++---------
gsb_feature_spotlight.info | 16 +---------------
3 files changed, 11 insertions(+), 31 deletions(-)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Update the default view to teaser.
gsb_feature_spotlight.features.field_instance.inc | 2 +-
gsb_feature_spotlight.info | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Switch preview_view_mode to teaser.
gsb_feature_spotlight.features.field_instance.inc | 2 +-
gsb_feature_spotlight.info | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Update the field order in ds.
gsb_feature_spotlight.ds.inc | 39 +++++++++++++++--------
gsb_feature_spotlight.features.field_instance.inc | 19 +++++------
gsb_feature_spotlight.field_group.inc | 2 +-
3 files changed, 34 insertions(+), 26 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Remove legacy content wrapper.
gsb_feature_spotlight.ds.inc | 5 -----
gsb_feature_spotlight.field_group.inc | 39 -----------------------------------
gsb_feature_spotlight.info | 1 -
3 files changed, 45 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Fix the responsive video switcher.
gsb_feature_spotlight.ds.inc | 9 +--------
gsb_feature_spotlight.features.field_instance.inc | 2 +-
gsb_feature_spotlight.strongarm.inc | 6 ++++++
3 files changed, 8 insertions(+), 9 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Switch defaultconfig to strongarm.
gsb_feature_spotlight.features.defaultconfig.inc | 68 ------------------------
gsb_feature_spotlight.info | 3 +-
gsb_feature_spotlight.strongarm.inc | 43 +++++++++++++++
3 files changed, 44 insertions(+), 70 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Add bundle check to gsb_feature_spotlight_fieldable_panels_pane_view.
gsb_feature_spotlight.module | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Rearrange spotlight.
gsb_feature_spotlight.ds.inc | 53 +++++++++--------------
gsb_feature_spotlight.features.defaultconfig.inc | 8 +++-
gsb_feature_spotlight.features.field_instance.inc | 35 ++++++++-------
gsb_feature_spotlight.field_group.inc | 8 ++--
4 files changed, 51 insertions(+), 53 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Add an extra field for spotlight type.
gsb_feature_spotlight.module | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
WP-895: Fix FFC conditions for spotlight.
gsb_feature_spotlight.features.field_instance.inc | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move base fields into gsb_feature_base_fields.
gsb_feature_spotlight.features.field_base.inc | 155 --------------------------
gsb_feature_spotlight.info | 11 +-
2 files changed, 1 insertion(+), 165 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Update features for base/instance split.
gsb_feature_spotlight.features.field.inc | 1124 ---------------------
gsb_feature_spotlight.features.field_base.inc | 155 +++
gsb_feature_spotlight.features.field_instance.inc | 748 ++++++++++++++
gsb_feature_spotlight.info | 38 +-
4 files changed, 927 insertions(+), 1138 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Add salutation and middle name. Fix styling for those fields.
gsb_feature_spotlight.ds.inc | 42 ++++--
gsb_feature_spotlight.features.field.inc | 212 +++++++++++++++++++++++++++----
gsb_feature_spotlight.field_group.inc | 15 ++-
gsb_feature_spotlight.info | 2 +
4 files changed, 231 insertions(+), 40 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Fix autocomplete.
gsb_feature_spotlight.module | 18 +++++++++++++++---
js/autofill.js | 14 +++++++++-----
2 files changed, 24 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Fix autocomplete and form_alter.
gsb_feature_spotlight.module | 9 ++++++---
js/autofill.js | 2 +-
2 files changed, 7 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
changes related to field name changes
gsb_feature_spotlight.features.field.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
changes related to field name changes
gsb_feature_spotlight.features.field.inc | 11 ++++++++---
gsb_feature_spotlight.info | 2 +-
gsb_feature_spotlight.module | 3 ---
3 files changed, 9 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Updated form_alter with the new field names.
gsb_feature_spotlight.module | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: spotlight display changed
gsb_feature_spotlight.ds.inc | 10 +++---
gsb_feature_spotlight.features.defaultconfig.inc | 3 ++
gsb_feature_spotlight.features.field.inc | 17 +++++----
gsb_feature_spotlight.field_group.inc | 45 ++++++++++++++++++++----
gsb_feature_spotlight.info | 1 +
5 files changed, 59 insertions(+), 17 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
Merge remote-tracking branch 'origin/display'
view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Removed the value param for call to entityCondition()
gsb_feature_spotlight.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: spotlight feature override
gsb_feature_spotlight.ds.inc | 146 +++++++++++++++++++++++++++++++
gsb_feature_spotlight.features.field.inc | 2 +-
gsb_feature_spotlight.features.inc | 23 +++++
gsb_feature_spotlight.info | 9 ++
gsb_feature_spotlight.module | 4 +-
gsb_feature_spotlight.strongarm.inc | 21 +++++
6 files changed, 203 insertions(+), 2 deletions(-)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: spotlight display suite fields rearranged
gsb_feature_spotlight.features.defaultconfig.inc | 7 +-
gsb_feature_spotlight.features.field.inc | 111 ++++++++++++-----------
gsb_feature_spotlight.field_group.inc | 53 +++++++++++
gsb_feature_spotlight.info | 3 +
4 files changed, 119 insertions(+), 55 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Fix the rest of the renaming from gsb_spotlight to spotlight.
gsb_feature_spotlight.features.defaultconfig.inc | 4 +-
gsb_feature_spotlight.features.field.inc | 72 ++++++++++++------------
gsb_feature_spotlight.info | 26 ++++-----
3 files changed, 51 insertions(+), 51 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Update for new fields.
gsb_feature_spotlight.features.field.inc | 71 -----------------
gsb_feature_spotlight.info | 1 -
gsb_feature_spotlight.module | 132 +++++++++++++++----------------
js/autofill.js | 16 ++--
4 files changed, 73 insertions(+), 147 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
content type field cleanup
gsb_feature_spotlight.features.field.inc | 654 +++++++++++++++++++------------
gsb_feature_spotlight.info | 21 +-
2 files changed, 419 insertions(+), 256 deletions(-)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Change style to the new style name.
gsb_feature_spotlight.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Remove default taxonomy.
gsb_feature_spotlight.features.taxonomy.inc | 21 ---------------------
gsb_feature_spotlight.info | 1 -
2 files changed, 22 deletions(-)

view commit - committer: Adam Moore, 3 years, 11 months ago author: Adam Moore, 3 years, 11 months ago
Use the correct field when limiting by type.
gsb_feature_spotlight.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 11 months ago author: Adam Moore, 3 years, 11 months ago
Change faculty to person. Add the ability to staff to have an autolookup.
gsb_feature_spotlight.module | 45 ++++++++++++++++++++++++++++----------------
js/autofill.js | 8 ++++----
2 files changed, 33 insertions(+), 20 deletions(-)

view commit - committer: Adam Moore, 3 years, 11 months ago author: Adam Moore, 3 years, 11 months ago
Autofill wasn't being attached when switching back to faculty.
js/autofill.js | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 deletions(-)

view commit - committer: Adam Moore, 3 years, 11 months ago author: Adam Moore, 3 years, 11 months ago
Complete spotlight feature.
gsb_feature_spotlight.features.field.inc | 282 +++++++++++++++++++++++++++++--
gsb_feature_spotlight.info | 8 +-
gsb_feature_spotlight.module | 149 +++++++++++++++-
js/autofill.js | 64 +++++++
4 files changed, 490 insertions(+), 13 deletions(-)

view commit - committer: Adam Moore, 3 years, 11 months ago author: Adam Moore, 3 years, 11 months ago
Remove debugging statement.
gsb_feature_spotlight.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 11 months ago author: Adam Moore, 3 years, 11 months ago
Update with the latest fields.
gsb_feature_spotlight.features.field.inc | 81 ++++----------------------------
gsb_feature_spotlight.info | 5 +-
gsb_feature_spotlight.module | 2 +
3 files changed, 14 insertions(+), 74 deletions(-)

view commit - committer: Adam Moore, 3 years, 11 months ago author: Adam Moore, 3 years, 11 months ago
Configure the display output.
gsb_feature_spotlight.features.defaultconfig.inc | 667 +----------------------
gsb_feature_spotlight.features.field.inc | 46 +-
gsb_feature_spotlight.info | 12 +-
3 files changed, 44 insertions(+), 681 deletions(-)

view commit - committer: Adam Moore, 3 years, 11 months ago author: Adam Moore, 3 years, 11 months ago
Initial commit
gsb_feature_spotlight.features.defaultconfig.inc | 689 +++++++++++++++++++++++
gsb_feature_spotlight.features.field.inc | 651 +++++++++++++++++++++
gsb_feature_spotlight.features.taxonomy.inc | 21 +
gsb_feature_spotlight.info | 37 ++
gsb_feature_spotlight.module | 41 ++
5 files changed, 1439 insertions(+)

===========================================
./gsb_feature_topic_teaser_fpp
===========================================
view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 rename items - Insights: Topic Teaser
gsb_feature_topic_teaser_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4604 rename items - topic teaser
gsb_feature_topic_teaser_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Remove panopoly items.
gsb_feature_topic_teaser_fpp.module | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4193: export topic teaser display.
...ure_topic_teaser_fpp.features.defaultconfig.inc | 64 ++++++++++++++++++++++
gsb_feature_topic_teaser_fpp.features.inc | 3 +
gsb_feature_topic_teaser_fpp.info | 5 ++
gsb_feature_topic_teaser_fpp.strongarm.inc | 53 ++++++++++++++++++
4 files changed, 125 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4193: topic teaser display settings
gsb_feature_topic_teaser_fpp.ds.inc | 89 ++++++++++++++++++++++
...re_topic_teaser_fpp.features.field_instance.inc | 9 ++-
gsb_feature_topic_teaser_fpp.features.inc | 14 ++++
gsb_feature_topic_teaser_fpp.info | 5 ++
gsb_feature_topic_teaser_fpp.module | 4 +-
5 files changed, 116 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-3955 Removing use of hs_lite on field_topic in Topic Teaser FPP
gsb_feature_topic_teaser_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago
WP-3955 add fields to topic teaser fpp
...re_topic_teaser_fpp.features.field_instance.inc | 146 +++++++++++++++++++++
gsb_feature_topic_teaser_fpp.info | 8 +-
2 files changed, 153 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago
WP-3955 add new topic teaser fpp
gsb_feature_topic_teaser_fpp.info | 7 +++++++
gsb_feature_topic_teaser_fpp.module | 24 ++++++++++++++++++++++++
2 files changed, 31 insertions(+)

view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_feature_insights_quote_fpp
===========================================
view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 rename items - Insights: Quote
gsb_feature_insights_quote_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4604 rename items - insights quote fpp
gsb_feature_insights_quote_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Remove panopoly items.
gsb_feature_insights_quote_fpp.module | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4192: insights quote display settings.
gsb_feature_insights_quote_fpp.ds.inc | 67 +++++++++++++++-------------
gsb_feature_insights_quote_fpp.info | 1 +
gsb_feature_insights_quote_fpp.strongarm.inc | 5 ++-
3 files changed, 40 insertions(+), 33 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago
WP-4120 update insights quote fields
..._insights_quote_fpp.features.field_instance.inc | 221 ++++++++-------------
gsb_feature_insights_quote_fpp.info | 8 +-
2 files changed, 87 insertions(+), 142 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago
WP-4168 add new insights quote feature
gsb_feature_insights_quote_fpp.ds.inc | 97 ++++++++
..._insights_quote_fpp.features.field_instance.inc | 255 +++++++++++++++++++++
gsb_feature_insights_quote_fpp.features.inc | 20 ++
gsb_feature_insights_quote_fpp.field_group.inc | 46 ++++
gsb_feature_insights_quote_fpp.info | 29 +++
gsb_feature_insights_quote_fpp.module | 31 +++
gsb_feature_insights_quote_fpp.strongarm.inc | 57 +++++
7 files changed, 535 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_feature_diptych_fpp
===========================================
view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6085: link left diptych image.
gsb_feature_diptych_fpp.features.field_instance.inc | 20 ++++++++++----------
gsb_feature_diptych_fpp.info | 1 +
2 files changed, 11 insertions(+), 10 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6066: add wrapper class.
gsb_feature_diptych_fpp.ds.inc | 3 +
...feature_diptych_fpp.features.field_instance.inc | 78 ++++------------------
gsb_feature_diptych_fpp.field_group.inc | 4 +-
3 files changed, 18 insertions(+), 67 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4536 add alt text for image field
gsb_feature_diptych_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Remove panopoly items.
gsb_feature_diptych_fpp.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4455 Changing widget from media to image
gsb_feature_diptych_fpp.features.field_instance.inc | 21 +++++++++++++++++++--
1 file changed, 19 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Add option to open in new tab to link.
gsb_feature_diptych_fpp.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
...feature_diptych_fpp.features.field_instance.inc | 60 ++++++++++++++++++++++
gsb_feature_diptych_fpp.features.inc | 4 +-
gsb_feature_diptych_fpp.info | 3 +-
3 files changed, 62 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
Changed the field order so that the reusable section is at the bottom of the form
gsb_feature_diptych_fpp.features.field_instance.inc | 14 +++++++-------
gsb_feature_diptych_fpp.info | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1062: Change image formatter to GSB Image
gsb_feature_diptych_fpp.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Add image help text.
gsb_feature_diptych_fpp.features.field_instance.inc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Fix required fields on Diptych FPP.
...feature_diptych_fpp.features.field_instance.inc | 30 ++++++++++++----------
1 file changed, 17 insertions(+), 13 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Change formatter for Diptych fpp right image.
gsb_feature_diptych_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Add feature diptych with new wrappers. Add rest of the files.
gsb_feature_diptych_fpp.ds.inc | 14 +++++++++-----
gsb_feature_diptych_fpp.features.field_instance.inc | 10 +++++-----
gsb_feature_diptych_fpp.features.inc | 4 ++++
gsb_feature_diptych_fpp.info | 6 ++++++
4 files changed, 24 insertions(+), 10 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Add feature diptych with new wrappers.
gsb_feature_diptych_fpp.field_group.inc | 78 +++++++++++++++++++++++++++++++++
1 file changed, 78 insertions(+)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Add class to diptych according to style field.
gsb_feature_diptych_fpp.module | 11 +++++++++++
1 file changed, 11 insertions(+)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Initial commit.
gsb_feature_diptych_fpp.ds.inc | 53 +++
...feature_diptych_fpp.features.field_instance.inc | 448 +++++++++++++++++++++
gsb_feature_diptych_fpp.features.inc | 15 +
gsb_feature_diptych_fpp.info | 25 ++
gsb_feature_diptych_fpp.module | 32 ++
5 files changed, 573 insertions(+)

===========================================
./gsb_feature_event_ct
===========================================
view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago
WP-7576 modified mainlist view mode for date range
gsb_feature_event_ct.features.field_instance.inc | 11 +-
gsb_feature_event_ct.field_group.inc | 100 +++++++----
gsb_feature_event_ct.info | 2 +-
gsb_feature_event_ct.panelizer.inc | 186 ++++++++++-----------
gsb_feature_event_ct.panels_default.inc | 202 ++++++++++++-----------
5 files changed, 264 insertions(+), 237 deletions(-)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7398 Changing the default message for the email_contact:field_email defined in field formatting.
gsb_feature_event_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6086: link image to content.
gsb_feature_event_ct.features.field_instance.inc | 64 ++++++++++++------------
1 file changed, 32 insertions(+), 32 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6118: add classes back to wrapper.
gsb_feature_event_ct.field_group.inc | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6118: add classes back to wrapper.
gsb_feature_event_ct.field_group.inc | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6142: remove suffix setting from dek.
gsb_feature_event_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6071: link image to content.
gsb_feature_event_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6032: update event ct display time zone fields.
gsb_feature_event_ct.ds.inc | 31 ++++++++++++-----
gsb_feature_event_ct.features.field_instance.inc | 43 +++++++++++++-----------
gsb_feature_event_ct.field_group.inc | 6 ++--
3 files changed, 49 insertions(+), 31 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6032: update speed setting.
gsb_feature_event_ct.field_group.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Ayuta Padhi, 1 year, 3 months ago
WP-5992 Fixed conditional show and hide of vertical tabs
js/gsb_feature_event_ct.js | 50 ++++++++++++++++++++--------------------------
1 file changed, 22 insertions(+), 28 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 3 months ago author: Ayuta Padhi, 1 year, 3 months ago
WP-5992 Fixed conditional show and hide of vertical tabs
js/gsb_feature_event_ct.js | 50 ++++++++++++++++++++--------------------------
1 file changed, 22 insertions(+), 28 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6012 Added test for field_event_location
gsb_feature_event_ct.panelizer.inc | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6012 Recreating the Date wrapper field group
gsb_feature_event_ct.ds.inc | 6 +++---
gsb_feature_event_ct.field_group.inc | 9 +++++----
2 files changed, 8 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6012 Recreating the Date wrapper field group
gsb_feature_event_ct.ds.inc | 37 ++++++-------------
gsb_feature_event_ct.features.field_instance.inc | 45 +++++++++++-------------
gsb_feature_event_ct.field_group.inc | 23 +++++++++++-
3 files changed, 54 insertions(+), 51 deletions(-)

view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago
WP-5992: Fix missing field group.
gsb_feature_event_ct.features.field_instance.inc | 11 +++++-
gsb_feature_event_ct.field_group.inc | 47 ++++++++++++++++++------
gsb_feature_event_ct.info | 6 +--
gsb_feature_event_ct.strongarm.inc | 6 +--
4 files changed, 51 insertions(+), 19 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5973: add title wrapper.
gsb_feature_event_ct.ds.inc | 24 +++++++------
gsb_feature_event_ct.field_group.inc | 70 +++++++++++++++++++++++-------------
gsb_feature_event_ct.info | 2 ++
gsb_feature_event_ct.strongarm.inc | 4 +--
4 files changed, 63 insertions(+), 37 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5956: set conditions for title to use URL.
gsb_feature_event_ct.ds.inc | 243 ++++++++++----
gsb_feature_event_ct.features.field_instance.inc | 386 +++++++++--------------
gsb_feature_event_ct.field_group.inc | 25 +-
gsb_feature_event_ct.strongarm.inc | 8 +-
4 files changed, 329 insertions(+), 333 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5837: set condition on registration date.
gsb_feature_event_ct.features.field_instance.inc | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5855: remove smart trim settings from dek.
gsb_feature_event_ct.features.field_instance.inc | 15 ++-------------
1 file changed, 2 insertions(+), 13 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5836: update url and title settings.
gsb_feature_event_ct.ds.inc | 74 ++++++++++++++--
gsb_feature_event_ct.features.field_instance.inc | 106 ++++++++++++-----------
gsb_feature_event_ct.strongarm.inc | 4 +-
3 files changed, 124 insertions(+), 60 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5855: remove smart trim settings from dek.
gsb_feature_event_ct.features.field_instance.inc | 15 ++-------------
1 file changed, 2 insertions(+), 13 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5837: set condition on registration date.
gsb_feature_event_ct.features.field_instance.inc | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5847 speaker url fix
js/gsb_feature_event_ct.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5847 clear fields based on speaker type
js/gsb_feature_event_ct.js | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5703 Removing dependency on date_ical
gsb_feature_event_ct.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5703 Removing references to addthis and addthis_displays
gsb_feature_event_ct.info | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5799: change the location heading.
gsb_feature_event_ct.ds.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5577: update the registration time zone display.
gsb_feature_event_ct.ds.inc | 38 ++++++++++++++++++++++++++------------
1 file changed, 26 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5772: add condition to event title in main list based on url field.
gsb_feature_event_ct.ds.inc | 37 +++++++++++++++--
gsb_feature_event_ct.features.field_instance.inc | 53 +++++++++++++-----------
gsb_feature_event_ct.strongarm.inc | 2 +-
3 files changed, 62 insertions(+), 30 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5577 add formatter
gsb_feature_event_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5773 Adding new view mode Email Contact so that the mini panel pane will open the email contact form
gsb_feature_event_ct.ds.inc | 9 ++
gsb_feature_event_ct.features.field_instance.inc | 169 +++++++++++++++++++++++
gsb_feature_event_ct.info | 2 +
gsb_feature_event_ct.panels_default.inc | 8 +-
gsb_feature_event_ct.strongarm.inc | 7 +
5 files changed, 194 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5766 Changing ds setting for field_event_location to show all items
gsb_feature_event_ct.ds.inc | 3 ---
1 file changed, 3 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5577 update field formatter for event timezone fields
gsb_feature_event_ct.ds.inc | 1 +
gsb_feature_event_ct.features.field_instance.inc | 39 +++++++++++++-----------
2 files changed, 22 insertions(+), 18 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5773 Changed to use new email formatter - gsb_field_formatter_email_default
gsb_feature_event_ct.panels_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5707 Added php code to control when the directions CTA will display
gsb_feature_event_ct.panelizer.inc | 29 ++++++++++++++++++-----------
1 file changed, 18 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5722 Added span with full-location id
gsb_feature_event_ct.ds.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5721: update location and date formats.
gsb_feature_event_ct.ds.inc | 8 +--
gsb_feature_event_ct.features.field_instance.inc | 76 +++++++++++++-----------
gsb_feature_event_ct.strongarm.inc | 2 +-
3 files changed, 45 insertions(+), 41 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5603: configure expanded.
gsb_feature_event_ct.ds.inc | 67 ++++++++++++++++++++++++
gsb_feature_event_ct.features.field_instance.inc | 18 ++++---
2 files changed, 77 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5607: add the location field to the featured list.
gsb_feature_event_ct.ds.inc | 8 +--
gsb_feature_event_ct.features.field_instance.inc | 62 +++++++++++++-----------
gsb_feature_event_ct.strongarm.inc | 2 +-
3 files changed, 38 insertions(+), 34 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5574: add find local time links.
gsb_feature_event_ct.ds.inc | 55 +++++++++++++++++++++++++-----------
gsb_feature_event_ct.field_group.inc | 1 +
2 files changed, 39 insertions(+), 17 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
Changes in fields added to search
gsb_feature_event_ct.features.field_instance.inc | 20 ++++++--------------
1 file changed, 6 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer, 1 year, 6 months ago
WP-5652 Added hook to hide Event Contact mini panel pane if there are no contacts.
gsb_feature_event_ct.module | 11 +++++++++++
1 file changed, 11 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5631: theme the event contact pane.
gsb_feature_event_ct.panels_default.inc | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer, 1 year, 6 months ago
WP-5638 Adding field_event_location and field_person_ref to the concat search field.
gsb_feature_event_ct.features.field_instance.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5623: add format-body class.
gsb_feature_event_ct.ds.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5444: export main list configuration.
gsb_feature_event_ct.ds.inc | 125 +++++++++++++++
gsb_feature_event_ct.features.field_instance.inc | 194 +++++++++++++++++++++++
gsb_feature_event_ct.info | 2 +
gsb_feature_event_ct.strongarm.inc | 7 +
4 files changed, 328 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5576 Moving panelizer from display to here
gsb_feature_event_ct.features.inc | 3 +
gsb_feature_event_ct.info | 9 +
gsb_feature_event_ct.panelizer.inc | 154 ++++++
gsb_feature_event_ct.strongarm.inc | 1070 ++++++++++++++++++++++++++++++++++++
4 files changed, 1236 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5576 Adding mini panel for event contact info
gsb_feature_event_ct.features.inc | 3 +
gsb_feature_event_ct.info | 3 +
gsb_feature_event_ct.panels_default.inc | 144 ++++++++++++++++++++++++++++++++
3 files changed, 150 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5529: configure detail, compact and expanded view modes.
gsb_feature_event_ct.ds.inc | 459 ++++++++++++++++++--
gsb_feature_event_ct.features.field_instance.inc | 509 ++++++++++++++++++++---
gsb_feature_event_ct.field_group.inc | 39 +-
gsb_feature_event_ct.info | 8 +
gsb_feature_event_ct.strongarm.inc | 12 +-
5 files changed, 921 insertions(+), 106 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5623 Changing schedule to use new markdown_lite format profile
gsb_feature_event_ct.features.field_instance.inc | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer, 1 year, 6 months ago
Changing this back to be autocompleteness
gsb_feature_event_ct.features.field_instance.inc | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Changing to use select list for time zone fields
gsb_feature_event_ct.features.field_instance.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Changing schedule field to use markdown
gsb_feature_event_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Adding plugin to handle addressfield validation
gsb_feature_event_ct.module | 70 ++++++++--------------------
plugins/format/gsb_feature_event_address.inc | 36 ++++++++++++++
2 files changed, 55 insertions(+), 51 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Removing some older code no longer needed
js/gsb_feature_event_ct.js | 72 ----------------------------------------------
1 file changed, 72 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Changing field_body (description) to not be required
gsb_feature_event_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Fixes vertical tab show/hide state after validation errors
gsb_feature_event_ct.module | 12 ++++++++++--
js/gsb_feature_event_ct.js | 3 ++-
2 files changed, 12 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Hiding Image vertical tab for "without Detail" state
js/gsb_feature_event_ct.js | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Small fixes to Event CT
gsb_feature_event_ct.features.field_instance.inc | 14 +++++++-------
gsb_feature_event_ct.field_group.inc | 12 ++++++------
gsb_feature_event_ct.module | 2 +-
js/gsb_feature_event_ct.js | 2 ++
4 files changed, 16 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Adding validation code for field_event_location
gsb_feature_event_ct.module | 74 ++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 73 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Removed required from field_editorial_summary (Dek)
gsb_feature_event_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WM-5436 Added js code to hide vertical tabs
js/gsb_feature_event_ct.js | 15 +++------------
1 file changed, 3 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WM-5436 Added js code to hide vertical tabs
gsb_feature_event_ct.module | 5 ++++
js/gsb_feature_event_ct.js | 59 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Added handling of field collection item id/naming for unlimited speakers and locations
js/gsb_feature_event_ct.js | 128 +++++++++++++++++++++++++++++++++++----------
1 file changed, 99 insertions(+), 29 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Added some error checking into the speaker lookup code
gsb_feature_event_ct.module | 69 +++++++++++++++++++++++++++++++++------------
1 file changed, 51 insertions(+), 18 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Added support of Speaker Title/Department lookup
gsb_feature_event_ct.module | 52 +++++++++++++++++++++++++++++++++++++++++++++
js/gsb_feature_event_ct.js | 33 ++++++++++++++++++++++------
2 files changed, 79 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5543 Removing function gsb_feature_event_ct_field_formatter_view
gsb_feature_event_ct.module | 56 ---------------------------------------------
1 file changed, 56 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Adding new field field_register_time_zone
gsb_feature_event_ct.features.field_instance.inc | 244 +++++++++++++----------
gsb_feature_event_ct.field_group.inc | 27 ++-
gsb_feature_event_ct.info | 1 +
gsb_feature_event_ct.strongarm.inc | 12 +-
4 files changed, 162 insertions(+), 122 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Add vertical tabs for the event authoring form
gsb_feature_event_ct.features.field_instance.inc | 1377 ++--------------------
gsb_feature_event_ct.field_group.inc | 277 ++++-
gsb_feature_event_ct.info | 21 +-
gsb_feature_event_ct.strongarm.inc | 52 +-
4 files changed, 334 insertions(+), 1393 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Modifications to the authoring form for the event ct
gsb_feature_event_ct.module | 11 +++++++++--
js/gsb_feature_event_ct.js | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Adding event_attendance_statement taxonomy
gsb_feature_event_ct.features.taxonomy.inc | 11 ++++++++++-
gsb_feature_event_ct.info | 1 +
2 files changed, 11 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Added Contact Name to list of hidden fields when "Link to an existing page" is selected
gsb_feature_event_ct.module | 55 +++++++++++++++++----------------------------
1 file changed, 20 insertions(+), 35 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Adding more of the show/hide state handling
gsb_feature_event_ct.module | 99 +++++++++++++++++++++++++++++++--------------
1 file changed, 68 insertions(+), 31 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
Replacing field_date with field_date_time
gsb_feature_event_ct.features.field_instance.inc | 2 +-
gsb_feature_event_ct.module | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
Fixing up some issues with feature exports
gsb_feature_event_ct.features.field_instance.inc | 147 +++++++++++++++++++----
gsb_feature_event_ct.field_group.inc | 10 +-
gsb_feature_event_ct.info | 4 +-
gsb_feature_event_ct.strongarm.inc | 6 +-
4 files changed, 134 insertions(+), 33 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 New field for the event ct
gsb_feature_event_ct.features.field_instance.inc | 2488 ++++++++++++++++++----
gsb_feature_event_ct.field_group.inc | 58 +-
gsb_feature_event_ct.info | 14 +
gsb_feature_event_ct.module | 104 +
gsb_feature_event_ct.strongarm.inc | 8 +-
5 files changed, 2273 insertions(+), 399 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5799: change the location heading.
gsb_feature_event_ct.ds.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5577: update the registration time zone display.
view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5577: update the registration time zone display.
gsb_feature_event_ct.ds.inc | 38 ++++++++++++++++++++++++++------------
1 file changed, 26 insertions(+), 12 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5772: add condition to event title in main list based on url field.
gsb_feature_event_ct.ds.inc | 37 +++++++++++++++--
gsb_feature_event_ct.features.field_instance.inc | 53 +++++++++++++-----------
gsb_feature_event_ct.strongarm.inc | 2 +-
3 files changed, 62 insertions(+), 30 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5577 add formatter
gsb_feature_event_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5773 Adding new view mode Email Contact so that the mini panel pane will open the email contact form
gsb_feature_event_ct.ds.inc | 9 ++
gsb_feature_event_ct.features.field_instance.inc | 169 +++++++++++++++++++++++
gsb_feature_event_ct.info | 2 +
gsb_feature_event_ct.panels_default.inc | 8 +-
gsb_feature_event_ct.strongarm.inc | 7 +
5 files changed, 194 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5773 Adding new view mode Email Contact so that the mini panel pane will open the email contact form
gsb_feature_event_ct.ds.inc | 9 ++
gsb_feature_event_ct.features.field_instance.inc | 169 +++++++++++++++++++++++
gsb_feature_event_ct.info | 2 +
gsb_feature_event_ct.panels_default.inc | 8 +-
gsb_feature_event_ct.strongarm.inc | 7 +
5 files changed, 194 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5766 Changing ds setting for field_event_location to show all items
gsb_feature_event_ct.ds.inc | 3 ---
1 file changed, 3 deletions(-)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5766 Changing ds setting for field_event_location to show all items
gsb_feature_event_ct.ds.inc | 3 ---
1 file changed, 3 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5577 update field formatter for event timezone fields
gsb_feature_event_ct.ds.inc | 1 +
gsb_feature_event_ct.features.field_instance.inc | 39 +++++++++++++-----------
2 files changed, 22 insertions(+), 18 deletions(-)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5773 Changed to use new email formatter - gsb_field_formatter_email_default
gsb_feature_event_ct.panels_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5707 Added php code to control when the directions CTA will display
gsb_feature_event_ct.panelizer.inc | 29 ++++++++++++++++++-----------
1 file changed, 18 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5722 Added span with full-location id
gsb_feature_event_ct.ds.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5721: update location and date formats.
gsb_feature_event_ct.ds.inc | 8 +--
gsb_feature_event_ct.features.field_instance.inc | 76 +++++++++++++-----------
gsb_feature_event_ct.strongarm.inc | 2 +-
3 files changed, 45 insertions(+), 41 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5603: configure expanded.
gsb_feature_event_ct.ds.inc | 67 ++++++++++++++++++++++++
gsb_feature_event_ct.features.field_instance.inc | 18 ++++---
2 files changed, 77 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5607: add the location field to the featured list.
gsb_feature_event_ct.ds.inc | 8 +--
gsb_feature_event_ct.features.field_instance.inc | 62 +++++++++++++-----------
gsb_feature_event_ct.strongarm.inc | 2 +-
3 files changed, 38 insertions(+), 34 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5607: add the location field to the featured list.
gsb_feature_event_ct.ds.inc | 8 +--
gsb_feature_event_ct.features.field_instance.inc | 62 +++++++++++++-----------
gsb_feature_event_ct.strongarm.inc | 2 +-
3 files changed, 38 insertions(+), 34 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5574: add find local time links.
gsb_feature_event_ct.ds.inc | 55 +++++++++++++++++++++++++-----------
gsb_feature_event_ct.field_group.inc | 1 +
2 files changed, 39 insertions(+), 17 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5574: add find local time links.
gsb_feature_event_ct.ds.inc | 55 +++++++++++++++++++++++++-----------
gsb_feature_event_ct.field_group.inc | 1 +
2 files changed, 39 insertions(+), 17 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
Changes in fields added to search
gsb_feature_event_ct.features.field_instance.inc | 20 ++++++--------------
1 file changed, 6 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
WP-5652 Added hook to hide Event Contact mini panel pane if there are no contacts.
gsb_feature_event_ct.module | 11 +++++++++++
1 file changed, 11 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5631: theme the event contact pane.
gsb_feature_event_ct.panels_default.inc | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
WP-5638 Adding field_event_location and field_person_ref to the concat search field.
gsb_feature_event_ct.features.field_instance.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5623: add format-body class.
gsb_feature_event_ct.ds.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
Merge branch 'WP-5623' of github.com:gsb-public/gsb_feature_event_ct into WP-5623
view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5623: add format-body class.
gsb_feature_event_ct.ds.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5444: export main list configuration.
gsb_feature_event_ct.ds.inc | 125 +++++++++++++++
gsb_feature_event_ct.features.field_instance.inc | 194 +++++++++++++++++++++++
gsb_feature_event_ct.info | 2 +
gsb_feature_event_ct.strongarm.inc | 7 +
4 files changed, 328 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5444: export main list configuration.
gsb_feature_event_ct.ds.inc | 125 +++++++++++++++
gsb_feature_event_ct.features.field_instance.inc | 194 +++++++++++++++++++++++
gsb_feature_event_ct.info | 2 +
gsb_feature_event_ct.strongarm.inc | 7 +
4 files changed, 328 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5576 Moving panelizer from display to here
gsb_feature_event_ct.features.inc | 3 +
gsb_feature_event_ct.info | 9 +
gsb_feature_event_ct.panelizer.inc | 154 ++++++
gsb_feature_event_ct.strongarm.inc | 1070 ++++++++++++++++++++++++++++++++++++
4 files changed, 1236 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5576 Merged fixes
view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5576 Moving panelizer from display to here
gsb_feature_event_ct.features.inc | 3 +
gsb_feature_event_ct.info | 9 +
gsb_feature_event_ct.panelizer.inc | 154 ++++++
gsb_feature_event_ct.strongarm.inc | 1070 ++++++++++++++++++++++++++++++++++++
4 files changed, 1236 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5576 Adding mini panel for event contact info
gsb_feature_event_ct.features.inc | 3 +
gsb_feature_event_ct.info | 3 +
gsb_feature_event_ct.panels_default.inc | 144 ++++++++++++++++++++++++++++++++
3 files changed, 150 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5576 Adding mini panel for event contact info
gsb_feature_event_ct.features.inc | 3 +
gsb_feature_event_ct.info | 3 +
gsb_feature_event_ct.panels_default.inc | 144 ++++++++++++++++++++++++++++++++
3 files changed, 150 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5529: configure detail, compact and expanded view modes.
gsb_feature_event_ct.ds.inc | 459 ++++++++++++++++++--
gsb_feature_event_ct.features.field_instance.inc | 509 ++++++++++++++++++++---
gsb_feature_event_ct.field_group.inc | 39 +-
gsb_feature_event_ct.info | 8 +
gsb_feature_event_ct.strongarm.inc | 12 +-
5 files changed, 921 insertions(+), 106 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5623 Changing schedule to use new markdown_lite format profile
gsb_feature_event_ct.features.field_instance.inc | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5529: configure detail, compact and expanded view modes.
gsb_feature_event_ct.ds.inc | 459 ++++++++++++++++++--
gsb_feature_event_ct.features.field_instance.inc | 513 ++++++++++++++++++++---
gsb_feature_event_ct.field_group.inc | 39 +-
gsb_feature_event_ct.info | 8 +
gsb_feature_event_ct.strongarm.inc | 12 +-
5 files changed, 923 insertions(+), 108 deletions(-)

view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
Changing this back to be autocompleteness
gsb_feature_event_ct.features.field_instance.inc | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Changing to use select list for time zone fields
gsb_feature_event_ct.features.field_instance.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Changing schedule field to use markdown
gsb_feature_event_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Adding plugin to handle addressfield validation
gsb_feature_event_ct.module | 70 ++++++++--------------------
plugins/format/gsb_feature_event_address.inc | 36 ++++++++++++++
2 files changed, 55 insertions(+), 51 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Removing some older code no longer needed
js/gsb_feature_event_ct.js | 72 ----------------------------------------------
1 file changed, 72 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Changing field_body (description) to not be required
gsb_feature_event_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Fixes vertical tab show/hide state after validation errors
gsb_feature_event_ct.module | 12 ++++++++++--
js/gsb_feature_event_ct.js | 3 ++-
2 files changed, 12 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Hiding Image vertical tab for "without Detail" state
js/gsb_feature_event_ct.js | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Small fixes to Event CT
gsb_feature_event_ct.features.field_instance.inc | 14 +++++++-------
gsb_feature_event_ct.field_group.inc | 12 ++++++------
gsb_feature_event_ct.module | 2 +-
js/gsb_feature_event_ct.js | 2 ++
4 files changed, 16 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Adding validation code for field_event_location
gsb_feature_event_ct.module | 74 ++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 73 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Removed required from field_editorial_summary (Dek)
gsb_feature_event_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WM-5436 Added js code to hide vertical tabs
js/gsb_feature_event_ct.js | 15 +++------------
1 file changed, 3 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WM-5436 Added js code to hide vertical tabs
gsb_feature_event_ct.module | 5 ++++
js/gsb_feature_event_ct.js | 59 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Added handling of field collection item id/naming for unlimited speakers and locations
js/gsb_feature_event_ct.js | 128 +++++++++++++++++++++++++++++++++++----------
1 file changed, 99 insertions(+), 29 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Added handling of field collection item id/naming for unlimited speakers and locations
js/gsb_feature_event_ct.js | 128 +++++++++++++++++++++++++++++++++++----------
1 file changed, 99 insertions(+), 29 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Added some error checking into the speaker lookup code
gsb_feature_event_ct.module | 69 +++++++++++++++++++++++++++++++++------------
1 file changed, 51 insertions(+), 18 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Added some error checking into the speaker lookup code
gsb_feature_event_ct.module | 69 +++++++++++++++++++++++++++++++++------------
1 file changed, 51 insertions(+), 18 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Added support of Speaker Title/Department lookup
gsb_feature_event_ct.module | 52 +++++++++++++++++++++++++++++++++++++++++++++
js/gsb_feature_event_ct.js | 33 ++++++++++++++++++++++------
2 files changed, 79 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Added support of Speaker Title/Department lookup
gsb_feature_event_ct.module | 52 +++++++++++++++++++++++++++++++++++++++++++++
js/gsb_feature_event_ct.js | 33 ++++++++++++++++++++++------
2 files changed, 79 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5543 Removing function gsb_feature_event_ct_field_formatter_view
gsb_feature_event_ct.module | 56 ---------------------------------------------
1 file changed, 56 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Adding new field field_register_time_zone
gsb_feature_event_ct.features.field_instance.inc | 244 +++++++++++++----------
gsb_feature_event_ct.field_group.inc | 27 ++-
gsb_feature_event_ct.info | 1 +
gsb_feature_event_ct.strongarm.inc | 12 +-
4 files changed, 162 insertions(+), 122 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Add vertical tabs for the event authoring form
gsb_feature_event_ct.features.field_instance.inc | 1377 ++--------------------
gsb_feature_event_ct.field_group.inc | 277 ++++-
gsb_feature_event_ct.info | 21 +-
gsb_feature_event_ct.strongarm.inc | 52 +-
4 files changed, 334 insertions(+), 1393 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Modifications to the authoring form for the event ct
gsb_feature_event_ct.module | 11 +++++++++--
js/gsb_feature_event_ct.js | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5543 Moved featured event date formatting to plugin
gsb_feature_event_ct.module | 41 -----------------------------------------
1 file changed, 41 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Adding event_attendance_statement taxonomy
gsb_feature_event_ct.features.taxonomy.inc | 11 ++++++++++-
gsb_feature_event_ct.info | 1 +
2 files changed, 11 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Added Contact Name to list of hidden fields when "Link to an existing page" is selected
gsb_feature_event_ct.module | 55 +++++++++++++++++----------------------------
1 file changed, 20 insertions(+), 35 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Adding more of the show/hide state handling
gsb_feature_event_ct.module | 99 +++++++++++++++++++++++++++++++--------------
1 file changed, 68 insertions(+), 31 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
Replacing field_date with field_date_time
gsb_feature_event_ct.features.field_instance.inc | 2 +-
gsb_feature_event_ct.module | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
Fixing up some issues with feature exports
gsb_feature_event_ct.features.field_instance.inc | 147 +++++++++++++++++++----
gsb_feature_event_ct.field_group.inc | 10 +-
gsb_feature_event_ct.info | 4 +-
gsb_feature_event_ct.strongarm.inc | 6 +-
4 files changed, 134 insertions(+), 33 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 A little cleanup on the previous commit
gsb_feature_event_ct.module | 43 +------------------------------------------
1 file changed, 1 insertion(+), 42 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 New field for the event ct
gsb_feature_event_ct.features.field_instance.inc | 2488 ++++++++++++++++++----
gsb_feature_event_ct.field_group.inc | 58 +-
gsb_feature_event_ct.info | 14 +
gsb_feature_event_ct.module | 104 +
gsb_feature_event_ct.strongarm.inc | 8 +-
5 files changed, 2273 insertions(+), 399 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5311 enable force pathauto for events
gsb_feature_event_ct.strongarm.inc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-5163 Setting default to draft
gsb_feature_event_ct.info | 4 +++-
gsb_feature_event_ct.strongarm.inc | 7 +++++++
2 files changed, 10 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-4821 Correcting term separator for the target audience
gsb_feature_event_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5049 update help text for image field
gsb_feature_event_ct.features.field_instance.inc | 54 ++++++++++++------------
1 file changed, 26 insertions(+), 28 deletions(-)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5077 Added hook to move 'US' to the top of the options list to the country select on field_address for event ct
gsb_feature_event_ct.module | 15 +++++++++++++++
1 file changed, 15 insertions(+)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5077 Changed from 'US' to '' (none) as default value for field_address
gsb_feature_event_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5077 Changed group_event_location to not be required.
gsb_feature_event_ct.field_group.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-5068 Changed time increment to 5 minutes.
gsb_feature_event_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4999: update image style.
gsb_feature_event_ct.ds.inc | 1 +
gsb_feature_event_ct.features.field_instance.inc | 16 +++++-----------
2 files changed, 6 insertions(+), 11 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4984: update detail to use split time and date format.
gsb_feature_event_ct.ds.inc | 1 +
gsb_feature_event_ct.features.field_instance.inc | 10 ++--------
2 files changed, 3 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4851: update event teaser display.
gsb_feature_event_ct.features.field_instance.inc | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4851: update event teaser display.
gsb_feature_event_ct.ds.inc | 121 +++++++++++++++++++++--
gsb_feature_event_ct.features.field_instance.inc | 64 +++---------
gsb_feature_event_ct.field_group.inc | 1 +
gsb_feature_event_ct.strongarm.inc | 15 +++
4 files changed, 143 insertions(+), 58 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4977: update event detail layout.
gsb_feature_event_ct.ds.inc | 121 +++++++++++++++++++++--
gsb_feature_event_ct.features.field_instance.inc | 54 +++-------
gsb_feature_event_ct.field_group.inc | 1 +
gsb_feature_event_ct.info | 1 -
gsb_feature_event_ct.strongarm.inc | 15 +++
5 files changed, 141 insertions(+), 51 deletions(-)

view commit - committer: Greg Mercer, 1 year, 11 months ago author: Greg Mercer, 1 year, 11 months ago
WP-4819 Changed url alias to be events/[node:field_pathauto_title_alias]
gsb_feature_event_ct.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4852 remove add this field
gsb_feature_event_ct.features.field_instance.inc | 91 ------------------------
gsb_feature_event_ct.info | 3 +-
2 files changed, 1 insertion(+), 93 deletions(-)

view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4752: export ds settings.
gsb_feature_event_ct.ds.inc | 106 ++++++++-
gsb_feature_event_ct.features.field_instance.inc | 272 +++++++++++------------
gsb_feature_event_ct.field_group.inc | 13 +-
gsb_feature_event_ct.info | 4 +-
gsb_feature_event_ct.strongarm.inc | 19 ++
5 files changed, 253 insertions(+), 161 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4707: re export the field settings for teaser.
gsb_feature_event_ct.ds.inc | 93 ++++++++++++++++++++++++
gsb_feature_event_ct.features.field_instance.inc | 2 +-
gsb_feature_event_ct.info | 3 +-
3 files changed, 96 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4707: update event teaser.
gsb_feature_event_ct.ds.inc | 51 ++++---
gsb_feature_event_ct.features.field_instance.inc | 177 ++++-------------------
gsb_feature_event_ct.features.inc | 1 +
gsb_feature_event_ct.field_group.inc | 2 +-
gsb_feature_event_ct.info | 2 +
gsb_feature_event_ct.strongarm.inc | 2 +-
6 files changed, 65 insertions(+), 170 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4536 add alt text to image field
gsb_feature_event_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4455 Changing widget from media to image
gsb_feature_event_ct.features.field_instance.inc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4522 bundle taxonomy for event ct
gsb_feature_event_ct.features.field_instance.inc | 16 +-
gsb_feature_event_ct.field_group.inc | 242 +++++++++++++++++++++--
gsb_feature_event_ct.info | 12 +-
3 files changed, 244 insertions(+), 26 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4521 remove taxonomy from event ct
gsb_feature_event_ct.features.field_instance.inc | 318 -----------------------
gsb_feature_event_ct.info | 7 +-
2 files changed, 2 insertions(+), 323 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4247: clean up markup.
gsb_feature_event_ct.module | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago
WP-4155 update region of interest label
gsb_feature_event_ct.features.field_instance.inc | 11 ++++++++---
gsb_feature_event_ct.info | 4 ++--
2 files changed, 10 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4044: remove time stamp from date by switching format.
gsb_feature_event_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4010: update event related content display.
gsb_feature_event_ct.ds.inc | 32 +++++---------------------------
1 file changed, 5 insertions(+), 27 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3914: add insight featured card view mode to event.
gsb_feature_event_ct.ds.inc | 88 +++++++++++++
gsb_feature_event_ct.features.field_instance.inc | 152 +++++++++++++++++++++++
gsb_feature_event_ct.info | 2 +
gsb_feature_event_ct.strongarm.inc | 7 ++
4 files changed, 249 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3914: add insight featured card view mode to event.
gsb_feature_event_ct.ds.inc | 88 ++++++++++++
gsb_feature_event_ct.features.field_instance.inc | 162 ++++++++++++++++++++++-
gsb_feature_event_ct.info | 2 +
gsb_feature_event_ct.strongarm.inc | 7 +
4 files changed, 252 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3909: add related to idea story view mode to event.
gsb_feature_event_ct.ds.inc | 94 ++++++++++++-
gsb_feature_event_ct.features.field_instance.inc | 160 ++++++++++++++++++++++-
gsb_feature_event_ct.info | 2 +
gsb_feature_event_ct.strongarm.inc | 7 +
4 files changed, 253 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
WP-3844: Add support for better formats.
gsb_feature_event_ct.features.field_instance.inc | 33 ++++++++++++++++++++++++
gsb_feature_event_ct.info | 4 +--
2 files changed, 35 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3717: title on detail should not link.
gsb_feature_event_ct.ds.inc | 4 +++-
gsb_feature_event_ct.strongarm.inc | 9 +++++++++
2 files changed, 12 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3685: adjust event listing tags.
gsb_feature_event_ct.ds.inc | 133 +++++++++++++++++++++--
gsb_feature_event_ct.features.field_instance.inc | 38 ++++---
gsb_feature_event_ct.field_group.inc | 2 +-
gsb_feature_event_ct.info | 1 +
gsb_feature_event_ct.strongarm.inc | 2 +-
5 files changed, 148 insertions(+), 28 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3424: Display minutes when available for Featured events.
gsb_feature_event_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3303: Relabel taxonomy field group and rearrange fields.
gsb_feature_event_ct.features.field_instance.inc | 88 ++++++++++++++++++++----
gsb_feature_event_ct.field_group.inc | 9 +--
gsb_feature_event_ct.info | 6 +-
3 files changed, 84 insertions(+), 19 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3303: Relabel and reorder taxonomy fields.
gsb_feature_event_ct.features.field_instance.inc | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3127: Add submit field.
gsb_feature_event_ct.features.field_instance.inc | 83 ++++++++++++++++++++++--
gsb_feature_event_ct.field_group.inc | 4 +-
gsb_feature_event_ct.info | 7 +-
gsb_feature_event_ct.strongarm.inc | 10 +--
4 files changed, 90 insertions(+), 14 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2938: change event listing to 2 columns.
gsb_feature_event_ct.ds.inc | 37 +++++++++++++++++++++----------------
1 file changed, 21 insertions(+), 16 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-2899 Added new field field_academic_area_unlimited
gsb_feature_event_ct.features.field_instance.inc | 94 +++++++++++++++++++++---
gsb_feature_event_ct.field_group.inc | 1 +
gsb_feature_event_ct.info | 1 +
3 files changed, 86 insertions(+), 10 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 11 months ago author: Tim Plunkett, 2 years, 11 months ago
WP-2701: Add trailing slash to path_prefix.
gsb_feature_event_ct.features.field_instance.inc | 48 ++++++++++++------------
1 file changed, 24 insertions(+), 24 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
WP-2231: Limit terms by depth and sort properly.
gsb_feature_event_ct.ds.inc | 24 ++---
gsb_feature_event_ct.features.field_instance.inc | 132 +++++++----------------
gsb_feature_event_ct.field_group.inc | 13 +--
3 files changed, 50 insertions(+), 119 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
WP-2231: Add taxonomy limit to event teaser.
gsb_feature_event_ct.field_group.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
WP-2237: Remove the 'All' audience and rename 'Public' to 'General Public'.
gsb_feature_event_ct.install | 13 +++++++++++++
1 file changed, 13 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
WP-2231: Hide unwanted fields and set item limit to 5.
gsb_feature_event_ct.ds.inc | 46 ++---
gsb_feature_event_ct.features.field_instance.inc | 224 ++++-------------------
gsb_feature_event_ct.field_group.inc | 28 +--
3 files changed, 55 insertions(+), 243 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Add option to open in new tab to link.
gsb_feature_event_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_event_ct.features.field_instance.inc | 710 +++++++++++++++++++++++
1 file changed, 710 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Add option to open in new tab to link.
gsb_feature_event_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_event_ct.features.field_instance.inc | 710 +++++++++++++++++++++++
1 file changed, 710 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2148: Add workbench section setting.
gsb_feature_event_ct.info | 2 +-
gsb_feature_event_ct.strongarm.inc | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2051 Added a view mode called Featured (that was a part of Panopoly)
gsb_feature_event_ct.ds.inc | 9 +++++++++
gsb_feature_event_ct.features.inc | 7 ++-----
gsb_feature_event_ct.info | 7 ++++---
3 files changed, 15 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2051 Added a view mode called Featured (that was a part of Panopoly)
gsb_feature_event_ct.ds.inc | 9 +++++++++
gsb_feature_event_ct.features.field_instance.inc | 2 +-
gsb_feature_event_ct.features.inc | 7 ++-----
gsb_feature_event_ct.info | 8 ++++----
4 files changed, 16 insertions(+), 10 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Roopesh Naik, 3 years, 3 months ago
WP-1983 : Fix the event calendar losing month
gsb_feature_event_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 3 years, 3 months ago author: Roopesh Naik, 3 years, 3 months ago
WP-1983 : Fix the event calendar losing month
gsb_feature_event_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
Update gsb_feature_event_ct.info
gsb_feature_event_ct.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-311 Removing the 'Academic Calendar' term from the list of 'Event Category' terms
gsb_feature_event_ct.module | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WP-1964 Changing registration link to be link_default
gsb_feature_event_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 5 months ago author: Greg Mercer (GBear), 3 years, 5 months ago
WPBQA-234 Needed to change event group to add back the register url
gsb_feature_event_ct.ds.inc | 30 ++++++++++++++----------
gsb_feature_event_ct.features.field_instance.inc | 7 ++++--
gsb_feature_event_ct.field_group.inc | 1 -
gsb_feature_event_ct.info | 4 ++--
4 files changed, 24 insertions(+), 18 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Greg Mercer (GBear), 3 years, 5 months ago
WP-1960 Changed to use auto-complete widget for event series taxonomy field
gsb_feature_event_ct.features.field_instance.inc | 9 ++++++---
gsb_feature_event_ct.info | 2 +-
2 files changed, 7 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Greg Mercer (GBear), 3 years, 5 months ago
WPBQA-234 Disabled the Add to My Calendar button
gsb_feature_event_ct.ds.inc | 43 +++++++-----------------
gsb_feature_event_ct.features.field_instance.inc | 7 ++--
gsb_feature_event_ct.field_group.inc | 7 ++--
gsb_feature_event_ct.info | 2 +-
gsb_feature_event_ct.strongarm.inc | 9 +++--
5 files changed, 24 insertions(+), 44 deletions(-)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-242 Changed date/time formatting for the event content type.
gsb_feature_event_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-242 Changed date/time formatting for the event content type.
gsb_feature_event_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 5 months ago author: Alexei Gorobets, 3 years, 5 months ago
WP-1938: Exclude Academic Calendars event category for Events content type on editing.
gsb_feature_event_ct.module | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Adam Moore, 3 years, 5 months ago
Add pathauto title alias field and rearrange button location.
gsb_feature_event_ct.ds.inc | 18 ++---
gsb_feature_event_ct.features.field_instance.inc | 90 ++++++++++++++++++++++--
gsb_feature_event_ct.field_group.inc | 4 +-
gsb_feature_event_ct.info | 4 +-
4 files changed, 97 insertions(+), 19 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 5 months ago
WPBQA-233 moved the buttons to the right region in the default display
gsb_feature_event_ct.ds.inc | 26 ++--
gsb_feature_event_ct.features.field_instance.inc | 153 ++++++++---------------
gsb_feature_event_ct.field_group.inc | 19 ++-
gsb_feature_event_ct.info | 5 +-
gsb_feature_event_ct.module | 4 +-
gsb_feature_event_ct.strongarm.inc | 6 +-
6 files changed, 93 insertions(+), 120 deletions(-)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WP-1948 Added form alter to hide the Industry and Discipline fields.
gsb_feature_event_ct.module | 14 ++++++++++++++
1 file changed, 14 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WP-1892 Changed the taxonomy tags displayed in the teaser display of events
gsb_feature_event_ct.ds.inc | 26 +++-------
gsb_feature_event_ct.features.field_instance.inc | 60 +++++-------------------
gsb_feature_event_ct.field_group.inc | 12 ++---
gsb_feature_event_ct.info | 2 +-
4 files changed, 23 insertions(+), 77 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WP-1867 Added hierarchy select for the department field
gsb_feature_event_ct.features.field_instance.inc | 4 ++--
gsb_feature_event_ct.info | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Adam Moore, 3 years, 6 months ago
Add pathauto alias field.
gsb_feature_event_ct.features.field_instance.inc | 89 ++++++++++++++++++++++--
gsb_feature_event_ct.field_group.inc | 7 +-
gsb_feature_event_ct.info | 11 +--
gsb_feature_event_ct.strongarm.inc | 6 +-
4 files changed, 93 insertions(+), 20 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Time split FIX.
gsb_feature_event_ct.info | 7 +++++++
gsb_feature_event_ct.module | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1689 switched places for event image and descriptino
gsb_feature_event_ct.ds.inc | 14 +++++++-------
gsb_feature_event_ct.features.field_instance.inc | 14 +++++++-------
gsb_feature_event_ct.field_group.inc | 2 +-
gsb_feature_event_ct.strongarm.inc | 2 +-
4 files changed, 16 insertions(+), 16 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1602: move featured functionality to event_ct from event_display
gsb_feature_event_ct.ds.inc | 136 ++++++++++++++++++-----
gsb_feature_event_ct.features.field_instance.inc | 7 +-
gsb_feature_event_ct.info | 4 +-
gsb_feature_event_ct.strongarm.inc | 5 +
4 files changed, 119 insertions(+), 33 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #1137: changes to the featured display
view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #1137: changes to the featured display
gsb_feature_event_ct.ds.inc | 36 ----------------------
gsb_feature_event_ct.features.field_instance.inc | 38 +++++++++++------------
gsb_feature_event_ct.field_group.inc | 39 ++++++++++++++++++++++--
gsb_feature_event_ct.info | 29 ++++++++++++++++--
gsb_feature_event_ct.strongarm.inc | 2 +-
5 files changed, 84 insertions(+), 60 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1137 Module Feature update.
gsb_feature_event_ct.ds.inc | 36 ----------
gsb_feature_event_ct.features.field_instance.inc | 20 +++---
gsb_feature_event_ct.field_group.inc | 90 +++++++++++++++++-------
gsb_feature_event_ct.info | 27 ++++++-
gsb_feature_event_ct.strongarm.inc | 2 +-
5 files changed, 100 insertions(+), 75 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1137 Feature update.
gsb_feature_event_ct.module | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Featured event html wrap UPDATE.
view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Feauture event html tags wrap -- UPDATE.
gsb_feature_event_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
fix
gsb_feature_event_ct.module | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1137: multiday event fix
gsb_feature_event_ct.module | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1137: configure featured display for events and add new formatter for event date field
gsb_feature_event_ct.ds.inc | 4 +-
gsb_feature_event_ct.features.field_instance.inc | 193 +++++++++++++++--------
gsb_feature_event_ct.field_group.inc | 35 ++++
gsb_feature_event_ct.module | 42 +++++
gsb_feature_event_ct.strongarm.inc | 2 +-
5 files changed, 211 insertions(+), 65 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Task #WP-1137: changes to the content type
gsb_feature_event_ct.ds.inc | 9 +++++++++
gsb_feature_event_ct.features.field_instance.inc | 23 +++++++++++++++++++++++
gsb_feature_event_ct.strongarm.inc | 6 +++++-
3 files changed, 37 insertions(+), 1 deletion(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Task #WP-1137: add new view mode
gsb_feature_event_ct.ds.inc | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
added label to search field
gsb_feature_event_ct.features.field_instance.inc | 1 +
gsb_feature_event_ct.info | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1062: Change image formatter to GSB Image
gsb_feature_event_ct.features.field_instance.inc | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Add image help text.
gsb_feature_event_ct.ds.inc | 2 +-
gsb_feature_event_ct.features.field_instance.inc | 9 +++++++--
2 files changed, 8 insertions(+), 3 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Change comma to semicolon for speakers field..
gsb_feature_event_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Replace computed_field with concat_field.
gsb_feature_event_ct.features.field_instance.inc | 9 ++--
gsb_feature_event_ct.info | 2 +-
gsb_feature_event_ct.install | 54 ++++++++++++++++++++++++
3 files changed, 60 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Add and configure upcoming event view mode.
gsb_feature_event_ct.ds.inc | 72 +++++++++++-
gsb_feature_event_ct.features.field_instance.inc | 135 +++++++++++++++++++++++
gsb_feature_event_ct.info | 5 +-
gsb_feature_event_ct.strongarm.inc | 10 ++
4 files changed, 219 insertions(+), 3 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Remove image field from selected list.
gsb_feature_event_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Update field_search_field to specify which fields to export.
gsb_feature_event_ct.features.field_instance.inc | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Add an alternate view mode for event listings.
gsb_feature_event_ct.ds.inc | 74 +++++++++
gsb_feature_event_ct.features.field_instance.inc | 202 ++++++++++++++++++++++-
gsb_feature_event_ct.field_group.inc | 36 ++++
gsb_feature_event_ct.info | 3 +
gsb_feature_event_ct.strongarm.inc | 7 +
5 files changed, 321 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
hiding addthis from manage display
gsb_feature_event_ct.ds.inc | 28 +++++++++++-------------
gsb_feature_event_ct.features.field_instance.inc | 17 +++-----------
gsb_feature_event_ct.field_group.inc | 2 +-
gsb_feature_event_ct.info | 3 +--
4 files changed, 18 insertions(+), 32 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Switch from image module to file_entity formatter.
gsb_feature_event_ct.features.field_instance.inc | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Add search field.
gsb_feature_event_ct.features.field_instance.inc | 52 ++++++++++++++++++++++++
gsb_feature_event_ct.info | 2 +
2 files changed, 54 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
adding addthis field instance
gsb_feature_event_ct.ds.inc | 22 ++++----
gsb_feature_event_ct.features.field_instance.inc | 68 +++++++++++++++++++++++-
gsb_feature_event_ct.info | 12 ++---
3 files changed, 83 insertions(+), 19 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Switch to new path-specific formatter.
gsb_feature_event_ct.features.field_instance.inc | 171 +++++++++++++----------
1 file changed, 95 insertions(+), 76 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Fix time format for event teasers.
gsb_feature_event_ct.ds.inc | 7 ++++++-
gsb_feature_event_ct.features.field_instance.inc | 10 +++++-----
2 files changed, 11 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-997: Remove adding editorial summary to detail display,
gsb_feature_event_ct.ds.inc | 24 +++++++++++-------------
gsb_feature_event_ct.features.field_instance.inc | 7 ++-----
2 files changed, 13 insertions(+), 18 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-997: Add editorial summary to detail display,
gsb_feature_event_ct.ds.inc | 24 +++++++++++++-----------
gsb_feature_event_ct.features.field_instance.inc | 7 +++++--
2 files changed, 18 insertions(+), 13 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Switch to correct formatter.
gsb_feature_event_ct.features.field_instance.inc | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Switch to new addressfield formatter for event teaser.
gsb_feature_event_ct.features.field_instance.inc | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Remove editorial summary from the detail page.
gsb_feature_event_ct.ds.inc | 24 +++++++++++-------------
gsb_feature_event_ct.features.field_instance.inc | 7 ++-----
gsb_feature_event_ct.info | 2 +-
3 files changed, 14 insertions(+), 19 deletions(-)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Hide date repeat field until we can get repeating dates fixed.
gsb_feature_event_ct.info | 7 +++++++
gsb_feature_event_ct.module | 13 +++++++++++++
2 files changed, 20 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Updated ds settings for detail and teaser.
gsb_feature_event_ct.ds.inc | 41 +++++++++--------
gsb_feature_event_ct.features.field_instance.inc | 54 ++++++++++------------
gsb_feature_event_ct.field_group.inc | 58 ++++++++++++------------
gsb_feature_event_ct.info | 2 +-
gsb_feature_event_ct.strongarm.inc | 2 +-
5 files changed, 77 insertions(+), 80 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Fix tags wrapper.
gsb_feature_event_ct.field_group.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Fix tags wrapper.
gsb_feature_event_ct.ds.inc | 47 +++++++++----------
gsb_feature_event_ct.features.field_instance.inc | 54 ++++++++++++++--------
gsb_feature_event_ct.field_group.inc | 57 +++++-------------------
gsb_feature_event_ct.info | 5 +--
4 files changed, 70 insertions(+), 93 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Remove image caption on event detail.
gsb_feature_event_ct.features.field_instance.inc | 71 ------------------------
gsb_feature_event_ct.info | 1 -
2 files changed, 72 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Event display pathauto and add to calendar fixes.
gsb_feature_event_ct.ds.inc | 28 +++++++++++++++-------------
gsb_feature_event_ct.field_group.inc | 1 +
gsb_feature_event_ct.info | 1 +
gsb_feature_event_ct.strongarm.inc | 11 +++++++++--
4 files changed, 26 insertions(+), 15 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Update the event ds for detail.
gsb_feature_event_ct.ds.inc | 37 +++++++-----------------
gsb_feature_event_ct.features.field_instance.inc | 5 ++--
gsb_feature_event_ct.strongarm.inc | 9 ++++++
3 files changed, 23 insertions(+), 28 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Remove defaultconfig.
gsb_feature_event_ct.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Remove defaultconfig.
gsb_feature_event_ct.features.defaultconfig.inc | 25 -------------------------
gsb_feature_event_ct.info | 23 -----------------------
2 files changed, 48 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Keep features happy by sorting everything.
gsb_feature_event_ct.info | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
changed field_person_fac_or_other to not be required wp-884
gsb_feature_event_ct.features.field_instance.inc | 2 +-
gsb_feature_event_ct.info | 25 +++++++++++++++++++++++-
gsb_feature_event_ct.module | 3 +++
3 files changed, 28 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move base fields into gsb_feature_base_fields.
gsb_feature_event_ct.features.field_base.inc | 306 ---------------------------
gsb_feature_event_ct.info | 13 +-
2 files changed, 1 insertion(+), 318 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Update features for base/instance split.
gsb_feature_event_ct.features.field.inc | 2823 ----------------------
gsb_feature_event_ct.features.field_base.inc | 306 +++
gsb_feature_event_ct.features.field_instance.inc | 1997 +++++++++++++++
gsb_feature_event_ct.info | 66 +-
4 files changed, 2342 insertions(+), 2850 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Update the event teaser.
gsb_feature_event_ct.ds.inc | 37 +++++++-
gsb_feature_event_ct.features.field.inc | 162 +++++++++++++++++++++++---------
gsb_feature_event_ct.field_group.inc | 43 ++++++++-
gsb_feature_event_ct.info | 1 +
gsb_feature_event_ct.strongarm.inc | 4 +
5 files changed, 197 insertions(+), 50 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Remove make and remove dependency on entity_view_mode.
gsb_feature_event_ct.info | 1 -
gsb_feature_event_ct.make | 12 ------------
2 files changed, 13 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
changed speakers to be unlimited, so events can have multiple speakers defined
gsb_feature_event_ct.features.field.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
changed to form_alter to match new field names
gsb_feature_event_ct.features.field.inc | 2 +-
gsb_feature_event_ct.module | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
changed to use field_person_fac_or_other and field_person_fac_single_ref
gsb_feature_event_ct.ds.inc | 25 ++++++--
gsb_feature_event_ct.features.field.inc | 100 ++++++++++++++++++++++++++------
gsb_feature_event_ct.info | 6 +-
gsb_feature_event_ct.strongarm.inc | 6 ++
4 files changed, 110 insertions(+), 27 deletions(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Trying to adjust the settings by hand, there is drupal issue.
gsb_feature_event_ct.features.field.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
change label to View Map see wp-859
gsb_feature_event_ct.features.field.inc | 13 ++++++++-----
gsb_feature_event_ct.info | 2 +-
2 files changed, 9 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
switched to using field_person_fac_other field collection
gsb_feature_event_ct.ds.inc | 113 ++++++---
gsb_feature_event_ct.features.field.inc | 402 +++++++++++++++++++++++++++++---
gsb_feature_event_ct.field_group.inc | 8 +-
gsb_feature_event_ct.info | 11 +-
gsb_feature_event_ct.module | 16 +-
gsb_feature_event_ct.strongarm.inc | 30 ++-
6 files changed, 500 insertions(+), 80 deletions(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Ahh... while I'm changing things, may as well change the language bits
gsb_feature_event_ct.module | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Updated the form_alter to use the new field names
gsb_feature_event_ct.module | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: Event megamenu view mode added
gsb_feature_event_ct.ds.inc | 85 ++++++++++++----
gsb_feature_event_ct.features.field.inc | 173 +++++++++++++++++++++++++++-----
gsb_feature_event_ct.field_group.inc | 1 -
gsb_feature_event_ct.info | 4 +-
gsb_feature_event_ct.strongarm.inc | 10 +-
5 files changed, 223 insertions(+), 50 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Add comma formatter.
gsb_feature_event_ct.features.field.inc | 5 +++--
gsb_feature_event_ct.info | 1 +
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Add event teaser ds settings.
gsb_feature_event_ct.ds.inc | 34 ++++++++++++++++++++++++++++++++++
gsb_feature_event_ct.info | 1 +
2 files changed, 35 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Update event feature again.
gsb_feature_event_ct.ds.inc | 39 ++++++++++++++--------
gsb_feature_event_ct.features.field.inc | 58 ++++++++++++++++++---------------
gsb_feature_event_ct.field_group.inc | 3 +-
gsb_feature_event_ct.strongarm.inc | 4 +++
4 files changed, 63 insertions(+), 41 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Style buttons on event detail default.
gsb_feature_event_ct.ds.inc | 49 ++++++++++++++++++++++-----------
gsb_feature_event_ct.features.field.inc | 12 ++++----
gsb_feature_event_ct.field_group.inc | 34 ++++++++++++++++++++++-
gsb_feature_event_ct.info | 1 +
gsb_feature_event_ct.strongarm.inc | 12 +++++++-
5 files changed, 84 insertions(+), 24 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Export person other field collection for event.
gsb_feature_event_ct.ds.inc | 79 +++++++++++++++++++++++++++++++++++++++++++++
gsb_feature_event_ct.info | 2 ++
2 files changed, 81 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Update ds settings for teaser and default.
gsb_feature_event_ct.ds.inc | 169 ++++++++++++++++++++++++++++++++
gsb_feature_event_ct.features.field.inc | 59 +++++------
gsb_feature_event_ct.features.inc | 4 +
gsb_feature_event_ct.field_group.inc | 2 +-
gsb_feature_event_ct.info | 5 +
5 files changed, 205 insertions(+), 34 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Display suite updates for event teaser and full.
gsb_feature_event_ct.features.defaultconfig.inc | 7 -
gsb_feature_event_ct.features.field.inc | 444 +++++++++++++-----------
gsb_feature_event_ct.field_group.inc | 126 ++++++-
gsb_feature_event_ct.info | 5 +-
gsb_feature_event_ct.strongarm.inc | 6 +
5 files changed, 364 insertions(+), 224 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Rename image field.
gsb_feature_event_ct.features.field.inc | 8 ++++----
gsb_feature_event_ct.field_group.inc | 2 +-
gsb_feature_event_ct.info | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Rename gsb_event content type to event.
gsb_feature_event_ct.features.defaultconfig.inc | 2 +-
gsb_feature_event_ct.features.field.inc | 116 ++++++++++++------------
gsb_feature_event_ct.features.inc | 2 +-
gsb_feature_event_ct.field_group.inc | 36 ++++----
gsb_feature_event_ct.info | 66 +++++++-------
gsb_feature_event_ct.module | 2 +-
gsb_feature_event_ct.strongarm.inc | 28 +++---
7 files changed, 125 insertions(+), 127 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Update the event ct with changes from demo-day.
gsb_feature_event_ct.features.field.inc | 324 +++++++++++++++++++++-----------
gsb_feature_event_ct.field_group.inc | 16 +-
gsb_feature_event_ct.info | 2 +
gsb_feature_event_ct.strongarm.inc | 3 +
4 files changed, 225 insertions(+), 120 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Update feature to latest designs.
README.md | 0
gsb_feature_event_ct.features.defaultconfig.inc | 0
gsb_feature_event_ct.features.field.inc | 288 ++++++++++++------------
gsb_feature_event_ct.features.inc | 0
gsb_feature_event_ct.features.taxonomy.inc | 0
gsb_feature_event_ct.field_group.inc | 128 ++++++++++-
gsb_feature_event_ct.info | 12 +-
gsb_feature_event_ct.make | 0
gsb_feature_event_ct.module | 7 -
gsb_feature_event_ct.strongarm.inc | 11 +-
10 files changed, 285 insertions(+), 161 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Merge branch 'master' into fields_update
view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Add dependency on date_repeat, date_repeat_field and date_all_day
gsb_feature_event_ct.info | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Yuriy Boychenko, 3 years, 9 months ago author: Yuriy Boychenko, 3 years, 9 months ago
Speakers machine name was renamed and other features
gsb_feature_event_ct.features.field.inc | 744 ++++++++++++++++----------------
gsb_feature_event_ct.field_group.inc | 2 +-
gsb_feature_event_ct.info | 18 +-
gsb_feature_event_ct.strongarm.inc | 4 +-
4 files changed, 392 insertions(+), 376 deletions(-)

view commit - committer: Yuriy Boychenko, 3 years, 9 months ago author: Yuriy Boychenko, 3 years, 9 months ago
Speakers machine name was renamed and some other..
README.md | 0
gsb_feature_event_ct.features.defaultconfig.inc | 0
gsb_feature_event_ct.features.field.inc | 0
gsb_feature_event_ct.features.inc | 0
gsb_feature_event_ct.features.taxonomy.inc | 0
gsb_feature_event_ct.field_group.inc | 0
gsb_feature_event_ct.info | 4 ++--
gsb_feature_event_ct.make | 0
gsb_feature_event_ct.module | 0
gsb_feature_event_ct.strongarm.inc | 0
10 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
small changes for the display
gsb_feature_event_ct.features.field.inc | 50 ++++++++++++++++-----------------
gsb_feature_event_ct.field_group.inc | 4 +--
gsb_feature_event_ct.info | 2 +-
gsb_feature_event_ct.strongarm.inc | 10 +++++--
4 files changed, 36 insertions(+), 30 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
changes to the teaser display
gsb_feature_event_ct.features.field.inc | 120 +++++++++++++++++++-------------
gsb_feature_event_ct.info | 2 +-
2 files changed, 72 insertions(+), 50 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
small changes to the event content type
gsb_feature_event_ct.features.field.inc | 393 ++++++++++++--------------------
gsb_feature_event_ct.info | 5 +-
2 files changed, 145 insertions(+), 253 deletions(-)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago This commit resolves the following issue:
https://stanfordgsb.jira.com/browse/WP-365?filter=13800
Added code to limit the event description field to 150 chars.
gsb_feature_event_ct.module | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
small change in the target audience field widget
gsb_feature_event_ct.features.field.inc | 13 ++++++++-----
gsb_feature_event_ct.info | 2 +-
2 files changed, 9 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
Small changes to the content type
gsb_feature_event_ct.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
I shake my little fist at you features!!
gsb_feature_event_ct.features.field.inc | 9 +++------
gsb_feature_event_ct.features.taxonomy.inc | 19 +------------------
gsb_feature_event_ct.info | 4 ++--
3 files changed, 6 insertions(+), 26 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
More small changes in the event content type
gsb_feature_event_ct.features.field.inc | 374 ++---------------------------
gsb_feature_event_ct.features.taxonomy.inc | 19 +-
gsb_feature_event_ct.field_group.inc | 35 +++
gsb_feature_event_ct.info | 11 +-
gsb_feature_event_ct.strongarm.inc | 4 +-
5 files changed, 83 insertions(+), 360 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
Added in some event taxonomy fields
gsb_feature_event_ct.features.field.inc | 797 +++++++++++++++++++++++++++++++-
gsb_feature_event_ct.field_group.inc | 10 +-
gsb_feature_event_ct.info | 19 +-
gsb_feature_event_ct.strongarm.inc | 4 +-
4 files changed, 806 insertions(+), 24 deletions(-)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Changed "Body" label to be "Description" as per the following jira issue: https://stanfordgsb.jira.com/browse/WP-355
gsb_feature_event_ct.features.field.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
Added use of the addressfield to replace the location field group.
gsb_feature_event_ct.features.field.inc | 639 +++--------------------------
gsb_feature_event_ct.features.inc | 7 +
gsb_feature_event_ct.features.taxonomy.inc | 12 +
gsb_feature_event_ct.info | 17 +-
gsb_feature_event_ct.strongarm.inc | 32 +-
5 files changed, 105 insertions(+), 602 deletions(-)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Added project addressfield.
gsb_feature_event_ct.make | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Added a dependency for addressfield.
gsb_feature_event_ct.info | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Changed the value checked to be Other to better match the new label.
gsb_feature_event_ct.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Changed the labels for field_speaker_reference field
gsb_feature_event_ct.features.field.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Added patch to fix https://stanfordgsb.jira.com/browse/WP-362
gsb_feature_event_ct.make | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Added some code to check if the index is an integer in the form alter.
gsb_feature_event_ct.module | 39 ++++++++++++++++++++++++++++++---------
1 file changed, 30 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Move the menu variables to the content type.
gsb_feature_event_ct.info | 2 ++
gsb_feature_event_ct.strongarm.inc | 16 ++++++++++++++++
2 files changed, 18 insertions(+)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Break out content type into it's own module.
README.md | 4 +
gsb_feature_event_ct.features.defaultconfig.inc | 32 +
gsb_feature_event_ct.features.field.inc | 2326 +++++++++++++++++++++++
gsb_feature_event_ct.features.inc | 36 +
gsb_feature_event_ct.field_group.inc | 47 +
gsb_feature_event_ct.info | 65 +
gsb_feature_event_ct.make | 8 +
gsb_feature_event_ct.module | 41 +
gsb_feature_event_ct.strongarm.inc | 86 +
9 files changed, 2645 insertions(+)

===========================================
./gsb_feature_offsite_idea_story_ct
===========================================
view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago
WP-7664 Removing field instance field_region_of_interest from Offsite Idea Story CT
...fsite_idea_story_ct.features.field_instance.inc | 85 ----------------------
gsb_feature_offsite_idea_story_ct.field_group.inc | 72 +++++++-----------
gsb_feature_offsite_idea_story_ct.info | 3 +-
3 files changed, 29 insertions(+), 131 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6089: update image to link to offsite link.
gsb_feature_offsite_idea_story_ct.ds.inc | 12 +++---
...fsite_idea_story_ct.features.field_instance.inc | 49 +++++++++++-----------
gsb_feature_offsite_idea_story_ct.field_group.inc | 8 ++--
gsb_feature_offsite_idea_story_ct.info | 1 +
4 files changed, 36 insertions(+), 34 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6118: add classes back to wrappers.
gsb_feature_offsite_idea_story_ct.ds.inc | 28 ++++++++++++----------
...fsite_idea_story_ct.features.field_instance.inc | 7 ++++++
gsb_feature_offsite_idea_story_ct.field_group.inc | 21 ++++++++++------
gsb_feature_offsite_idea_story_ct.info | 1 +
gsb_feature_offsite_idea_story_ct.strongarm.inc | 7 ++++++
5 files changed, 44 insertions(+), 20 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5851: update offsite idea story.
gsb_feature_offsite_idea_story_ct.ds.inc | 35 +++++++++++++++-----------------
1 file changed, 16 insertions(+), 19 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5516: configure compact and expanded view modes.
gsb_feature_offsite_idea_story_ct.ds.inc | 31 ++++++-----
...fsite_idea_story_ct.features.field_instance.inc | 60 +++++++++++-----------
gsb_feature_offsite_idea_story_ct.field_group.inc | 4 +-
3 files changed, 51 insertions(+), 44 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5516: configure compact and expanded view modes.
gsb_feature_offsite_idea_story_ct.ds.inc | 234 +++++++++++++++++++
...fsite_idea_story_ct.features.field_instance.inc | 259 ++++++++++++++++++++-
gsb_feature_offsite_idea_story_ct.field_group.inc | 64 +++++
gsb_feature_offsite_idea_story_ct.info | 6 +
gsb_feature_offsite_idea_story_ct.strongarm.inc | 15 ++
5 files changed, 571 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago
WP-5163: Update default moderation state.
gsb_feature_offsite_idea_story_ct.info | 7 ++++---
gsb_feature_offsite_idea_story_ct.strongarm.inc | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5049 update help text for image field
...fsite_idea_story_ct.features.field_instance.inc | 25 ++++++++++++++++++++--
1 file changed, 23 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-4631 clear program field based on alumni mention
gsb_feature_offsite_idea_story_ct.module | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4752: italic source field and media icon.
gsb_feature_offsite_idea_story_ct.ds.inc | 20 +++++++++++++++-----
...offsite_idea_story_ct.features.field_instance.inc | 9 +++------
gsb_feature_offsite_idea_story_ct.info | 2 +-
3 files changed, 19 insertions(+), 12 deletions(-)

view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4752: export ds settings.
gsb_feature_offsite_idea_story_ct.ds.inc | 75 +++++++++++++++
...fsite_idea_story_ct.features.field_instance.inc | 105 +++++++++++++++++++++
gsb_feature_offsite_idea_story_ct.info | 3 +
gsb_feature_offsite_idea_story_ct.strongarm.inc | 6 ++
4 files changed, 189 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4694 made program field mandate for offsite idea story
gsb_feature_offsite_idea_story_ct.module | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Roopesh Naik, 2 years, 2 months ago
WP-4694 fix alumni mention for offsite idea story
gsb_feature_offsite_idea_story_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4694 fix alumni mention for offsite idea story
gsb_feature_offsite_idea_story_ct.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4232: re add config fur latest stories view mode.
gsb_feature_offsite_idea_story_ct.ds.inc | 12 ++++++------
...e_offsite_idea_story_ct.features.field_instance.inc | 18 ++++++++++++++++++
gsb_feature_offsite_idea_story_ct.strongarm.inc | 3 +++
3 files changed, 27 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4670 Added fields field_academic_area_unlimited, field_business_insight_topic and field_region_of_interest
...fsite_idea_story_ct.features.field_instance.inc | 184 ++++++++++++++++++++-
gsb_feature_offsite_idea_story_ct.field_group.inc | 92 ++++++++++-
gsb_feature_offsite_idea_story_ct.info | 6 +
gsb_feature_offsite_idea_story_ct.strongarm.inc | 9 +-
4 files changed, 279 insertions(+), 12 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4232: configure latest stories wrappers.
gsb_feature_offsite_idea_story_ct.ds.inc | 12 +++---
gsb_feature_offsite_idea_story_ct.field_group.inc | 46 ++++++++++++++++-------
2 files changed, 39 insertions(+), 19 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4232: configure latest stories view mode.
gsb_feature_offsite_idea_story_ct.ds.inc | 140 +++++++++++++++++++++
...fsite_idea_story_ct.features.field_instance.inc | 101 +++++++++++++++
gsb_feature_offsite_idea_story_ct.field_group.inc | 44 +++++++
gsb_feature_offsite_idea_story_ct.info | 4 +
gsb_feature_offsite_idea_story_ct.strongarm.inc | 3 +
5 files changed, 292 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4584 Added field_program_unlimited, removed field_program_single
...offsite_idea_story_ct.features.field_instance.inc | 20 ++++++++++----------
gsb_feature_offsite_idea_story_ct.field_group.inc | 2 +-
gsb_feature_offsite_idea_story_ct.info | 2 +-
3 files changed, 12 insertions(+), 12 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4532 update alumni mention section
gsb_feature_offsite_idea_story_ct.features.field_instance.inc | 8 ++++----
gsb_feature_offsite_idea_story_ct.field_group.inc | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4522 bundle taxonomy in offsite idea story ct
...fsite_idea_story_ct.features.field_instance.inc | 6 +-
gsb_feature_offsite_idea_story_ct.field_group.inc | 82 +++++++++++++++++++++-
gsb_feature_offsite_idea_story_ct.info | 7 +-
gsb_feature_offsite_idea_story_ct.strongarm.inc | 2 +-
4 files changed, 90 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago
WP-4525: Enable workbench moderation.
gsb_feature_offsite_idea_story_ct.info | 4 ++--
gsb_feature_offsite_idea_story_ct.strongarm.inc | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago
WP-4378: Add Alt Text field to key image.
gsb_feature_offsite_idea_story_ct.features.field_instance.inc | 2 +-
gsb_feature_offsite_idea_story_ct.features.inc | 1 +
gsb_feature_offsite_idea_story_ct.info | 5 +++--
3 files changed, 5 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago
WP-4361 update key image field
gsb_feature_offsite_idea_story_ct.features.field_instance.inc | 2 +-
gsb_feature_offsite_idea_story_ct.info | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4158: export text wrapper.
gsb_feature_offsite_idea_story_ct.ds.inc | 16 +++++----
...fsite_idea_story_ct.features.field_instance.inc | 22 ++++++------
gsb_feature_offsite_idea_story_ct.field_group.inc | 39 ++++++++++++++++++++--
gsb_feature_offsite_idea_story_ct.info | 1 +
4 files changed, 58 insertions(+), 20 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4158: teaser display settings.
gsb_feature_offsite_idea_story_ct.ds.inc | 160 +++++++++++++++++++++
...fsite_idea_story_ct.features.field_instance.inc | 90 ++++++++----
gsb_feature_offsite_idea_story_ct.field_group.inc | 32 +++++
gsb_feature_offsite_idea_story_ct.info | 3 +
4 files changed, 254 insertions(+), 31 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago
WP-4052: Add ability to create revisions and disable preview.
gsb_feature_offsite_idea_story_ct.info | 4 +++-
gsb_feature_offsite_idea_story_ct.strongarm.inc | 3 ++-
2 files changed, 5 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4201: offsite idea story news listing display settings.
gsb_feature_offsite_idea_story_ct.ds.inc | 13 +++++++++++++
...fsite_idea_story_ct.features.field_instance.inc | 2 +-
gsb_feature_offsite_idea_story_ct.field_group.inc | 22 +++++++++++++++++++++-
3 files changed, 35 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4199: offsite idea story news listing.
gsb_feature_offsite_idea_story_ct.ds.inc | 128 +++++++++++++++++++++
...fsite_idea_story_ct.features.field_instance.inc | 101 ++++++++++++++++
gsb_feature_offsite_idea_story_ct.field_group.inc | 12 ++
gsb_feature_offsite_idea_story_ct.info | 3 +
gsb_feature_offsite_idea_story_ct.strongarm.inc | 2 +-
5 files changed, 245 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4185: export related to idea story.
gsb_feature_offsite_idea_story_ct.ds.inc | 117 +++++++++++++++++++++
...fsite_idea_story_ct.features.field_instance.inc | 93 ++++++++++++++++
gsb_feature_offsite_idea_story_ct.features.inc | 3 +
gsb_feature_offsite_idea_story_ct.info | 4 +
gsb_feature_offsite_idea_story_ct.strongarm.inc | 63 ++++++++++-
5 files changed, 279 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-3975 Added search field
...fsite_idea_story_ct.features.field_instance.inc | 62 ++++++++++++++++++++++
gsb_feature_offsite_idea_story_ct.info | 2 +
2 files changed, 64 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-4123 Added field_related_faculty
...fsite_idea_story_ct.features.field_instance.inc | 109 +++++++++++----------
gsb_feature_offsite_idea_story_ct.field_group.inc | 2 +-
gsb_feature_offsite_idea_story_ct.info | 2 +-
gsb_feature_offsite_idea_story_ct.strongarm.inc | 6 +-
4 files changed, 60 insertions(+), 59 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-3985 Moved the Alumni Story field group to be above Key Taxonomy
gsb_feature_offsite_idea_story_ct.features.field_instance.inc | 2 +-
gsb_feature_offsite_idea_story_ct.field_group.inc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-3985 Reordering of fields, and added form alter
...fsite_idea_story_ct.features.field_instance.inc | 36 ++++++++++++----------
gsb_feature_offsite_idea_story_ct.field_group.inc | 2 +-
gsb_feature_offsite_idea_story_ct.module | 17 ++++++++++
gsb_feature_offsite_idea_story_ct.strongarm.inc | 4 +--
4 files changed, 40 insertions(+), 19 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-3985 Added strongarm for workbench settings
gsb_feature_offsite_idea_story_ct.info | 2 ++
gsb_feature_offsite_idea_story_ct.strongarm.inc | 14 ++++++++++++++
2 files changed, 16 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-3985 Initial commit of new ct
...fsite_idea_story_ct.features.field_instance.inc | 749 +++++++++++++++++++++
gsb_feature_offsite_idea_story_ct.features.inc | 34 +
gsb_feature_offsite_idea_story_ct.field_group.inc | 42 ++
gsb_feature_offsite_idea_story_ct.info | 41 ++
gsb_feature_offsite_idea_story_ct.module | 7 +
gsb_feature_offsite_idea_story_ct.strongarm.inc | 77 +++
6 files changed, 950 insertions(+)

view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_feature_course_ct
===========================================
view commit - committer: Adam Moore, 2 years, 7 months ago author: Adam Moore, 2 years, 7 months ago
WP-3844: Add better formats settings.
gsb_feature_course_ct.features.field_instance.inc | 48 +++++++++++++++++++++++
gsb_feature_course_ct.info | 3 +-
2 files changed, 50 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3127: Add submit field
gsb_feature_course_ct.features.field_instance.inc | 55 ++++++++++++++++++++---
gsb_feature_course_ct.info | 5 ++-
gsb_feature_course_ct.strongarm.inc | 8 ++--
3 files changed, 56 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2879 Removed testing code.
gsb_feature_course_ct.module | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2879 Fixed an issue with the _gsb_feature_course_ct_check_filter() function
gsb_feature_course_ct.module | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2879 A little code cleanup. Light dusting.
gsb_feature_course_ct.admin.inc | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2879 A little code cleanup. Light dusting.
gsb_feature_course_ct.module | 31 +++++++++++++++----------------
1 file changed, 15 insertions(+), 16 deletions(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2879 Removed commented out code from validate function.
gsb_feature_course_ct.admin.inc | 37 +------------------------------------
1 file changed, 1 insertion(+), 36 deletions(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2879 Added handling of starred course codes for filtering.
gsb_feature_course_ct.admin.inc | 123 ++++++++++++++++++++++++++++++++++------
1 file changed, 107 insertions(+), 16 deletions(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2879 Changed Course Filter checking to handle stared course codes.
gsb_feature_course_ct.module | 46 +++++++++++++++++++++++++++++++-------------
1 file changed, 33 insertions(+), 13 deletions(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2879 Removed testing code.
gsb_feature_course_ct.module | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2879 Moving the admin course filtering to .admin.inc file.
gsb_feature_course_ct.module | 339 ++-----------------------------------------
1 file changed, 9 insertions(+), 330 deletions(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2879 Splitting out into a separate file from the .module file.
gsb_feature_course_ct.admin.inc | 334 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 334 insertions(+)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2879 Removed testing code.
gsb_feature_course_ct.module | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2879 A few more small changes.
gsb_feature_course_ct.module | 25 +++++++++++++++++++------
1 file changed, 19 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2879 Added new permission 'administer course filters'
gsb_feature_course_ct.module | 19 +++++++++++++++----
1 file changed, 15 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2879 Added redirect and error message on invalid url for edit and delete
gsb_feature_course_ct.module | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2879 Added validation of url args for edit and delete
gsb_feature_course_ct.module | 138 +++++++++++++++++++++++++++++++------------
1 file changed, 100 insertions(+), 38 deletions(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2879 More code cleanup.
gsb_feature_course_ct.module | 50 +++++++++++++++++++++++++++++++++++++-------
1 file changed, 43 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2879 Some small code changes.
gsb_feature_course_ct.module | 90 +++++++++++++++-----------------------------
1 file changed, 30 insertions(+), 60 deletions(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2879 Adding code to configure filtering and apply filtering during import
gsb_feature_course_ct.module | 303 ++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 301 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2729 Adjusted the node lookup to use code, subject, and year.
gsb_feature_course_ct.module | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2729 Check for sections before saving the entity ids for instructors.
gsb_feature_course_ct.module | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2729 Changed handling that converts sunet_ids to entity_ids
gsb_feature_course_ct.module | 39 +++++++++++++++++++++++++++++----------
1 file changed, 29 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2572-3 Small change in the import handling for sunetid
gsb_feature_course_ct.module | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Roopesh Naik, 2 years, 11 months ago
WP-2572 updating the description field to full html
gsb_feature_course_ct.module | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Roopesh Naik, 2 years, 11 months ago
WP-2572 created module to import courses
gsb_feature_course_ct.module | 144 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 144 insertions(+)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
WP-2572-3 Small change in the import handling for sunetid
gsb_feature_course_ct.module | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 11 months ago author: Roopesh Naik, 2 years, 11 months ago
WP-2572 updating the description field to full html
gsb_feature_course_ct.module | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 11 months ago author: Roopesh Naik, 2 years, 11 months ago
WP-2572 updated the module for course
gsb_feature_course_ct.features.field_instance.inc | 209 ++++++++++++++--------
gsb_feature_course_ct.features.inc | 4 +-
gsb_feature_course_ct.info | 37 ++--
gsb_feature_course_ct.strongarm.inc | 42 +++--
4 files changed, 183 insertions(+), 109 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 11 months ago author: Roopesh Naik, 2 years, 11 months ago
WP-2572 created module to import courses
gsb_feature_course_ct.module | 146 ++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 145 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Redo content type.
gsb_feature_course_ct.features.field_instance.inc | 209 ++++++++++++++--------
gsb_feature_course_ct.features.inc | 4 +-
gsb_feature_course_ct.info | 37 ++--
gsb_feature_course_ct.module | 2 +-
gsb_feature_course_ct.strongarm.inc | 39 ++--
5 files changed, 178 insertions(+), 113 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Remove workbench section.
gsb_feature_course_ct.info | 4 +++-
gsb_feature_course_ct.strongarm.inc | 7 +++++++
2 files changed, 10 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2572-2 New course ct
gsb_feature_course_ct.features.field_instance.inc | 332 ++++++++++++++++++++++
gsb_feature_course_ct.features.inc | 31 ++
gsb_feature_course_ct.info | 27 ++
gsb_feature_course_ct.module | 7 +
gsb_feature_course_ct.strongarm.inc | 78 +++++
5 files changed, 475 insertions(+)

view commit - committer: Greg Mercer, 2 years, 11 months ago author: Greg Mercer, 2 years, 11 months ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_feature_mega_menu
===========================================
view commit - committer: GitHub, 9 weeks ago author: Greg Mercer, 9 weeks ago
WP-7702 Changing the value for menu_block_3_parent to be 'The Programs'
gsb_feature_mega_menu.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7178: adjust the position of the mega menu pane.
css/megamenu_styles.css | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-6855: make adjustment for ee and seed.
css/megamenu_styles.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6855: make adjustment for ee and seed.
css/megamenu_styles.css | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6829: adjust minipanel hover placement for seed and ee.
css/megamenu_styles.css | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6706: adjust position of megamenu.
css/megamenu_styles.css | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6485: update dropdown position.
css/megamenu_styles.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 12 months ago author: Meghan Plunkett, 12 months ago
WP-6420: update pane position.
css/megamenu_styles.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5693: update megamenu pane css.
css/megamenu_styles.css | 39 ++++++---------------------------------
1 file changed, 6 insertions(+), 33 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_mega_menu.features.inc | 4 +---
gsb_feature_mega_menu.info | 3 +--
gsb_feature_mega_menu.strongarm.inc | 2 +-
3 files changed, 3 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Adam Moore, 3 years, 4 months ago
Set the menu items for megamenu to their correct values. Remove custom code to override megamenu items.
gsb_feature_mega_menu.module | 9 ---------
gsb_feature_mega_menu.strongarm.inc | 8 ++++----
2 files changed, 4 insertions(+), 13 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-377: adjust mega menu padding.
js/megamenu_styles.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Adam Moore, 3 years, 5 months ago
Remove old setting
gsb_feature_mega_menu.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Adam Moore, 3 years, 5 months ago
Remove strongarm of menu_block_ids. Make sure the menu_blocks we have created are listed. Fix business insights to use the correct menus.
gsb_feature_mega_menu.module | 9 +++++++--
gsb_feature_mega_menu.strongarm.inc | 12 ------------
2 files changed, 7 insertions(+), 14 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-258 megamenu submenu width
css/megamenu_styles.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Slight mod to the previous commit
gsb_feature_mega_menu.module | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Added handling for mega-menu reverts specific to the environment.
gsb_feature_mega_menu.module | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WP-1786: Mega menu global fix.
css/megamenu_styles.css | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Update to the latest menu items.
gsb_feature_mega_menu.strongarm.inc | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
WP-1647: Remove mini panels from mega menu feature.
gsb_feature_mega_menu.features.inc | 4 -
gsb_feature_mega_menu.info | 5 -
gsb_feature_mega_menu.panels_default.inc | 215 -------------------------------
3 files changed, 224 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP:1569: Responsive: 1024 mega menu issue -- FIXED.
css/megamenu_styles.css | 20 +++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1547: MegaMenu: Hover over menu items broken in IE10; WP-1520 -- FIXED.
css/megamenu_styles.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Eugen, 3 years, 8 months ago author: Eugen, 3 years, 8 months ago
Fix minipanel inner padding.
js/megamenu_styles.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Remove defaultconfig.
gsb_feature_mega_menu.features.defaultconfig.inc | 270 -----------------------
gsb_feature_mega_menu.info | 1 -
2 files changed, 271 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Remove make file.
gsb_feature_mega_menu.make | 6 ------
1 file changed, 6 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Add megamenu view mode.
gsb_feature_mega_menu.ds.inc | 24 ++++++++++++++++++++++++
gsb_feature_mega_menu.features.inc | 4 ++++
gsb_feature_mega_menu.info | 3 +++
3 files changed, 31 insertions(+)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Remove menu links
gsb_feature_mega_menu.features.menu_links.inc | 14 --------------
1 file changed, 14 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Remove menu links
...ature_mega_menu.features.content_menu_links.inc | 371 ---------------------
...ature_mega_menu.features.features_overrides.inc | 21 --
gsb_feature_mega_menu.features.menu_custom.inc | 26 --
gsb_feature_mega_menu.features.menu_links.inc | 356 --------------------
4 files changed, 774 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Fix missing commit.
gsb_feature_mega_menu.strongarm.inc | 59 +------------------------------------
1 file changed, 1 insertion(+), 58 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Remove the fpp.
gsb_feature_mega_menu.features.field.inc | 317 -------------------------------
gsb_feature_mega_menu.features.inc | 18 --
gsb_feature_mega_menu.info | 59 +-----
gsb_feature_mega_menu.module | 19 --
gsb_feature_mega_menu.panels_default.inc | 47 ++---
5 files changed, 15 insertions(+), 445 deletions(-)

view commit - committer: Yuriy Boychenko, 3 years, 9 months ago author: Yuriy Boychenko, 3 years, 9 months ago
Field Header was removed
README.md | 0
css/megamenu_styles.css | 0
...ature_mega_menu.features.content_menu_links.inc | 1 -
gsb_feature_mega_menu.features.defaultconfig.inc | 0
...ature_mega_menu.features.features_overrides.inc | 0
gsb_feature_mega_menu.features.field.inc | 96 ++------
gsb_feature_mega_menu.features.inc | 18 --
gsb_feature_mega_menu.features.menu_custom.inc | 0
gsb_feature_mega_menu.features.menu_links.inc | 0
gsb_feature_mega_menu.info | 68 +-----
gsb_feature_mega_menu.make | 0
gsb_feature_mega_menu.module | 0
gsb_feature_mega_menu.panels_default.inc | 0
gsb_feature_mega_menu.strongarm.inc | 245 ---------------------
js/megamenu_styles.js | 0
15 files changed, 14 insertions(+), 414 deletions(-)

view commit - committer: creaoy, 3 years, 10 months ago author: creaoy, 3 years, 10 months ago
adding new content type to mega menu
gsb_feature_mega_menu.features.field.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: creaoy, 3 years, 10 months ago author: creaoy, 3 years, 10 months ago
Add one more filed - header for menu
gsb_feature_mega_menu.features.field.inc | 75 ++++++++++++++++++++++++++++++++
gsb_feature_mega_menu.info | 1 +
2 files changed, 76 insertions(+)

view commit - committer: creaoy, 3 years, 10 months ago author: creaoy, 3 years, 10 months ago
megamenu menu block parent item fixes. Hope this helps this parent item always get broken for some reason
gsb_feature_mega_menu.info | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)

view commit - committer: creaoy, 3 years, 10 months ago author: creaoy, 3 years, 10 months ago
Adding menu featured wrapper
gsb_feature_mega_menu.features.field.inc | 241 +++++++++++++++++++++++++++++++
gsb_feature_mega_menu.info | 18 ++-
gsb_feature_mega_menu.module | 19 +++
gsb_feature_mega_menu.panels_default.inc | 20 +++
gsb_feature_mega_menu.strongarm.inc | 57 ++++++++
5 files changed, 347 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Removed a couple lines that I think are causing a build error.
gsb_feature_mega_menu.features.content_menu_links.inc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: creaoy, 3 years, 10 months ago author: creaoy, 3 years, 10 months ago
Fix The in menu and make parent menu back
...ature_mega_menu.features.content_menu_links.inc | 8 ++-
...ature_mega_menu.features.features_overrides.inc | 21 ++++++
gsb_feature_mega_menu.features.inc | 18 +++++
gsb_feature_mega_menu.features.menu_links.inc | 4 +-
gsb_feature_mega_menu.info | 77 ++++++++++++----------
gsb_feature_mega_menu.strongarm.inc | 8 +--
6 files changed, 92 insertions(+), 44 deletions(-)

view commit - committer: creaoy, 3 years, 10 months ago author: creaoy, 3 years, 10 months ago
correcting text for menu
gsb_feature_mega_menu.features.menu_links.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: creaoy, 3 years, 10 months ago author: creaoy, 3 years, 10 months ago
merge readme?
view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: creaoy, 3 years, 10 months ago author: creaoy, 3 years, 10 months ago
Add default menu style for minipanels
...ature_mega_menu.features.content_menu_links.inc | 16 +-
gsb_feature_mega_menu.features.menu_links.inc | 16 +-
gsb_feature_mega_menu.panels_default.inc | 4 +
gsb_feature_mega_menu.strongarm.inc | 245 +++++++++++++++++++++
4 files changed, 265 insertions(+), 16 deletions(-)

view commit - committer: creaoy, 3 years, 10 months ago author: creaoy, 3 years, 10 months ago
change layout in minipanels
gsb_feature_mega_menu.features.defaultconfig.inc | 2 -
gsb_feature_mega_menu.panels_default.inc | 26 +--
gsb_feature_mega_menu.strongarm.inc | 245 -----------------------
3 files changed, 14 insertions(+), 259 deletions(-)

view commit - committer: creaoy, 3 years, 10 months ago author: creaoy, 3 years, 10 months ago
default menu variables
gsb_feature_mega_menu.features.defaultconfig.inc | 10 +-
gsb_feature_mega_menu.info | 36 +++-
gsb_feature_mega_menu.strongarm.inc | 245 +++++++++++++++++++++++
3 files changed, 286 insertions(+), 5 deletions(-)

view commit - committer: creaoy, 3 years, 10 months ago author: creaoy, 3 years, 10 months ago
Add styling for megamenu, menu block module and second level menu for mini panels
css/megamenu_styles.css | 31 ++
...ature_mega_menu.features.content_menu_links.inc | 295 ++++++++++++++-
gsb_feature_mega_menu.features.defaultconfig.inc | 401 +++++++++++----------
gsb_feature_mega_menu.features.menu_links.inc | 295 ++++++++++++++-
gsb_feature_mega_menu.info | 54 ++-
gsb_feature_mega_menu.module | 19 +
gsb_feature_mega_menu.panels_default.inc | 84 +++++
js/megamenu_styles.js | 34 ++
8 files changed, 1004 insertions(+), 209 deletions(-)

view commit - committer: creaoy, 3 years, 10 months ago author: creaoy, 3 years, 10 months ago
add menu links
...ature_mega_menu.features.content_menu_links.inc | 85 ++++++++++++++++++++++
gsb_feature_mega_menu.features.menu_links.inc | 85 ++++++++++++++++++++++
gsb_feature_mega_menu.info | 22 ++----
gsb_feature_mega_menu.make | 6 ++
4 files changed, 184 insertions(+), 14 deletions(-)

view commit - committer: creaoy, 3 years, 10 months ago author: creaoy, 3 years, 10 months ago
Initial commit
gsb_feature_mega_menu.features.defaultconfig.inc | 263 +++++++++++++++++++++++
gsb_feature_mega_menu.features.inc | 19 ++
gsb_feature_mega_menu.features.menu_custom.inc | 26 +++
gsb_feature_mega_menu.info | 43 ++++
gsb_feature_mega_menu.module | 7 +
gsb_feature_mega_menu.panels_default.inc | 126 +++++++++++
gsb_feature_mega_menu.strongarm.inc | 130 +++++++++++
7 files changed, 614 insertions(+)

view commit - committer: jk-propeople, 3 years, 10 months ago author: jk-propeople, 3 years, 10 months ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_feature_featured_person_fpp
===========================================
view commit - committer: Adam Moore, 3 years ago author: Tim Plunkett, 3 years, 1 month ago
Update the person field.
gsb_feature_featured_person_fpp.features.field_instance.inc | 6 +++---
gsb_feature_featured_person_fpp.info | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Tim Plunkett, 3 years, 1 month ago
WP-2370: Handle all 4 people types.
gsb_feature_featured_person_fpp.module | 105 +++++++++++++++++++++++++++++++--
1 file changed, 100 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2370: preliminary metadata wrappers.
gsb_feature_featured_person_fpp.module | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2317 Changed to use entityreference_entity_id for the person ref
gsb_feature_featured_person_fpp.features.field_instance.inc | 3 +--
gsb_feature_featured_person_fpp.info | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer, 3 years, 2 months ago
WP-2317 Make the person ref field required
gsb_feature_featured_person_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2317 Changed to user field_person_fac_single_ref
...ure_featured_person_fpp.features.field_instance.inc | 18 +++++++++---------
gsb_feature_featured_person_fpp.info | 4 ++--
gsb_feature_featured_person_fpp.strongarm.inc | 4 ++--
3 files changed, 13 insertions(+), 13 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2317 Initial commit for the featured person fpp
...ure_featured_person_fpp.features.field_base.inc | 66 ++++++
...featured_person_fpp.features.field_instance.inc | 237 +++++++++++++++++++++
gsb_feature_featured_person_fpp.features.inc | 14 ++
gsb_feature_featured_person_fpp.inc | 31 +++
gsb_feature_featured_person_fpp.info | 25 +++
gsb_feature_featured_person_fpp.module | 25 +++
gsb_feature_featured_person_fpp.strongarm.inc | 57 +++++
7 files changed, 455 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 1 month ago author: Tim Plunkett, 3 years, 1 month ago
Update the person field.
gsb_feature_featured_person_fpp.features.field_instance.inc | 6 +++---
gsb_feature_featured_person_fpp.info | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 1 month ago author: Tim Plunkett, 3 years, 1 month ago
WP-2370: Handle all 4 people types.
gsb_feature_featured_person_fpp.module | 105 +++++++++++++++++++++++++++++++--
1 file changed, 100 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2370: preliminary metadata wrappers.
gsb_feature_featured_person_fpp.module | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 2 months ago
Merge branch 'WP-2317' of github.com:gsbitse/gsb_feature_featured_person_fpp into WP-2317
view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2317 Changed to use entityreference_entity_id for the person ref
gsb_feature_featured_person_fpp.features.field_instance.inc | 5 ++---
gsb_feature_featured_person_fpp.info | 2 +-
2 files changed, 3 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 3 years, 2 months ago author: Greg Mercer, 3 years, 2 months ago
WP-2317 Make the person ref field required
gsb_feature_featured_person_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2317 Changed to user field_person_fac_single_ref
...ure_featured_person_fpp.features.field_instance.inc | 18 +++++++++---------
gsb_feature_featured_person_fpp.info | 4 ++--
gsb_feature_featured_person_fpp.strongarm.inc | 4 ++--
3 files changed, 13 insertions(+), 13 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2317 Initial commit for the featured person fpp
...ure_featured_person_fpp.features.field_base.inc | 66 ++++++
...featured_person_fpp.features.field_instance.inc | 237 +++++++++++++++++++++
gsb_feature_featured_person_fpp.features.inc | 14 ++
gsb_feature_featured_person_fpp.inc | 31 +++
gsb_feature_featured_person_fpp.info | 25 +++
gsb_feature_featured_person_fpp.module | 25 +++
gsb_feature_featured_person_fpp.strongarm.inc | 57 +++++
7 files changed, 455 insertions(+)

view commit - committer: Greg Mercer, 3 years, 2 months ago author: Greg Mercer, 3 years, 2 months ago
Initial commit
README.md | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_feature_club_ct
===========================================
view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5703 Removing references to addthis and addthis_displays
gsb_feature_club_ct.info | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5121: update the clubs content type.
gsb_feature_club_ct.features.field_instance.inc | 49 +++++--------------------
1 file changed, 10 insertions(+), 39 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-5163 Setting default to draft
gsb_feature_club_ct.features.field_instance.inc | 1 +
gsb_feature_club_ct.info | 5 +++--
gsb_feature_club_ct.strongarm.inc | 7 +++++++
3 files changed, 11 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4852 remove add this field
gsb_feature_club_ct.features.field_instance.inc | 88 -------------------------
gsb_feature_club_ct.features.inc | 1 +
gsb_feature_club_ct.info | 2 +-
3 files changed, 2 insertions(+), 89 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4566 add open to alumni field
gsb_feature_club_ct.features.field_instance.inc | 72 +++++++++++++++++++++++--
gsb_feature_club_ct.info | 3 +-
gsb_feature_club_ct.strongarm.inc | 4 +-
3 files changed, 73 insertions(+), 6 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4522 bundle taxonomy for club ct
gsb_feature_club_ct.features.field_instance.inc | 24 +++++++--
gsb_feature_club_ct.features.inc | 3 ++
gsb_feature_club_ct.field_group.inc | 66 +++++++++++++++++++++++++
gsb_feature_club_ct.info | 8 ++-
gsb_feature_club_ct.strongarm.inc | 6 +--
5 files changed, 98 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3127: Add submit field.
gsb_feature_club_ct.features.field_instance.inc | 55 ++++++++++++++++++++++++-
gsb_feature_club_ct.info | 5 ++-
2 files changed, 58 insertions(+), 2 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: adam, 3 years, 2 months ago
Use the node:title token for the contact form.
gsb_feature_club_ct.features.field_instance.inc | 7 +++++--
gsb_feature_club_ct.info | 4 ++--
2 files changed, 7 insertions(+), 4 deletions(-)

view commit - committer: Roopesh Naik, 3 years, 2 months ago author: Roopesh Naik, 3 years, 2 months ago
WP-2241 Add email view mode
gsb_feature_club_ct.features.field_instance.inc | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
WP-2224: Force club links to open in a new tab.
gsb_feature_club_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Add option to open in new tab to link.
gsb_feature_club_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: adam, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_club_ct.features.field_instance.inc | 202 ++++++++++++++++++++++++
gsb_feature_club_ct.features.inc | 3 +-
gsb_feature_club_ct.info | 11 +-
3 files changed, 205 insertions(+), 11 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2148: Add workbench section setting.
gsb_feature_club_ct.info | 1 +
gsb_feature_club_ct.strongarm.inc | 7 +++++++
2 files changed, 8 insertions(+)

view commit - committer: Greg Mercer, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
Update gsb_feature_club_ct.info
gsb_feature_club_ct.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Adam Moore, 3 years, 5 months ago
Remove email and add compact buttons to addthis.
gsb_feature_club_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 5 months ago author: Greg Mercer (GBear), 3 years, 5 months ago
WPBQA-242 Moved the workbench sections field to the top of the list
gsb_feature_club_ct.features.field_instance.inc | 12 ++++++------
gsb_feature_club_ct.info | 2 +-
gsb_feature_club_ct.strongarm.inc | 9 ++++++---
3 files changed, 13 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
added label to search field
gsb_feature_club_ct.features.field_instance.inc | 1 +
gsb_feature_club_ct.info | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: 32i, 3 years, 8 months ago author: 32i, 3 years, 8 months ago
wp-1314 removed website field from clubs search, now we won't search in website url field;
gsb_feature_club_ct.features.field_instance.inc | 2 +-
gsb_feature_club_ct.info | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)

view commit - committer: 32i, 3 years, 8 months ago author: 32i, 3 years, 8 months ago
wp-1315 fix search on clubs, add contact field to club ct
gsb_feature_club_ct.features.field_instance.inc | 77 +++++++++++++++++++++++++
gsb_feature_club_ct.info | 2 +
gsb_feature_club_ct.strongarm.inc | 12 ++++
3 files changed, 91 insertions(+)

view commit - committer: 32i, 3 years, 8 months ago author: 32i, 3 years, 8 months ago This reverts commit 8a6764659ec8d5737387b79159beccea19985b2c.

Revert "wp-0000 get rid of solr search on Clubs page; add search filter instead. Clubs & activities page was updated; Club content type was updated; Club filters page needs to be themed."
gsb_feature_club_ct.features.field_instance.inc | 77 -------------------------
gsb_feature_club_ct.info | 4 +-
gsb_feature_club_ct.strongarm.inc | 12 ----
3 files changed, 1 insertion(+), 92 deletions(-)

view commit - committer: 32i, 3 years, 8 months ago author: 32i, 3 years, 8 months ago
wp-0000 get rid of solr search on Clubs page; add search filter instead. Clubs & activities page was updated; Club content type was updated; Club filters page needs to be themed.
gsb_feature_club_ct.features.field_instance.inc | 77 +++++++++++++++++++++++++
gsb_feature_club_ct.info | 4 +-
gsb_feature_club_ct.strongarm.inc | 12 ++++
3 files changed, 92 insertions(+), 1 deletion(-)

view commit - committer: Alex Scutaru, 3 years, 8 months ago author: Alex Scutaru, 3 years, 8 months ago
remove club image
gsb_feature_club_ct.features.field_instance.inc | 78 -------------------------
gsb_feature_club_ct.info | 1 -
2 files changed, 79 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 8 months ago author: Alex Scutaru, 3 years, 8 months ago
search_index display
gsb_feature_club_ct.features.field_instance.inc | 42 +++++++++++++++++++++++++
gsb_feature_club_ct.info | 2 +-
gsb_feature_club_ct.strongarm.inc | 2 +-
3 files changed, 44 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
adding addthis field instance
gsb_feature_club_ct.features.field_instance.inc | 70 +++++++++++++++++++++++++
gsb_feature_club_ct.info | 6 ++-
gsb_feature_club_ct.strongarm.inc | 45 ++++++++++++++--
3 files changed, 117 insertions(+), 4 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 8 months ago author: Alex Scutaru, 3 years, 8 months ago
non required website link. teaser display.
gsb_feature_club_ct.features.field_instance.inc | 32 +++++++++++++++----------
gsb_feature_club_ct.info | 8 ++++++-
2 files changed, 27 insertions(+), 13 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move base fields into gsb_feature_base_fields.
gsb_feature_club_ct.features.field_base.inc | 78 -----------------------------
gsb_feature_club_ct.info | 4 +-
2 files changed, 1 insertion(+), 81 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Update features for base/instance split.
gsb_feature_club_ct.features.field.inc | 500 ------------------------
gsb_feature_club_ct.features.field_base.inc | 78 ++++
gsb_feature_club_ct.features.field_instance.inc | 374 ++++++++++++++++++
gsb_feature_club_ct.info | 13 +-
4 files changed, 460 insertions(+), 505 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Remove dependency on entity_view_mode.
gsb_feature_club_ct.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Remove make file.
gsb_feature_club_ct.make | 8 --------
1 file changed, 8 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Rename image field.
gsb_feature_club_ct.features.field.inc | 8 ++++----
gsb_feature_club_ct.info | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
fix misnamed field.
gsb_feature_club_ct.features.field.inc | 8 ++++----
gsb_feature_club_ct.info | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Add an exclusion for club_category taxonomy.
gsb_feature_club_ct.info | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Rename content type from gsb_club to club.
gsb_feature_club_ct.features.field.inc | 30 +++++++++++++++---------------
gsb_feature_club_ct.features.inc | 2 +-
gsb_feature_club_ct.info | 24 ++++++++++++------------
gsb_feature_club_ct.strongarm.inc | 24 ++++++++++++------------
4 files changed, 40 insertions(+), 40 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Remove the creating of club_category
gsb_feature_club_ct.features.taxonomy.inc | 21 ---------------------
gsb_feature_club_ct.info | 1 -
2 files changed, 22 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Update feature with new fields.
gsb_feature_club_ct.features.field.inc | 367 ++++++++++++++++--------------
gsb_feature_club_ct.features.taxonomy.inc | 21 ++
gsb_feature_club_ct.info | 18 +-
gsb_feature_club_ct.strongarm.inc | 37 +--
4 files changed, 251 insertions(+), 192 deletions(-)

view commit - committer: creaoy, 3 years, 10 months ago author: creaoy, 3 years, 10 months ago
change category to club one
gsb_feature_club_ct.features.field.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: creaoy, 3 years, 10 months ago author: creaoy, 3 years, 10 months ago
Merge branch 'master' of github.com:gsbitse/gsb_feature_club_ct
view commit - committer: creaoy, 3 years, 10 months ago author: creaoy, 3 years, 10 months ago
Remove not needed fields, WP-352
gsb_feature_club_ct.features.field.inc | 259 ---------------------------------
gsb_feature_club_ct.info | 3 -
2 files changed, 262 deletions(-)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Merge branch 'master' of github.com:gsbitse/gsb_feature_club_ct
view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Move menu variables to the content type.
gsb_feature_club_ct.info | 2 ++
gsb_feature_club_ct.strongarm.inc | 16 ++++++++++++++++
2 files changed, 18 insertions(+)

view commit - committer: creaoy, 3 years, 10 months ago author: creaoy, 3 years, 10 months ago
Fixes: WP-344, WP-344. Require fields
gsb_feature_club_ct.features.field.inc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: creaoy, 3 years, 10 months ago author: creaoy, 3 years, 10 months ago
update taxonomy and make multiple categories
gsb_feature_club_ct.features.field.inc | 5 +++--
gsb_feature_club_ct.features.inc | 2 +-
gsb_feature_club_ct.info | 1 +
gsb_feature_club_ct.strongarm.inc | 2 +-
4 files changed, 6 insertions(+), 4 deletions(-)

view commit - committer: creaoy, 3 years, 10 months ago author: creaoy, 3 years, 10 months ago This reverts commit e4d0aad61a6ce8f2d5f63613cf1793a4d8a230ab.

Revert "Change taxonomy to moultiple select"
gsb_feature_club_ct.features.field.inc | 5 ++---
gsb_feature_club_ct.features.inc | 2 +-
gsb_feature_club_ct.info | 3 ---
gsb_feature_club_ct.strongarm.inc | 18 +-----------------
4 files changed, 4 insertions(+), 24 deletions(-)

view commit - committer: creaoy, 3 years, 10 months ago author: creaoy, 3 years, 10 months ago
Change taxonomy to moultiple select
gsb_feature_club_ct.features.field.inc | 5 +++--
gsb_feature_club_ct.features.inc | 2 +-
gsb_feature_club_ct.info | 3 +++
gsb_feature_club_ct.strongarm.inc | 18 +++++++++++++++++-
4 files changed, 24 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Adjust name, description and project.
gsb_feature_club_ct.info | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Initial commit of migration from combined content type and display to just content type.
README.md | 4 +
gsb_feature_club_ct.features.field.inc | 722 +++++++++++++++++++++++++++++++++
gsb_feature_club_ct.features.inc | 32 ++
gsb_feature_club_ct.info | 33 ++
gsb_feature_club_ct.make | 8 +
gsb_feature_club_ct.module | 7 +
gsb_feature_club_ct.strongarm.inc | 65 +++
7 files changed, 871 insertions(+)

===========================================
./gsb_feature_seed_research_library_ct
===========================================
view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago
WP-7678 Made school/department available to GSB faculty
...re_seed_research_library_ct.features.field_instance.inc | 8 ++++----
gsb_feature_seed_research_library_ct.module | 14 --------------
2 files changed, 4 insertions(+), 18 deletions(-)

view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago
WP-7678 Removed required(*) sign from coinvestigator faculty name
gsb_feature_seed_research_library_ct.module | 10 ----------
1 file changed, 10 deletions(-)

view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago
WP-7678 switched title field weight
gsb_feature_seed_research_library_ct.strongarm.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago
WP-7678 added conditional required field validation
..._research_library_ct.features.field_instance.inc | 2 +-
gsb_feature_seed_research_library_ct.module | 21 +++++++++++++++++++--
2 files changed, 20 insertions(+), 3 deletions(-)

view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago
WP-7678 fixed issues related to seed research library
...research_library_ct.features.field_instance.inc | 73 +++++-----
...eature_seed_research_library_ct.field_group.inc | 2 +-
gsb_feature_seed_research_library_ct.info | 2 +
gsb_feature_seed_research_library_ct.module | 50 +++++++
gsb_feature_seed_research_library_ct.strongarm.inc | 158 ++++++++++++++++++++-
5 files changed, 247 insertions(+), 38 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 months ago author: Ayuta Padhi, 3 months ago
WP-7675 removed Name field when GSB faculty selected
gsb_feature_seed_research_library_ct.module | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago
WP-7675 removed Name field when GSB faculty selected
gsb_feature_seed_research_library_ct.module | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 months ago author: Ayuta Padhi, 3 months ago
WP-7671 exported heirarchical select for taxonomy fields
...rch_library_ct.features.hierarchical_select.inc | 79 ++++++++++++++++++++++
1 file changed, 79 insertions(+)

view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago
WP-7671 exported heirarchical select for taxonomy fields
...rch_library_ct.features.hierarchical_select.inc | 79 ++++++++++++++++++++++
1 file changed, 79 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 months ago author: Ayuta Padhi, 3 months ago
WP-7671 exported heirarchical select settings
gsb_feature_seed_research_library_ct.info | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago
WP-7671 exported heirarchical select settings
gsb_feature_seed_research_library_ct.info | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago
WP-7671 WP-7672 Fixed select and add fields, added upload pdf field
...research_library_ct.features.field_instance.inc | 66 ++++++++++++++++++++++
gsb_feature_seed_research_library_ct.info | 1 +
gsb_feature_seed_research_library_ct.strongarm.inc | 3 +
3 files changed, 70 insertions(+)

view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago
WP-7644 Added seed research library content type
...eed_research_library_ct.features.field_base.inc | 198 +++
...research_library_ct.features.field_instance.inc | 1405 ++++++++++++++++++++
gsb_feature_seed_research_library_ct.features.inc | 35 +
..._seed_research_library_ct.features.taxonomy.inc | 37 +
...eature_seed_research_library_ct.field_group.inc | 47 +
gsb_feature_seed_research_library_ct.info | 61 +
gsb_feature_seed_research_library_ct.module | 54 +
gsb_feature_seed_research_library_ct.strongarm.inc | 80 ++
8 files changed, 1917 insertions(+)

view commit - committer: Greg Mercer, 3 months ago author: Greg Mercer, 3 months ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_feature_ranking_ct
===========================================
view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6118: add class back to wrapper.
gsb_feature_ranking_ct.ds.inc | 2 ++
gsb_feature_ranking_ct.features.field_instance.inc | 3 +++
gsb_feature_ranking_ct.field_group.inc | 3 ++-
gsb_feature_ranking_ct.info | 1 +
gsb_feature_ranking_ct.strongarm.inc | 7 +++++++
5 files changed, 15 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago
WP-5163: Update default moderation state.
gsb_feature_ranking_ct.features.field_instance.inc | 1 +
gsb_feature_ranking_ct.info | 4 ++--
gsb_feature_ranking_ct.strongarm.inc | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago
WP-4525: Enable workbench_moderation.
gsb_feature_ranking_ct.features.inc | 1 +
gsb_feature_ranking_ct.info | 4 ++--
gsb_feature_ranking_ct.strongarm.inc | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago
WP-4052: Add ability to create revisions and disable preview.
gsb_feature_ranking_ct.info | 4 +++-
gsb_feature_ranking_ct.strongarm.inc | 3 ++-
2 files changed, 5 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4205: display settings for ranking listing.
gsb_feature_ranking_ct.ds.inc | 146 +++++++++++++++++++++
gsb_feature_ranking_ct.features.field_instance.inc | 54 ++++++++
gsb_feature_ranking_ct.features.inc | 6 +
gsb_feature_ranking_ct.field_group.inc | 46 +++++++
gsb_feature_ranking_ct.info | 7 +
gsb_feature_ranking_ct.strongarm.inc | 63 ++++++++-
6 files changed, 321 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-3975 Added search field
gsb_feature_ranking_ct.features.field_instance.inc | 57 +++++++++++++++++++++-
gsb_feature_ranking_ct.info | 1 +
2 files changed, 57 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-3987 Changed label to Source Publication Date
gsb_feature_ranking_ct.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-3987 Added Source Publication field, reordered fields, etc
gsb_feature_ranking_ct.features.field_instance.inc | 103 ++++++++++++++++++++-
gsb_feature_ranking_ct.info | 1 +
gsb_feature_ranking_ct.strongarm.inc | 6 +-
3 files changed, 102 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-3987 Added initial feature settings for the content type
gsb_feature_ranking_ct.features.field_instance.inc | 293 +++++++++++++++++++++
gsb_feature_ranking_ct.features.inc | 31 +++
gsb_feature_ranking_ct.info | 29 ++
gsb_feature_ranking_ct.module | 7 +
gsb_feature_ranking_ct.strongarm.inc | 91 +++++++
5 files changed, 451 insertions(+)

view commit - committer: Greg Mercer, 2 years, 5 months ago author: Greg Mercer, 2 years, 5 months ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_feature_phd_candidate_display
===========================================
view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago
WP-6253 Added sort criteria last name and first name
gsb_feature_phd_candidate_display.info | 2 +-
gsb_feature_phd_candidate_display.views_default.inc | 15 +++++++++------
2 files changed, 10 insertions(+), 7 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 recat items - PhD
gsb_feature_phd_candidate_display.views_default.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 rename modal items - phd job market candidate
gsb_feature_phd_candidate_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 rename items - phd candidate placement listing
gsb_feature_phd_candidate_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 3 years, 2 months ago author: Roopesh Naik, 3 years, 2 months ago
WP-2274 limit the academic placements display to 7 years
gsb_feature_phd_candidate_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
WP-2255: Disable pager for PhD placements.
gsb_feature_phd_candidate_display.views_default.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
Add graduation year sort to placement listing.
gsb_feature_phd_candidate_display.views_default.inc | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2143 Small change to the name of the two_digit_year format
gsb_feature_phd_candidate_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2062: add curly quotation marks.
gsb_feature_phd_candidate_display.views_default.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2062: change year format.
gsb_feature_phd_candidate_display.views_default.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2062: sort by last name, remove date format.
gsb_feature_phd_candidate_display.views_default.inc | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2062: update the view for placement listing.
gsb_feature_phd_candidate_display.features.inc | 9 ++++++++
gsb_feature_phd_candidate_display.info | 3 +++
gsb_feature_phd_candidate_display.strongarm.inc | 21 ++++++++++++++++++
...feature_phd_candidate_display.views_default.inc | 25 ++++++++++++++--------
4 files changed, 49 insertions(+), 9 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2062: add curly quotation marks.
gsb_feature_phd_candidate_display.views_default.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2062: change year format.
gsb_feature_phd_candidate_display.views_default.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2062: sort by last name, remove date format.
gsb_feature_phd_candidate_display.views_default.inc | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2062: update the view for placement listing.
gsb_feature_phd_candidate_display.features.inc | 9 ++++++++
gsb_feature_phd_candidate_display.info | 3 +++
gsb_feature_phd_candidate_display.strongarm.inc | 21 ++++++++++++++++++
...feature_phd_candidate_display.views_default.inc | 25 ++++++++++++++--------
4 files changed, 49 insertions(+), 9 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2061: update views markup.
gsb_feature_phd_candidate_display.views_default.inc | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2061: update views markup.
gsb_feature_phd_candidate_display.views_default.inc | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2131 Changed the admin title for the two phd listing views
gsb_feature_phd_candidate_display.views_default.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2131 Changed the admin title for the two phd listing views
view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2131 Changed the admin title for the two phd listing views
gsb_feature_phd_candidate_display.info | 1 +
...feature_phd_candidate_display.views_default.inc | 154 +++++++++++++++++++++
2 files changed, 155 insertions(+)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2066 WP-2064 Changed the pane category to Other
gsb_feature_phd_candidate_display.views_default.inc | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2066 WP-2064 Changed the pane category to Other
gsb_feature_phd_candidate_display.views_default.inc | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2066 Added new view phd_candidate_placement_listing
gsb_feature_phd_candidate_display.info | 1 +
...feature_phd_candidate_display.views_default.inc | 148 +++++++++++++++++++++
2 files changed, 149 insertions(+)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2064 Added filter for display on job market page
gsb_feature_phd_candidate_display.views_default.inc | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2064 Added text for no-results/empty - for no candidate in an academic area
gsb_feature_phd_candidate_display.info | 2 +-
gsb_feature_phd_candidate_display.views_default.inc | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2064 Updating the views to match functional requirements
gsb_feature_phd_candidate_display.info | 1 +
...feature_phd_candidate_display.views_default.inc | 79 ++++++++++++++++------
2 files changed, 59 insertions(+), 21 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2066 Added new view phd_candidate_placement_listing
gsb_feature_phd_candidate_display.info | 1 +
...feature_phd_candidate_display.views_default.inc | 148 +++++++++++++++++++++
2 files changed, 149 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2064 Added filter for display on job market page
gsb_feature_phd_candidate_display.views_default.inc | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2064 Added text for no-results/empty - for no candidate in an academic area
gsb_feature_phd_candidate_display.info | 2 +-
gsb_feature_phd_candidate_display.views_default.inc | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2064 Updating the views to match functional requirements
gsb_feature_phd_candidate_display.info | 1 +
...feature_phd_candidate_display.views_default.inc | 79 ++++++++++++++++------
2 files changed, 59 insertions(+), 21 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2064 Initial commit of the views for PhD Candidate
gsb_feature_phd_candidate_display.features.inc | 12 ++
gsb_feature_phd_candidate_display.info | 15 ++
gsb_feature_phd_candidate_display.module | 7 +
...feature_phd_candidate_display.views_default.inc | 159 +++++++++++++++++++++
4 files changed, 193 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2064 Initial commit of the views for PhD Candidate
gsb_feature_phd_candidate_display.features.inc | 12 ++
gsb_feature_phd_candidate_display.info | 15 ++
gsb_feature_phd_candidate_display.module | 7 +
...feature_phd_candidate_display.views_default.inc | 159 +++++++++++++++++++++
4 files changed, 193 insertions(+)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
Update README.md
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
Initial commit
README.md | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_feature_event_display
===========================================
view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago
WP-7655 Bug fix for displaying timezone for all dat events
gsb_feature_event_display.module | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago
WP-7576 Added date range to main event list
gsb_feature_event_display.module | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 5 months ago author: Adam Moore, 5 months ago
WP-7559: Add location in feed.
gsb_feature_event_display.info | 4 ++--
gsb_feature_event_display.views_default.inc | 21 ++++++++++++++++++++-
2 files changed, 22 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7295 Added a path_override for the view used on the homepage
gsb_feature_event_display.info | 4 ++--
gsb_feature_event_display.module | 6 ++++++
gsb_feature_event_display.views_default.inc | 15 ++++++++++++++-
3 files changed, 22 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7295 Adding a inherit_panels_path = 0 to the view used by the master display
gsb_feature_event_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7295 Adding a inherit_panels_path = 0 to the view used by the front page
gsb_feature_event_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 8 months ago author: Adam Moore, 8 months ago
WP-7077: Hide repeat rule. Fix date format. Add Title. Make guid permalink.
gsb_feature_event_display.views_default.inc | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 8 months ago author: Adam Moore, 8 months ago
WP-7077: Create rss feed of events.
gsb_feature_event_display.info | 4 +-
gsb_feature_event_display.views_default.inc | 157 +++++++++++++++++++++++++++-
2 files changed, 158 insertions(+), 3 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago
WP-6263 Enabled ajax at view level
gsb_feature_event_display.info | 2 +-
gsb_feature_event_display.views_default.inc | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago
WP-6181 Removed ajax and fixed states
gsb_feature_event_display.info | 2 +-
gsb_feature_event_display.module | 20 ++-
gsb_feature_event_display.views_default.inc | 192 +++++++++++++++++++++++++++-
3 files changed, 208 insertions(+), 6 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago
WP-5852 substract timezone value from date
gsb_feature_event_display.module | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago
WP-5852 hide timezone and find local time for all day event
gsb_feature_event_display.module | 14 ++++++++++++++
1 file changed, 14 insertions(+)

view commit - committer: Ayuta Padhi, 1 year, 3 months ago author: Ayuta Padhi, 1 year, 3 months ago
WP-5993 Added criteria to include multiday/ongoing events
gsb_feature_event_display.info | 2 --
gsb_feature_event_display.views_default.inc | 34 +++++++++--------------------
2 files changed, 10 insertions(+), 26 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago
WP-6018 remove events calendar and events list from cp
gsb_feature_event_display.info | 2 +
gsb_feature_event_display.views_default.inc | 500 ----------------------------
2 files changed, 2 insertions(+), 500 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5953 Adjust search criteria
gsb_feature_event_display.info | 2 +-
gsb_feature_event_display.views_default.inc | 98 ++++++++++++++++++++++++++---
2 files changed, 92 insertions(+), 8 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago
WP-5839 fix the title link
gsb_feature_event_display.module | 31 ++++++++++++++++++++++-------
gsb_feature_event_display.views_default.inc | 2 +-
2 files changed, 25 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago
WP-5842 Removing the date_ical module from the build.
gsb_feature_event_display.make | 3 ---
1 file changed, 3 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5869 Added OR condition to display Acdemic Calendar all the time in Main event list
gsb_feature_event_display.info | 4 +--
gsb_feature_event_display.views_default.inc | 41 ++++++++++++++++++++++++++---
2 files changed, 39 insertions(+), 6 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5853 fix the wrong date on events
gsb_feature_event_display.module | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5632 hide view errors display
gsb_feature_event_display.views_default.inc | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5703 Removing view: gsb_event_ical_feed which we no longer need, and used date_ical
gsb_feature_event_display.views_default.inc | 66 -----------------------------
1 file changed, 66 deletions(-)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5703 Removing reference to gsb_event_ical_feed and date_ical
gsb_feature_event_display.info | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
Removing mba_admissions view from event_display module
gsb_feature_event_display.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5783 Removed old code to fix error on admission event list
gsb_feature_event_display.module | 48 -------
js/gsb_feature_event_display.views.js | 239 ----------------------------------
2 files changed, 287 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5662: update the front page event addresses.
gsb_feature_event_display.info | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5692 Added distinct to result set
gsb_feature_event_display.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5571 Updated Customizable event list
gsb_feature_event_display.info | 12 ++++--------
gsb_feature_event_display.module | 32 +++++++++++++++++++++++++++++++-
2 files changed, 35 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5444: update event main list display settings.
gsb_feature_event_display.module | 4 +
gsb_feature_event_display.views_default.inc | 649 ++++++++++++++--------------
2 files changed, 319 insertions(+), 334 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5532 Removed Admission Events to it's own feature
gsb_feature_event_display.info | 1 -
gsb_feature_event_display.views_default.inc | 429 +---------------------------
2 files changed, 5 insertions(+), 425 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5576 Moving panelizer from display to here
gsb_feature_event_display.info | 7 -
gsb_feature_event_display.panelizer.inc | 154 -----
gsb_feature_event_display.strongarm.inc | 1070 -------------------------------
3 files changed, 1231 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5576 Changed panelizer to use new mini panel event_contacts
gsb_feature_event_display.panelizer.inc | 80 ++++-----------------------------
1 file changed, 8 insertions(+), 72 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5435 fixed a bug for main event list view
gsb_feature_event_display.info | 2 +-
gsb_feature_event_display.module | 6 +-
gsb_feature_event_display.views_default.inc | 371 +++++++++++++++++++---------
3 files changed, 265 insertions(+), 114 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5563 Added Contact fields to sidebar
gsb_feature_event_display.info | 1 +
gsb_feature_event_display.panelizer.inc | 107 +++++++++++++++++++++++++++++---
gsb_feature_event_display.strongarm.inc | 7 +++
3 files changed, 106 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5435 Added Main events list to GSB Event
gsb_feature_event_display.features.inc | 16 -
gsb_feature_event_display.info | 3 +-
gsb_feature_event_display.panelizer.inc | 15 +-
gsb_feature_event_display.views_default.inc | 622 +++++++++++++++++++++++-----
4 files changed, 520 insertions(+), 136 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
Removing mba_admissions view from event_display module
gsb_feature_event_display.info | 1 -
gsb_feature_event_display.views_default.inc | 165 +---------------------------
2 files changed, 2 insertions(+), 164 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5667 Changed the front page view to use display suite and compact view mode
gsb_feature_event_display.views_default.inc | 26 ++++++++++++++++----------
1 file changed, 16 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5667 Changed the front page view to use display suite and compact view mode
gsb_feature_event_display.views_default.inc | 20 ++++++++++++++++----
1 file changed, 16 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5783 Removed old code to fix error on admission event list
gsb_feature_event_display.module | 48 -------
js/gsb_feature_event_display.views.js | 239 ----------------------------------
2 files changed, 287 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5783 Removed old code to fix error on admission event list
gsb_feature_event_display.module | 48 -------
js/gsb_feature_event_display.views.js | 239 ----------------------------------
2 files changed, 287 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5781 remove event category filter criteria
gsb_feature_event_display.views_default.inc | 19 +++----------------
1 file changed, 3 insertions(+), 16 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5781 remove event category filter criteria
gsb_feature_event_display.info | 2 ++
gsb_feature_event_display.views_default.inc | 19 +++----------------
2 files changed, 5 insertions(+), 16 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5662: update the front page event addresses.
gsb_feature_event_display.info | 2 ++
gsb_feature_event_display.views_default.inc | 33 +++++++++++++++++++++++++++--
2 files changed, 33 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5737 Modified target audience label
gsb_feature_event_display.views_default.inc | 72 +++++++++++++++++++++++------
1 file changed, 58 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5692 Added distinct to result set
gsb_feature_event_display.info | 2 +-
gsb_feature_event_display.views_default.inc | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5737 Fixed the Target Audience lebel
gsb_feature_event_display.views_default.inc | 54 ++++++++++++++++++++++++++---
1 file changed, 49 insertions(+), 5 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5692 Added distinct to result set
gsb_feature_event_display.info | 2 +-
gsb_feature_event_display.views_default.inc | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5571 Updated Customizable event list
gsb_feature_event_display.info | 12 +-
gsb_feature_event_display.module | 32 +++-
gsb_feature_event_display.views_default.inc | 279 ++++++++++++----------------
3 files changed, 149 insertions(+), 174 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5571 Updated Customizable event list
gsb_feature_event_display.info | 12 +-
gsb_feature_event_display.module | 32 ++-
gsb_feature_event_display.views_default.inc | 295 ++++++++++++----------------
3 files changed, 157 insertions(+), 182 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5667 fix sort criteria for upcoming events
gsb_feature_event_display.views_default.inc | 31 +++++++++++++++++++----------
1 file changed, 20 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5444 Fixing merge conflicts
view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5444: update event main list display settings.
gsb_feature_event_display.module | 4 +
gsb_feature_event_display.views_default.inc | 133 ++++++++++++++++++++++++++--
2 files changed, 128 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5532 Removed Admission Events to it's own feature
gsb_feature_event_display.info | 1 -
gsb_feature_event_display.views_default.inc | 429 +---------------------------
2 files changed, 5 insertions(+), 425 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5576 Moving panelizer from display to here
gsb_feature_event_display.info | 7 -
gsb_feature_event_display.panelizer.inc | 154 -----
gsb_feature_event_display.strongarm.inc | 1070 -------------------------------
3 files changed, 1231 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5532 Removed Admission Events to it's own feature
gsb_feature_event_display.info | 1 -
gsb_feature_event_display.views_default.inc | 429 +---------------------------
2 files changed, 5 insertions(+), 425 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5576 Changed panelizer to use new mini panel event_contacts
gsb_feature_event_display.panelizer.inc | 80 ++++-----------------------------
1 file changed, 8 insertions(+), 72 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5435 fixed a bug for main event list view
gsb_feature_event_display.info | 2 +-
gsb_feature_event_display.module | 6 +-
gsb_feature_event_display.views_default.inc | 371 +++++++++++++++++++---------
3 files changed, 265 insertions(+), 114 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5435 fixed a bug for main event list view
gsb_feature_event_display.info | 2 +-
gsb_feature_event_display.module | 6 +-
gsb_feature_event_display.views_default.inc | 371 +++++++++++++++++++---------
3 files changed, 265 insertions(+), 114 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5563 Added Contact fields to sidebar
gsb_feature_event_display.info | 1 +
gsb_feature_event_display.panelizer.inc | 107 +++++++++++++++++++++++++++++---
gsb_feature_event_display.strongarm.inc | 7 +++
3 files changed, 106 insertions(+), 9 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5435 Added Main events list to GSB Event
gsb_feature_event_display.features.inc | 16 -
gsb_feature_event_display.info | 3 +-
gsb_feature_event_display.panelizer.inc | 15 +-
gsb_feature_event_display.views_default.inc | 622 +++++++++++++++++++++++-----
4 files changed, 520 insertions(+), 136 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5424 remove view all events
gsb_feature_event_display.views_default.inc | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 8 months ago author: Adam Moore, 1 year, 8 months ago
Upgrade date_ical to version 3.4
gsb_feature_event_display.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Adam Moore, 1 year, 10 months ago
WP-4980: Upgrade full calendar module.
gsb_feature_event_display.make | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4955 Removed AddThis pane from Event CT display
gsb_feature_event_display.panelizer.inc | 56 +++------------------------------
1 file changed, 5 insertions(+), 51 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago
Upgrade Date ical module.
gsb_feature_event_display.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4810: change day date format on listing.
gsb_feature_event_display.info | 2 +-
gsb_feature_event_display.views_default.inc | 26 +++++++++++++-------------
2 files changed, 14 insertions(+), 14 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 rename and recat items
gsb_feature_event_display.views_default.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 recat items - Events:Multiple Criteria
gsb_feature_event_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 recat items - Events
gsb_feature_event_display.views_default.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago
WP-4725: Add keyword as an exposed paramater so the view can be filtered by it.
gsb_feature_event_display.info | 5 +-
gsb_feature_event_display.views_default.inc | 92 ++++++++++++++++++++++-------
2 files changed, 75 insertions(+), 22 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4688 add keyword field to events cp
gsb_feature_event_display.views_default.inc | 50 +++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 rename items - events listing
gsb_feature_event_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 rename items - events calendar
gsb_feature_event_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 update admin title for events view
gsb_feature_event_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4604 rename and reassign - homepage events
gsb_feature_event_display.views_default.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 rename items - events listing
gsb_feature_event_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 rename items - events calendar
gsb_feature_event_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 update admin title for events view
gsb_feature_event_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4600 Added distinct for the gsb-event view
gsb_feature_event_display.views_default.inc | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Remove panopoly items.
gsb_feature_event_display.install | 18 ------------------
gsb_feature_event_display.strongarm.inc | 2 --
2 files changed, 20 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
Changing from gpcb_maps_parking_info_more to Image CTA: Get Directions etc
gsb_feature_event_display.panelizer.inc | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago
Fix changed url for full calendar.
gsb_feature_event_display.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago
Full calendar changed urls.
gsb_feature_event_display.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago
WP-4155 update region of interest label in view
gsb_feature_event_display.info | 4 ++--
gsb_feature_event_display.views_default.inc | 25 +++++++++++++------------
2 files changed, 15 insertions(+), 14 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 7 months ago author: Roopesh Naik, 2 years, 7 months ago
WP-3674 add SIGM and ignite to filters
gsb_feature_event_display.info | 4 +-
gsb_feature_event_display.views_default.inc | 177 +++++++++++++++++++++++++++-
2 files changed, 176 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3632: update front page upcoming event markup.
gsb_feature_event_display.views_default.inc | 22 +++++++++-------------
1 file changed, 9 insertions(+), 13 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 9 months ago author: Roopesh Naik, 2 years, 9 months ago
WP-3366 events fix
gsb_feature_event_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3188: Fix missing data body.
gsb_feature_event_display.info | 2 +-
gsb_feature_event_display.views_default.inc | 44 ++++++++++++-----------------
2 files changed, 19 insertions(+), 27 deletions(-)

view commit - committer: Tim Plunkett, 3 years ago author: Tim Plunkett, 3 years ago
WP-2650: Remove custom exposed filter code.
gsb_feature_event_display.module | 19 -------------------
1 file changed, 19 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Adam Moore, 3 years, 1 month ago
Upgrade date ical to version 2.13.
gsb_feature_event_display.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: hgupta, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2416: changed the order and reduced the no. of events displayed
gsb_feature_event_display.views_default.inc | 34 ++++++++++++++---------------
1 file changed, 17 insertions(+), 17 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2261 Added target audience and event series as exposed filters
gsb_feature_event_display.info | 2 +-
gsb_feature_event_display.views_default.inc | 90 ++++++++++++++++++++++++++++-
2 files changed, 90 insertions(+), 2 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: adam, 3 years, 2 months ago
Use the correct url for iCalcreator.
gsb_feature_event_display.make | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
WP-2238: Remove 'all' term from target audience.
gsb_feature_event_display.views_default.inc | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
WP-2240: Remove the BI topic and region exposed filters.
gsb_feature_event_display.views_default.inc | 90 -----------------------------
1 file changed, 90 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2215 Changes to the view to remove duplicates on the home/front page
gsb_feature_event_display.views_default.inc | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_event_display.features.inc | 9 ++++-----
gsb_feature_event_display.info | 3 +--
gsb_feature_event_display.views_default.inc | 10 +++++-----
3 files changed, 10 insertions(+), 12 deletions(-)

view commit - committer: Roopesh Naik, 3 years, 3 months ago author: Roopesh Naik, 3 years, 3 months ago
WP-2118 Added Ignite and SIGM Admission departments
gsb_feature_event_display.views_default.inc | 206 ++++++++++++++++++++++++++++
1 file changed, 206 insertions(+)

view commit - committer: Roopesh Naik, 3 years, 3 months ago author: Roopesh Naik, 3 years, 3 months ago
Removed the console.log
js/gsb_feature_event_display.views.js | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2045 Added 'alumni' and 'student' to audience filter for home page upcoming events.
gsb_feature_event_display.views_default.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: adam, 3 years, 3 months ago author: Roopesh Naik, 3 years, 3 months ago
WP-2042 Fix the Event calendar filters
js/gsb_feature_event_display.views.js | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)

view commit - committer: adam, 3 years, 3 months ago author: Roopesh Naik, 3 years, 3 months ago
WP-1998 Fix the admission events in events calendar view
gsb_feature_event_display.views_default.inc | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2045 Added 'alumni' and 'student' to audience filter for home page upcoming events.
gsb_feature_event_display.views_default.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 3 years, 3 months ago author: Roopesh Naik, 3 years, 3 months ago
WP-2042 Fix the Event calendar filters
js/gsb_feature_event_display.views.js | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)

view commit - committer: Roopesh Naik, 3 years, 3 months ago author: Roopesh Naik, 3 years, 3 months ago
WP-1998 Fix the admission events in events calendar view
gsb_feature_event_display.views_default.inc | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Greg Mercer, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
Update gsb_feature_event_display.info
gsb_feature_event_display.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Adam Moore, 3 years, 4 months ago
Upgrade date_ical module.
gsb_feature_event_display.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 4 months ago author: Greg Mercer (GBear), 3 years, 4 months ago
WPBQA-375 Added the Target Audience select for the Upcoming Events view
gsb_feature_event_display.info | 4 +-
gsb_feature_event_display.views_default.inc | 80 +++++++++++++++++++++++++++--
2 files changed, 78 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
WPBQA-375 As part of jira issue, Susan has asked that we hide the Search field.
gsb_feature_event_display.module | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-373 Changed wording for select/unselect links
js/gsb_feature_event_display.views.js | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Adam Moore, 3 years, 5 months ago
Remove email and add compact buttons to addthis.
gsb_feature_event_display.panelizer.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-312 Added attach for js
gsb_feature_event_display.module | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-312 Added code to handle changing the text of bef-based select links
js/gsb_feature_event_display.views.js | 176 +++++++++++++++++++++++++++++++++-
1 file changed, 175 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-211 Removing prefix for the 'Filter by'. Now handling in the .tpl
gsb_feature_event_display.module | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-326 Changed location to -not- sortable.
gsb_feature_event_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-321 Changed time formatting for the calendar display mode
gsb_feature_event_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Adam Moore, 3 years, 5 months ago
Upgrade date ical from 2.8 to 2.9
gsb_feature_event_display.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 5 months ago author: Alexei Gorobets, 3 years, 5 months ago
WP-1938: Add academic calendars to Events listings.
gsb_feature_event_display.module | 2 +-
gsb_feature_event_display.views_default.inc | 12 +++++++-----
2 files changed, 8 insertions(+), 6 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 5 months ago author: Alexei Gorobets, 3 years, 5 months ago
WPBQA-211: Add Filter by prefix to Admission Events filters.
gsb_feature_event_display.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
WP-1939 Add the 'off-campus' option for exposed filter.
gsb_feature_event_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WP-1892 Adding back some changes lost in last commit.
gsb_feature_event_display.views_default.inc | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WP-1892 Reducing the regions to just the top level
gsb_feature_event_display.views_default.inc | 33 ++++++++++++++++++++++-------
1 file changed, 25 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Tim Plunkett, 3 years, 6 months ago
WP-1868: Only show top-level region.
gsb_feature_event_display.views_default.inc | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Alexei Gorobets, 3 years, 6 months ago
WPBQA-211: Change events category filter label.
gsb_feature_event_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Alexei Gorobets, 3 years, 6 months ago
WPBQA-253: Fix department exposed filter not applied when submitting the form with AJAX.
gsb_feature_event_display.module | 14 ++++++++++----
gsb_feature_event_display.views_default.inc | 13 ++++++++-----
2 files changed, 18 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WP-1892 Changed the exposed filters used for the event list view
gsb_feature_event_display.views_default.inc | 64 ++++++++++++++++++-----------
1 file changed, 41 insertions(+), 23 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WP-1920 Reducing the list of event department filters
gsb_feature_event_display.info | 2 +-
gsb_feature_event_display.views_default.inc | 26 +++++++++++++++++++++++---
2 files changed, 24 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WPBQA-231 Changed event frontpage and upcoming views
gsb_feature_event_display.info | 2 +-
gsb_feature_event_display.strongarm.inc | 2 +-
gsb_feature_event_display.views_default.inc | 24 ++++++++++++++++++++++++
3 files changed, 26 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
removing event_allowed_layouts
gsb_feature_event_display.info | 10 +---------
gsb_feature_event_display.strongarm.inc | 7 -------
2 files changed, 1 insertion(+), 16 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
Changing the title used in "Content Panes"
gsb_feature_event_display.info | 7 +++++++
gsb_feature_event_display.views_default.inc | 1 +
2 files changed, 8 insertions(+)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1602: move featured functionality to event_ct from event_display
gsb_feature_event_display.ds.inc | 100 ----------------------------
gsb_feature_event_display.features.inc | 4 --
gsb_feature_event_display.info | 3 -
gsb_feature_event_display.strongarm.inc | 5 --
gsb_feature_event_display.views_default.inc | 20 +++---
5 files changed, 10 insertions(+), 122 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Featured event UPDATE2.
gsb_feature_event_display.ds.inc | 103 +++++++++++++++++++++++++++++++++++++++
1 file changed, 103 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Featured event UPDATE.
gsb_feature_event_display.features.inc | 4 ++++
gsb_feature_event_display.info | 6 ++++--
gsb_feature_event_display.views_default.inc | 21 ++++++++++-----------
images/GSB_event_calendar.png | Bin
images/GSB_event_frontpage.png | Bin
images/GSB_event_listing.png | Bin
6 files changed, 18 insertions(+), 13 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
WP-1202: Use correct tids for event category.
gsb_feature_event_display.views_default.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
wp-1575 Adding in new preview icons
gsb_feature_event_display.module | 3 +++
images/GSB_event_calendar.png | Bin 0 -> 114720 bytes
images/GSB_event_frontpage.png | Bin 0 -> 163721 bytes
images/GSB_event_listing.png | Bin 0 -> 74199 bytes
4 files changed, 3 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
WP-1539: Switch admission events to european date format.
gsb_feature_event_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
wp-1575 Adding in new preview icons
gsb_feature_event_display.info | 1 +
gsb_feature_event_display.module | 13 +++++++++++++
images/upcoming-events.png | Bin 0 -> 63720 bytes
3 files changed, 14 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
Changes to the pane_category as part of WP-1575
gsb_feature_event_display.views_default.inc | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
Changes to the pane_category as part of WP-1575
gsb_feature_event_display.views_default.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
Fix tablesort for admission events.
gsb_feature_event_display.module | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
Add extra classes to admission events for theming.
gsb_feature_event_display.module | 11 +++++++++++
js/gsb_feature_event_display.views.js | 16 +++++++++++++---
2 files changed, 24 insertions(+), 3 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
WP-1526: Restore click sort on admission calendar.
gsb_feature_event_display.views_default.inc | 40 ++++++++++++++---------------
1 file changed, 20 insertions(+), 20 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
WP-1526: Remove obsolete page displays.
gsb_feature_event_display.info | 4 -
gsb_feature_event_display.pages_default.inc | 451 ----------------------------
gsb_feature_event_display.views_default.inc | 22 +-
3 files changed, 10 insertions(+), 467 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
WP-1526: Add JS and form_alter to add tabs to the view.
gsb_feature_event_display.module | 10 +
gsb_feature_event_display.views_default.inc | 331 ++++------------------------
js/gsb_feature_event_display.views.js | 35 +++
3 files changed, 83 insertions(+), 293 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
WP-1526: Add filters to a new content pane (first pass).
gsb_feature_event_display.pages_default.inc | 20 ++-
gsb_feature_event_display.views_default.inc | 183 +++++++++++++++++++++++++++-
2 files changed, 198 insertions(+), 5 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
Reduce duplicates on event filtering.
gsb_feature_event_display.views_default.inc | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
WP-1606: Alter and/or for event facets.
gsb_feature_event_display.views_default.inc | 24 ++++++++----------------
1 file changed, 8 insertions(+), 16 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
WP-1535: Region should come before location.
gsb_feature_event_display.views_default.inc | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
WP-1540: Show only start date for admission events.
gsb_feature_event_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
Use ajax on admissions load more.
gsb_feature_event_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
WP-1528: Remove link from region.
gsb_feature_event_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
WP-1564: Add show more to admission events.
gsb_feature_event_display.views_default.inc | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

view commit - committer: 32i, 3 years, 7 months ago author: 32i, 3 years, 7 months ago
wp-1142 add additional calendars block to events page; change event pages layout to two-column;
gsb_feature_event_display.info | 2 +-
gsb_feature_event_display.views_default.inc | 10 ++++++++--
2 files changed, 9 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Update date_ical module.
gsb_feature_event_display.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
Tweak settings to get exposed filters.
gsb_feature_event_display.pages_default.inc | 48 +++++++++++-----
gsb_feature_event_display.views_default.inc | 86 +++++++++++++++++++++++++++++
2 files changed, 121 insertions(+), 13 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
Export what was clicked together for admission events
gsb_feature_event_display.features.inc | 4 +
gsb_feature_event_display.info | 8 +-
gsb_feature_event_display.pages_default.inc | 417 ++++++++++++++++++++++++++++
gsb_feature_event_display.views_default.inc | 302 ++++++++++++++++++++
4 files changed, 730 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Add ctools access plugin to check city field. Add Get Directions pane to show up on events in Palo Alto and Stanford.
gsb_feature_event_display.info | 2 +-
gsb_feature_event_display.module | 9 ++++++
gsb_feature_event_display.panelizer.inc | 41 ++++++++++++++++++++++++++
plugins/access/city.inc | 51 +++++++++++++++++++++++++++++++++
4 files changed, 102 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 8 months ago author: Greg Mercer, 3 years, 8 months ago
Changes related to new wysiwyg
gsb_feature_event_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 8 months ago author: Greg Mercer, 3 years, 8 months ago
Update gsb_feature_event_display.views_default.inc
gsb_feature_event_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Move events pages to gsb_panel_pages module.
gsb_feature_event_display.features.inc | 4 -
gsb_feature_event_display.info | 3 -
gsb_feature_event_display.pages_default.inc | 236 ----------------------------
3 files changed, 243 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Add filters.
gsb_feature_event_display.views_default.inc | 104 +++++++++++++++++++++++++++-
1 file changed, 102 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Add basic MBA Admissions view.
gsb_feature_event_display.info | 1 +
gsb_feature_event_display.views_default.inc | 62 +++++++++++++++++++++++++++++
2 files changed, 63 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Add a link to Events and filter by target audience and event category.
gsb_feature_event_display.views_default.inc | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Fix calendar filter.
gsb_feature_event_display.views_default.inc | 113 ++++++++++++++++++++++++++++
1 file changed, 113 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Fix frontpage event listing.
gsb_feature_event_display.views_default.inc | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Events: add sort for time on front upcoming.
gsb_feature_event_display.views_default.inc | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
WP-1212: Switch listing to say Back to the Top.
gsb_feature_event_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Update the homepage events view display.
gsb_feature_event_display.views_default.inc | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Add pane titles to event calendar.
gsb_feature_event_display.pages_default.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Use upcoming event mode with upcoming display.
gsb_feature_event_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Fix view mode for upcoming events.
gsb_feature_event_display.module | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Improve the exposed event search.
gsb_feature_event_display.module | 31 +++++++++++++++++++++++++++++
gsb_feature_event_display.views_default.inc | 4 +++-
2 files changed, 34 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Switch event listing to a new view mode.
gsb_feature_event_display.info | 1 +
gsb_feature_event_display.module | 10 ++++++++++
gsb_feature_event_display.pages_default.inc | 9 ++++++---
gsb_feature_event_display.views_default.inc | 2 ++
4 files changed, 19 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
moving addthis to the header
gsb_feature_event_display.info | 2 +-
gsb_feature_event_display.panelizer.inc | 57 +++++++++++++++++++++++++++++++--
2 files changed, 56 insertions(+), 3 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Add search field to view.
gsb_feature_event_display.views_default.inc | 32 ++++++++++++++---------------
1 file changed, 16 insertions(+), 16 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Add per-term filtering of event listing.
gsb_feature_event_display.pages_default.inc | 11 +++++++++--
gsb_feature_event_display.views_default.inc | 22 ++++++++++++++++++++++
2 files changed, 31 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Make Upcoming Events pane title link to the view.
gsb_feature_event_display.views_default.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Simplify the pane config of upcoming events.
gsb_feature_event_display.views_default.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Add View All Events link.
gsb_feature_event_display.views_default.inc | 10 ++++++++++
1 file changed, 10 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Add select All links and bump listing length to 20.
gsb_feature_event_display.views_default.inc | 31 +++++++++++++++++++++--------
1 file changed, 23 insertions(+), 8 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Add panelizer settings.
gsb_feature_event_display.info | 5 +
gsb_feature_event_display.strongarm.inc | 991 ++++++++++++++++++++++++++++++++
2 files changed, 996 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Fix panelizing of events.
gsb_feature_event_display.css | 7 +++
gsb_feature_event_display.info | 2 +
gsb_feature_event_display.panelizer.inc | 6 +--
gsb_feature_event_display.strongarm.inc | 86 +++++++++++++++++++++++++++++++++
4 files changed, 98 insertions(+), 3 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Manually set the event category tids to what is on production.
gsb_feature_event_display.views_default.inc | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Fix exposed filters on calendar.
gsb_feature_event_display.views_default.inc | 298 +++++-----------------------
1 file changed, 54 insertions(+), 244 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Fix layout for calendar.
gsb_feature_event_display.pages_default.inc | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Update event listing.
gsb_feature_event_display.pages_default.inc | 9 ++++++---
gsb_feature_event_display.views_default.inc | 29 +++++++++++++++++++++++++++++
2 files changed, 35 insertions(+), 3 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Panelize event.
gsb_feature_event_display.features.inc | 4 ++
gsb_feature_event_display.info | 3 ++
gsb_feature_event_display.panelizer.inc | 79 +++++++++++++++++++++++++++++++++
3 files changed, 86 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Add views load more.
gsb_feature_event_display.info | 1 +
gsb_feature_event_display.views_default.inc | 8 +++++++-
2 files changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Replace the sidebar view with a properly configured 'upcoming events' view.
gsb_feature_event_display.views_default.inc | 129 ++++++----------------------
1 file changed, 26 insertions(+), 103 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
WP-876: Fix sidebar event listing.
gsb_feature_event_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Update view display for homepage events.
gsb_feature_event_display.views_default.inc | 63 +++++++++++++++++++++++++++++
1 file changed, 63 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Update the filters output.
gsb_feature_event_display.views_default.inc | 81 ++++++++++++++++-------------
1 file changed, 44 insertions(+), 37 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Update the layout that calendar and event list use.
gsb_feature_event_display.pages_default.inc | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Try to restore the event calendar functionality.
gsb_feature_event_display.features.inc | 12 +-
gsb_feature_event_display.info | 1 +
gsb_feature_event_display.pages_default.inc | 6 +-
gsb_feature_event_display.views_default.inc | 235 ++++++++++++++++++++++------
4 files changed, 194 insertions(+), 60 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Add in event pages.
gsb_feature_event_display.features.inc | 4 +
gsb_feature_event_display.info | 6 +
gsb_feature_event_display.make | 9 ++
gsb_feature_event_display.pages_default.inc | 217 ++++++++++++++++++++++++++++
gsb_feature_event_display.strongarm.inc | 21 +++
gsb_feature_event_display.views_default.inc | 39 ++++-
6 files changed, 294 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Update date_ical to version 2.6
gsb_feature_event_display.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alex Scutaru, 3 years, 9 months ago author: Alex Scutaru, 3 years, 9 months ago
remove search_api dependence
gsb_feature_event_display.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Remove flag support for now.
gsb_feature_event_display.features.inc | 46 ----------------------------------
gsb_feature_event_display.info | 3 ---
gsb_feature_event_display.make | 3 ---
3 files changed, 52 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Update changed field names.
gsb_feature_event_display.views_default.inc | 48 +++++++++--------------------
1 file changed, 14 insertions(+), 34 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Add iCal link for events.
gsb_feature_event_display.module | 44 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Update the event view with changes from demo-day.
gsb_feature_event_display.pages_default.inc | 8 +-
gsb_feature_event_display.views_default.inc | 155 ++++++++++++++++++++++++++--
2 files changed, 148 insertions(+), 15 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Adjust to the new vocabulary.
gsb_feature_event_display.views_default.inc | 112 +++++++---------------------
1 file changed, 28 insertions(+), 84 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Add make file.
gsb_feature_event_display.make | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Add better exposed filters.
gsb_feature_event_display.info | 1 +
gsb_feature_event_display.views_default.inc | 279 +++++++++++++---------------
2 files changed, 132 insertions(+), 148 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Fix exposed filters.
gsb_feature_event_display.features.inc | 2 +-
gsb_feature_event_display.views_default.inc | 121 +++++-----------------------
2 files changed, 23 insertions(+), 100 deletions(-)

view commit - committer: Johnny Kartakov, 3 years, 9 months ago author: Johnny Kartakov, 3 years, 9 months ago
remove search_api
gsb_feature_event_display.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
changes in the event view "front page" for Kirill
gsb_feature_event_display.features.inc | 2 +-
gsb_feature_event_display.info | 2 +-
gsb_feature_event_display.views_default.inc | 38 +++++++++++++++++++++++++++++
3 files changed, 40 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 10 months ago author: Tim Plunkett, 3 years, 10 months ago
Add empty text to the non-calendar event views.
gsb_feature_event_display.views_default.inc | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 10 months ago author: Tim Plunkett, 3 years, 10 months ago
Add event pages.
gsb_feature_event_display.features.inc | 4 +
gsb_feature_event_display.info | 7 +-
gsb_feature_event_display.pages_default.inc | 217 ++++++++++++++++++++++++++++
gsb_feature_event_display.strongarm.inc | 21 +++
gsb_feature_event_display.views_default.inc | 45 ++++++
5 files changed, 293 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Rename image styles to the new names.
gsb_feature_event_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
adding in the promote flag for events
gsb_feature_event_display.features.inc | 46 ++++++++++++++++++++++++++++++++++
gsb_feature_event_display.info | 4 ++-
2 files changed, 49 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
removed the flag, to put it in a seperate module
gsb_feature_event_display.features.inc | 46 ----------------------------------
gsb_feature_event_display.info | 4 +--
2 files changed, 1 insertion(+), 49 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
Increased the display length for the event body when used in the view
gsb_feature_event_display.info | 2 +-
gsb_feature_event_display.views_default.inc | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
Added new image display
gsb_feature_event_display.features.inc | 22 ++++++++++++++++++++++
gsb_feature_event_display.info | 3 ++-
gsb_feature_event_display.views_default.inc | 5 ++++-
3 files changed, 28 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
More small changes to the event view
gsb_feature_event_display.info | 2 +-
gsb_feature_event_display.views_default.inc | 137 +++++++++++++++++++++++++++-
2 files changed, 137 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
Trying to add back the address field in the event view
gsb_feature_event_display.info | 2 +-
gsb_feature_event_display.views_default.inc | 31 ++++++++++++-----------------
2 files changed, 14 insertions(+), 19 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
Adding back city and state fields. Look like they were lost in the last feature create
gsb_feature_event_display.views_default.inc | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 10 months ago author: Greg Mercer (GBear), 3 years, 10 months ago
Updated the Events view - not finalized, but using existing taxonomies
gsb_feature_event_display.info | 5 +-
gsb_feature_event_display.views_default.inc | 85 ++++++++++++-----------------
2 files changed, 37 insertions(+), 53 deletions(-)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Move the menu variables to the content type.
gsb_feature_event_display.info | 2 --
gsb_feature_event_display.strongarm.inc | 30 ------------------------------
2 files changed, 32 deletions(-)

view commit - committer: Adam Moore, 3 years, 10 months ago author: Adam Moore, 3 years, 10 months ago
Break out view and flag handling into it's own module.
README.md | 4 +
gsb_feature_event_display.features.inc | 99 +++++++
gsb_feature_event_display.info | 26 ++
gsb_feature_event_display.install | 18 ++
gsb_feature_event_display.make | 11 +
gsb_feature_event_display.module | 39 +++
gsb_feature_event_display.strongarm.inc | 30 +++
gsb_feature_event_display.views_default.inc | 391 ++++++++++++++++++++++++++++
8 files changed, 618 insertions(+)

===========================================
./gsb_feature_base_fields
===========================================
view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago
WP-7662 Changing values for Rank used by the Faculty CT
gsb_feature_base_fields.features.field_base.inc | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer (GBear), 3 months ago
WP-7662 Changing values for Rank used by the Faculty CT
gsb_feature_base_fields.features.field_base.inc | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: GitHub, 3 months ago author: Greg Mercer, 3 months ago
WP-7668 Changed label for time_commitment taxonomy
gsb_feature_base_fields.features.taxonomy.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 4 months ago author: Ayuta Padhi, 4 months ago
WP-7645 Added seed_region field for seed coach ct
gsb_feature_base_fields.features.field_base.inc | 61 +++++++----------
gsb_feature_base_fields.features.taxonomy.inc | 8 +++
gsb_feature_base_fields.info | 17 ++++-
gsb_feature_base_fields.strongarm.inc | 91 +++++++++++++++++++++++++
4 files changed, 141 insertions(+), 36 deletions(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Greg Mercer (GBear), 5 months ago
WP-7556 Added new option for publication_type - "Core Concept"
gsb_feature_base_fields.features.field_base.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago
WP-7511: add new field to faculty director fc.
gsb_feature_base_fields.ds.inc | 4 ++-
...feature_base_fields.features.field_instance.inc | 2 +-
gsb_feature_base_fields.field_group.inc | 2 +-
gsb_feature_base_fields.info | 1 -
gsb_feature_base_fields.strongarm.inc | 36 ++++++++++++++++++++--
5 files changed, 39 insertions(+), 6 deletions(-)

view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago
WP-7434 Added stackla_name field
gsb_feature_base_fields.features.field_base.inc | 41 +++++++++++++------------
gsb_feature_base_fields.info | 2 +-
2 files changed, 23 insertions(+), 20 deletions(-)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7403 Added default images for the faculty_1, faculty_2 and guest program faculty fields
gsb_feature_base_fields.features.field_instance.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 7 months ago author: Greg Mercer, 7 months ago
WP-7291Changed default_image fid to match production.
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: hgupta, 7 months ago author: hgupta, 7 months ago
WP-7296: making field template to expert
gsb_feature_base_fields.ds.inc | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 7 months ago author: Greg Mercer, 7 months ago
WP-7227 Trying a bit of an experiment to see if I can refer to an existing default image fid on stage.
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
WP-7283 Removing field field_stackla_display, which is no longer in use.
gsb_feature_base_fields.features.field_base.inc | 15 ---------------
gsb_feature_base_fields.info | 1 -
2 files changed, 16 deletions(-)

view commit - committer: Greg Mercer, 7 months ago author: Greg Mercer, 7 months ago
Removing dependencies[] = stackla_field
gsb_feature_base_fields.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Ayuta Padhi, 7 months ago
WP-7065 Added stackla embed code field
gsb_feature_base_fields.features.field_base.inc | 19 +++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 20 insertions(+)

view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago
WP-7065 Added stackla embed code field
gsb_feature_base_fields.features.field_base.inc | 19 +++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 20 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7147 Adding Slideshow style (color) field and field instance
gsb_feature_base_fields.features.field_base.inc | 29 ++++++++++++
...feature_base_fields.features.field_instance.inc | 53 ++++++++++++++++++++++
gsb_feature_base_fields.info | 2 +
3 files changed, 84 insertions(+)

view commit - committer: Roopesh Naik, 8 months ago author: Roopesh Naik, 8 months ago
WP-7175 add new fields for quote
gsb_feature_base_fields.features.field_base.inc | 57 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 6 ++-
2 files changed, 61 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7148 Added new slideshow option for Hero Region
gsb_feature_base_fields.features.field_base.inc | 1 +
gsb_feature_base_fields.info | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Ayuta Padhi, 8 months ago
WP-7065 added stackla base field
gsb_feature_base_fields.features.field_base.inc | 15 +++
gsb_feature_base_fields.info | 2 +
gsb_feature_base_fields.strongarm.inc | 120 +-----------------------
3 files changed, 22 insertions(+), 115 deletions(-)

view commit - committer: Ayuta Padhi, 8 months ago author: Ayuta Padhi, 8 months ago
WP-7065 added stackla base field
gsb_feature_base_fields.features.field_base.inc | 15 +++
gsb_feature_base_fields.info | 2 +
gsb_feature_base_fields.strongarm.inc | 120 +-----------------------
3 files changed, 22 insertions(+), 115 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7043 Changed field template to be theme_ds_field_reset
gsb_feature_base_fields.ds.inc | 8 +-------
gsb_feature_base_fields.info | 2 +-
2 files changed, 2 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7058 Added new field_hero_region_options
gsb_feature_base_fields.features.field_base.inc | 25 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 5 +++--
2 files changed, 28 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer (GBear), 9 months ago
WP-6961 Changed image fields to have alt text option
gsb_feature_base_fields.features.field_instance.inc | 8 ++++----
gsb_feature_base_fields.info | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6906: export field bundle settings for application deadline field collection.
...feature_base_fields.features.field_instance.inc | 2 +-
gsb_feature_base_fields.info | 1 +
gsb_feature_base_fields.strongarm.inc | 35 ++++++++++++++++++++++
3 files changed, 37 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer (GBear), 9 months ago
WP-6882 Added new base field field_program_category_unlimited
gsb_feature_base_fields.features.field_base.inc | 26 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 27 insertions(+)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer (GBear), 9 months ago
WP-6882 Added new base field field_program_category_unlimited
gsb_feature_base_fields.features.field_base.inc | 26 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 27 insertions(+)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
Update gsb_feature_base_fields.features.field_instance.inc
gsb_feature_base_fields.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Greg Mercer (GBear), 9 months ago
WP-6869 Changing weighting of title and body under phd_job_market_candidate view mode
gsb_feature_base_fields.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
A tinsie winsie change for the Video Description label.
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6800 Adding new base field for field_brochure_program_topics
gsb_feature_base_fields.features.field_base.inc | 26 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 3 ++-
2 files changed, 28 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6777 Changed label to Title under Guest Speaker or Advisors vtab
gsb_feature_base_fields.features.field_instance.inc | 2 +-
gsb_feature_base_fields.info | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6781 Added new base field field_sample_application_file
gsb_feature_base_fields.features.field_base.inc | 23 +++++++++++++++++++++++
gsb_feature_base_fields.info | 3 ++-
2 files changed, 25 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6740 Added new base field field_program_contact_options
gsb_feature_base_fields.features.field_base.inc | 25 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 3 ++-
2 files changed, 27 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6727 Changing to have no default for field_program_location tax ref radio button fields
gsb_feature_base_fields.features.field_instance.inc | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6719 Changed to have no default date for schedule used in Program Instance
gsb_feature_base_fields.features.field_instance.inc | 2 +-
gsb_feature_base_fields.info | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6679 Removed base field field_app_requirements_intro
gsb_feature_base_fields.features.field_base.inc | 19 -------------------
gsb_feature_base_fields.info | 1 -
2 files changed, 20 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6688 Adding new base field field_display_on_finder_select
gsb_feature_base_fields.features.field_base.inc | 25 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 5 +++--
2 files changed, 28 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6699: update the faculty link settings.
gsb_feature_base_fields.features.field_instance.inc | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6631 Removing base fields field_learn_more_video_title and field_video_description
gsb_feature_base_fields.features.field_base.inc | 40 -------------------------
gsb_feature_base_fields.info | 4 +--
2 files changed, 1 insertion(+), 43 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6675 Correcting taxonomy for key_program_topic
gsb_feature_base_fields.features.field_base.inc | 2 +-
gsb_feature_base_fields.info | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6667 Added new base fields field_edit_curriculum_page, field_edit_faculty_page and field_edit_participants_page
gsb_feature_base_fields.features.field_base.inc | 63 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 5 +-
2 files changed, 67 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6592 Removed base field field_additional_page_prefix, and some small text changes
gsb_feature_base_fields.features.field_base.inc | 29 +++----------------------
gsb_feature_base_fields.info | 1 -
2 files changed, 3 insertions(+), 27 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6592 Adding new base field - field_brochure_options
gsb_feature_base_fields.features.field_base.inc | 27 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 5 +++--
2 files changed, 30 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6505: export ds settings for faculty field collections.
gsb_feature_base_fields.ds.inc | 413 +++++++++++++++++++++
...feature_base_fields.features.field_instance.inc | 213 +++++------
gsb_feature_base_fields.features.inc | 3 +
gsb_feature_base_fields.field_group.inc | 227 +++++++++++
gsb_feature_base_fields.info | 18 +
gsb_feature_base_fields.strongarm.inc | 96 ++++-
6 files changed, 847 insertions(+), 123 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6576 Added new base fields for the program_category taxonomy
...feature_base_fields.features.field_instance.inc | 419 ---------------------
gsb_feature_base_fields.info | 8 +-
2 files changed, 4 insertions(+), 423 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Greg Mercer (GBear), 10 months ago
WP-6576 Added new base fields for the program_category taxonomy
gsb_feature_base_fields.features.field_base.inc | 87 +++++
...feature_base_fields.features.field_instance.inc | 419 +++++++++++++++++++++
gsb_feature_base_fields.info | 10 +-
gsb_feature_base_fields.strongarm.inc | 24 +-
4 files changed, 538 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Removing the description field from faculty1 faculty2 and guest field collections
...feature_base_fields.features.field_instance.inc | 327 ---------------------
gsb_feature_base_fields.info | 3 -
2 files changed, 330 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Added new intro base fields: field_app_requirements_intro, field_key_benefits_intro, field_overview_intro
gsb_feature_base_fields.features.field_base.inc | 43 +++++++++++++++-------
...feature_base_fields.features.field_instance.inc | 25 ++++++++++---
gsb_feature_base_fields.info | 5 ++-
3 files changed, 51 insertions(+), 22 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Added new field field_director_title_other to the field_faculty_directors fc
gsb_feature_base_fields.features.field_base.inc | 21 ++++
...feature_base_fields.features.field_instance.inc | 119 +++++++++++++++++++--
gsb_feature_base_fields.info | 2 +
3 files changed, 136 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Changed from using field_person_ref to field_person_fac_single_ref for the Program Instance field collections
...feature_base_fields.features.field_instance.inc | 82 +++++++++++-----------
gsb_feature_base_fields.info | 10 +--
gsb_feature_base_fields.strongarm.inc | 8 +--
3 files changed, 50 insertions(+), 50 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Added base fields for the Faculty Directors, Guest and Advisors in Program Instance
gsb_feature_base_fields.features.field_base.inc | 291 +++
...feature_base_fields.features.field_instance.inc | 2482 +++++++++++++++++++-
gsb_feature_base_fields.info | 46 +
gsb_feature_base_fields.strongarm.inc | 68 +
4 files changed, 2786 insertions(+), 101 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Added two new markup prefix fields for labeling on the Program CT
gsb_feature_base_fields.features.field_base.inc | 42 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 2 ++
2 files changed, 44 insertions(+)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Adding new base field field_image_or_video
gsb_feature_base_fields.features.field_base.inc | 25 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 3 ++-
2 files changed, 27 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6567 Adding and removing base fields for Program and Program Instance
gsb_feature_base_fields.features.field_base.inc | 140 ++++++++++++++-------
...feature_base_fields.features.field_instance.inc | 19 ++-
gsb_feature_base_fields.info | 8 +-
3 files changed, 115 insertions(+), 52 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6489 Changed field_instance_date to use site timezone, and have hour/minute info
gsb_feature_base_fields.features.field_base.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6494 Added new field field_prequalification_url for Program Instance CT
gsb_feature_base_fields.features.field_base.inc | 33 +++++++++++++++++++++++--
gsb_feature_base_fields.info | 3 ++-
2 files changed, 33 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6537 Adding new fields field_curriculum_intro _description_1 and _description_2
gsb_feature_base_fields.features.field_base.inc | 57 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 5 ++-
2 files changed, 61 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6498 Added new fields field_overview, field_page_link and fc field_additional_pages
gsb_feature_base_fields.features.field_base.inc | 95 ++++++++++++++++++-------
gsb_feature_base_fields.info | 4 +-
gsb_feature_base_fields.strongarm.inc | 24 +------
3 files changed, 74 insertions(+), 49 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6498 Added new fields field_overview, field_page_link and fc field_additional_pages
gsb_feature_base_fields.features.field_base.inc | 95 ++++++++++++++++++-------
gsb_feature_base_fields.info | 4 +-
gsb_feature_base_fields.strongarm.inc | 24 +------
3 files changed, 74 insertions(+), 49 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6522 Removed end date required from field_instance_date used in Program Instance
gsb_feature_base_fields.features.field_base.inc | 2 +-
gsb_feature_base_fields.info | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6464 Adding new base fields used in Program Instance CT
gsb_feature_base_fields.features.field_base.inc | 22 ++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 23 insertions(+)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6464 Adding new base fields used in Program Instance CT
gsb_feature_base_fields.features.field_base.inc | 30 ++++
...feature_base_fields.features.field_instance.inc | 166 +++++++++++++++++++++
gsb_feature_base_fields.info | 5 +-
3 files changed, 200 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6440: update for featured program fpp.
...feature_base_fields.features.field_instance.inc | 13 +++++-------
gsb_feature_base_fields.strongarm.inc | 24 +++++++++++++++++++++-
2 files changed, 28 insertions(+), 9 deletions(-)

view commit - committer: Roopesh Naik, 11 months ago author: Roopesh Naik, 11 months ago
WP-6439 Add new base fields for featured program fpp
gsb_feature_base_fields.features.field_base.inc | 81 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 5 +-
2 files changed, 85 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6490 Removed the field field_is_program_online and changed the cardinality for field_program_location
gsb_feature_base_fields.features.field_base.inc | 27 +------------------------
gsb_feature_base_fields.info | 1 -
2 files changed, 1 insertion(+), 27 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Greg Mercer (GBear), 11 months ago
WP-6390 Adding new base fields after latest review of Program Instance CT
gsb_feature_base_fields.features.field_base.inc | 83 +++++++++------
...feature_base_fields.features.field_instance.inc | 112 +--------------------
gsb_feature_base_fields.info | 8 +-
3 files changed, 62 insertions(+), 141 deletions(-)

view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago
WP-6389 Adding base fields related to program and program-instance ct
gsb_feature_base_fields.features.field_base.inc | 291 ++++++++++++++++++++++++
gsb_feature_base_fields.info | 12 +
2 files changed, 303 insertions(+)

view commit - committer: Greg Mercer (GBear), 12 months ago author: Greg Mercer (GBear), 12 months ago
WP-6399 Adding new base fields for the Program CT
gsb_feature_base_fields.features.field_base.inc | 1213 ++++++++++++++------
...feature_base_fields.features.field_instance.inc | 158 +--
gsb_feature_base_fields.features.taxonomy.inc | 29 +
gsb_feature_base_fields.info | 57 +-
gsb_feature_base_fields.strongarm.inc | 150 ++-
5 files changed, 1183 insertions(+), 424 deletions(-)

view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago
WP-6389 Adding back features[hierarchical_select] lines
gsb_feature_base_fields.info | 10 ++++++++++
1 file changed, 10 insertions(+)

view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago
WP-6389 Fixing typo in last commit
gsb_feature_base_fields.features.hierarchical_select.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago
WP-6389 Added leadership level hs to allow for multiple select
...re_base_fields.features.hierarchical_select.inc | 34 ++++++++++++++++++++++
1 file changed, 34 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago
WP-6292 Changing field field_key_program_topics to use taxonomy vocab field_key_program_topics
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 1 month ago author: Greg Mercer, 1 year, 1 month ago
WP-6292 Changing field field_key_program_topics to use taxonomy vocab field_key_program_topics
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago
WP-6292 Added new base fields for Program and Program Instance CTs
gsb_feature_base_fields.features.field_base.inc | 370 ++++++++++++++++++++-
...feature_base_fields.features.field_instance.inc | 190 ++++++++++-
gsb_feature_base_fields.info | 19 ++
gsb_feature_base_fields.strongarm.inc | 17 +
4 files changed, 588 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Greg Mercer (GBear), 1 year, 1 month ago
WP-6292 Added new base fields for Program and Program Instance CTs
gsb_feature_base_fields.features.field_base.inc | 370 ++++++++++++++++++++-
...feature_base_fields.features.field_instance.inc | 190 ++++++++++-
gsb_feature_base_fields.info | 19 ++
gsb_feature_base_fields.strongarm.inc | 17 +
4 files changed, 588 insertions(+), 8 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago
WP-6309 add new item to faculty rank field
gsb_feature_base_fields.features.field_base.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago
WP-6216 Changed to use a list of field names for each file item with a fid
gsb_feature_base_fields.module | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago
WP-6187 update the SAD
gsb_feature_base_fields.features.field_base.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago
WP-6187 add new base fields to faculty ct
gsb_feature_base_fields.features.field_base.inc | 109 ++++++++++++++++++++++++
gsb_feature_base_fields.info | 5 ++
2 files changed, 114 insertions(+)

view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago
WP-6216 Changed to use a list of field names for each file item with a fid
gsb_feature_base_fields.module | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago
WP-6174 update class and key
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago
WP-6174 Add new key for people fpp display style field
gsb_feature_base_fields.features.field_base.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6125: remove suffix from smart trimmed name.
gsb_feature_base_fields.features.field_base.inc | 24 ++++++++++++++++++----
...feature_base_fields.features.field_instance.inc | 20 ++++++++----------
gsb_feature_base_fields.strongarm.inc | 3 +++
3 files changed, 32 insertions(+), 15 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6167 Moving field_collection field_video field instances into base fields
...feature_base_fields.features.field_instance.inc | 257 +++++++++++++++++++++
gsb_feature_base_fields.info | 6 +
2 files changed, 263 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-5998 Adding new field field_video_url
gsb_feature_base_fields.features.field_base.inc | 15 +++++++++++++++
gsb_feature_base_fields.info | 2 ++
2 files changed, 17 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-5998 Added new field collection field_video
gsb_feature_base_fields.features.field_base.inc | 22 ++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 23 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6125: remove suffix from smart trimmed name.
gsb_feature_base_fields.features.field_base.inc | 24 ++++++++++++++++++----
...feature_base_fields.features.field_instance.inc | 20 ++++++++----------
gsb_feature_base_fields.info | 2 ++
gsb_feature_base_fields.strongarm.inc | 3 +++
4 files changed, 34 insertions(+), 15 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-5998 Adding new field field_video_url
gsb_feature_base_fields.features.field_base.inc | 15 +++++++++++++++
gsb_feature_base_fields.info | 2 ++
2 files changed, 17 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-5998 Added new field collection field_video
gsb_feature_base_fields.features.field_base.inc | 22 ++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 23 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago
WP-6008 remove style selector
gsb_feature_base_fields.module | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago
WP-6008 remove h2 for menu block
gsb_feature_base_fields.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 3 months ago author: Greg Mercer, 1 year, 3 months ago
Initializing $file to null. This resolves a watchdog reported error.
gsb_feature_base_fields.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago
WP-5863 Changin the cardinality for field_circle_topics
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago
WP-5863 Adding new field field_circle_topics and adding new options for field_publication_type
gsb_feature_base_fields.features.field_base.inc | 37 +++++++++++++++++++++++--
gsb_feature_base_fields.info | 2 ++
2 files changed, 37 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago
Fixed up a merge error.
gsb_feature_base_fields.module | 5 -----
1 file changed, 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago
WP-5847 change the implementation for speakers
...feature_base_fields.features.field_instance.inc | 42 ++++++++++++++++------
1 file changed, 31 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5660 Adding check for type image, in addition to file
gsb_feature_base_fields.module | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago
WP-5847 change the implementation for speakers
...feature_base_fields.features.field_instance.inc | 42 ++++++++++++++++------
1 file changed, 31 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5849 move the code which hides extra field above the other code
gsb_feature_base_fields.module | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5660 Adding check for type image, in addition to file
gsb_feature_base_fields.module | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
Added test to check if we are working on a node form
gsb_feature_base_fields.module | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
Adding change to test for field_id.
gsb_feature_base_fields.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5660 Fixed an issue for handling multiple files
gsb_feature_base_fields.module | 39 ++++++++++++++++++++++++++++++++++-----
1 file changed, 34 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5660 Handle permanent delete of files that have been removed from a ct
gsb_feature_base_fields.module | 84 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 84 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5703 Removing more addthis stuffs. sigh
gsb_feature_base_fields.features.field_base.inc | 17 -----------------
gsb_feature_base_fields.info | 2 --
2 files changed, 19 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5809: export strongarm setting.
gsb_feature_base_fields.info | 1 +
gsb_feature_base_fields.strongarm.inc | 38 +++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5849 move the code which hides extra field above the other code
gsb_feature_base_fields.module | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
Merge branch 'WP-5660-1' into release-5.15
view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5660 Adding check for type image, in addition to file
gsb_feature_base_fields.module | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5660 Adding check for type image, in addition to file
gsb_feature_base_fields.module | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
Added test to check if we are working on a node form
gsb_feature_base_fields.module | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
Adding change to test for field_id.
gsb_feature_base_fields.module | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5660 Fixed an issue for handling multiple files
gsb_feature_base_fields.module | 39 ++++++++++++++++++++++++++++++++++-----
1 file changed, 34 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer, 1 year, 5 months ago author: Greg Mercer, 1 year, 5 months ago
WP-5660 Fixed an issue for handling multiple files
gsb_feature_base_fields.module | 39 ++++++++++++++++++++++++++++++++++-----
1 file changed, 34 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5660 Handle permanent delete of files that have been removed from a ct
gsb_feature_base_fields.module | 84 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 84 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5703 Removing more addthis stuffs. sigh
gsb_feature_base_fields.features.field_base.inc | 17 -----------------
gsb_feature_base_fields.info | 2 --
2 files changed, 19 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5809: export strongarm setting.
gsb_feature_base_fields.info | 1 +
gsb_feature_base_fields.strongarm.inc | 38 +++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5791 Attempting to add back the settings for field_event_who_attend
gsb_feature_base_fields.features.field_base.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5680 add new event status - closed
gsb_feature_base_fields.features.field_base.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5680 remove the old cvent field
gsb_feature_base_fields.features.field_base.inc | 21 ---------------------
gsb_feature_base_fields.info | 1 -
2 files changed, 22 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5680 add new cvent timezone field
gsb_feature_base_fields.features.field_base.inc | 21 +++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 22 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5750 remove 2 fields and add 1 calendar display field
gsb_feature_base_fields.features.field_base.inc | 75 +++++++++----------------
gsb_feature_base_fields.info | 3 +-
2 files changed, 26 insertions(+), 52 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5750 add new base fields
gsb_feature_base_fields.features.field_base.inc | 50 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 2 +
2 files changed, 52 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5575: configure teaser.
...feature_base_fields.features.field_instance.inc | 39 ++++++++++++++++++++++
1 file changed, 39 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5575: export teaser view mode.
gsb_feature_base_fields.ds.inc | 23 +++++++++++++++++++++++
gsb_feature_base_fields.features.inc | 3 +++
gsb_feature_base_fields.info | 3 +++
3 files changed, 29 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5700: hide sponsor labels.
gsb_feature_base_fields.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5700: remove line endings.
...feature_base_fields.features.field_instance.inc | 10010 +++++++++----------
1 file changed, 5005 insertions(+), 5005 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5473 add admission event ct ref to related content
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5472 add admission event ct ref in featured content
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5680 add new event status field
gsb_feature_base_fields.features.field_base.inc | 27 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 28 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer, 1 year, 6 months ago
WP-5659 Added hide_if_string when field_event_location_type equals 'Online'
...feature_base_fields.features.field_instance.inc | 24 ++++++++++++++--------
1 file changed, 16 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5649 Changing field_event_location-field_address to use gsb_field_formatter_address_custom
gsb_feature_base_fields.features.field_instance.inc | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5641: update labels.
gsb_feature_base_fields.features.field_base.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer, 1 year, 6 months ago
WP-5436 Adding plugin gsb_feature_event_address for validation of field_event_location-field_address
...feature_base_fields.features.field_instance.inc | 9929 ++++++++++----------
1 file changed, 4965 insertions(+), 4964 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer, 1 year, 6 months ago
Changing keys for field_event_location_type
gsb_feature_base_fields.features.field_base.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5531: update location field settings.
gsb_feature_base_fields.features.field_instance.inc | 18 +++++-------------
1 file changed, 5 insertions(+), 13 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5531: update field collection settings for admission event.
gsb_feature_base_fields.features.field_base.inc | 10 ++-
...feature_base_fields.features.field_instance.inc | 74 ++++++++++------------
gsb_feature_base_fields.strongarm.inc | 24 ++++++-
3 files changed, 62 insertions(+), 46 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5570 make speakers not required
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5560 set the correct key values for event location type
gsb_feature_base_fields.features.field_base.inc | 4 ++--
gsb_feature_base_fields.features.field_instance.inc | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Adding new field field_register_time_zone and changing field_event_who_attend to a text field
gsb_feature_base_fields.features.field_base.inc | 27 +++++++++++++++++++++++--
gsb_feature_base_fields.info | 2 +-
2 files changed, 26 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Some small changes in help text and defaults
gsb_feature_base_fields.features.field_instance.inc | 11 ++++++++---
gsb_feature_base_fields.info | 1 +
2 files changed, 9 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Adding use of event_attendance_statement taxonomy
gsb_feature_base_fields.features.field_base.inc | 2 +-
gsb_feature_base_fields.info | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
Fixing up some base field feature export issues around field instances
gsb_feature_base_fields.features.field_base.inc | 60 +++----
...feature_base_fields.features.field_instance.inc | 199 ++++++++++++++++++++-
gsb_feature_base_fields.info | 8 +-
3 files changed, 226 insertions(+), 41 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Changes related to event ct
gsb_feature_base_fields.features.field_base.inc | 117 +-
...feature_base_fields.features.field_instance.inc | 8888 +++++++++++---------
gsb_feature_base_fields.info | 16 +
gsb_feature_base_fields.strongarm.inc | 34 +
4 files changed, 4955 insertions(+), 4100 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 rename registration date field
gsb_feature_base_fields.features.field_base.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 add few more new base fields
gsb_feature_base_fields.features.field_base.inc | 57 ++++++++++++++++++++++++-
gsb_feature_base_fields.info | 2 +
2 files changed, 58 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 add new base field
gsb_feature_base_fields.features.field_base.inc | 19 +++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 20 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 add new base fields
gsb_feature_base_fields.features.field_base.inc | 137 ++++++++++++++++++++++++
gsb_feature_base_fields.info | 8 +-
2 files changed, 144 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5809: export strongarm setting.
gsb_feature_base_fields.info | 1 +
gsb_feature_base_fields.strongarm.inc | 38 +++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5791 Attempting to add back the settings for field_event_who_attend
gsb_feature_base_fields.features.field_base.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Greg Mercer (GBear), 1 year, 5 months ago
WP-5660 Handle permanent delete of files that have been removed from a ct
gsb_feature_base_fields.module | 84 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 84 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5680 add new event status - closed
gsb_feature_base_fields.features.field_base.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5680 remove the old cvent field
gsb_feature_base_fields.features.field_base.inc | 21 ---------------------
gsb_feature_base_fields.info | 1 -
2 files changed, 22 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5680 add new cvent timezone field
gsb_feature_base_fields.features.field_base.inc | 21 +++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 22 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5680 add new event status - closed
gsb_feature_base_fields.features.field_base.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5750 remove 2 fields and add 1 calendar display field
gsb_feature_base_fields.features.field_base.inc | 75 +++++++++----------------
gsb_feature_base_fields.info | 3 +-
2 files changed, 26 insertions(+), 52 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5750 add new base fields
gsb_feature_base_fields.features.field_base.inc | 50 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 2 +
2 files changed, 52 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5575: configure teaser.
...feature_base_fields.features.field_instance.inc | 39 ++++++++++++++++++++++
1 file changed, 39 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago
Merge branch 'WP-5575' into release-5.14
view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5680 remove the old cvent field
gsb_feature_base_fields.features.field_base.inc | 21 ---------------------
gsb_feature_base_fields.info | 1 -
2 files changed, 22 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5680 add new cvent timezone field
gsb_feature_base_fields.features.field_base.inc | 21 +++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 22 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5575: export teaser view mode.
gsb_feature_base_fields.ds.inc | 23 +++++++++++++++++++++++
gsb_feature_base_fields.features.inc | 3 +++
gsb_feature_base_fields.info | 3 +++
3 files changed, 29 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5700: hide sponsor labels.
gsb_feature_base_fields.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5700: remove line endings.
...feature_base_fields.features.field_instance.inc | 10010 +++++++++----------
1 file changed, 5005 insertions(+), 5005 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5473 add admission event ct ref to related content
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5472 add admission event ct ref in featured content
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5680 add new event status field
gsb_feature_base_fields.features.field_base.inc | 27 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 28 insertions(+)

view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
WP-5659 Added hide_if_string when field_event_location_type equals 'Online'
...feature_base_fields.features.field_instance.inc | 24 ++++++++++++++--------
1 file changed, 16 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5649 Changing field_event_location-field_address to use gsb_field_formatter_address_custom
gsb_feature_base_fields.features.field_instance.inc | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5641: update labels.
gsb_feature_base_fields.features.field_base.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5473 add admission event ct ref to related content
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5472 add admission event ct ref in featured content
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
WP-5478 hide the xtra field
gsb_feature_base_fields.module | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
WP-5478 hide the xtra field
gsb_feature_base_fields.module | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
WP-5436 Adding plugin gsb_feature_event_address for validation of field_event_location-field_address
...feature_base_fields.features.field_instance.inc | 9929 ++++++++++----------
1 file changed, 4965 insertions(+), 4964 deletions(-)

view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
Changing keys for field_event_location_type
gsb_feature_base_fields.features.field_base.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5531: update location field settings.
gsb_feature_base_fields.features.field_instance.inc | 18 +++++-------------
1 file changed, 5 insertions(+), 13 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5531: update field collection settings for admission event.
gsb_feature_base_fields.features.field_base.inc | 10 ++-
...feature_base_fields.features.field_instance.inc | 74 ++++++++++------------
gsb_feature_base_fields.strongarm.inc | 24 ++++++-
3 files changed, 62 insertions(+), 46 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5531: update location field settings.
gsb_feature_base_fields.features.field_instance.inc | 18 +++++-------------
1 file changed, 5 insertions(+), 13 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5570 make speakers not required
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5531: update field collection settings for admission event.
gsb_feature_base_fields.features.field_base.inc | 10 ++-
...feature_base_fields.features.field_instance.inc | 74 ++++++++++------------
gsb_feature_base_fields.strongarm.inc | 24 ++++++-
3 files changed, 62 insertions(+), 46 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5560 set the correct key values for event location type
gsb_feature_base_fields.features.field_base.inc | 4 ++--
gsb_feature_base_fields.features.field_instance.inc | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Adding new field field_register_time_zone and changing field_event_who_attend to a text field
gsb_feature_base_fields.features.field_base.inc | 27 +++++++++++++++++++++++--
gsb_feature_base_fields.info | 2 +-
2 files changed, 26 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Adding new field field_register_time_zone and changing field_event_who_attend to a text field
gsb_feature_base_fields.features.field_base.inc | 27 +++++++++++++++++++++++--
gsb_feature_base_fields.info | 2 +-
2 files changed, 26 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5558 fix the code
gsb_feature_base_fields.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5560 set the correct key values for event location type
gsb_feature_base_fields.features.field_base.inc | 4 ++--
gsb_feature_base_fields.features.field_instance.inc | 2 +-
gsb_feature_base_fields.info | 1 -
3 files changed, 3 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Some small changes in help text and defaults
gsb_feature_base_fields.features.field_instance.inc | 11 ++++++++---
gsb_feature_base_fields.info | 1 +
2 files changed, 9 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Adding use of event_attendance_statement taxonomy
gsb_feature_base_fields.features.field_base.inc | 2 +-
gsb_feature_base_fields.info | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
Fixing up some base field feature export issues around field instances
gsb_feature_base_fields.features.field_base.inc | 60 +++----
...feature_base_fields.features.field_instance.inc | 199 ++++++++++++++++++++-
gsb_feature_base_fields.info | 8 +-
3 files changed, 226 insertions(+), 41 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5436 Changes related to event ct
gsb_feature_base_fields.features.field_base.inc | 117 +-
...feature_base_fields.features.field_instance.inc | 8888 +++++++++++---------
gsb_feature_base_fields.info | 16 +
gsb_feature_base_fields.strongarm.inc | 34 +
4 files changed, 4955 insertions(+), 4100 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 rename registration date field
gsb_feature_base_fields.features.field_base.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 add few more new base fields
gsb_feature_base_fields.features.field_base.inc | 57 ++++++++++++++++++++++++-
gsb_feature_base_fields.info | 2 +
2 files changed, 58 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 add new base field
gsb_feature_base_fields.features.field_base.inc | 19 +++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 20 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 6 months ago author: Roopesh Naik, 1 year, 6 months ago
WP-5506 add new base fields
gsb_feature_base_fields.features.field_base.inc | 137 ++++++++++++++++++++++++
gsb_feature_base_fields.info | 8 +-
2 files changed, 144 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
WP-5505 Changing field_existing_node_list_ref to use a different view display with more limited list of ct filtered
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5478 hide the xtra field
gsb_feature_base_fields.module | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5452 Retracting a couple odd changes (seemz incorrect) from the last commit.
...feature_base_fields.features.field_instance.inc | 8196 ++++++++++----------
1 file changed, 4098 insertions(+), 4098 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5452 Changed field_display_option to be text select
gsb_feature_base_fields.features.field_base.inc | 6 +-
...feature_base_fields.features.field_instance.inc | 216 ++++++++++++++-------
gsb_feature_base_fields.info | 2 +
3 files changed, 150 insertions(+), 74 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 7 months ago author: Ayuta Padhi, 1 year, 7 months ago
WP-5440 Removed dependancy for Academic year
gsb_feature_base_fields.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 7 months ago author: Ayuta Padhi, 1 year, 7 months ago
WP-5440 Updated the allowed value for academic calendar year
gsb_feature_base_fields.features.field_base.inc | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5452 Added new base field_display_option and field_existing_node_list_ref
gsb_feature_base_fields.features.field_base.inc | 59 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 2 +
2 files changed, 61 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5388 Added new field field_academic_calendar_display
gsb_feature_base_fields.features.field_base.inc | 26 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 2 ++
2 files changed, 28 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5362 Adding new field field_link_display_show_more
gsb_feature_base_fields.features.field_base.inc | 25 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 26 insertions(+)

view commit - committer: Adam Moore, 1 year, 7 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5344 add text equivalent base field
gsb_feature_base_fields.features.field_base.inc | 19 +++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 20 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5344 add text equivalent base field
gsb_feature_base_fields.features.field_base.inc | 19 +++++++++++++++++++
gsb_feature_base_fields.info | 3 ++-
2 files changed, 21 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5308 add new base field for where to buy
gsb_feature_base_fields.features.field_base.inc | 29 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 30 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5308 add new person unlimited field
gsb_feature_base_fields.features.field_base.inc | 36 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 3 ++-
2 files changed, 38 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5317: display settings for the staff position field collection.
gsb_feature_base_fields.features.field_instance.inc | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago
WP-5312 Adding new field field_soundcloud_url
gsb_feature_base_fields.features.field_base.inc | 21 +++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 22 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5324 add new field collection for title department
gsb_feature_base_fields.features.field_base.inc | 18 +++
...feature_base_fields.features.field_instance.inc | 136 +++++++++++++++++++++
gsb_feature_base_fields.info | 3 +
3 files changed, 157 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5298 change the department to single select
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5298 add title field to display
gsb_feature_base_fields.features.field_base.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5298 change the department to single select
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
Merge remote-tracking branch 'origin/WP-5282' into WP-5298
view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5324 add new field collection for title department
gsb_feature_base_fields.features.field_base.inc | 20 ++-
...feature_base_fields.features.field_instance.inc | 136 +++++++++++++++++++++
gsb_feature_base_fields.info | 3 +
3 files changed, 158 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5282 make the department office field unlimited
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5282 add new department office field base
gsb_feature_base_fields.features.field_base.inc | 26 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 11 ++---------
2 files changed, 28 insertions(+), 9 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5298 add title field to display
gsb_feature_base_fields.features.field_base.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5294: add conditions for link and pdf to display.
gsb_feature_base_fields.features.field_instance.inc | 20 ++++++++++++++++++--
1 file changed, 18 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5282 make the department office field unlimited
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5294: update book review excerpt display.
...feature_base_fields.features.field_instance.inc | 37 ++++++++++++----------
1 file changed, 21 insertions(+), 16 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago
WP-5293 Adding new fields for URL or PDF in the Selected Reviews field collection
...feature_base_fields.features.field_instance.inc | 168 ++++++++++++++++++++-
gsb_feature_base_fields.info | 3 +
gsb_feature_base_fields.module | 50 +++---
3 files changed, 196 insertions(+), 25 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Greg Mercer (GBear), 1 year, 8 months ago
WP-5292 Adding new book review url or pdf field collection
gsb_feature_base_fields.features.field_base.inc | 18 ++
...feature_base_fields.features.field_instance.inc | 216 ++++++++++++++++++++-
gsb_feature_base_fields.info | 5 +
3 files changed, 238 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5282 add new department office field base
gsb_feature_base_fields.features.field_base.inc | 26 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 11 ++---------
2 files changed, 28 insertions(+), 9 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-5246 change the publication label
gsb_feature_base_fields.features.field_instance.inc | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 8 months ago author: Roopesh Naik, 1 year, 8 months ago
WP-4923 remove the default selection for faculty advisor
gsb_feature_base_fields.features.field_base.inc | 1570 ++------------------
...feature_base_fields.features.field_instance.inc | 10 +-
2 files changed, 145 insertions(+), 1435 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 9 months ago author: Greg Mercer (GBear), 1 year, 9 months ago
WP-5201 Added new select list field field_case_access
gsb_feature_base_fields.features.field_base.inc | 31 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 32 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-5169 Added new field field_case_access
gsb_feature_base_fields.features.field_base.inc | 29 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 30 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-5083 Change to use default
gsb_feature_base_fields.features.field_instance.inc | 6 +-----
gsb_feature_base_fields.info | 1 -
2 files changed, 1 insertion(+), 6 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5049 update help text for image field
...feature_base_fields.features.field_instance.inc | 37 ++++++++++++++++++++--
1 file changed, 34 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5006 set image field length to 120px
gsb_feature_base_fields.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-4820 Changing field_author formatting to use smart trim
...feature_base_fields.features.field_instance.inc | 39 ++++++++++++++++++----
gsb_feature_base_fields.info | 1 +
2 files changed, 34 insertions(+), 6 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5006 set image field length to 120px
gsb_feature_base_fields.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-4820 Changing field_author formatting to use smart trim
...feature_base_fields.features.field_instance.inc | 39 ++++++++++++++++++----
gsb_feature_base_fields.info | 1 +
2 files changed, 34 insertions(+), 6 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5051 add instructor to rank field in faculty
gsb_feature_base_fields.features.field_base.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5006 set the related content autocomplete fields length to 100 faculty field
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5006 set the related content autocomplete fields length to 100
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4859: act project team role field collection settings.
...feature_base_fields.features.field_instance.inc | 22 +++++++++-----------
gsb_feature_base_fields.info | 2 +-
gsb_feature_base_fields.strongarm.inc | 24 +++++++++++++++++++++-
3 files changed, 34 insertions(+), 14 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4859: act project team role field collection settings.
...feature_base_fields.features.field_instance.inc | 22 +++++++++-----------
gsb_feature_base_fields.info | 2 +-
gsb_feature_base_fields.strongarm.inc | 24 +++++++++++++++++++++-
3 files changed, 34 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4895 Some small changes following a review with Marketing
gsb_feature_base_fields.features.field_base.inc | 2 +-
gsb_feature_base_fields.features.field_instance.inc | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4893 Added new field field_infographic
gsb_feature_base_fields.features.field_base.inc | 30 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 31 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4878 Changing field to not be required
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago
Add the chute environment field.
gsb_feature_base_fields.features.field_base.inc | 29 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 6 +++--
2 files changed, 33 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4882 Changed field from field_act_product_type to field_act_project_type
gsb_feature_base_fields.features.field_base.inc | 68 ++++++++++++-------------
gsb_feature_base_fields.info | 2 +-
2 files changed, 35 insertions(+), 35 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago
WP-4881: Adjust chute fpp to work with chute's new url.
gsb_feature_base_fields.module | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 11 months ago author: Greg Mercer (GBear), 1 year, 11 months ago
WP-4806 Adding new fields for the ACT ct
gsb_feature_base_fields.features.field_base.inc | 680 +++++++++++++++++++++
...feature_base_fields.features.field_instance.inc | 265 ++++++++
gsb_feature_base_fields.info | 34 +-
gsb_feature_base_fields.strongarm.inc | 17 +
4 files changed, 995 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years ago author: Roopesh Naik, 2 years ago
WP-4751 add new entity reference field for existing node title
gsb_feature_base_fields.features.field_base.inc | 44 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 3 +-
2 files changed, 46 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years ago author: Adam Moore, 2 years ago
Need to close div in chute code.
gsb_feature_base_fields.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years ago author: Adam Moore, 2 years ago
WP-4798: Fix problem with chute not loading for authors.
gsb_feature_base_fields.module | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago
WP-4751 add new entity reference field for existing node title
gsb_feature_base_fields.features.field_base.inc | 44 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 3 +-
2 files changed, 46 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago
WP-4751 add new feature type field
gsb_feature_base_fields.features.field_base.inc | 26 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 3 ++-
2 files changed, 28 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years ago author: Roopesh Naik, 2 years ago
WP-4751 add new field collection for featured content fpp
gsb_feature_base_fields.features.field_base.inc | 19 +++++++++++++++++++
gsb_feature_base_fields.info | 7 ++++---
2 files changed, 23 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago
Fix code that doesn't work in php 5.4.
gsb_feature_base_fields.module | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago
Add chute computed function.
gsb_feature_base_fields.module | 11 +++++++++++
1 file changed, 11 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4750 add new field for alumni session
gsb_feature_base_fields.features.field_base.inc | 43 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 3 +-
2 files changed, 45 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago
WP-4753: Add base fields for chute.
gsb_feature_base_fields.features.field_base.inc | 107 +++++++++++++++++++++
...re_base_fields.features.hierarchical_select.inc | 36 -------
gsb_feature_base_fields.info | 8 +-
3 files changed, 113 insertions(+), 38 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4774 add new registration base field
gsb_feature_base_fields.features.field_base.inc | 29 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 7 +++---
2 files changed, 33 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4733 change field type to boolean and checkbox
gsb_feature_base_fields.features.field_base.inc | 6 +++---
gsb_feature_base_fields.info | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4733 add new base fields for alumni reunion agenda item ct
gsb_feature_base_fields.features.field_base.inc | 98 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 5 +-
2 files changed, 102 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4733 add new field for alumni reunion agenda item ct
gsb_feature_base_fields.features.field_base.inc | 43 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 5 +--
2 files changed, 46 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4746 add new alumni reunion fields
gsb_feature_base_fields.features.field_base.inc | 72 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 4 +-
2 files changed, 75 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4761 switch field order, phone first then email
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Adam Moore, 2 years, 1 month ago
WP-4753: Add base fields for chute.
gsb_feature_base_fields.features.field_base.inc | 107 +++++++++++++++++++++
...re_base_fields.features.hierarchical_select.inc | 36 -------
gsb_feature_base_fields.info | 12 ++-
3 files changed, 115 insertions(+), 40 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4748 update people fpp labels
gsb_feature_base_fields.features.field_base.inc | 2 +-
gsb_feature_base_fields.info | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago
WP-4700 Change setting to private
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4684 people fpp modifications in person field collections
gsb_feature_base_fields.features.field_base.inc | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 2 years, 1 month ago author: Greg Mercer, 2 years, 1 month ago
WP-4726 Changed to run thru all the elements.
gsb_feature_base_fields.module | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4684 people fpp modifications in person field collections
gsb_feature_base_fields.features.field_base.inc | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 1 month ago author: Greg Mercer (GBear), 2 years, 1 month ago
WP-4700 Changing private file fields to use uri_scheme of private
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4624 added new stanford degree field
gsb_feature_base_fields.features.field_base.inc | 29 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 5 +++--
2 files changed, 32 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4621 Adding new fields for files fpp field_files_private_setting and field_files_style
gsb_feature_base_fields.features.field_base.inc | 52 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 2 +
2 files changed, 54 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4621 Added new fields field_file_unlimited_private and field_file_unlimited_public
gsb_feature_base_fields.features.field_base.inc | 62 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 2 +
2 files changed, 64 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4587 add new cta action field
gsb_feature_base_fields.features.field_base.inc | 34 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 3 ++-
2 files changed, 36 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4567 explicit assign on/off value for alumni story
gsb_feature_base_fields.features.field_base.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago
WP-4584 Changed cardinality of field_program_single to be 1.
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4561 Added option Other for spotlight person_type
gsb_feature_base_fields.features.field_base.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4521 remove taxonomy from CT's
gsb_feature_base_fields.features.field_base.inc | 34 -------------------------
gsb_feature_base_fields.info | 5 ++--
2 files changed, 2 insertions(+), 37 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4518 Changes related to using filefield_paths module
...feature_base_fields.features.field_instance.inc | 155 +++++++++++++++++----
gsb_feature_base_fields.info | 1 +
2 files changed, 129 insertions(+), 27 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4496 change alumni field to multi-select
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 3 months ago author: Roopesh Naik, 2 years, 3 months ago
WP-4496 change alumni field to multi-select
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4196-1 Added new help fields field_school_news_tab_help and field_insights_tab_help.
gsb_feature_base_fields.features.field_base.inc | 42 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 2 ++
2 files changed, 44 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago
WP-4221 remove old degree field
gsb_feature_base_fields.features.field_base.inc | 48 ------------------
...feature_base_fields.features.field_instance.inc | 57 ----------------------
gsb_feature_base_fields.info | 2 -
3 files changed, 107 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago
WP-4375: Exported too much.
gsb_feature_base_fields.info | 1 -
gsb_feature_base_fields.strongarm.inc | 43 -----------------------------------
2 files changed, 44 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 4 months ago
WP-4375: Add stories_ref field.
gsb_feature_base_fields.features.field_base.inc | 42 ++++++++++++++++++++++++
gsb_feature_base_fields.info | 6 ++--
gsb_feature_base_fields.strongarm.inc | 43 +++++++++++++++++++++++++
3 files changed, 89 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago
WP-4221 remove old degree field
gsb_feature_base_fields.features.field_base.inc | 48 ------------------
...feature_base_fields.features.field_instance.inc | 57 ----------------------
gsb_feature_base_fields.info | 2 -
3 files changed, 107 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4324 Added new help tab text field - field_insights_bus_tab_help
gsb_feature_base_fields.features.field_base.inc | 21 +++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 22 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago
WP-3954 add new house ads superhead text field
gsb_feature_base_fields.features.field_base.inc | 29 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 30 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 4 months ago author: Roopesh Naik, 2 years, 4 months ago
WP-3954 modify house ads fpp
gsb_feature_base_fields.features.field_base.inc | 29 +------------------------
gsb_feature_base_fields.info | 1 -
2 files changed, 1 insertion(+), 29 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4209 Hiding display of the new field degree_type_other
gsb_feature_base_fields.features.field_instance.inc | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4209 Added new field field_degree_type_other
gsb_feature_base_fields.features.field_base.inc | 59 +++++------
...feature_base_fields.features.field_instance.inc | 117 ++++++++++++++++++++-
gsb_feature_base_fields.info | 4 +-
3 files changed, 145 insertions(+), 35 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4209 Hiding display of the new field degree_type_other
gsb_feature_base_fields.features.field_instance.inc | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4209 Added new field field_degree_type_other
gsb_feature_base_fields.features.field_base.inc | 59 +++++------
...feature_base_fields.features.field_instance.inc | 117 ++++++++++++++++++++-
gsb_feature_base_fields.info | 4 +-
3 files changed, 145 insertions(+), 35 deletions(-)

view commit - committer: Greg Mercer, 2 years, 4 months ago author: Greg Mercer, 2 years, 4 months ago
WP-4251 Changed from red-bar to black-bar
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4177: update field collection.
gsb_feature_base_fields.features.field_instance.inc | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4177: add related faculty field bundle.
gsb_feature_base_fields.info | 1 +
gsb_feature_base_fields.strongarm.inc | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4184: export the field bundle.
...feature_base_fields.features.field_instance.inc | 2 --
gsb_feature_base_fields.info | 9 ++++-
gsb_feature_base_fields.strongarm.inc | 42 ++++++++++++++++++++++
3 files changed, 50 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Roopesh Naik, 2 years, 5 months ago
WP-4120 add new fields in base fields
gsb_feature_base_fields.features.field_base.inc | 72 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 4 +-
2 files changed, 75 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-4191 Adding new base fields for Topic Teaser FPP field_action and field_topic_page_url
gsb_feature_base_fields.features.field_base.inc | 61 +++++++++++++++++++++-
...feature_base_fields.features.field_instance.inc | 2 +
gsb_feature_base_fields.info | 2 +
3 files changed, 64 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4129: Reorder seasons for Business Magazine season field.
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4129: Add rethink and business magazine fields.
gsb_feature_base_fields.features.field_base.inc | 59 ++++++++++++++++++++++
...feature_base_fields.features.field_instance.inc | 4 +-
gsb_feature_base_fields.info | 2 +
3 files changed, 63 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Roopesh Naik, 2 years, 5 months ago
WP-3955 add Topic teaser fpp field - field_topic
gsb_feature_base_fields.features.field_base.inc | 45 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 3 +-
2 files changed, 47 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Roopesh Naik, 2 years, 5 months ago
WP-4154 update story or announcment field
gsb_feature_base_fields.features.field_base.inc | 4 ++++
gsb_feature_base_fields.info | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
Changing to have default set to visible
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-4123 Making field_profile_visibility required
gsb_feature_base_fields.features.field_instance.inc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-4123 Adding default value for the profile visibility list field
gsb_feature_base_fields.features.field_instance.inc | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
Added new field collection field_related_faculty
...feature_base_fields.features.field_instance.inc | 87 ++++++++++++++++++++++
gsb_feature_base_fields.info | 2 +
2 files changed, 89 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
Added new field collection field_related_faculty
gsb_feature_base_fields.features.field_base.inc | 19 +++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 20 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Roopesh Naik, 2 years, 5 months ago
WP-4056 add pr contact base fields
gsb_feature_base_fields.features.field_base.inc | 34 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 4 ++-
2 files changed, 37 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4069: Add field_click_to_expand field.
gsb_feature_base_fields.features.field_base.inc | 26 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 27 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4043: Add field_featured_insight_card_ref field.
gsb_feature_base_fields.features.field_base.inc | 44 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 45 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 5 months ago
Add missing strongarm variables for field collections.
gsb_feature_base_fields.features.inc | 14 +++
gsb_feature_base_fields.info | 11 +-
gsb_feature_base_fields.module | 6 +
gsb_feature_base_fields.strongarm.inc | 212 ++++++++++++++++++++++++++++++++++
4 files changed, 242 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 6 months ago
WP-4033: Add settings for hierarchichal select for region of interest widget.
gsb_feature_base_fields.features.hierarchical_select.inc | 9 ++++++---
gsb_feature_base_fields.info | 2 +-
2 files changed, 7 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4010: update related other field collection.
gsb_feature_base_fields.features.field_instance.inc | 4 ++--
gsb_feature_base_fields.features.hierarchical_select.inc | 11 ++++-------
2 files changed, 6 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3810: Allow multiple values to be selected for Region of Interest field.
gsb_feature_base_fields.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Roopesh Naik, 2 years, 6 months ago
WP-3810 add field region of interest to base fields
gsb_feature_base_fields.info | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-4010: Reorder fields in field_related_other_unlimited field collection.
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-4011: Allow field other related to reference multiple content types.
gsb_feature_base_fields.features.field_base.inc | 182 ++++++++++++------------
gsb_feature_base_fields.info | 6 +-
2 files changed, 92 insertions(+), 96 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3911 field collection setting.
gsb_feature_base_fields.features.field_instance.inc | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3974: Replace field_related_other_content with a single-valued field.
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3944: Add base fields for resources file types.
gsb_feature_base_fields.features.field_base.inc | 117 ++++++++++++++++++++++++
gsb_feature_base_fields.info | 4 +
2 files changed, 121 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3906 Adding new field collection field_related_other_unlimited
gsb_feature_base_fields.features.field_base.inc | 90 +++++++-------
...feature_base_fields.features.field_instance.inc | 129 +++++++++++++++++++++
gsb_feature_base_fields.info | 5 +-
3 files changed, 182 insertions(+), 42 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 6 months ago
WP-3895: Fix wrong taxonomy category id.
gsb_feature_base_fields.features.field_instance.inc | 2 +-
gsb_feature_base_fields.info | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3803-1 Added reference to taxonomy terms for the field_key_taxonomy
gsb_feature_base_fields.features.field_base.inc | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3803 Changing the order of the media format options
gsb_feature_base_fields.features.field_base.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3803 Using Yes/No for the two radio buttons at the end of Idea Story CT edit form
gsb_feature_base_fields.features.field_base.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3803 New base fields for the Idea Story CT
gsb_feature_base_fields.features.field_base.inc | 320 +++++++++++++++++++++++-
gsb_feature_base_fields.info | 9 +
2 files changed, 327 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4177: update field collection.
gsb_feature_base_fields.features.field_instance.inc | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4177: add related faculty field bundle.
gsb_feature_base_fields.info | 1 +
gsb_feature_base_fields.strongarm.inc | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4177: add related faculty field bundle.
...feature_base_fields.features.field_instance.inc | 2 --
gsb_feature_base_fields.info | 1 +
gsb_feature_base_fields.strongarm.inc | 35 ++++++++++++++++++++++
3 files changed, 36 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4184: export the field bundle.
...feature_base_fields.features.field_instance.inc | 2 --
gsb_feature_base_fields.info | 9 ++++-
gsb_feature_base_fields.strongarm.inc | 42 ++++++++++++++++++++++
3 files changed, 50 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4196 Added new help fields field_school_news_tab_help and field_insights_tab_help.
gsb_feature_base_fields.features.field_base.inc | 42 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 2 ++
2 files changed, 44 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Roopesh Naik, 2 years, 5 months ago
WP-4120 add new fields in base fields
gsb_feature_base_fields.features.field_base.inc | 72 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 4 +-
2 files changed, 75 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-4191 Adding new base fields for Topic Teaser FPP field_action and field_topic_page_url
gsb_feature_base_fields.features.field_base.inc | 61 +++++++++++++++++++++-
...feature_base_fields.features.field_instance.inc | 2 +
gsb_feature_base_fields.info | 2 +
3 files changed, 64 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago
WP-4120 add new fields in base fields
gsb_feature_base_fields.features.field_base.inc | 72 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 4 +-
2 files changed, 75 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4129: Reorder seasons for Business Magazine season field.
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-4191 Adding new base fields for Topic Teaser FPP field_action and field_topic_page_url
gsb_feature_base_fields.features.field_base.inc | 61 +++++++++++++++++++++-
...feature_base_fields.features.field_instance.inc | 2 +
gsb_feature_base_fields.info | 2 +
3 files changed, 64 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4129: Add rethink and business magazine fields.
gsb_feature_base_fields.features.field_base.inc | 59 ++++++++++++++++++++++
...feature_base_fields.features.field_instance.inc | 4 +-
gsb_feature_base_fields.info | 2 +
3 files changed, 63 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago
WP-3955 add Topic teaser fpp field - field_topic
gsb_feature_base_fields.features.field_base.inc | 45 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 3 +-
2 files changed, 47 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago
WP-4154 update story or announcment field
gsb_feature_base_fields.features.field_base.inc | 4 ++++
gsb_feature_base_fields.info | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago
WP-3955 add Topic teaser fpp field - field_topic
gsb_feature_base_fields.features.field_base.inc | 45 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 5 +--
2 files changed, 48 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago
WP-3950 add new base fields for Quote FPP
gsb_feature_base_fields.features.field_base.inc | 102 +++++++++++++++++-------
gsb_feature_base_fields.info | 5 +-
2 files changed, 75 insertions(+), 32 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
Changing to have default set to visible
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-4123 Making field_profile_visibility required
gsb_feature_base_fields.features.field_instance.inc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-4123 Making field_profile_visibility required
gsb_feature_base_fields.features.field_instance.inc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
WP-4123 Adding default value for the profile visibility list field
gsb_feature_base_fields.features.field_instance.inc | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
Added new field collection field_related_faculty
...feature_base_fields.features.field_instance.inc | 87 ++++++++++++++++++++++
gsb_feature_base_fields.info | 2 +
2 files changed, 89 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 5 months ago author: Greg Mercer (GBear), 2 years, 5 months ago
Added new field collection field_related_faculty
gsb_feature_base_fields.features.field_base.inc | 19 +++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 20 insertions(+)

view commit - committer: Adam Moore, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago
WP-4056 add pr contact base fields
gsb_feature_base_fields.features.field_base.inc | 34 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 4 ++-
2 files changed, 37 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 5 months ago author: Roopesh Naik, 2 years, 5 months ago
WP-4056 add pr contact base fields
gsb_feature_base_fields.features.field_base.inc | 34 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 4 ++-
2 files changed, 37 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4069: Add field_click_to_expand field.
gsb_feature_base_fields.features.field_base.inc | 26 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 27 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4043: Add field_featured_insight_card_ref field.
gsb_feature_base_fields.features.field_base.inc | 44 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 45 insertions(+)

view commit - committer: Adam Moore, 2 years, 5 months ago author: Adam Moore, 2 years, 5 months ago
Add missing strongarm variables for field collections.
gsb_feature_base_fields.features.inc | 14 +++
gsb_feature_base_fields.info | 11 +-
gsb_feature_base_fields.module | 6 +
gsb_feature_base_fields.strongarm.inc | 212 ++++++++++++++++++++++++++++++++++
4 files changed, 242 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
WP-4033: Add settings for hierarchichal select for region of interest widget.
gsb_feature_base_fields.features.hierarchical_select.inc | 9 ++++++---
gsb_feature_base_fields.info | 2 +-
2 files changed, 7 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4010: update related other field collection.
gsb_feature_base_fields.features.field_instance.inc | 4 ++--
gsb_feature_base_fields.features.hierarchical_select.inc | 11 ++++-------
2 files changed, 6 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3810: Allow multiple values to be selected for Region of Interest field.
gsb_feature_base_fields.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago
WP-3810 add field region of interest to base fields
gsb_feature_base_fields.info | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4010: update related other field collection.
gsb_feature_base_fields.features.field_instance.inc | 4 ++--
gsb_feature_base_fields.features.hierarchical_select.inc | 11 ++++-------
2 files changed, 6 insertions(+), 9 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-4010: Reorder fields in field_related_other_unlimited field collection.
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3810: Allow multiple values to be selected for Region of Interest field.
gsb_feature_base_fields.features.hierarchical_select.inc | 4 ++--
gsb_feature_base_fields.info | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-4011: Allow field other related to reference multiple content types.
gsb_feature_base_fields.features.field_base.inc | 182 ++++++++++++------------
gsb_feature_base_fields.info | 6 +-
2 files changed, 92 insertions(+), 96 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3911 field collection setting.
gsb_feature_base_fields.features.field_instance.inc | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 6 months ago author: Roopesh Naik, 2 years, 6 months ago
WP-3810 add field region of interest to base fields
gsb_feature_base_fields.features.field_base.inc | 34 ++++++++++++++++++++++
...re_base_fields.features.hierarchical_select.inc | 33 +++++++++++++++++++++
gsb_feature_base_fields.info | 3 ++
3 files changed, 70 insertions(+)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3974: Replace field_related_other_content with a single-valued field.
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3974: Replace field_related_other_content with a single-valued field.
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3923: phd faculty advisor field collection display.
gsb_feature_base_fields.features.field_instance.inc | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3883 Added new field collection field_faculty_advisors and related fields
gsb_feature_base_fields.features.field_base.inc | 49 +++++++
...feature_base_fields.features.field_instance.inc | 150 +++++++++++++++++++++
gsb_feature_base_fields.info | 5 +
3 files changed, 204 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3923: phd faculty advisor field collection display.
gsb_feature_base_fields.features.field_instance.inc | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3944: Add base fields for resources file types.
gsb_feature_base_fields.features.field_base.inc | 117 ++++++++++++++++++++++++
gsb_feature_base_fields.info | 4 +
2 files changed, 121 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3906 Adding new field collection field_related_other_unlimited
gsb_feature_base_fields.features.field_base.inc | 90 +++++++-------
...feature_base_fields.features.field_instance.inc | 129 +++++++++++++++++++++
gsb_feature_base_fields.info | 5 +-
3 files changed, 182 insertions(+), 42 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3883 Added new field collection field_faculty_advisors and related fields
gsb_feature_base_fields.features.field_base.inc | 49 +++++++
...feature_base_fields.features.field_instance.inc | 150 +++++++++++++++++++++
gsb_feature_base_fields.info | 5 +
3 files changed, 204 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-3944: Add base fields for resources file types.
gsb_feature_base_fields.features.field_base.inc | 117 ++++++++++++++++++++++++
gsb_feature_base_fields.info | 4 +
2 files changed, 121 insertions(+)

view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago
WP-3895 Changing the vocabulary id value to match production.
gsb_feature_base_fields.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 6 months ago author: Greg Mercer, 2 years, 6 months ago
WP-3895 Changing the vocabulary id value to match production.
gsb_feature_base_fields.features.hierarchical_select.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Adam Moore, 2 years, 6 months ago
WP-3895: Fix wrong taxonomy category id.
gsb_feature_base_fields.features.field_instance.inc | 2 +-
gsb_feature_base_fields.features.hierarchical_select.inc | 4 ++--
gsb_feature_base_fields.info | 6 +++---
3 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3895 Added the region of interest hierarchy settings to base fields
...re_base_fields.features.hierarchical_select.inc | 33 ++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 34 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3895 Change to set field_region_of_interest to be unlimited(multiple) select
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3824 Removing older bg colors (no longer in use). Say bye bye.
gsb_feature_base_fields.features.field_base.inc | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3824 Removing older bg colors (no longer in use). Say bye bye.
gsb_feature_base_fields.features.field_base.inc | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3824 Removing older bg colors (no longer in use). Say bye bye.
gsb_feature_base_fields.features.field_base.inc | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3803-1 Added reference to taxonomy terms for the field_key_taxonomy
gsb_feature_base_fields.features.field_base.inc | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3803 Changing the order of the media format options
gsb_feature_base_fields.features.field_base.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 6 months ago author: Greg Mercer (GBear), 2 years, 6 months ago
WP-3803 Using Yes/No for the two radio buttons at the end of Idea Story CT edit form
gsb_feature_base_fields.features.field_base.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3803 New base fields for the Idea Story CT
gsb_feature_base_fields.features.field_base.inc | 354 +++++++++++++++++++++++-
gsb_feature_base_fields.info | 11 +
2 files changed, 363 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
WP-3776: Change help text for slideshow text fields to include instructions for authors.
gsb_feature_base_fields.features.field_instance.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
WP-3772: Switch slideshow text fields to Slideshow text format.
...feature_base_fields.features.field_instance.inc | 68 ++++++++++++++++++++++
1 file changed, 68 insertions(+)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
WP-3774: Update image field dimensions help text.
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
WP-3774: Update image field dimensions help text.
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3735: slideshow field collection display.
gsb_feature_base_fields.features.field_base.inc | 2 +-
...feature_base_fields.features.field_instance.inc | 24 ++++++++--------------
2 files changed, 10 insertions(+), 16 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
WP-3774: Change dimensions help text for image in Slideshow FPP.
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3735: slideshow field collection display.
gsb_feature_base_fields.features.field_base.inc | 2 +-
...feature_base_fields.features.field_instance.inc | 24 ++++++++--------------
2 files changed, 10 insertions(+), 16 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3713 Adding back the older values, until we can update the saved data
gsb_feature_base_fields.features.field_base.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3713 Adding back the older values, until we can update the saved data
gsb_feature_base_fields.features.field_base.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
WP-3732: Hide labels on Slideshow FC fields.
gsb_feature_base_fields.features.field_instance.inc | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3732 Another attempt to export the field collection for slideshow
...feature_base_fields.features.field_instance.inc | 53 ----------------------
gsb_feature_base_fields.info | 1 -
2 files changed, 54 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3732 Added the new field collection instances for slideshow
...feature_base_fields.features.field_instance.inc | 341 +++++++++++++++++++++
gsb_feature_base_fields.info | 6 +
2 files changed, 347 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3732 New base fields for slideshow
gsb_feature_base_fields.features.field_base.inc | 202 +++++++++++-------------
gsb_feature_base_fields.info | 9 +-
2 files changed, 94 insertions(+), 117 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3709 Adding new fields related to homepage cta fpp
gsb_feature_base_fields.features.field_base.inc | 58 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 2 +
2 files changed, 60 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
WP-3678: Reprder Rank labels.
gsb_feature_base_fields.features.field_base.inc | 102 ++++++++++++------------
1 file changed, 51 insertions(+), 51 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
WP-3669: Reorder fields to display values.
gsb_feature_base_fields.features.field_base.inc | 94 ++++++++++++-------------
1 file changed, 47 insertions(+), 47 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Adam Moore, 2 years, 7 months ago
Make help su open in a new window.
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 8 months ago author: Roopesh Naik, 2 years, 8 months ago
WP-3597 updated the form help text
gsb_feature_base_fields.features.field_base.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3597 Changed href links on Faculty Form Help tab
gsb_feature_base_fields.features.field_base.inc | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago
WP-3396: Add new fields for people_fpp.
gsb_feature_base_fields.features.field_base.inc | 58 ++++++++++++++++++++++
...feature_base_fields.features.field_instance.inc | 55 ++++++++++++++++++++
gsb_feature_base_fields.info | 3 ++
3 files changed, 116 insertions(+)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago This reverts commit 81f6cbdd0b42a55ec126954bc4715727bf95cb9c.

Revert "WP-3548, WP-3550: Add People FPP fields."
gsb_feature_base_fields.features.field_base.inc | 58 ------------
...feature_base_fields.features.field_instance.inc | 104 ---------------------
gsb_feature_base_fields.info | 4 -
3 files changed, 166 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago This reverts commit b7d60813c5cc763d90cea7f426f204375360830c.

Revert "WP-3050: Remove field_person_field_visibility from field collection."
...feature_base_fields.features.field_instance.inc | 49 ++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 50 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3050: Remove field_person_field_visibility from field collection.
...feature_base_fields.features.field_instance.inc | 49 ----------------------
gsb_feature_base_fields.info | 1 -
2 files changed, 50 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3548, WP-3550: Add People FPP fields.
gsb_feature_base_fields.features.field_base.inc | 58 ++++++++++++
...feature_base_fields.features.field_instance.inc | 104 +++++++++++++++++++++
gsb_feature_base_fields.info | 4 +
3 files changed, 166 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3506 Added new field_has_pdf
gsb_feature_base_fields.features.field_base.inc | 26 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 27 insertions(+)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3458: Relabel all Remove buttons to 'Replace or remove', including Remove PDF.
gsb_feature_base_fields.module | 20 --------------------
1 file changed, 20 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3458: Relabel all Remove buttons to 'Replace or remove', including Remove PDF.
gsb_feature_base_fields.module | 20 --------------------
1 file changed, 20 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago
WP-3455: Change select labels of author type to be more descriptive.
gsb_feature_base_fields.features.field_base.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3405-2 Removed prefix help markup fields
gsb_feature_base_fields.features.field_base.inc | 44 -------------------------
gsb_feature_base_fields.info | 2 --
2 files changed, 46 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3405-1 Changes for help text
gsb_feature_base_fields.features.field_base.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3461: Create Publication Type radiobox Field
gsb_feature_base_fields.features.field_base.inc | 27 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 28 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago
Make url optional and fix missing instances.
gsb_feature_base_fields.features.field_base.inc | 26 ++++++++++++++
...feature_base_fields.features.field_instance.inc | 41 +++++++++++++++++++++-
gsb_feature_base_fields.info | 4 ++-
3 files changed, 69 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3468: Set Profile Visibility default to Hidden.
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3375: Add Faculty CT help text base fields.
gsb_feature_base_fields.features.field_base.inc | 367 +++++++++++++++++++++
...feature_base_fields.features.field_instance.inc | 5 +-
gsb_feature_base_fields.info | 15 +
3 files changed, 384 insertions(+), 3 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3499: update field order with wrapper.
gsb_feature_base_fields.features.field_instance.inc | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3499: update field order.
gsb_feature_base_fields.features.field_instance.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3378-1 Added new value for field_paper_copy - 'Abstract Only'
gsb_feature_base_fields.features.field_base.inc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3405 Added new fields field_prefix_non_degree_course and field_prefix_teaching_materials
gsb_feature_base_fields.features.field_base.inc | 44 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 3 ++
2 files changed, 47 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3478: Change 'Profile Visibility' to 'Display on Profile'.
gsb_feature_base_fields.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3375: Update Faculty CT help text.
gsb_feature_base_fields.features.field_instance.inc | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago
WP-3455: Change select labels of author type to be more descriptive.
gsb_feature_base_fields.features.field_base.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3405-2 Removed prefix help markup fields
gsb_feature_base_fields.features.field_base.inc | 44 -------------------------
gsb_feature_base_fields.info | 2 --
2 files changed, 46 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3405-1 Changes for help text
gsb_feature_base_fields.features.field_base.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3461: Create Publication Type radiobox Field
gsb_feature_base_fields.features.field_base.inc | 27 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 28 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3461: Create Publication Type radiobox Field
gsb_feature_base_fields.features.field_base.inc | 27 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 28 insertions(+)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago
Make url optional and fix missing instances.
gsb_feature_base_fields.features.field_base.inc | 26 ++++++++++++++
...feature_base_fields.features.field_instance.inc | 41 +++++++++++++++++++++-
gsb_feature_base_fields.info | 4 ++-
3 files changed, 69 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3468: Set Profile Visibility default to Hidden.
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3375: Add Faculty CT help text base fields.
gsb_feature_base_fields.features.field_base.inc | 367 +++++++++++++++++++++
...feature_base_fields.features.field_instance.inc | 5 +-
gsb_feature_base_fields.info | 15 +
3 files changed, 384 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3499: update field order with wrapper.
gsb_feature_base_fields.features.field_instance.inc | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3499: update field order.
gsb_feature_base_fields.features.field_instance.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3458: Change Remove button for file/image fields globally to 'Replace or remove'.
gsb_feature_base_fields.module | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3468: Set Profile Visibility default to Hidden.
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3499: update field order with wrapper.
gsb_feature_base_fields.features.field_instance.inc | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3499: update field order.
gsb_feature_base_fields.features.field_instance.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3375: Add Faculty CT help text base fields.
gsb_feature_base_fields.features.field_base.inc | 367 +++++++++++++++++++++
...feature_base_fields.features.field_instance.inc | 5 +-
gsb_feature_base_fields.info | 15 +
3 files changed, 384 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3378-1 Added new value for field_paper_copy - 'Abstract Only'
gsb_feature_base_fields.features.field_base.inc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3378-1 Added new value for field_paper_copy - 'Abstract Only'
gsb_feature_base_fields.features.field_base.inc | 11759 +++++++++++-----------
1 file changed, 5880 insertions(+), 5879 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3405 Added new fields field_prefix_non_degree_course and field_prefix_teaching_materials
gsb_feature_base_fields.features.field_base.inc | 44 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 3 ++
2 files changed, 47 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3458: Change Remove button for file/image fields globally to 'Replace or remove'.
gsb_feature_base_fields.module | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3478: Change 'Profile Visibility' to 'Display on Profile'.
gsb_feature_base_fields.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3375: Update Faculty CT help text.
gsb_feature_base_fields.features.field_instance.inc | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3384 Changed values to be "Yes" or "No"
gsb_feature_base_fields.features.field_base.inc | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3384 Changed values to be "Yes" or "No"
gsb_feature_base_fields.features.field_base.inc | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3407: Hide "Name" on Conference, Talks & Speaking Engagements in "Teaching & Talks" tab
gsb_feature_base_fields.features.field_instance.inc | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3406: Teaching Material label to 'Title'
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3407: Hide "Name" on Conference, Talks & Speaking Engagements in "Teaching & Talks" tab
gsb_feature_base_fields.features.field_instance.inc | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3406: Teaching Material label to 'Title'
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3384 Added new fields field_has_case_center and field_has_harvard_link
gsb_feature_base_fields.features.field_base.inc | 52 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 2 +
2 files changed, 54 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3376: Update Add Another button names in Faculty CT.
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3406: Hide Name on Teaching Material in Teaching
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3406: Hide Name on Teaching Material in Teaching
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3376: Update Add Another button names in Faculty CT.
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3381: Hide "Course Name" and rename "Title" to "Course or Program"
gsb_feature_base_fields.features.field_instance.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3378 Added new field_free_case (used by Case CT)
gsb_feature_base_fields.features.field_base.inc | 26 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 27 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3362: update field collection displays.
gsb_feature_base_fields.features.field_instance.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3362: update field collection displays.
gsb_feature_base_fields.features.field_instance.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
Remove field_greater_univ_aff_unlimited field since we use a field collection now.'
gsb_feature_base_fields.features.field_base.inc | 29 -------------------------
gsb_feature_base_fields.info | 3 +--
2 files changed, 1 insertion(+), 31 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3354: Remove unused field title from working papers.
...feature_base_fields.features.field_instance.inc | 73 ----------------------
gsb_feature_base_fields.info | 1 -
2 files changed, 74 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3354: Configure link fields to not show title.
gsb_feature_base_fields.features.field_instance.inc | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3354: Recursively hide fields in groups.
gsb_feature_base_fields.module | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)

view commit - committer: Greg Mercer, 2 years, 9 months ago author: Greg Mercer, 2 years, 9 months ago
WP-3329 Added full list of months.
gsb_feature_base_fields.features.field_base.inc | 11 +++++++++++
1 file changed, 11 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3329 Added field_month
gsb_feature_base_fields.features.field_base.inc | 25 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 26 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3285: update base fields.
gsb_feature_base_fields.features.field_instance.inc | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3285: update base fields.
gsb_feature_base_fields.features.field_instance.inc | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
WP-3299: Remove use link field for organization in affilations fields.
gsb_feature_base_fields.features.field_base.inc | 87 ---------
...feature_base_fields.features.field_instance.inc | 197 +++++++--------------
gsb_feature_base_fields.info | 9 +-
3 files changed, 68 insertions(+), 225 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
WP-3247: Delete podcast and video fields.
gsb_feature_base_fields.features.field_base.inc | 60 -------------------------
gsb_feature_base_fields.info | 2 -
2 files changed, 62 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
WP-3246: Add description to conferences and presentations.
...feature_base_fields.features.field_instance.inc | 54 +++++++++++++++++++++-
gsb_feature_base_fields.info | 1 +
2 files changed, 53 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 2 years, 9 months ago author: Greg Mercer, 2 years, 9 months ago
WP-3262 Changing category to be 60 chars, and service to be 230 chars
gsb_feature_base_fields.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3262 Changes related to optional url, Add more button text, etc
gsb_feature_base_fields.features.field_instance.inc | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
WP-3252: Change labels on Authors field collection.
gsb_feature_base_fields.features.field_instance.inc | 19 +++++++++++++++----
1 file changed, 15 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
WP-3301: Use the link field for the name in field_teaching_material_name.
gsb_feature_base_fields.features.field_base.inc | 29 ------------
...feature_base_fields.features.field_instance.inc | 55 ++--------------------
gsb_feature_base_fields.info | 4 +-
3 files changed, 6 insertions(+), 82 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3306: update field collection settings.
...feature_base_fields.features.field_instance.inc | 126 +++++++++++++++++----
1 file changed, 105 insertions(+), 21 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
Move field collection instances from faculty_ct to base_fields.
...feature_base_fields.features.field_instance.inc | 209 +++++++++++++++++++++
gsb_feature_base_fields.info | 5 +
2 files changed, 214 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
WP-3267: Add additional fields for some pre-work on faculty.
gsb_feature_base_fields.features.field_base.inc | 185 +++++++++
...feature_base_fields.features.field_instance.inc | 460 ++++++++++++++++++++-
gsb_feature_base_fields.info | 19 +-
3 files changed, 662 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3013 Adding field_research_databases
gsb_feature_base_fields.features.field_base.inc | 34 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 2 ++
2 files changed, 36 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3013 Making faculty the default option selected for field_authors
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3013 Adding field_research_databases
gsb_feature_base_fields.features.field_base.inc | 34 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 2 ++
2 files changed, 36 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3215: Move field_author specific code to gsb_field_authors.
gsb_feature_base_fields.api.php | 16 ----
gsb_feature_base_fields.module | 161 +---------------------------------------
2 files changed, 1 insertion(+), 176 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-3013 Making faculty the default option selected for field_authors
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3140: Make url field under conferences and presentations optional.
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3140: Make url field under conferences and presentations optional.
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3111: Book PDF should not use media center.
gsb_feature_base_fields.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3127: Add submit field.
gsb_feature_base_fields.features.field_base.inc | 18 ++++++++++++++++++
gsb_feature_base_fields.info | 4 +++-
2 files changed, 21 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 10 months ago author: Alexei Gorobets, 2 years, 10 months ago
WP-2558: Add field_date and field_icon used in Media Item.
gsb_feature_base_fields.features.field_base.inc | 57 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 2 +
2 files changed, 59 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3122: Add validation for field authors.
gsb_feature_base_fields.module | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-3069 Added allowed values function for profile visibility.
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-2952: Remove reference when Other is selected.
gsb_feature_base_fields.module | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-2989 Cleaned up a little of the code in gsb_feature_base_fields_field_attach_form()
gsb_feature_base_fields.module | 38 +++++++++++++++++++++++---------------
1 file changed, 23 insertions(+), 15 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-2989 Added gsb_feature_base_fields_field_attach_form to setup states
gsb_feature_base_fields.module | 57 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 57 insertions(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-2989 Changed widget for field_profile_visibility to select
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-2989 Added new field field_profile_visibility
gsb_feature_base_fields.features.field_base.inc | 27 ++++++++++++
...feature_base_fields.features.field_instance.inc | 48 ++++++++++++++++++++++
gsb_feature_base_fields.info | 2 +
3 files changed, 77 insertions(+)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-2989 Cleaned up a little of the code in gsb_feature_base_fields_field_attach_form()
gsb_feature_base_fields.module | 38 +++++++++++++++++++++++---------------
1 file changed, 23 insertions(+), 15 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
Merge branch 'WP-2989' of github.com:gsbitse/gsb_feature_base_fields into WP-2989
view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-2989 Added gsb_feature_base_fields_field_attach_form to setup states
gsb_feature_base_fields.module | 57 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 57 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-2952: Ensure that duplicated author data isn't saved.
gsb_feature_base_fields.module | 15 +++++++++++++++
1 file changed, 15 insertions(+)

view commit - committer: Greg Mercer, 2 years, 10 months ago author: Greg Mercer, 2 years, 10 months ago
WP-2989 Changed widget for field_profile_visibility to select
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-2989 Added new field field_profile_visibility
gsb_feature_base_fields.features.field_base.inc | 27 ++++++++++++
...feature_base_fields.features.field_instance.inc | 48 ++++++++++++++++++++++
gsb_feature_base_fields.info | 2 +
3 files changed, 77 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2941: update conference pdf link label.
gsb_feature_base_fields.features.field_instance.inc | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
WP-2937: Export configuration for hierarchichal select in academic area.
gsb_feature_base_fields.features.field_base.inc | 0
...feature_base_fields.features.field_instance.inc | 0
...re_base_fields.features.hierarchical_select.inc | 33 ++++++++++++++++++++++
gsb_feature_base_fields.info | 5 ++--
gsb_feature_base_fields.install | 0
gsb_feature_base_fields.module | 0
6 files changed, 36 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2895 Added new field for Case Center link
gsb_feature_base_fields.features.field_base.inc | 30 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 31 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 11 months ago author: Tim Plunkett, 2 years, 11 months ago
WP-2930: Respect the per-view mode settings for books and publications.
gsb_feature_base_fields.module | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2895 Added new field for Case Center link
gsb_feature_base_fields.features.field_base.inc | 30 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 31 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2874 Check for recursive load if the entity is being displayed by entityref
gsb_feature_base_fields.module | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2836: Remove field_links_attachments base field.
gsb_feature_base_fields.features.field_base.inc | 30 -------------------------
gsb_feature_base_fields.info | 1 -
2 files changed, 31 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 11 months ago author: Tim Plunkett, 2 years, 11 months ago
WP-2822: Add a generic method of displaying Faculty Authors on content types.
gsb_feature_base_fields.api.php | 16 +++++++++++
gsb_feature_base_fields.module | 59 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 75 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2810: Add field_bus_website_description field base.
gsb_feature_base_fields.features.field_base.inc | 29 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 30 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2811: Allow multiple coices for Business Website Categories.
...re_base_fields.features.hierarchical_select.inc | 33 ++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 34 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2810: Add field_bus_website_description field base.
gsb_feature_base_fields.features.field_base.inc | 29 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 30 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2811: Allow multiple coices for Business Website Categories.
...re_base_fields.features.hierarchical_select.inc | 33 ++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 34 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2778: Add conditions for Book authors field to display authors according to fac_or_other field value.
...feature_base_fields.features.field_instance.inc | 30 +++++++++++++++++++---
1 file changed, 27 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
WP-2762: Don't capitalize to in 'Go to'
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2643 Attempt to get field_bus_website_categories to be added
gsb_feature_base_fields.features.field_base.inc | 68 ++++++++++++-------------
gsb_feature_base_fields.info | 2 +-
2 files changed, 35 insertions(+), 35 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2643 Adding field_bus_website_categories for business website ct
gsb_feature_base_fields.features.field_base.inc | 34 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 2 ++
2 files changed, 36 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2761: Change Month/Day date field to separate integer fields.
gsb_feature_base_fields.features.field_base.inc | 45 +++++++++++++------------
gsb_feature_base_fields.info | 3 +-
2 files changed, 26 insertions(+), 22 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2637 Added new field field_featured_publication_ref used in Faculty ct
gsb_feature_base_fields.features.field_base.inc | 43 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 3 +-
2 files changed, 45 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2568: Add book title and book month/day fields. Get rid of old unused publication fields.
gsb_feature_base_fields.features.field_base.inc | 159 +++++----------------
...feature_base_fields.features.field_instance.inc | 3 +-
...re_base_fields.features.hierarchical_select.inc | 0
gsb_feature_base_fields.info | 8 +-
gsb_feature_base_fields.install | 0
gsb_feature_base_fields.module | 0
6 files changed, 36 insertions(+), 134 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Add link attachments field.
gsb_feature_base_fields.features.field_base.inc | 30 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 3 ++-
2 files changed, 32 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Add a couple of fields.
...feature_base_fields.features.field_instance.inc | 112 +++++++++++++++++++++
gsb_feature_base_fields.info | 2 +
2 files changed, 114 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Update base fields for gsb_feature_book_ct.
gsb_feature_base_fields.features.field_base.inc | 4 +-
...feature_base_fields.features.field_instance.inc | 59 ++++++++++++++--------
gsb_feature_base_fields.info | 2 +-
3 files changed, 40 insertions(+), 25 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2684: add book teaser settings.
...feature_base_fields.features.field_instance.inc | 34 ++++++++++++++++++++++
1 file changed, 34 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
Book CT: Change Attachments multivalued link field to URL or PDF field collection. Add Centers term reference field.
gsb_feature_base_fields.features.field_base.inc | 109 ++++++++++----
...feature_base_fields.features.field_instance.inc | 167 +++++++++++++++++++++
gsb_feature_base_fields.info | 8 +-
3 files changed, 253 insertions(+), 31 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2638 Added new non-course fields
gsb_feature_base_fields.features.field_base.inc | 19 +++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 20 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
Book CT: Change Attachments multivalued link field to URL or PDF field collection. Add Centers term reference field.
gsb_feature_base_fields.features.field_base.inc | 109 ++++++++++----
...feature_base_fields.features.field_instance.inc | 167 +++++++++++++++++++++
gsb_feature_base_fields.info | 8 +-
3 files changed, 253 insertions(+), 31 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
WP-2622: Update book-related base fields.
...feature_base_fields.features.field_instance.inc | 35 ++++++++++------------
1 file changed, 16 insertions(+), 19 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Add fields for course ct.
gsb_feature_base_fields.features.field_base.inc | 149 +++++++++++++++++++++
...feature_base_fields.features.field_instance.inc | 0
...re_base_fields.features.hierarchical_select.inc | 0
gsb_feature_base_fields.info | 7 +-
gsb_feature_base_fields.install | 0
gsb_feature_base_fields.module | 0
6 files changed, 155 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2572-2 Initial fields for the course ct
gsb_feature_base_fields.features.field_base.inc | 118 ++++++++++++++++++++++++
gsb_feature_base_fields.info | 4 +
2 files changed, 122 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2638 Added new non-course fields
gsb_feature_base_fields.features.field_base.inc | 19 +++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 20 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2622: Update book-related base fields.
...feature_base_fields.features.field_instance.inc | 35 ++++++++++------------
1 file changed, 16 insertions(+), 19 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2643 Attempt to get field_bus_website_categories to be added
gsb_feature_base_fields.features.field_base.inc | 68 ++++++++++++-------------
gsb_feature_base_fields.info | 2 +-
2 files changed, 35 insertions(+), 35 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2643 Adding field_bus_website_categories for business website ct
gsb_feature_base_fields.features.field_base.inc | 34 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 2 ++
2 files changed, 36 insertions(+)

view commit - committer: Alexei Gorobets, 3 years ago author: Alexei Gorobets, 3 years ago
WP-2562: Add field_authors field and it's subfields. Remove pull-quote author field.
gsb_feature_base_fields.features.field_base.inc | 52 +++---
...feature_base_fields.features.field_instance.inc | 174 +++++++++++++++++++++
gsb_feature_base_fields.info | 6 +-
3 files changed, 200 insertions(+), 32 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer, 3 years ago
WP-2605 Added Go To option.
gsb_feature_base_fields.features.field_base.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2606 Changed selection options for the field_product_type field
gsb_feature_base_fields.features.field_base.inc | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 3 years ago author: Greg Mercer, 3 years ago
WP-2605 Added Go To option.
gsb_feature_base_fields.features.field_base.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Alexei Gorobets, 3 years ago author: Alexei Gorobets, 3 years ago
WP-2562: Change review field not to use WYSIWYG.
gsb_feature_base_fields.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Alexei Gorobets, 3 years ago
Add Book CT fields.
gsb_feature_base_fields.features.field_base.inc | 270 +++++++++++++++++++++
...feature_base_fields.features.field_instance.inc | 92 +++++++
...re_base_fields.features.hierarchical_select.inc | 0
gsb_feature_base_fields.info | 12 +
gsb_feature_base_fields.install | 0
gsb_feature_base_fields.module | 0
6 files changed, 374 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years ago author: Greg Mercer (GBear), 3 years ago
WP-2606 Changed selection options for the field_product_type field
gsb_feature_base_fields.features.field_base.inc | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Adam Moore, 3 years ago
Remove field instances that should be in another feature.
...feature_base_fields.features.field_instance.inc | 125 ---------------------
gsb_feature_base_fields.info | 2 -
2 files changed, 127 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Adam Moore, 3 years ago
Remove reference to student_ct.
gsb_feature_base_fields.features.field_base.inc | 64 -------------------------
gsb_feature_base_fields.info | 2 -
2 files changed, 66 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Adam Moore, 3 years ago
Remove old fields and fix field collections labels.
gsb_feature_base_fields.features.field_base.inc | 261 ---------------------
...feature_base_fields.features.field_instance.inc | 24 +-
gsb_feature_base_fields.info | 11 +-
3 files changed, 9 insertions(+), 287 deletions(-)

view commit - committer: Alexei Gorobets, 3 years ago author: Alexei Gorobets, 3 years ago
Add In The News base fields.
gsb_feature_base_fields.features.field_base.inc | 115 ++++++++++++++++++++++++
gsb_feature_base_fields.info | 4 +
2 files changed, 119 insertions(+)

view commit - committer: Alexei Gorobets, 3 years ago author: Alexei Gorobets, 3 years ago
Add Book CT fields.
gsb_feature_base_fields.features.field_base.inc | 191 +++++++++++++++++++++
...feature_base_fields.features.field_instance.inc | 92 ++++++++++
...re_base_fields.features.hierarchical_select.inc | 0
gsb_feature_base_fields.info | 11 +-
gsb_feature_base_fields.install | 0
gsb_feature_base_fields.module | 0
6 files changed, 293 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years ago author: Adam Moore, 3 years ago
Change directory of conference presentations.
gsb_feature_base_fields.features.field_instance.inc | 2 +-
gsb_feature_base_fields.info | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Adam Moore, 3 years ago
Remove superfluous maxlengths
gsb_feature_base_fields.features.field_base.inc | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Adam Moore, 3 years, 1 month ago
WP-2513 Adding max_length as a setting.
gsb_feature_base_fields.features.field_base.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 1 month ago author: Greg Mercer, 3 years, 1 month ago
WP-2513 Adding max_length as a setting
gsb_feature_base_fields.features.field_base.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 1 month ago author: Greg Mercer, 3 years, 1 month ago
WP-2545 Changed file_directory settings
gsb_feature_base_fields.features.field_instance.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer, 3 years, 1 month ago
WP-2513 Adding max_length as a setting
gsb_feature_base_fields.features.field_base.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2532 Added new field field_product_type
gsb_feature_base_fields.features.field_base.inc | 27 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 28 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Added new uuid field
gsb_feature_base_fields.features.field_base.inc | 56 ++++++++++++-------------
gsb_feature_base_fields.info | 9 +---
2 files changed, 28 insertions(+), 37 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2354 changes related to field_citation
gsb_feature_base_fields.features.field_base.inc | 33 +++----------------------
gsb_feature_base_fields.info | 10 ++++++--
2 files changed, 11 insertions(+), 32 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2354 Added new base fields used by Case CT
gsb_feature_base_fields.features.field_base.inc | 29 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 30 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2532 Added new field field_product_type
gsb_feature_base_fields.features.field_base.inc | 27 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 3 ++-
2 files changed, 29 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2482 Changing values for the leave status radio buttons
gsb_feature_base_fields.features.field_base.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2479 Changed target for link to be _blank to open new window
gsb_feature_base_fields.features.field_instance.inc | 2 +-
gsb_feature_base_fields.info | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Added new uuid field
gsb_feature_base_fields.features.field_base.inc | 56 ++++++++++++-------------
gsb_feature_base_fields.info | 9 +---
2 files changed, 28 insertions(+), 37 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2354 changes related to field_citation
gsb_feature_base_fields.features.field_base.inc | 33 +++----------------------
gsb_feature_base_fields.info | 10 ++++++--
2 files changed, 11 insertions(+), 32 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2354 Added new base fields used by Case CT
gsb_feature_base_fields.features.field_base.inc | 29 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 30 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2479 Changed target for link to be _blank to open new window
gsb_feature_base_fields.features.field_instance.inc | 2 +-
gsb_feature_base_fields.info | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Removing field_e_copy
gsb_feature_base_fields.features.field_base.inc | 29 -------------------------
gsb_feature_base_fields.info | 3 +--
2 files changed, 1 insertion(+), 31 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Adding field_e_copy and field_paper_copy fields for Case CT
gsb_feature_base_fields.features.field_base.inc | 55 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 4 +-
2 files changed, 58 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Changing field_author to be limited to 1 value instead of unlimited
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Added new fields field_page_count and field_learning_objective
gsb_feature_base_fields.features.field_base.inc | 56 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 4 +-
2 files changed, 59 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Added new uuid field
gsb_feature_base_fields.features.field_base.inc | 56 ++++++++++++-------------
gsb_feature_base_fields.info | 9 +---
2 files changed, 28 insertions(+), 37 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2354 changes related to field_citation
gsb_feature_base_fields.features.field_base.inc | 33 +++----------------------
gsb_feature_base_fields.info | 10 ++++++--
2 files changed, 11 insertions(+), 32 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2354 Added new base fields used by Case CT
gsb_feature_base_fields.features.field_base.inc | 29 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 30 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Removing field_e_copy
gsb_feature_base_fields.features.field_base.inc | 29 -------------------------
gsb_feature_base_fields.info | 3 +--
2 files changed, 1 insertion(+), 31 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Adding field_e_copy and field_paper_copy fields for Case CT
gsb_feature_base_fields.features.field_base.inc | 55 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 4 +-
2 files changed, 58 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Changing field_author to be limited to 1 value instead of unlimited
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2448 Removed some fields that are no longer needed by the Faculty CT
gsb_feature_base_fields.features.field_base.inc | 430 +++++++++++++-----------
gsb_feature_base_fields.info | 19 +-
2 files changed, 249 insertions(+), 200 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Added new fields field_page_count and field_learning_objective
gsb_feature_base_fields.features.field_base.inc | 56 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 4 +-
2 files changed, 59 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Adding new field for author sunet id entity ref
gsb_feature_base_fields.features.field_base.inc | 44 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 3 +-
2 files changed, 46 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Added new uuid field
gsb_feature_base_fields.features.field_base.inc | 56 ++++++++++++-------------
gsb_feature_base_fields.info | 9 +---
2 files changed, 28 insertions(+), 37 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2354 changes related to field_citation
gsb_feature_base_fields.features.field_base.inc | 33 +++----------------------
gsb_feature_base_fields.info | 10 ++++++--
2 files changed, 11 insertions(+), 32 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2354 Added new base fields used by Case CT
gsb_feature_base_fields.features.field_base.inc | 29 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 30 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Adding new field for author sunet id entity ref
gsb_feature_base_fields.features.field_base.inc | 682 ++++++++++++++++++++-
...feature_base_fields.features.field_instance.inc | 324 ++++++++++
gsb_feature_base_fields.info | 29 +-
3 files changed, 1022 insertions(+), 13 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 1 month ago author: Tim Plunkett, 3 years, 1 month ago
WP-2460: Change the button text for pdf-only fields.
gsb_feature_base_fields.module | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Added new uuid field
gsb_feature_base_fields.features.field_base.inc | 85 ++++++++++++++++---------
gsb_feature_base_fields.info | 12 +---
2 files changed, 59 insertions(+), 38 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2354 changes related to field_citation
gsb_feature_base_fields.features.field_base.inc | 33 +++----------------------
gsb_feature_base_fields.info | 10 ++++++--
2 files changed, 11 insertions(+), 32 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2354 Added new base fields used by Case CT
gsb_feature_base_fields.features.field_base.inc | 175 ++++++++++++++++++++++++
gsb_feature_base_fields.info | 6 +
2 files changed, 181 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2354 Added new uuid field
gsb_feature_base_fields.features.field_base.inc | 85 ++++++++++++++++---------
gsb_feature_base_fields.info | 12 +---
2 files changed, 59 insertions(+), 38 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2448 Changes for the Service Profession fields and Conf/Presentations
gsb_feature_base_fields.features.field_base.inc | 112 ++++++-
...feature_base_fields.features.field_instance.inc | 324 +++++++++++++++++++++
gsb_feature_base_fields.info | 14 +-
3 files changed, 442 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2351 Adding in new base fields related to faculty ct
gsb_feature_base_fields.features.field_base.inc | 92 +++++++++++++++++++++++--
gsb_feature_base_fields.info | 3 +-
2 files changed, 87 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2351 A little base field shuffle - to correct a field collection.
gsb_feature_base_fields.features.field_base.inc | 29 -------------------------
gsb_feature_base_fields.info | 3 +--
2 files changed, 1 insertion(+), 31 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2351 Added new base fields for the faculty content type
gsb_feature_base_fields.features.field_base.inc | 137 +++++++++++++++++++++++-
gsb_feature_base_fields.info | 5 +
2 files changed, 141 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2351 Adding new fields related to the faculty ct
gsb_feature_base_fields.features.field_base.inc | 302 +++++++++++++++++++++++-
gsb_feature_base_fields.info | 12 +-
2 files changed, 311 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add twitter field to base.
gsb_feature_base_fields.features.field_base.inc | 30 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 31 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add twitter field to base.
gsb_feature_base_fields.features.field_base.inc | 30 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 31 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 1 month ago author: Tim Plunkett, 3 years, 1 month ago
WP-2370: Include all 4 content types for one argument.
gsb_feature_base_fields.features.field_base.inc | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2351 Adding in new base fields related to faculty ct
gsb_feature_base_fields.features.field_base.inc | 92 +++++++++++++++++++++++--
gsb_feature_base_fields.info | 3 +-
2 files changed, 87 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2351 A little base field shuffle - to correct a field collection.
gsb_feature_base_fields.features.field_base.inc | 29 -------------------------
gsb_feature_base_fields.info | 3 +--
2 files changed, 1 insertion(+), 31 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 1 month ago author: Tim Plunkett, 3 years, 1 month ago
WP-2370: Limit field_person_ref to faculty, staff, phd_candidate, and msx_fellows.
gsb_feature_base_fields.features.field_base.inc | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2351 Added new base fields for the faculty content type
gsb_feature_base_fields.features.field_base.inc | 137 +++++++++++++++++++++++-
gsb_feature_base_fields.info | 5 +
2 files changed, 141 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2351 Adding new fields related to the faculty ct
gsb_feature_base_fields.features.field_base.inc | 302 +++++++++++++++++++++++-
gsb_feature_base_fields.info | 12 +-
2 files changed, 311 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2354 changes related to field_citation
gsb_feature_base_fields.features.field_base.inc | 33 +++----------------------
gsb_feature_base_fields.info | 10 ++++++--
2 files changed, 11 insertions(+), 32 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2354 Added new base fields used by Case CT
gsb_feature_base_fields.features.field_base.inc | 175 ++++++++++++++++++++++++
gsb_feature_base_fields.info | 8 +-
2 files changed, 182 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2347: change labels and add unstyled.
gsb_feature_base_fields.features.field_base.inc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2270 Changed to use gsb_field_formatter_download_link
gsb_feature_base_fields.features.field_base.inc | 1 -
gsb_feature_base_fields.features.field_instance.inc | 15 +++++++++------
gsb_feature_base_fields.info | 3 ++-
3 files changed, 11 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2270 Changed to use gsb_field_formatter_download_link
gsb_feature_base_fields.features.field_base.inc | 1 -
gsb_feature_base_fields.features.field_instance.inc | 15 +++++++++------
gsb_feature_base_fields.info | 3 ++-
3 files changed, 11 insertions(+), 8 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: adam, 3 years, 2 months ago
Force certain links to always open in new window.
gsb_feature_base_fields.features.field_instance.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2213 Changes to field lengths
gsb_feature_base_fields.features.field_base.inc | 7 ++++---
gsb_feature_base_fields.features.field_instance.inc | 12 ++++++------
2 files changed, 10 insertions(+), 9 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Add option to open in new tab to link.
gsb_feature_base_fields.features.field_base.inc | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2069: configure field collections for phd detail page.
...feature_base_fields.features.field_instance.inc | 66 ++++++++++++++++------
gsb_feature_base_fields.info | 1 +
2 files changed, 49 insertions(+), 18 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2064 Adding new base field_suffix_name
gsb_feature_base_fields.features.field_base.inc | 29 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 3 ++-
2 files changed, 31 insertions(+), 1 deletion(-)

view commit - committer: adam, 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2052 more adjustments to the phd candidate ct
gsb_feature_base_fields.features.field_base.inc | 2 +-
gsb_feature_base_fields.features.field_instance.inc | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2052 more adjustments to the phd candidate ct
gsb_feature_base_fields.features.field_base.inc | 63 ++++++--
...feature_base_fields.features.field_instance.inc | 179 ++-------------------
gsb_feature_base_fields.info | 6 +-
3 files changed, 70 insertions(+), 178 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2052 Updated the content type to match phase2 specs
gsb_feature_base_fields.features.field_base.inc | 57 ----------
...feature_base_fields.features.field_instance.inc | 126 +++++----------------
gsb_feature_base_fields.info | 9 +-
3 files changed, 31 insertions(+), 161 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2052 Updated the content type to match phase2 specs
gsb_feature_base_fields.features.field_base.inc | 401 ++++++++----
...feature_base_fields.features.field_instance.inc | 706 +++++++++++++++++++--
...re_base_fields.features.hierarchical_select.inc | 63 --
gsb_feature_base_fields.info | 33 +-
4 files changed, 935 insertions(+), 268 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: adam, 3 years, 2 months ago
Force certain links to always open in new window.
gsb_feature_base_fields.features.field_instance.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2213 Changes to field lengths
gsb_feature_base_fields.features.field_base.inc | 7 ++++---
gsb_feature_base_fields.features.field_instance.inc | 12 ++++++------
2 files changed, 10 insertions(+), 9 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Add option to open in new tab to link.
gsb_feature_base_fields.features.field_base.inc | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2030 Add to the list of degrees
gsb_feature_base_fields.features.field_base.inc | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2069: configure field collections for phd detail page.
...feature_base_fields.features.field_instance.inc | 66 ++++++++++++++++------
gsb_feature_base_fields.info | 1 +
2 files changed, 49 insertions(+), 18 deletions(-)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2030 Add to the list of degrees
gsb_feature_base_fields.features.field_base.inc | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2064 Adding new base field_suffix_name
gsb_feature_base_fields.features.field_base.inc | 29 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 3 ++-
2 files changed, 31 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2052 more adjustments to the phd candidate ct
gsb_feature_base_fields.features.field_base.inc | 2 +-
gsb_feature_base_fields.features.field_instance.inc | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2052 more adjustments to the phd candidate ct
gsb_feature_base_fields.features.field_base.inc | 63 ++++++--
...feature_base_fields.features.field_instance.inc | 179 ++-------------------
gsb_feature_base_fields.info | 6 +-
3 files changed, 70 insertions(+), 178 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2052 Updated the content type to match phase2 specs
gsb_feature_base_fields.features.field_base.inc | 57 ----------
...feature_base_fields.features.field_instance.inc | 126 +++++----------------
gsb_feature_base_fields.info | 9 +-
3 files changed, 31 insertions(+), 161 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 3 months ago author: Greg Mercer (GBear), 3 years, 3 months ago
WP-2052 Updated the content type to match phase2 specs
gsb_feature_base_fields.features.field_base.inc | 401 ++++++++----
...feature_base_fields.features.field_instance.inc | 706 +++++++++++++++++++--
...re_base_fields.features.hierarchical_select.inc | 63 --
gsb_feature_base_fields.info | 33 +-
4 files changed, 935 insertions(+), 268 deletions(-)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
Changing this back to use caption-left and caption-right
gsb_feature_base_fields.features.field_base.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-304 Added classes image-float-left and image-float-right
gsb_feature_base_fields.features.field_base.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WP-1867 Added Department to have heirarchy multi-select with add button
...re_base_fields.features.hierarchical_select.inc | 33 ++++++++++++++++++++++
gsb_feature_base_fields.info | 3 +-
2 files changed, 35 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WP-1863 Changed widget to allow for multiple select adds with select
gsb_feature_base_fields.features.hierarchical_select.inc | 5 ++++-
gsb_feature_base_fields.info | 3 +--
2 files changed, 5 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
WP-1752 Additional degrees for select field_degree_type
gsb_feature_base_fields.features.field_base.inc | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WP-1794 Added new program_unlimited field
gsb_feature_base_fields.features.field_base.inc | 34 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 3 ++-
2 files changed, 36 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Adam Moore, 3 years, 6 months ago
Add JD as an available degree type.
gsb_feature_base_fields.features.field_base.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Tim Plunkett, 3 years, 6 months ago author: Tim Plunkett, 3 years, 6 months ago
Add dependency on and functionality from academic year module.
gsb_feature_base_fields.features.field_base.inc | 2 +-
gsb_feature_base_fields.info | 1 +
gsb_feature_base_fields.install | 13 +++++++++++++
3 files changed, 15 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Make pathauto_title_alias a dependency for this module.
gsb_feature_base_fields.info | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Add base field for pathauto title alias. Remove unused hierarchichal select configs.
gsb_feature_base_fields.features.field_base.inc | 16 ++++
...re_base_fields.features.hierarchical_select.inc | 93 ----------------------
gsb_feature_base_fields.info | 7 +-
3 files changed, 19 insertions(+), 97 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1708: change max length to 250 for Facts and Post Mba Goals fields
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
WP-1692: Switch the order of academic calendar quarters.
gsb_feature_base_fields.features.field_base.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1679 renamed CTA style to Standard
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
Academic calendar: Add academic year field.
gsb_feature_base_fields.features.field_base.inc | 27 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 28 insertions(+)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Add house ads fields to base fields.
gsb_feature_base_fields.features.field_base.inc | 27 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 28 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
WP-1534: Update all HS config to use dropbox and save full term lineage.
...re_base_fields.features.hierarchical_select.inc | 59 +++++++++++++++-------
1 file changed, 40 insertions(+), 19 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
WP-1534: Add all HS config to features.
...re_base_fields.features.hierarchical_select.inc | 258 ++++++++++++++++++++-
gsb_feature_base_fields.info | 8 +
2 files changed, 263 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Removing "Meet" CTA verb. Resolves wp-1544
gsb_feature_base_fields.features.field_base.inc | 1 -
1 file changed, 1 deletion(-)

view commit - committer: 32i, 3 years, 7 months ago author: 32i, 3 years, 7 months ago
wp-1277 updated configs to match vocabulary IDs on stage and prod;
...re_base_fields.features.hierarchical_select.inc | 103 +++++++++++++++++++++
1 file changed, 103 insertions(+)

view commit - committer: 32i, 3 years, 7 months ago author: 32i, 3 years, 7 months ago
wp-1277 saved hierarchical select widget settings into base_fields feature.
gsb_feature_base_fields.info | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
Add academic calendar link.
gsb_feature_base_fields.features.field_base.inc | 30 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 31 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
Add field_academic_quarter.
gsb_feature_base_fields.features.field_base.inc | 28 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 29 insertions(+)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Added new value 'Meet' for cta action
gsb_feature_base_fields.features.field_base.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Add diptych style and right_cta_link fields.
gsb_feature_base_fields.features.field_base.inc | 56 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 4 +-
2 files changed, 59 insertions(+), 1 deletion(-)

view commit - committer: 32i, 3 years, 8 months ago author: 32i, 3 years, 8 months ago
wp-1387 added text_style field
gsb_feature_base_fields.features.field_base.inc | 26 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 27 insertions(+)

view commit - committer: 32i, 3 years, 8 months ago author: 32i, 3 years, 8 months ago
wp-1331 add image show caption and image alignment fields to gsb_base_feature;
gsb_feature_base_fields.features.field_base.inc | 52 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 4 +-
2 files changed, 55 insertions(+), 1 deletion(-)

view commit - committer: 32i, 3 years, 8 months ago author: 32i, 3 years, 8 months ago
wp-1328 add link_style field to gsb_feature_base_field
gsb_feature_base_fields.features.field_base.inc | 27 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 3 ++-
2 files changed, 29 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
Merge branch 'master' of github.com:gsbitse/gsb_feature_base_fields
view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
deleted the field_header_image_style field from bi and news
gsb_feature_base_fields.features.field_base.inc | 27 -------------------------
gsb_feature_base_fields.info | 3 +--
2 files changed, 1 insertion(+), 29 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Set graduation year in acedemic degrees field collection as not required.
gsb_feature_base_fields.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Change witl fields maxlength.
gsb_feature_base_fields.features.field_base.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Replace computed_field with concat_field.
gsb_feature_base_fields.features.field_base.inc | 20 ++------
gsb_feature_base_fields.info | 2 +-
gsb_feature_base_fields.module | 64 -------------------------
3 files changed, 4 insertions(+), 82 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Move field instances for field_collection fields to base fields feature.
...feature_base_fields.features.field_instance.inc | 541 +++++++++++++++++++++
gsb_feature_base_fields.info | 10 +-
2 files changed, 550 insertions(+), 1 deletion(-)

view commit - committer: Eugen, 3 years, 8 months ago author: Eugen, 3 years, 8 months ago
Change cardinality for facts and photo facts fields.
gsb_feature_base_fields.features.field_base.inc | 4 ++--
gsb_feature_base_fields.info | 14 +++++++-------
2 files changed, 9 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
small change to the archive field in the little witl
gsb_feature_base_fields.features.field_base.inc | 4 ++--
gsb_feature_base_fields.info | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Don't export token values.
gsb_feature_base_fields.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Replace brittle and buggy field_search_field code with proper abstracted code.
gsb_feature_base_fields.features.field_base.inc | 7 +--
gsb_feature_base_fields.module | 64 +++++++++++++++++++++++++
2 files changed, 65 insertions(+), 6 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Switch company organization to multivalue.
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
added new fields related to the witl content type
gsb_feature_base_fields.features.field_base.inc | 331 +++++++++++++++++++++++-
gsb_feature_base_fields.info | 14 +-
2 files changed, 339 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
Merge branch 'master' of github.com:gsbitse/gsb_feature_base_fields
view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
should have read... change text for cta action verb wp-1064
gsb_feature_base_fields.features.field_base.inc | 3 ++-
gsb_feature_base_fields.info | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
change text for cta action verb wp-1086
gsb_feature_base_fields.features.field_base.inc | 3 ++-
gsb_feature_base_fields.info | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Add search field for events.
gsb_feature_base_fields.features.field_base.inc | 35 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 2 ++
2 files changed, 37 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
adding new field base for addthis field
gsb_feature_base_fields.features.field_base.inc | 18 ++++++++++++++++++
gsb_feature_base_fields.info | 4 +++-
2 files changed, 21 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Change max character count of image cta to 150.
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Change field_program_single from select list to term reference.
gsb_feature_base_fields.features.field_base.inc | 24 ++++++++++++++++--------
1 file changed, 16 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Make professional experience unlimited.
gsb_feature_base_fields.features.field_base.inc | 4 ++--
gsb_feature_base_fields.info | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
a small adjustment wp-870
gsb_feature_base_fields.features.field_base.inc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 8 months ago author: Greg Mercer (GBear), 3 years, 8 months ago
changed keys for cta verbs to numeric values wp-870
gsb_feature_base_fields.features.field_base.inc | 46 ++++++++++++-------------
gsb_feature_base_fields.info | 2 +-
2 files changed, 24 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Add file field base fields.
gsb_feature_base_fields.features.field_base.inc | 92 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 16 ++++-
2 files changed, 107 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
changed to read Stay in Touch per Susan wp-870
gsb_feature_base_fields.features.field_base.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
added new terms per Susan wp-870
gsb_feature_base_fields.features.field_base.inc | 4 ++--
gsb_feature_base_fields.info | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Year field should only require the year.
gsb_feature_base_fields.features.field_base.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Add new field_base from gsb_feature_research_paper_ct.
gsb_feature_base_fields.features.field_base.inc | 27 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 28 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Remove generic body field.
gsb_feature_base_fields.features.field_base.inc | 29 -------------------------
gsb_feature_base_fields.info | 1 -
2 files changed, 30 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move in fields from gsb_feature_media_mention_ct.
gsb_feature_base_fields.features.field_base.inc | 29 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 30 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move in fields from gsb_feature_existing_node_fpp.
gsb_feature_base_fields.features.field_base.inc | 35 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 36 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move in fields from gsb_feature_msx_fellows_ct.
gsb_feature_base_fields.features.field_base.inc | 31 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 1 +
2 files changed, 32 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move in fields from gsb_feature_cta.
gsb_feature_base_fields.features.field_base.inc | 93 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 3 +
2 files changed, 96 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move in fields from gsb_feature_news_ct.
gsb_feature_base_fields.features.field_base.inc | 92 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 3 +
2 files changed, 95 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move in fields from gsb_feature_people_fpp.
gsb_feature_base_fields.features.field_base.inc | 45 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 2 ++
2 files changed, 47 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move in fields from gsb_feature_quote_fpp.
gsb_feature_base_fields.features.field_base.inc | 59 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 2 +
2 files changed, 61 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move in fields from gsb_feature_image_cta_fpp.
gsb_feature_base_fields.features.field_base.inc | 83 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 3 +
2 files changed, 86 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move in fields from gsb_feature_research_paper_ct.
gsb_feature_base_fields.features.field_base.inc | 120 ++++++++++++++++++++++++
gsb_feature_base_fields.info | 4 +
2 files changed, 124 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move in fields from gsb_feature_slideshow_fpp.
gsb_feature_base_fields.features.field_base.inc | 100 ++++++++++++++++++++++++
gsb_feature_base_fields.info | 4 +
2 files changed, 104 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move in fields from gsb_feature_social_feed.
gsb_feature_base_fields.features.field_base.inc | 83 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 3 +
2 files changed, 86 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move in fields from gsb_feature_spotlight.
gsb_feature_base_fields.features.field_base.inc | 141 ++++++++++++++++++++++++
gsb_feature_base_fields.info | 7 ++
2 files changed, 148 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move in fields from gsb_feature_publication_ct.
gsb_feature_base_fields.features.field_base.inc | 184 ++++++++++++++++++++++++
gsb_feature_base_fields.info | 7 +
2 files changed, 191 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move in fields from gsb_feature_event_ct.
gsb_feature_base_fields.features.field_base.inc | 292 ++++++++++++++++++++++++
gsb_feature_base_fields.info | 13 ++
2 files changed, 305 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move in fields from gsb_feature_club_ct.
gsb_feature_base_fields.features.field_base.inc | 64 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 3 ++
2 files changed, 67 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move in fields from gsb_feature_case_study_ct.
gsb_feature_base_fields.features.field_base.inc | 89 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 4 ++
2 files changed, 93 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move in fields from gsb_feature_faculty_ct.
gsb_feature_base_fields.features.field_base.inc | 538 ++++++++++++++++++++++++
gsb_feature_base_fields.info | 20 +
2 files changed, 558 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move in fields from gsb_feature_accordion.
gsb_feature_base_fields.features.field_base.inc | 48 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 2 ++
2 files changed, 50 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Add in description and package.
gsb_feature_base_fields.info | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move in fields from gsb_feature_alumni_ct.
gsb_feature_base_fields.features.field_base.inc | 230 ++++++++++++++++++++++++
gsb_feature_base_fields.info | 10 ++
2 files changed, 240 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move in fields from gsb_feature_business_insight_ct.
gsb_feature_base_fields.features.field_base.inc | 470 ++++++++++++++++++++++++
gsb_feature_base_fields.info | 21 ++
2 files changed, 491 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move in fields from gsb_feature_phd_candidate_ct.
gsb_feature_base_fields.features.field_base.inc | 281 ++++++++++++++++++++++++
gsb_feature_base_fields.info | 13 ++
2 files changed, 294 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move in fields from gsb_feature_staff_ct.
gsb_feature_base_fields.features.field_base.inc | 297 ++++++++++++++++++++++++
gsb_feature_base_fields.info | 16 ++
2 files changed, 313 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move in fields from gsb_feature_student_ct.
gsb_feature_base_fields.features.field_base.inc | 118 ++++++++++++++++++++++++
gsb_feature_base_fields.info | 6 ++
2 files changed, 124 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Initial commit.
gsb_feature_base_fields.features.field_base.inc | 43 +++++++++++++++++++++++++
gsb_feature_base_fields.info | 7 ++++
gsb_feature_base_fields.module | 5 +++
3 files changed, 55 insertions(+)

===========================================
./gsb_feature_working_paper_display
===========================================
view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago
WP-6263 Activated ajax at view level
gsb_feature_working_paper_display.info | 2 +-
gsb_feature_working_paper_display.views_default.inc | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 1 year, 2 months ago author: Ayuta Padhi, 1 year, 2 months ago
WP-6181 Removed ajax and fixed states
gsb_feature_working_paper_display.info | 2 +-
gsb_feature_working_paper_display.module | 18 ++++++++++++++++++
gsb_feature_working_paper_display.views_default.inc | 4 ++--
3 files changed, 21 insertions(+), 3 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 4 months ago author: Ayuta Padhi, 1 year, 4 months ago
WP-5953 Adjust search criteria
gsb_feature_working_paper_display.info | 2 +-
...feature_working_paper_display.views_default.inc | 58 +++++++++++++++++++++-
2 files changed, 58 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 4 months ago author: Roopesh Naik, 1 year, 4 months ago
WP-5968 changed the link to download wp to use auth
gsb_feature_working_paper_display_handler_field_has_pdf.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago
WP-5930: Fix urls that have parameters. No need to decode entities if we just don't encode them.
gsb_feature_working_paper_display.module | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5749 revert the sanization
gsb_feature_working_paper_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5632 hide view display errors
gsb_feature_working_paper_display.views_default.inc | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Ayuta Padhi, 1 year, 5 months ago author: Ayuta Padhi, 1 year, 5 months ago
WP-5670 modified view to use entity reference to fix view mode issue
gsb_feature_working_paper_display.info | 6 +++---
gsb_feature_working_paper_display.views_default.inc | 8 +-------
2 files changed, 4 insertions(+), 10 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5608 Removed Display link and Display Comment checkboxes
gsb_feature_working_paper_display.module | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Ayuta Padhi, 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5640 Fixed the field order.WP-5608 Fixed the view mode.
gsb_feature_working_paper_display.module | 11 +++++++----
gsb_feature_working_paper_display.views_default.inc | 13 +++++++++++++
2 files changed, 20 insertions(+), 4 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 6 months ago author: Ayuta Padhi, 1 year, 6 months ago
WP-5608 Added view display mode-compact and expanded
gsb_feature_working_paper_display.info | 3 +-
gsb_feature_working_paper_display.module | 9 ++
...feature_working_paper_display.views_default.inc | 164 +++++++++++++++++++--
3 files changed, 163 insertions(+), 13 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5481 add view no result message
gsb_feature_working_paper_display.views_default.inc | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5479 fix the operator to AND for view filter
gsb_feature_working_paper_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5449 fix the view settings
gsb_feature_working_paper_display.views_default.inc | 21 ++++++++++++++++++++-
1 file changed, 20 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5449 add circle to working paper list
...feature_working_paper_display.views_default.inc | 64 ++++++++++++++++++++++
1 file changed, 64 insertions(+)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5476 Changing the field order to follow override_title_text instead of override_title
gsb_feature_working_paper_display.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5449 fix the view settings
gsb_feature_working_paper_display.views_default.inc | 21 ++++++++++++++++++++-
1 file changed, 20 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5449 add circle to working paper list
...feature_working_paper_display.views_default.inc | 64 ++++++++++++++++++++++
1 file changed, 64 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer (GBear), 1 year, 7 months ago
WP-5476 Small adjustment is the weights for title and url fields
gsb_feature_working_paper_display.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5476 New code to add a title_link (URL) field after the title field, and to remove the older title_link field that was in the 'exposed filter' section.
gsb_feature_working_paper_display.module | 42 ++++++++++++++++++++++++++++----
1 file changed, 37 insertions(+), 5 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 7 months ago author: Roopesh Naik, 1 year, 7 months ago
WP-5424 remove see all footer
gsb_feature_working_paper_display.views_default.inc | 7 -------
1 file changed, 7 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4835: update working paper display.
gsb_feature_working_paper_display.info | 1 +
gsb_feature_working_paper_display.views_default.inc | 9 +++++++--
2 files changed, 8 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4831 add new view and content pane for working papers
gsb_feature_working_paper_display.info | 5 +-
gsb_feature_working_paper_display.module | 21 ++
...feature_working_paper_display.views_default.inc | 376 +++++++++++++++++++++
3 files changed, 400 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 recat items - Working Papers
gsb_feature_working_paper_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4602 rename items - working papers listing
gsb_feature_working_paper_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer (GBear), 2 years, 4 months ago author: Greg Mercer (GBear), 2 years, 4 months ago
WP-4340 Removing pager for the working paper listing
gsb_feature_working_paper_display.views_default.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3664: Add a modal delete link to views.
gsb_feature_working_paper_display.views_default.inc | 12 ++++++++++++
1 file changed, 12 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3575 Removed references to field_first_name_value and field_person_fac_single_ref
gsb_feature_working_paper_display.views_default.inc | 18 ------------------
1 file changed, 18 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3509: update class name and feature.
gsb_feature_working_paper_display.info | 2 +-
gsb_feature_working_paper_display.views_default.inc | 2 +-
gsb_feature_working_paper_display_handler_field_has_pdf.inc | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3569 Moved from code from ct to display
gsb_feature_working_paper_display.info | 3 +-
gsb_feature_working_paper_display.module | 13 ++++++++
...working_paper_display_handler_field_has_pdf.inc | 38 ++++++++++++++++++++++
3 files changed, 53 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Greg Mercer (GBear), 2 years, 8 months ago
WP-3569 Changes to the EVA listing for adding the download button
gsb_feature_working_paper_display.views_default.inc | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago
WP-3553: Make views use distinct.
gsb_feature_working_paper_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Roopesh Naik, 2 years, 8 months ago author: Roopesh Naik, 2 years, 8 months ago
WP-3363: wokring paper with only faculty authors
gsb_feature_working_paper_display.info | 2 +-
...feature_working_paper_display.views_default.inc | 34 +++++++++++++++++-----
2 files changed, 28 insertions(+), 8 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3442: Switch EVA show_on to single value.
gsb_feature_working_paper_display.views_default.inc | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3421: Remove messages header.
gsb_feature_working_paper_display.views_default.inc | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3376: Update Add Another button names in Faculty CT.
gsb_feature_working_paper_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3376: Update Add Another button names in Faculty CT.
gsb_feature_working_paper_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 9 months ago author: Roopesh Naik, 2 years, 9 months ago
WP-3363 working papers with faculty authors
gsb_feature_working_paper_display.info | 2 +-
gsb_feature_working_paper_display.views_default.inc | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3340: update working papers eva.
...feature_working_paper_display.views_default.inc | 46 +++++++++++++++++++++-
1 file changed, 45 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 9 months ago author: Greg Mercer (GBear), 2 years, 9 months ago
WP-3298 Changes related to new year field
...feature_working_paper_display.views_default.inc | 125 +++++++++++++--------
1 file changed, 77 insertions(+), 48 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3213: Remove table-level sort to respect sort handlers.
gsb_feature_working_paper_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3213: List EVA views by publication date.
gsb_feature_working_paper_display.views_default.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3130: Unlink titles in EVA forms.
gsb_feature_working_paper_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3188: Remove unneeded arguments.
gsb_feature_working_paper_display.info | 2 +-
gsb_feature_working_paper_display.views_default.inc | 9 ---------
2 files changed, 1 insertion(+), 10 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
WP-3084: Add empty text to working paper form EVA.
gsb_feature_working_paper_display.views_default.inc | 14 ++++++++++++++
1 file changed, 14 insertions(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3088:Add support for visibiltiy in detail page of faculty.
...feature_working_paper_display.views_default.inc | 48 ++++++++++++++++++++++
1 file changed, 48 insertions(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-2987: Allow the faculty member to set the visibilty.
gsb_feature_working_paper_display.views_default.inc | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3053: Adjust views for new options.
gsb_feature_working_paper_display.info | 4 +-
...feature_working_paper_display.views_default.inc | 86 ++++++++++------------
2 files changed, 42 insertions(+), 48 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3047: update the authors field on listing.
...feature_working_paper_display.views_default.inc | 23 +++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Greg Mercer (GBear), 2 years, 10 months ago
WP-2982 Added new view EVA Field Form
...feature_working_paper_display.views_default.inc | 173 +++++++++++++++++++++
1 file changed, 173 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2883: update author and year field.
gsb_feature_working_paper_display.views_default.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2780 Changed Sort Criteria the Working Paper EVA and Listing views
gsb_feature_working_paper_display.views_default.inc | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2780 Changed Sort Criteria the Working Paper EVA and Listing views
gsb_feature_working_paper_display.views_default.inc | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Change identifiers for filters. Remove unused filter. Change pane category to other.
gsb_feature_working_paper_display.info | 3 +-
...feature_working_paper_display.views_default.inc | 79 ++++++++++++++++++++--
2 files changed, 74 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2599: remove old listing class.
gsb_feature_working_paper_display.views_default.inc | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2599: update filter and view mode settings.
...feature_working_paper_display.views_default.inc | 43 +++++++++++++++++++---
1 file changed, 37 insertions(+), 6 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 11 months ago author: Tim Plunkett, 2 years, 11 months ago
WP-2597: Update working papers list to have both filters.
...feature_working_paper_display.views_default.inc | 23 ++++++++++++++++++++--
1 file changed, 21 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2717: add show-more-show-less class to eva.
gsb_feature_working_paper_display.views_default.inc | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2540: change view mode.
gsb_feature_working_paper_display.views_default.inc | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2540: add teaser listing view mode.
gsb_feature_working_paper_display.ds.inc | 23 +++++++++++++++++++++++
gsb_feature_working_paper_display.features.inc | 9 +++++++++
gsb_feature_working_paper_display.info | 2 ++
3 files changed, 34 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 11 months ago author: Tim Plunkett, 2 years, 11 months ago
WP-2597: Add listing content pane.
gsb_feature_working_paper_display.info | 4 +
...feature_working_paper_display.views_default.inc | 102 +++++++++++++++++++++
2 files changed, 106 insertions(+)

view commit - committer: Meghan Palagyi, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2541: make fields changes for working paper eva.
...feature_working_paper_display.views_default.inc | 65 ++++++++++++++++++++--
1 file changed, 59 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 1 month ago author: Greg Mercer (GBear), 3 years, 1 month ago
WP-2502 Added view gsb_working_paper_listing
gsb_feature_working_paper_display.features.inc | 12 +++
gsb_feature_working_paper_display.info | 11 +++
gsb_feature_working_paper_display.module | 7 ++
...feature_working_paper_display.views_default.inc | 97 ++++++++++++++++++++++
4 files changed, 127 insertions(+)

view commit - committer: Greg Mercer, 3 years, 1 month ago author: Greg Mercer, 3 years, 1 month ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_feature_event_shared
===========================================
view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago
Changed a small typo that was causing an drupal notification when opening the staff ct manage display page
gsb_feature_event_shared.ds.inc | 689 ++++++++++++++++++++--------------------
1 file changed, 344 insertions(+), 345 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Greg Mercer (GBear), 1 year, 4 months ago
Fixing a warning. We needed to check if items was empty
gsb_feature_event_shared.module | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5870 make address and zip code not required
gsb_feature_event_shared.module | 15 +++++++++++++++
1 file changed, 15 insertions(+)

view commit - committer: Roopesh Naik, 1 year, 5 months ago author: Roopesh Naik, 1 year, 5 months ago
WP-5818 hide speakers if is empty
gsb_feature_event_shared.module | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5800: update anchor link text.
gsb_feature_event_shared.ds.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5575: configure teaser view mode.
gsb_feature_event_shared.ds.inc | 69 ++++++++++++++++++++++++++++++++++++++++-
gsb_feature_event_shared.info | 2 ++
2 files changed, 70 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5574: add local time link.
gsb_feature_event_shared.ds.inc | 20 ++++++++++++++++++++
gsb_feature_event_shared.info | 1 +
2 files changed, 21 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5597: export field collection and ds field settings.
gsb_feature_event_shared.ds.inc | 259 ++++++++++++++++++++++++++++++++++
gsb_feature_event_shared.features.inc | 14 ++
gsb_feature_event_shared.info | 12 ++
gsb_feature_event_shared.module | 7 +
4 files changed, 292 insertions(+)

view commit - committer: Greg Mercer, 1 year, 6 months ago author: Greg Mercer, 1 year, 6 months ago
Initial commit
README.md | 1 +
1 file changed, 1 insertion(+)

===========================================
./gsb_feature_business_website_ct
===========================================
view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-5163 Setting default to draft
...business_website_ct.features.field_instance.inc | 10 ++++
gsb_feature_business_website_ct.features.inc | 1 +
gsb_feature_business_website_ct.info | 10 +++-
gsb_feature_business_website_ct.strongarm.inc | 62 ++++++++++++++++++++++
4 files changed, 82 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
WP-3127: Add submit field.
...business_website_ct.features.field_instance.inc | 47 ++++++++++++++++++++--
gsb_feature_business_website_ct.info | 6 ++-
gsb_feature_business_website_ct.strongarm.inc | 6 +--
3 files changed, 52 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2828 Removed the workbench section access field
gsb_feature_business_website_ct.info | 1 +
gsb_feature_business_website_ct.strongarm.inc | 7 +++++++
2 files changed, 8 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2810: Replace Description field with a text field with 275 chars limit.
...business_website_ct.features.field_instance.inc | 24 ++++-----
gsb_feature_business_website_ct.info | 3 +-
gsb_feature_business_website_ct.strongarm.inc | 61 ++++++++++++++++++++--
3 files changed, 70 insertions(+), 18 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2643 More content field changes
gsb_feature_business_website_ct.info | 8 +++--
gsb_feature_business_website_ct.strongarm.inc | 43 +++++++++++++++++++++++++++
2 files changed, 49 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2643 Content field changes
gsb_feature_business_website_ct.features.field_instance.inc | 8 ++++----
gsb_feature_business_website_ct.info | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2643 Adding new content type
gsb_feature_business_website_ct.features.inc | 31 ++++++++++++++++++++++++++++
gsb_feature_business_website_ct.module | 6 ++++++
2 files changed, 37 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
Initial commit
...business_website_ct.features.field_instance.inc | 179 +++++++++++++++++++++
gsb_feature_business_website_ct.info | 12 ++
2 files changed, 191 insertions(+)

view commit - committer: Greg Mercer, 3 years ago author: Greg Mercer, 3 years ago
Initial commit.
gsb_feature_business_website_ct.module | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Greg Mercer, 3 years ago author: Greg Mercer, 3 years ago
Initial commit.
gsb_feature_business_website_ct.info | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Greg Mercer, 3 years ago author: Greg Mercer, 3 years ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_feature_image_fpp
===========================================
view commit - committer: Roopesh Naik, 10 months ago author: Roopesh Naik, 10 months ago
WP-6772 fix the formatter
gsb_feature_image_fpp.ds.inc | 5 -----
1 file changed, 5 deletions(-)

view commit - committer: Roopesh Naik, 10 months ago author: Roopesh Naik, 10 months ago
WP-6772 update the image fpp image field formatter to new formatter
gsb_feature_image_fpp.features.field_instance.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 10 months ago author: Roopesh Naik, 10 months ago
WP-6772 add new field formatter for image fpp
gsb_feature_image_fpp.module | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)

view commit - committer: Roopesh Naik, 10 months ago author: Roopesh Naik, 10 months ago
WP-6693 add text equivalent fields and create new code field
gsb_feature_image_fpp.ds.inc | 61 +++++++-
gsb_feature_image_fpp.features.field_instance.inc | 167 +++++++++++++++++++++-
gsb_feature_image_fpp.info | 4 +
3 files changed, 227 insertions(+), 5 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago
WP-6158 add extra empty check for bundle
gsb_feature_image_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago
WP-6045 add optional url to image fpp
gsb_feature_image_fpp.features.field_instance.inc | 66 ++++++++++++++++++++++-
gsb_feature_image_fpp.info | 2 +
2 files changed, 66 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5049 update help text for image field
gsb_feature_image_fpp.features.field_instance.inc | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4940: add figure wrapper, reduce markup.
gsb_feature_image_fpp.ds.inc | 10 ++--------
gsb_feature_image_fpp.features.field_instance.inc | 13 +++++--------
gsb_feature_image_fpp.info | 1 -
3 files changed, 7 insertions(+), 17 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 11 months ago author: Roopesh Naik, 1 year, 11 months ago
WP-4940 Add caption field to image fpp
gsb_feature_image_fpp.ds.inc | 91 ++++++++++++++++++++++
gsb_feature_image_fpp.features.field_instance.inc | 93 +++++++++++++++++++++++
gsb_feature_image_fpp.features.inc | 3 +
gsb_feature_image_fpp.info | 7 ++
4 files changed, 194 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4718 remove the field_file_single_public from image fpp
gsb_feature_image_fpp.features.field_instance.inc | 76 ++---------------------
gsb_feature_image_fpp.info | 1 -
2 files changed, 5 insertions(+), 72 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Remove panopoly items.
gsb_feature_image_fpp.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer, 2 years, 2 months ago author: Greg Mercer, 2 years, 2 months ago
WP-4455 Removed required for field_image_single_public
gsb_feature_image_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 2 years, 2 months ago author: Greg Mercer (GBear), 2 years, 2 months ago
WP-4455 Added field field_image_single_public to the fpp
gsb_feature_image_fpp.features.field_instance.inc | 75 +++++++++++++++++++++--
gsb_feature_image_fpp.info | 3 +
2 files changed, 74 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4455 Changing widget from media to image
gsb_feature_image_fpp.features.field_instance.inc | 6 ++++--
gsb_feature_image_fpp.info | 1 +
2 files changed, 5 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 2 months ago author: Greg Mercer, 3 years, 2 months ago
WP-2243 Cleaned up some silliness from the last feature commit.
gsb_feature_image_fpp.module | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2243 Adding new help text
gsb_feature_image_fpp.features.field_instance.inc | 3 ++-
gsb_feature_image_fpp.info | 2 +-
gsb_feature_image_fpp.module | 6 ++++++
3 files changed, 9 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 2 months ago author: Greg Mercer, 3 years, 2 months ago
WP-2235 Removed unneeded code. We now remove the edit button for all media forms.
gsb_feature_image_fpp.module | 19 -------------------
1 file changed, 19 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 2 months ago
Initial commit
gsb_feature_image_fpp.features.field_instance.inc | 85 +++++++++++++++++++++++
gsb_feature_image_fpp.features.inc | 14 ++++
gsb_feature_image_fpp.info | 16 +++++
gsb_feature_image_fpp.module | 43 ++++++++++++
gsb_feature_image_fpp.strongarm.inc | 57 +++++++++++++++
5 files changed, 215 insertions(+)

view commit - committer: Greg Mercer, 3 years, 2 months ago author: Greg Mercer, 3 years, 2 months ago
Initial commit
README.md | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_feature_workbench
===========================================
view commit - committer: Greg Mercer, 2 years, 7 months ago author: Greg Mercer, 2 years, 7 months ago
WP-3681 Added test for empty
gsb_feature_workbench.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 8 months ago author: Roopesh Naik, 2 years, 8 months ago
WP-3498 remove filter which shows only published content
gsb_feature_workbench.views_default.inc | 5 -----
1 file changed, 5 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_workbench.features.inc | 2 +-
gsb_feature_workbench.info | 14 +++-----------
2 files changed, 4 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer, 3 years, 3 months ago author: Greg Mercer, 3 years, 3 months ago
WP-2169 Added gsb_feature_workbench_views_query_alter() to handle the 'any' section case by altering the query.
gsb_feature_workbench.module | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
gsb_feature_workbench.features.inc | 2 +-
gsb_feature_workbench.info | 14 +++-----------
2 files changed, 4 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-242 Added a few comments to the previous commit
gsb_feature_workbench.module | 12 ++++++++++++
1 file changed, 12 insertions(+)

view commit - committer: Greg Mercer, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-242 Added form_alter function _gsb_feature_workbench_access_select_alter() to change the workbench_access select to a hierarchy_select
gsb_feature_workbench.module | 110 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 110 insertions(+)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
WPBQA-194 Changed the section select to have an option of '- Any -'
gsb_feature_workbench.module | 23 +++++++++++++++++++----
1 file changed, 19 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Some small changes related to filters off the "all recent" tab
gsb_feature_workbench.module | 21 ++++++++++++++++-----
1 file changed, 16 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
made a change to maia last commit
gsb_feature_workbench.info | 7 +++++++
gsb_feature_workbench.module | 8 ++++----
2 files changed, 11 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
Merge branch 'master' of github.com:gsbitse/gsb_feature_workbench
view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
fixed an issue where the section column was being added before the node id
gsb_feature_workbench.info | 2 +-
gsb_feature_workbench.install | 18 ++++++++++++++++++
gsb_feature_workbench.module | 30 ++++++++++++++++++++++++++++++
gsb_feature_workbench.views_default.inc | 4 ----
4 files changed, 49 insertions(+), 5 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1558 workbench fieldset
gsb_feature_workbench.module | 8 ++++++--
gsb_feature_workbench.views_default.inc | 2 +-
2 files changed, 7 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
visual ui changes to the workbench filtering fields
gsb_feature_workbench.module | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
small changes related to wp-1490
gsb_feature_workbench.info | 2 +-
gsb_feature_workbench.module | 40 ++++++++++++++++++++++++++++
gsb_feature_workbench.views_default.inc | 46 ---------------------------------
3 files changed, 41 insertions(+), 47 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
changes to the views to reflect the latest design
gsb_feature_workbench.info | 4 +-
gsb_feature_workbench.views_default.inc | 129 ++++++++++++++++----------------
2 files changed, 65 insertions(+), 68 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
more changes to the workbench views - related to fields and filters
gsb_feature_workbench.module | 26 +-
gsb_feature_workbench.views_default.inc | 463 +++++++++++++++++++++-----------
2 files changed, 330 insertions(+), 159 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
changed the default value to -any- for the published filter
gsb_feature_workbench.info | 4 ++--
gsb_feature_workbench.views_default.inc | 25 ++++++++++++++++++++++++-
2 files changed, 26 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
initial commit for new workbench feature
gsb_feature_workbench.features.inc | 12 +
gsb_feature_workbench.info | 15 +
gsb_feature_workbench.module | 107 ++++
gsb_feature_workbench.views_default.inc | 835 ++++++++++++++++++++++++++++++++
4 files changed, 969 insertions(+)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Initial commit
README.md | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_feature_featured_insight_card_fpp
===========================================
view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago
WP-6158 add extra empty check for bundle
gsb_feature_featured_insight_card_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4736 rename items - Insights Featured Item
gsb_feature_featured_insight_card_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 2 months ago author: Roopesh Naik, 2 years, 2 months ago
WP-4604 rename items - feauter insight fpp
gsb_feature_featured_insight_card_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4614: Remove duplicate code.
gsb_feature_featured_insight_card_fpp.module | 5 -----
1 file changed, 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Remove panopoly items.
gsb_feature_featured_insight_card_fpp.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-4029: Apply featured insight card form customizations only to fetured insight card fpp.
gsb_feature_featured_insight_card_fpp.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4043: Change entity reference field in featured insight card.
gsb_feature_featured_insight_card_fpp.ds.inc | 8 ++++----
...e_featured_insight_card_fpp.features.field_instance.inc | 14 +++++++-------
gsb_feature_featured_insight_card_fpp.info | 2 +-
3 files changed, 12 insertions(+), 12 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 5 months ago author: Alexei Gorobets, 2 years, 5 months ago
WP-4048: Make Superhead field required.
gsb_feature_featured_insight_card_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
WP-4029: Apply featured insight card form customizations only to fetured insight card fpp.
gsb_feature_featured_insight_card_fpp.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3994: configure fpp display settings.
gsb_feature_featured_insight_card_fpp.ds.inc | 104 +++++++++++++++++++++
...ed_insight_card_fpp.features.field_instance.inc | 17 ++--
gsb_feature_featured_insight_card_fpp.features.inc | 14 +++
gsb_feature_featured_insight_card_fpp.info | 5 +
gsb_feature_featured_insight_card_fpp.module | 6 ++
5 files changed, 138 insertions(+), 8 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 6 months ago author: Alexei Gorobets, 2 years, 6 months ago
Initial commit.
...ed_insight_card_fpp.features.field_instance.inc | 231 +++++++++++++++++++++
gsb_feature_featured_insight_card_fpp.info | 14 ++
gsb_feature_featured_insight_card_fpp.module | 39 ++++
3 files changed, 284 insertions(+)

===========================================
./gsb_feature_slideshow_fpp
===========================================
view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer (GBear), 4 months ago
Added check to determine if slick has already been initialized
js/gsb_feature_slideshow_fpp.slick.js | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 7 months ago author: Greg Mercer, 7 months ago
WP-7263 Adding test for page-manager-edit and if true then don't load the slick slideshow.
js/gsb_feature_slideshow_fpp.slick.js | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7221: add an additional wrapper.
gsb_feature_slideshow_fpp.module | 20 ++++++++++++++------
1 file changed, 14 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7147 Added render of slide-color to the slide-text area
gsb_feature_slideshow_fpp.module | 4 ++++
js/gsb_feature_slideshow_fpp.slick.js | 5 ++++-
2 files changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7147 Changing to use of slick library
gsb_feature_slideshow_fpp.make | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer (GBear), 8 months ago
WP-7147 Changing to use of slick library
gsb_feature_slideshow_fpp.module | 23 +++++++++++++++++++----
js/gsb_feature_slideshow_fpp.slick.js | 14 ++++++++++++++
templates/slideshow-items.tpl.php | 4 +---
3 files changed, 34 insertions(+), 7 deletions(-)

view commit - committer: Ayuta Padhi, 10 months ago author: Ayuta Padhi, 10 months ago
WP-6544 turned off title display
gsb_feature_slideshow_fpp.features.field_instance.inc | 3 ++-
gsb_feature_slideshow_fpp.info | 3 ++-
gsb_feature_slideshow_fpp.strongarm.inc | 14 +++++++++++++-
3 files changed, 17 insertions(+), 3 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-5054: disable touch for slid advance.
js/gsb_feature_slideshow_fpp.flexslider.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-3925: update the slideshow settings.
js/gsb_feature_slideshow_fpp.flexslider.js | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago
Fixing previous merge issue. Markup should refer https://courses...
gsb_feature_slideshow_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago
WP-6158 add extra empty check for bundle
gsb_feature_slideshow_fpp.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago
WP-6209 update the onegsb reference
gsb_feature_slideshow_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 2 months ago author: Roopesh Naik, 1 year, 2 months ago
WP-6158 add extra empty check for bundle
gsb_feature_slideshow_fpp.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 8 months ago author: Greg Mercer, 1 year, 8 months ago
WP-5288 Changed how we put the link together for the superhead and slide text.
gsb_feature_slideshow_fpp.module | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 9 months ago author: Roopesh Naik, 1 year, 9 months ago
WP-5190 use display url instead of url
gsb_feature_slideshow_fpp.module | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Adam Moore, 2 years, 2 months ago
WP-4562: Remove panopoly items.
gsb_feature_slideshow_fpp.module | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Adam Moore, 2 years, 7 months ago This reverts commit d90c19dc9708ec4f49424d3b44ee495e9acba866.

Revert "WP-3829: Add an id so slide functions apply to only relevant slideshow."
js/gsb_feature_slideshow_fpp.flexslider.js | 37 ++++++++++++++----------------
1 file changed, 17 insertions(+), 20 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Adam Moore, 2 years, 7 months ago
WP-3829: Add an id so slide functions apply to only relevant slideshow.
js/gsb_feature_slideshow_fpp.flexslider.js | 37 ++++++++++++++++--------------
1 file changed, 20 insertions(+), 17 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3785: update the js overrides.
js/gsb_feature_slideshow_fpp.flexslider.js | 23 ++++++++++++++++++-----
1 file changed, 18 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3785: update the js overrides.
js/gsb_feature_slideshow_fpp.flexslider.js | 23 ++++++++++++++++++-----
1 file changed, 18 insertions(+), 5 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
WP-3772: Add slideshow text format.
gsb_feature_slideshow_fpp.features.filter.inc | 34 +++++++++++++++++++++++++++
gsb_feature_slideshow_fpp.info | 3 +++
2 files changed, 37 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
WP-3779: Add help text instruction for Slideshow.
gsb_feature_slideshow_fpp.module | 11 +++++++++++
1 file changed, 11 insertions(+)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3735: update slideshow display.
gsb_feature_slideshow_fpp.ds.inc | 50 ++++++++++++++++++----------------------
gsb_feature_slideshow_fpp.info | 2 ++
gsb_feature_slideshow_fpp.module | 7 +++---
3 files changed, 29 insertions(+), 30 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
WP-3775: Fixed slideshow text not linked unless Superhead link is specified.
gsb_feature_slideshow_fpp.module | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3735: update slideshow display.
gsb_feature_slideshow_fpp.ds.inc | 50 ++++++++++++++++++----------------------
gsb_feature_slideshow_fpp.info | 2 ++
gsb_feature_slideshow_fpp.module | 14 +++++++----
3 files changed, 35 insertions(+), 31 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
WP-3775: Fixed slideshow text not linked unless Superhead link is specified.
gsb_feature_slideshow_fpp.module | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
WP-3773: Make Slides field collection required.
gsb_feature_slideshow_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
WP-3662: Add help text above Slideshow FPP fields.
gsb_feature_slideshow_fpp.module | 11 +++++++++++
1 file changed, 11 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
WP-3732: Update Slideshow FPP View mode and code to reflect new fields.
...ature_slideshow_fpp.features.field_instance.inc | 12 ++--
gsb_feature_slideshow_fpp.module | 68 +++++-----------------
gsb_feature_slideshow_fpp.strongarm.inc | 27 ++++++++-
3 files changed, 43 insertions(+), 64 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3732 Needed strongarm for the new field collection
gsb_feature_slideshow_fpp.strongarm.inc | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3732 Added field instance for field_slideshow_slides
...ature_slideshow_fpp.features.field_instance.inc | 70 ++++++++++++++++++++++
1 file changed, 70 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3732 Another attempt to export the field collection for slideshow
gsb_feature_slideshow_fpp.info | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3732 Removed field collection instances from the slideshow fpp
...ature_slideshow_fpp.features.field_instance.inc | 358 ---------------------
gsb_feature_slideshow_fpp.info | 7 -
2 files changed, 365 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 7 months ago author: Greg Mercer (GBear), 2 years, 7 months ago
WP-3732 New field collection fields for slideshow
...ature_slideshow_fpp.features.field_instance.inc | 519 ++++++---------------
gsb_feature_slideshow_fpp.info | 16 +-
gsb_feature_slideshow_fpp.strongarm.inc | 2 +-
3 files changed, 154 insertions(+), 383 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3354: Remove validation that breaks field collections.
gsb_feature_slideshow_fpp.module | 64 ----------------------------------------
1 file changed, 64 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 2 months ago author: Tim Plunkett, 3 years, 2 months ago
WP-2223: Respect option to open in a new window.
gsb_feature_slideshow_fpp.module | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Add option to open in new tab to link.
gsb_feature_slideshow_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 3 months ago author: Tim Plunkett, 3 years, 3 months ago
WP-2154: Updated feature.
...ature_slideshow_fpp.features.field_instance.inc | 70 ++++++++++++++++++++++
gsb_feature_slideshow_fpp.features.inc | 4 +-
gsb_feature_slideshow_fpp.info | 4 +-
3 files changed, 72 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
WPBQA-246 Added a second smaller GSB Slideshow view mode.
gsb_feature_slideshow_fpp.module | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Changing to use gsb_slideshow
gsb_feature_slideshow_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Switching to preview
gsb_feature_slideshow_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Changing file_view_mode to teaser.
gsb_feature_slideshow_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
changing from gsb_field_formatter_responsive_video to gsb_field_formatter_image_or_video_popup
gsb_feature_slideshow_fpp.features.field_instance.inc | 13 ++++++++-----
gsb_feature_slideshow_fpp.info | 2 +-
2 files changed, 9 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 7 months ago author: Greg Mercer (GBear), 3 years, 7 months ago
Changed the field order so that the reusable section is at the bottom of the form
gsb_feature_slideshow_fpp.features.field_instance.inc | 4 ++--
gsb_feature_slideshow_fpp.info | 9 +--------
gsb_feature_slideshow_fpp.strongarm.inc | 2 +-
3 files changed, 4 insertions(+), 11 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
#WP-1652: Change slideshow image help text.
gsb_feature_slideshow_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Add image help text.
gsb_feature_slideshow_fpp.features.field_instance.inc | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Switch preview_view_mode to teaser.
gsb_feature_slideshow_fpp.features.field_instance.inc | 2 +-
gsb_feature_slideshow_fpp.info | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Use gsb_feature_slideshow view mode.
gsb_feature_slideshow_fpp.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
WP-956: Make image clickable.
gsb_feature_slideshow_fpp.module | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
WP-957: Remove notice for cta.
gsb_feature_slideshow_fpp.module | 37 ++++++++++++++++++++-----------------
1 file changed, 20 insertions(+), 17 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Wrap the slideshow in a link.
gsb_feature_slideshow_fpp.module | 51 +++++++++++++++++++++++++++------------
templates/slideshow-slide.tpl.php | 11 +--------
2 files changed, 37 insertions(+), 25 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Do not autoadvance the slideshow.
js/gsb_feature_slideshow_fpp.flexslider.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Fix for WP-954, the link field is no longer required and needs to be handled if null
gsb_feature_slideshow_fpp.module | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Added the validate function to resolve wp-905
gsb_feature_slideshow_fpp.module | 60 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 60 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
removing Links as a required field wp-917
gsb_feature_slideshow_fpp.features.field_instance.inc | 6 ++++--
gsb_feature_slideshow_fpp.info | 3 ++-
2 files changed, 6 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Added the validate function to resolve wp-905
gsb_feature_slideshow_fpp.module | 60 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 60 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Move base fields into gsb_feature_base_fields.
gsb_feature_slideshow_fpp.features.field_base.inc | 114 ----------------------
gsb_feature_slideshow_fpp.info | 9 +-
2 files changed, 1 insertion(+), 122 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
changes related to wp-910
gsb_feature_slideshow_fpp.features.field_instance.inc | 7 ++++---
gsb_feature_slideshow_fpp.info | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Update features for base/instance split.
gsb_feature_slideshow_fpp.features.field.inc | 687 ---------------------
gsb_feature_slideshow_fpp.features.field_base.inc | 114 ++++
...ature_slideshow_fpp.features.field_instance.inc | 506 +++++++++++++++
gsb_feature_slideshow_fpp.info | 24 +-
4 files changed, 636 insertions(+), 695 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Update the slideshow with style classes.
gsb_feature_slideshow_fpp.features.field.inc | 67 ++++++++++++++++++++++++++++
gsb_feature_slideshow_fpp.info | 1 +
gsb_feature_slideshow_fpp.strongarm.inc | 2 +-
3 files changed, 69 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Add class based on style.
gsb_feature_slideshow_fpp.module | 25 ++++++++++---------------
1 file changed, 10 insertions(+), 15 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Export the ds settings for slideshow.
gsb_feature_slideshow_fpp.ds.inc | 108 +++++++++++++++++++++++++++
gsb_feature_slideshow_fpp.features.field.inc | 12 +--
gsb_feature_slideshow_fpp.features.inc | 4 +
gsb_feature_slideshow_fpp.info | 4 +
gsb_feature_slideshow_fpp.strongarm.inc | 6 ++
5 files changed, 128 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Change slide rotation.
js/gsb_feature_slideshow_fpp.flexslider.js | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
General slideshow.
js/gsb_feature_slideshow_fpp.flexslider.js | 4 ++++
templates/slideshow-slide.tpl.php | 15 +++++++--------
2 files changed, 11 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Remove old js.
gsb_feature_slideshow_fpp.js | 156 ---------------------------------------
gsb_feature_slideshow_fpp.module | 3 -
2 files changed, 159 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Adjust to renamed video formatter.
gsb_feature_slideshow_fpp.features.field.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Fix slideshow bugs.
gsb_feature_slideshow_fpp.module | 6 +++---
js/gsb_feature_slideshow_fpp.flexslider.js | 5 ++++-
templates/slideshow-items.tpl.php | 6 ++----
3 files changed, 9 insertions(+), 8 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Add flexslider to fpp.
gsb_feature_slideshow_fpp.features.field.inc | 29 +++++++++++-----------
gsb_feature_slideshow_fpp.info | 2 +-
gsb_feature_slideshow_fpp.make | 5 ++++
gsb_feature_slideshow_fpp.module | 36 ++++++++++++++++++++++++++++
js/gsb_feature_slideshow_fpp.flexslider.js | 9 +++++++
5 files changed, 66 insertions(+), 15 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Update with missing fields.
gsb_feature_slideshow_fpp.features.field.inc | 146 ++++++------
gsb_feature_slideshow_fpp.features.inc | 4 -
...feature_slideshow_fpp.file_default_displays.inc | 253 ---------------------
gsb_feature_slideshow_fpp.info | 3 +-
4 files changed, 77 insertions(+), 329 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Update fields and fix formatter.
gsb_feature_slideshow_fpp.features.field.inc | 420 ++++++++++++---------------
gsb_feature_slideshow_fpp.features.inc | 31 --
gsb_feature_slideshow_fpp.info | 45 +--
gsb_feature_slideshow_fpp.module | 164 +++--------
gsb_feature_slideshow_fpp.strongarm.inc | 28 +-
templates/slideshow-items.tpl.php | 9 +
templates/slideshow-slide.tpl.php | 11 +
7 files changed, 252 insertions(+), 456 deletions(-)

view commit - committer: Adam Moore, 3 years, 9 months ago author: Adam Moore, 3 years, 9 months ago
Fix path to settings form. Remove install file.
gsb_feature_slideshow_fpp.install | 17 -----------------
gsb_feature_slideshow_fpp.module | 6 +++---
2 files changed, 3 insertions(+), 20 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
Merge branch 'master' of github.com:gsbitse/gsb_feature_slideshow_fpp
view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
field cleanup
gsb_feature_slideshow_fpp.features.field.inc | 6 +++---
gsb_feature_slideshow_fpp.info | 4 ++--
gsb_feature_slideshow_fpp.module | 14 +++++++-------
gsb_feature_slideshow_fpp.strongarm.inc | 4 ++--
4 files changed, 14 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Some small output changes for the slideshow theming
gsb_feature_slideshow_fpp.module | 27 ++++++++++-----------------
1 file changed, 10 insertions(+), 17 deletions(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Changed the class for slideshow to field-name-field-gsb-slideshow
gsb_feature_slideshow_fpp.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Update gsb_feature_slideshow_fpp.module
gsb_feature_slideshow_fpp.module | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Update gsb_feature_slideshow_fpp.module
gsb_feature_slideshow_fpp.module | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
some feature and theme changes
gsb_feature_slideshow_fpp.features.field.inc | 16 +-
gsb_feature_slideshow_fpp.features.inc | 4 +
...feature_slideshow_fpp.file_default_displays.inc | 253 +++++++++++++++++++++
gsb_feature_slideshow_fpp.info | 26 ++-
gsb_feature_slideshow_fpp.strongarm.inc | 15 +-
5 files changed, 304 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
adding in new field_slideshow_type for wp-677
gsb_feature_slideshow_fpp.features.field.inc | 87 ++++++++++++++++++++++++++--
gsb_feature_slideshow_fpp.info | 3 +-
gsb_feature_slideshow_fpp.module | 31 ++++++++++
3 files changed, 115 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Adding install() to weight the slideshow_fpp after panopoly_widgets
gsb_feature_slideshow_fpp.install | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
adding in the image style for slideshow
gsb_feature_slideshow_fpp.features.field.inc | 6 +++---
gsb_feature_slideshow_fpp.features.inc | 31 ++++++++++++++++++++++++++++
gsb_feature_slideshow_fpp.info | 4 ++++
3 files changed, 38 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Update gsb_feature_slideshow_fpp.module
gsb_feature_slideshow_fpp.module | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 years, 9 months ago author: Greg Mercer (GBear), 3 years, 9 months ago
renaming to slideshow_fpp
gsb_feature_slideshow_fpp.features.field.inc | 597 +++++++++++++++++++++++++++
gsb_feature_slideshow_fpp.features.inc | 15 +
gsb_feature_slideshow_fpp.info | 26 ++
gsb_feature_slideshow_fpp.js | 156 +++++++
gsb_feature_slideshow_fpp.module | 271 ++++++++++++
gsb_feature_slideshow_fpp.strongarm.inc | 61 +++
6 files changed, 1126 insertions(+)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Initial commit
README.md | 4 ++++
1 file changed, 4 insertions(+)

===========================================
./gsb_feature_alumni_ct
===========================================
view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7398 Changing the default message for the email_contact:field_email defined in field formatting.
gsb_feature_alumni_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Greg Mercer (GBear), 1 year, 3 months ago
WP-6041 Added field group classes
gsb_feature_alumni_ct.ds.inc | 2 ++
gsb_feature_alumni_ct.field_group.inc | 8 +++++---
gsb_feature_alumni_ct.strongarm.inc | 18 ++++++++++++++++++
3 files changed, 25 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5631: update alumni name with program.
gsb_feature_alumni_ct.ds.inc | 28 ++++------------------
gsb_feature_alumni_ct.features.field_instance.inc | 29 ++++++++++-------------
gsb_feature_alumni_ct.field_group.inc | 2 +-
3 files changed, 18 insertions(+), 41 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5309: link alumni image to profile in related.
gsb_feature_alumni_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5081: update custom field.
gsb_feature_alumni_ct.ds.inc | 4 ++--
gsb_feature_alumni_ct.info | 1 -
2 files changed, 2 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
WP-5163 Setting default to draft
gsb_feature_alumni_ct.strongarm.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 1 year, 10 months ago author: Roopesh Naik, 1 year, 10 months ago
WP-5049 update help text for image field
gsb_feature_alumni_ct.features.field_instance.inc | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5081: update custom field.
gsb_feature_alumni_ct.ds.inc | 4 ++--
gsb_feature_alumni_ct.features.field_instance.inc | 2 ++
gsb_feature_alumni_ct.info | 1 -
3 files changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4859: export ds setting for new view mode.
gsb_feature_alumni_ct.ds.inc | 67 +++++++++++++++++++
gsb_feature_alumni_ct.features.field_instance.inc | 78 +++++++++++++++++++++++
gsb_feature_alumni_ct.info | 5 +-
gsb_feature_alumni_ct.strongarm.inc | 9 +++
4 files changed, 158 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4734: Update the people fpp view mode wrapper.
gsb_feature_alumni_ct.ds.inc | 14 +++++++---
gsb_feature_alumni_ct.features.field_instance.inc | 12 ++++-----
gsb_feature_alumni_ct.field_group.inc | 32 +++++++++++++++++++++++
gsb_feature_alumni_ct.info | 3 ++-
4 files changed, 50 insertions(+), 11 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4734: alumni people fpp settings.
gsb_feature_alumni_ct.ds.inc | 106 +++++++++++++++++++---
gsb_feature_alumni_ct.features.field_instance.inc | 86 ++++++++++++++++++
gsb_feature_alumni_ct.info | 3 +
gsb_feature_alumni_ct.strongarm.inc | 2 +-
4 files changed, 185 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4683: configure alumni display.
gsb_feature_alumni_ct.ds.inc | 315 ++++++++++++++++++++++
gsb_feature_alumni_ct.features.field_instance.inc | 64 +++--
gsb_feature_alumni_ct.features.inc | 6 +
gsb_feature_alumni_ct.field_group.inc | 110 ++++++++
gsb_feature_alumni_ct.info | 14 +-
5 files changed, 473 insertions(+), 36 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4683: configure alumni display.
gsb_feature_alumni_ct.ds.inc | 315 ++++++++++++++++++++++
gsb_feature_alumni_ct.features.field_instance.inc | 64 +++--
gsb_feature_alumni_ct.features.inc | 6 +
gsb_feature_alumni_ct.field_group.inc | 110 ++++++++
gsb_feature_alumni_ct.info | 15 +-
5 files changed, 474 insertions(+), 36 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4624 Add pattern code in feature for alumni ct
gsb_feature_alumni_ct.info | 1 +
gsb_feature_alumni_ct.strongarm.inc | 7 +++++++
2 files changed, 8 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4624 fix workbench access
gsb_feature_alumni_ct.info | 3 +++
gsb_feature_alumni_ct.strongarm.inc | 14 ++++++++++++++
2 files changed, 17 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4624 update for alumni ct
gsb_feature_alumni_ct.features.inc | 32 +++++++
gsb_feature_alumni_ct.info | 13 +++
gsb_feature_alumni_ct.module | 4 +-
gsb_feature_alumni_ct.strongarm.inc | 165 ++++++++++++++++++++++++++++++++++++
4 files changed, 213 insertions(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4624 directory link field in new window
gsb_feature_alumni_ct.features.field_instance.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4624 update field settings
gsb_feature_alumni_ct.features.field_instance.inc | 22 +++++++++++++++-------
gsb_feature_alumni_ct.info | 1 +
2 files changed, 16 insertions(+), 7 deletions(-)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
WP-4624 add alumni content type
gsb_feature_alumni_ct.features.field_instance.inc | 1128 +++++++++++++++++++++
gsb_feature_alumni_ct.info | 26 +
gsb_feature_alumni_ct.module | 5 +
3 files changed, 1159 insertions(+)

view commit - committer: Roopesh Naik, 2 years, 1 month ago author: Roopesh Naik, 2 years, 1 month ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_theme_admin
===========================================
view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-6997: added margin below replace or remove button
css/admin-style.css | 2 +-
sass/design-partials/_design.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6854: adjust fieldset-legend.
css/admin-style.css | 8 +++++---
sass/design-partials/_design.sass | 5 +++--
2 files changed, 8 insertions(+), 5 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6714: adjust label in program instance.
css/admin-style.css | 5 +++++
sass/design-partials/_design.sass | 4 ++++
2 files changed, 9 insertions(+)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6776 Added program ct to check and display a message if any fields have been edited.
template.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6726 Removed code for display-on-finder and is-application-open preprocess view handling
template.php | 18 ------------------
1 file changed, 18 deletions(-)

view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago
WP-6390 Added gsb_theme_admin_preprocess_views_view_field() to alter views output of field_display_on_finder and field_is_application_open
template.php | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)

view commit - committer: Meghan Plunkett, 12 months ago author: Meghan Plunkett, 12 months ago
WP-6424: theme the add instance link.
css/admin-style.css | 32 ++++++++++++++++++++++++++++++++
sass/design-partials/_design.sass | 31 +++++++++++++++++++++++++++++++
2 files changed, 63 insertions(+)

view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago
WP-6152 Changed to use empty() check for $first_page and $stock_content_page variables
templates/panels-add-content-link.tpl.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5621: adjust address fields.
css/admin-style.css | 9 +++++++++
sass/design-partials/_design.sass | 8 ++++++++
2 files changed, 17 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5409: hide upload buttons on additional content types.
css/admin-style.css | 7 ++++++-
sass/design-partials/_design.sass | 13 +++++++++++--
2 files changed, 17 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5411: style the check all, uncheck all.
css/admin-style.css | 13 +++++++++++++
sass/design-partials/_design.sass | 11 +++++++++++
2 files changed, 24 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5371: include adding resource form, limit width.
css/admin-style.css | 8 ++++++--
sass/design-partials/_design.sass | 7 +++++--
2 files changed, 11 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
Adding check to only add editing_message.js to the node edit page for the faculty ct.
template.php | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5371: generalize the markdown editor fix.
css/admin-style.css | 2 +-
sass/design-partials/_design.sass | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5287: adjust body field for sidebar authoring.
css/admin-style.css | 14 ++++++++++++++
sass/design-partials/_design.sass | 13 +++++++++++++
2 files changed, 27 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4782: hide repeat event checkbox.
css/admin-style.css | 4 ++++
sass/design-partials/_design.sass | 5 +++++
2 files changed, 9 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4753: add icons for chute link validation.
css/admin-style.css | 14 ++++++++++++++
sass/design-partials/_design.sass | 18 ++++++++++++++++++
2 files changed, 32 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3991: make the media radio buttons alignment more generic.
css/admin-style.css | 4 ++--
sass/design-partials/_design.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3897: adjust idea story media format radio buttons.
css/admin-style.css | 8 ++++++++
sass/design-partials/_design.sass | 8 ++++++++
2 files changed, 16 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3620: Auto-upload files.
js/custom.js | 12 ++++++++++++
1 file changed, 12 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3615: remove upload button styling.
css/admin-style.css | 8 --------
sass/design-partials/_design.sass | 8 --------
2 files changed, 16 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3546: add external link icon.
css/admin-style.css | 6 ++++++
images/arrow-external.svg | 14 ++++++++++++++
sass/design-partials/_design.sass | 7 +++++++
3 files changed, 27 insertions(+)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3607: Remove buttons on multiple value fields should trigger the editing warning message.
template.php | 10 ++++++++++
1 file changed, 10 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3546: add external link icon.
css/admin-style.css | 6 ++++++
images/arrow-external.svg | 14 ++++++++++++++
sass/design-partials/_design.sass | 7 +++++++
3 files changed, 27 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3607: Remove buttons on multiple value fields should trigger the editing warning message.
template.php | 10 ++++++++++
1 file changed, 10 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3608: fix pdf and link alignment.
css/admin-style.css | 83 +++++++++++++--------------------------
sass/design-partials/_design.sass | 76 ++++++++++++++---------------------
2 files changed, 56 insertions(+), 103 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3573: add images from panopoly.
images/close-popup.png | Bin 0 -> 407 bytes
images/status-active.gif | Bin 0 -> 1067 bytes
2 files changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3467: remove overriddes now that we removed them from the CSS sheet.
css/admin-style.css | 73 ---------------------------------------
sass/design-partials/_design.sass | 54 -----------------------------
2 files changed, 127 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3467: remove unwanted styling from panopoly-modal.css.
css/panopoly-modal.css | 104 +++++--------------------------------------------
1 file changed, 10 insertions(+), 94 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3467: remove panopoly fieldset styling.
css/panopoly-modal.css | 68 --------------------------------------------------
1 file changed, 68 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3467: add panopoly modal CSS sheet.
css/panopoly-modal.css | 530 +++++++++++++++++++++++++++++++++++++++++++++++++
gsb_theme_admin.info | 1 +
2 files changed, 531 insertions(+)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3556: add spacing.
css/admin-style.css | 4 ++++
sass/design-partials/_design.sass | 4 ++++
2 files changed, 8 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3556: add spacing.
css/admin-style.css | 4 ++++
sass/design-partials/_design.sass | 4 ++++
2 files changed, 8 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3566: update affiliation button display.
css/admin-style.css | 4 ++--
sass/design-partials/_design.sass | 5 +++--
2 files changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3451: Display the leaving-the-page message in the status messages on edit.
js/editing_message.js | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3540: hide upload on regular edit pages.
css/admin-style.css | 7 +++++--
sass/design-partials/_design.sass | 11 +++++++++--
2 files changed, 14 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3547: use visibility hidden to preserve space.
css/admin-style.css | 4 ++--
sass/design-partials/_design.sass | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3467: remove overriddes now that we removed them from the CSS sheet.
css/admin-style.css | 73 ---------------------------------------
sass/design-partials/_design.sass | 54 -----------------------------
2 files changed, 127 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3467: fix affiliation button position.
css/admin-style.css | 4 ++--
sass/design-partials/_design.sass | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3467: remove unwanted styling from panopoly-modal.css.
css/panopoly-modal.css | 104 +++++--------------------------------------------
1 file changed, 10 insertions(+), 94 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3467: remove panopoly fieldset styling.
css/panopoly-modal.css | 68 --------------------------------------------------
1 file changed, 68 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3467: add panopoly modal CSS sheet.
css/panopoly-modal.css | 530 +++++++++++++++++++++++++++++++++++++++++++++++++
gsb_theme_admin.info | 1 +
2 files changed, 531 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3540: hide upload button.
css/admin-style.css | 9 +++++++++
sass/design-partials/_design.sass | 10 ++++++++++
2 files changed, 19 insertions(+)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3532: add space above database field.
css/admin-style.css | 4 ++++
sass/design-partials/_design.sass | 4 ++++
2 files changed, 8 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3532: add space above database field.
css/admin-style.css | 4 ++++
sass/design-partials/_design.sass | 4 ++++
2 files changed, 8 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3452: make save button blue.
css/admin-style.css | 13 +++++++++++++
sass/design-partials/_design.sass | 12 ++++++++++--
2 files changed, 23 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3452: move buttons to left.
css/admin-style.css | 8 ++++++--
sass/design-partials/_design.sass | 8 ++++++--
2 files changed, 12 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago
WP-3456: Make adding classes more generic to put all roles in the body class.
css/admin-style.css | 2 +-
sass/design-partials/_design.sass | 4 ++--
template.php | 14 +++++++++++---
3 files changed, 14 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3456: Hide 'Show row weights' link for faculty.
css/admin-style.css | 4 ++++
sass/design-partials/_design.sass | 5 +++++
template.php | 8 ++++++++
3 files changed, 17 insertions(+)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago
WP-3456: Make adding classes more generic to put all roles in the body class.
css/admin-style.css | 2 +-
sass/design-partials/_design.sass | 6 +++---
template.php | 14 +++++++++++---
3 files changed, 15 insertions(+), 7 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3451: Display the leaving-the-page message in the status messages on edit.
js/editing_message.js | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3450: Reinstate tabledrag message.
js/editing_message.js | 6 ------
1 file changed, 6 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 8 months ago author: Tim Plunkett, 2 years, 8 months ago
WP-3457: Properly track changes per-form.
js/editing_message.js | 78 ++++++++++++++++++++++++++-------------------------
1 file changed, 40 insertions(+), 38 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
Needed to compile the sass.
css/admin-style.css | 5 -----
1 file changed, 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3391: adjust styling to be more general.
css/admin-style.css | 4 ++++
sass/design-partials/_design.sass | 7 +++----
2 files changed, 7 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3391: adjust styling to be more general.
css/admin-style.css | 2 +-
sass/design-partials/_design.sass | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3456: Hide 'Show row weights' link for faculty.
css/admin-style.css | 4 ++++
sass/design-partials/_design.sass | 4 ++++
template.php | 8 ++++++++
3 files changed, 16 insertions(+)

view commit - committer: Alexei Gorobets, 2 years, 9 months ago author: Alexei Gorobets, 2 years, 9 months ago
WP-3453: Hitting the enter button in a text field sends people to the parent tab in faculty profile.
js/custom.js | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3422: Move messages margin from wrapper to .messages and always show the wrapper.
css/admin-style.css | 7 +++++++
sass/design-partials/_design.sass | 5 +++++
templates/page.tpl.php | 4 +++-
3 files changed, 15 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3422: Add the unmodified page.tpl.php file.
templates/page.tpl.php | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3432: updated styling.
css/admin-style.css | 77 +++++++++++++++++++++++++++++++++++++++
sass/design-partials/_design.sass | 57 +++++++++++++++++++++++++++++
2 files changed, 134 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3360: change padding on buttons.
css/admin-style.css | 2 +-
sass/design-partials/_design.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3411: adjust radio buttons.
css/admin-style.css | 10 +++++++---
sass/design-partials/_design.sass | 11 +++++++----
2 files changed, 14 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3360: change padding on buttons.
css/admin-style.css | 2 +-
sass/design-partials/_design.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3411: adjust radio buttons.
css/admin-style.css | 10 +++++++---
sass/design-partials/_design.sass | 11 +++++++----
2 files changed, 14 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3392: adjust placement of affiliation remove button.
css/admin-style.css | 3 ++-
sass/design-partials/_design.sass | 5 +++--
2 files changed, 5 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3391: adjust placement of button for other authors.
css/admin-style.css | 4 ++++
sass/design-partials/_design.sass | 5 +++++
2 files changed, 9 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3388: use correct class.
css/admin-style.css | 80 ++++++++++++++++++++-------------------
sass/design-partials/_design.sass | 24 ++++++------
2 files changed, 52 insertions(+), 52 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3228: publication detail authoring changes.
css/admin-style.css | 28 ++++++++++++++++++++++++++++
sass/design-partials/_design.sass | 23 +++++++++++++++++++++++
2 files changed, 51 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3334: override button styling.
css/admin-style.css | 31 +++++++++++++++++++++++++++----
sass/design-partials/_design.sass | 26 ++++++++++++++++++++++----
2 files changed, 49 insertions(+), 8 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3341: Fix changed detection on validation.
js/editing_message.js | 13 ++++++++++++-
template.php | 7 +++++++
2 files changed, 19 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3341: Handle remove file buttons.
js/editing_message.js | 18 ++++++++++++++----
template.php | 20 ++++++++++++++++++++
2 files changed, 34 insertions(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3341: React to tabledrag.
js/editing_message.js | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3332: Remove FormObserver code in favor of custom code.
js/editing_message.js | 28 +++++++++----
js/libs/jquery.formobserver.js | 94 ------------------------------------------
template.php | 1 -
3 files changed, 21 insertions(+), 102 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3333: Do not reset the form.
js/libs/jquery.formobserver.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
Allow submit buttons to bypass form dataloss prevention.
js/editing_message.js | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3243: Hide warning message when tables are dragged around.
js/editing_message.js | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3302: Display message on the editing form.
js/editing_message.js | 12 ++++++++++++
js/libs/jquery.formobserver.js | 3 +++
template.php | 2 ++
3 files changed, 17 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3302: Add the FormObserver library.
js/libs/jquery.formobserver.js | 90 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 90 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3304: include add form.
css/admin-style.css | 55 +++++++++++++++++++++++++++++----------
sass/design-partials/_design.sass | 3 ++-
2 files changed, 43 insertions(+), 15 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3228: publication detail authoring changes.
css/admin-style.css | 20 ++++++++++++++++++++
sass/design-partials/_design.sass | 23 +++++++++++++++++++++++
2 files changed, 43 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3304: align affiliation fields.
css/admin-style.css | 7 ++++++-
sass/design-partials/_design.sass | 10 ++++++++--
2 files changed, 14 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3304: align name fields.
css/admin-style.css | 12 ++++++++++++
sass/design-partials/_design.sass | 12 ++++++++++++
2 files changed, 24 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3305: style link as button.
css/admin-style.css | 24 ++++++++++++++++++++++++
sass/design-partials/_design.sass | 24 +++++++++++++++++++++++-
2 files changed, 47 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3200: remove forced height in edit screen.
css/admin-style.css | 4 ----
sass/design-partials/_design.sass | 4 ----
2 files changed, 8 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3200: force toolbar height.
css/admin-style.css | 4 ++++
sass/design-partials/_design.sass | 4 ++++
2 files changed, 8 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3114: force font size and move show row weights over.
css/admin-style.css | 5 +++--
sass/design-partials/_design.sass | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3112: fix other labels.
css/admin-style.css | 9 +++++----
sass/design-partials/_design.sass | 10 ++++++----
2 files changed, 11 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3112: increase title field width, align the table and fieldset.
css/admin-style.css | 4 ++--
sass/design-partials/_design.sass | 4 ++--
template.php | 12 +++++++++++-
3 files changed, 15 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3112: reduce width of fieldsets and tables in overlay.
css/admin-style.css | 6 ++++++
sass/design-partials/_design.sass | 13 ++++++++++---
2 files changed, 16 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3112: update horizontal tab styling.
css/admin-style.css | 26 ++++++++++++++++++++++++++
sass/design-partials/_design.sass | 24 ++++++++++++++++++++++++
2 files changed, 50 insertions(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3112: reapply overlay color change.
css/admin-style.css | 9 ++++++---
sass/design-partials/_design.sass | 8 ++++++--
2 files changed, 12 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3112: reduce spacing between fields.
css/admin-style.css | 4 ++++
sass/design-partials/_design.sass | 12 ++++++++++++
2 files changed, 16 insertions(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3112: change name of css file.
css/admin-style.css | 366 ++++++++++++++++++++++++++++++++++++++++++++++++++
css/style.css | 362 -------------------------------------------------
gsb_theme_admin.info | 2 +-
sass/admin-style.sass | 10 ++
sass/style.sass | 10 --
5 files changed, 377 insertions(+), 373 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3112: cange name of css file.
gsb_theme_admin.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3112: include change to fix publication date field label.
css/style.css | 4 ++++
sass/design-partials/_design.sass | 3 +++
2 files changed, 7 insertions(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3112: include the float and modal changes.
css/style.css | 19 +++++++++++++++----
sass/design-partials/_design.sass | 13 ++++++++++++-
2 files changed, 27 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3112: sassify admin theme.
css/style.css | 136 +++-------
sass/design-partials/_design.sass | 520 +++++++++++++++++---------------------
2 files changed, 268 insertions(+), 388 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3112: sassify admin theme.
sass/design-partials/_design.sass | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3112: sassify admin theme.
.ruby-version | 1 +
Gemfile | 7 +
Gemfile.lock | 44 ++++
config.rb | 30 +++
css/custom.css | 412 --------------------------------------
css/style.css | 411 +++++++++++++++++++++++++++++++++++++
gsb_theme_admin.info | 8 +-
js/custom.js | 3 +-
sass/design-partials/_design.sass | 347 ++++++++++++++++++++++++++++++++
sass/style.sass | 10 +
10 files changed, 857 insertions(+), 416 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3102: fix publication date header.
css/custom.css | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3108: change modal color from white to black.
css/custom.css | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3102: remove float and fix publication date.
css/custom.css | 24 ++++++++++++++++++------
1 file changed, 18 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2774: remove spacing and border on publication year.
css/custom.css | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2460: add spacing.
css/custom.css | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 6 months ago author: Greg Mercer (GBear), 3 years, 6 months ago
WP-1831 Needed to add these tpl files for when someone is using page manager and editing the content of a custom page.
gsb_theme_admin.info | 7 +++
templates/panels-add-content-link.tpl.php | 17 ++++++
templates/panels-add-content-modal.tpl.php | 85 ++++++++++++++++++++++++++++++
3 files changed, 109 insertions(+)

view commit - committer: Alexei Gorobets, 3 years, 6 months ago author: Alexei Gorobets, 3 years, 6 months ago
WPBQA-143: Remove file iconsfrom markup.
template.php | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1685 gsb landing standard page layout
css/custom.css | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1630 wysiwyg body table styles
css/custom.css | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1685 panelizer layout
css/custom.css | 41 +++++++++++++++++++++++++++++++++++++++++
template.php | 5 +++++
2 files changed, 46 insertions(+)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Make the background color of disabled input boxes gray.
css/custom.css | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
syntactic error fix
js/custom.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1558 workbench fieldset title togle
gsb_theme_admin.info | 3 ++-
js/custom.js | 23 +++++++++++++++++++++++
2 files changed, 25 insertions(+), 1 deletion(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
workbench pages
css/custom.css | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 103 insertions(+)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Task #WP-918: Remove display none for media center edit button
css/custom.css | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Task #WP-1418: added height auto to title
css/custom.css | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Task #WP-566: added padding to media center docs and video upload
css/custom.css | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Dumitru Vozian, 3 years, 8 months ago author: Dumitru Vozian, 3 years, 8 months ago
Jira task #WP-941: Removed class that hides cancel button
css/custom.css | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 8 months ago author: Eugen Taracila, 3 years, 8 months ago
WP-1299: Add asterisk to Photo and Graduation Year.
css/custom.css | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 8 months ago author: Eugen Taracila, 3 years, 8 months ago
WP-1300: Added style bold to label 'Archive this profile'.
css/custom.css | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

view commit - committer: kirill_cebotari, 3 years, 9 months ago author: kirill_cebotari, 3 years, 9 months ago
Issue #566: Image upload form padding added
css/custom.css | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: kirill_cebotari, 3 years, 9 months ago author: kirill_cebotari, 3 years, 9 months ago
Issue: coloring tabs for media center
css/custom.css | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: kirill_cebotari, 3 years, 10 months ago author: kirill_cebotari, 3 years, 10 months ago
Issue: removing files and making base theme of seven
css/custom.css | 188 ++++++
css/reset.css | 216 -------
css/style.css | 1179 ------------------------------------
gsb_theme_admin.info | 9 +-
ie.css | 18 -
ie6.css | 17 -
ie7.css | 23 -
images/add.png | Bin 160 -> 0 bytes
images/arrow-asc.png | Bin 88 -> 0 bytes
images/arrow-desc.png | Bin 95 -> 0 bytes
images/arrow-next.png | Bin 118 -> 0 bytes
images/arrow-prev.png | Bin 115 -> 0 bytes
images/buttons.png | Bin 786 -> 0 bytes
images/fc-rtl.png | Bin 76 -> 0 bytes
images/fc.png | Bin 82 -> 0 bytes
images/list-item-rtl.png | Bin 225 -> 0 bytes
images/list-item.png | Bin 195 -> 0 bytes
images/task-check.png | Bin 261 -> 0 bytes
images/task-item-rtl.png | Bin 178 -> 0 bytes
images/task-item.png | Bin 105 -> 0 bytes
images/ui-icons-222222-256x240.png | Bin 3702 -> 0 bytes
images/ui-icons-454545-256x240.png | Bin 3702 -> 0 bytes
images/ui-icons-800000-256x240.png | Bin 3702 -> 0 bytes
images/ui-icons-888888-256x240.png | Bin 3702 -> 0 bytes
images/ui-icons-ffffff-256x240.png | Bin 3702 -> 0 bytes
jquery.ui.theme.css | 436 -------------
logo.png | Bin 3905 -> 0 bytes
maintenance-page.tpl.php | 46 --
page.tpl.php | 35 --
style-rtl.css | 241 --------
template.php | 115 ----
vertical-tabs-rtl.css | 21 -
vertical-tabs.css | 96 ---
33 files changed, 194 insertions(+), 2446 deletions(-)

view commit - committer: kirill_cebotari, 3 years, 10 months ago author: kirill_cebotari, 3 years, 10 months ago
Issue: GSB admin theme added
css/reset.css | 216 +++++++
css/style.css | 1179 ++++++++++++++++++++++++++++++++++++
gsb_theme_admin.info | 14 +
ie.css | 18 +
ie6.css | 17 +
ie7.css | 23 +
images/add.png | Bin 0 -> 160 bytes
images/arrow-asc.png | Bin 0 -> 88 bytes
images/arrow-desc.png | Bin 0 -> 95 bytes
images/arrow-next.png | Bin 0 -> 118 bytes
images/arrow-prev.png | Bin 0 -> 115 bytes
images/buttons.png | Bin 0 -> 786 bytes
images/fc-rtl.png | Bin 0 -> 76 bytes
images/fc.png | Bin 0 -> 82 bytes
images/list-item-rtl.png | Bin 0 -> 225 bytes
images/list-item.png | Bin 0 -> 195 bytes
images/task-check.png | Bin 0 -> 261 bytes
images/task-item-rtl.png | Bin 0 -> 178 bytes
images/task-item.png | Bin 0 -> 105 bytes
images/ui-icons-222222-256x240.png | Bin 0 -> 3702 bytes
images/ui-icons-454545-256x240.png | Bin 0 -> 3702 bytes
images/ui-icons-800000-256x240.png | Bin 0 -> 3702 bytes
images/ui-icons-888888-256x240.png | Bin 0 -> 3702 bytes
images/ui-icons-ffffff-256x240.png | Bin 0 -> 3702 bytes
jquery.ui.theme.css | 436 +++++++++++++
logo.png | Bin 0 -> 3905 bytes
maintenance-page.tpl.php | 46 ++
page.tpl.php | 35 ++
screenshot.png | Bin 0 -> 12298 bytes
style-rtl.css | 241 ++++++++
template.php | 115 ++++
vertical-tabs-rtl.css | 21 +
vertical-tabs.css | 96 +++
33 files changed, 2457 insertions(+)

view commit - committer: Greg Mercer, 3 years, 10 months ago author: Greg Mercer, 3 years, 10 months ago
Initial commit
README.md | 2 ++
1 file changed, 2 insertions(+)

===========================================
./gsb_theme
===========================================
view commit - committer: Greg Mercer (GBear), 2 weeks ago author: Roopesh Naik, 2 weeks ago
WP-7727 remove the h2 elements for SEO optimization
templates/google-appliance-block-form.tpl.php | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 weeks ago author: vvijayan, 2 weeks ago
WP-7725 style changes for adding bottom space in faculty profile
css/conditionals/exec-ed/design-exec-ed.css | 3 +++
css/conditionals/faculty-research/faculty-detail.css | 5 ++++-
sass/conditionals/exec-ed/design-exec-ed.sass | 3 +++
sass/conditionals/faculty-research/faculty-detail.sass | 7 +++++--
4 files changed, 15 insertions(+), 3 deletions(-)

view commit - committer: vvijayan, 2 weeks ago author: vvijayan, 2 weeks ago
WP-7725 style changes for adding bottom space in faculty profile
css/conditionals/exec-ed/design-exec-ed.css | 3 +++
css/conditionals/faculty-research/faculty-detail.css | 5 ++++-
sass/conditionals/exec-ed/design-exec-ed.sass | 3 +++
sass/conditionals/faculty-research/faculty-detail.sass | 7 +++++--
4 files changed, 15 insertions(+), 3 deletions(-)

view commit - committer: Roopesh Naik, 2 weeks ago author: Roopesh Naik, 2 weeks ago
WP-7727 remove the h2 elements for SEO optimization
templates/google-appliance-block-form.tpl.php | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)

view commit - committer: Ayuta Padhi, 3 weeks ago author: Ayuta Padhi, 3 weeks ago
WP-7733 Added padding to email contact form submit button
css/style.css | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Greg Mercer (GBear), 5 weeks ago author: Ayuta Padhi, 5 weeks ago
WP-7714 Added structured markup to breadcrumbs
template.php | 48 +++++++++++++++++++++++++++++++++++++++++++-----
1 file changed, 43 insertions(+), 5 deletions(-)

view commit - committer: Ayuta Padhi, 5 weeks ago author: Ayuta Padhi, 5 weeks ago
WP-7714 Added structured markup to breadcrumbs
template.php | 48 +++++++++++++++++++++++++++++++++++++++++++-----
1 file changed, 43 insertions(+), 5 deletions(-)

view commit - committer: GitHub, 5 weeks ago author: Greg Mercer, 5 weeks ago
WP-7716 Adding display: none for the image fpp title
css/conditionals/fpps/image.css | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: GitHub, 5 weeks ago author: Greg Mercer, 5 weeks ago
WP-7716 Adding display: none for the image fpp title
sass/conditionals/fpps/image.sass | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Ayuta Padhi, 8 weeks ago
WP-7697 Updated the html
templates/page--404.tpl.php | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)

view commit - committer: Ayuta Padhi, 8 weeks ago author: Ayuta Padhi, 8 weeks ago
WP-7697 Updated the html
templates/page--404.tpl.php | 41 +++++++++++++++++++++++++----------------
1 file changed, 25 insertions(+), 16 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 weeks ago author: Greg Mercer, 8 weeks ago
WP-6260 Added condition to turn off google indexing for the page title if we are on the email contact form
template.php | 12 ++++++++++++
1 file changed, 12 insertions(+)

view commit - committer: GitHub, 8 weeks ago author: Greg Mercer, 8 weeks ago
WP-6260 Added condition to turn off google indexing for the page title if we are on the email contact form
template.php | 12 ++++++++++++
1 file changed, 12 insertions(+)

view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Ayuta Padhi, 9 weeks ago
WP-7697 Added links to the 404 page for seed and exed-ed
templates/page--404.tpl.php | 42 ++++++++++++++++++++++++++----------------
1 file changed, 26 insertions(+), 16 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 weeks ago author: Greg Mercer, 9 weeks ago
WP-6260 Added google(wax)off google(wax)on tags around the 'skip-link' div'ness
templates/html.tpl.php | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: GitHub, 9 weeks ago author: Greg Mercer, 9 weeks ago
WP-6260 Added google(wax)off google(wax)on tags around the 'skip-link' div'ness
templates/html.tpl.php | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: GitHub, 9 weeks ago author: Greg Mercer, 9 weeks ago
WP-7698 Applied new style changes around library chat
css/conditionals/library/pane-chat.css | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: GitHub, 9 weeks ago author: Greg Mercer, 9 weeks ago
WP-7698 Applied new style changes around library chat
sass/conditionals/library/pane-chat.sass | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Ayuta Padhi, 9 weeks ago author: Ayuta Padhi, 9 weeks ago
WP-7697 Added links to the 404 page for seed and exed-ed
templates/page--404.tpl.php | 42 ++++++++++++++++++++++++++----------------
1 file changed, 26 insertions(+), 16 deletions(-)

view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago
WP-6243 fix for extra dotted line
css/admin-modal/admin-modal.css | 4 +++-
templates/panels-add-content-modal.tpl.php | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago
WP-6243 Removed Add Element menu
templates/panels-add-content-modal.tpl.php | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Ayuta Padhi, 3 months ago author: Ayuta Padhi, 3 months ago
WP-7661 Green and red style CTAs external link icon fix
Gemfile.lock | 6 ++++++
css/conditionals/fpps/cta.css | 26 +++++++++++++-------------
sass/conditionals/fpps/cta.sass | 8 ++++++--
3 files changed, 25 insertions(+), 15 deletions(-)

view commit - committer: GitHub, 3 months ago author: Greg Mercer, 3 months ago
For testing... Commenting out the code which moves js files to footer.
template.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer, 3 months ago
WP-7632 Changed to move all of the js files to footer, except modernizr. Wee
template.php | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer, 3 months ago
WP-7658 Adding view count styles for Video FPP
sass/conditionals/fpps/video.sass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer, 3 months ago
WP-7658 Adding view count styles for Video FPP
css/conditionals/fpps/video.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer, 3 months ago
WP-7658 Adding view count styles for Video FPP
css/conditionals/fpps/video.css | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer, 3 months ago
WP-7658 Adding view count styles for Video FPP
sass/conditionals/fpps/video.sass | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: GitHub, 3 months ago author: Greg Mercer, 3 months ago
WP-7658 Adding view count styles for Video FPP
sass/conditionals/fpps/video.sass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: GitHub, 3 months ago author: Greg Mercer, 3 months ago
WP-7658 Adding view count styles for Video FPP
css/conditionals/fpps/video.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: GitHub, 3 months ago author: Greg Mercer, 3 months ago
WP-7658 Adding view count styles for Video FPP
css/conditionals/fpps/video.css | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: GitHub, 3 months ago author: Greg Mercer, 3 months ago
WP-7658 Adding view count styles for Video FPP
sass/conditionals/fpps/video.sass | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer, 3 months ago
WP-7658 Adding duration styles for Video FPP
css/conditionals/fpps/video.css | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer, 3 months ago
WP-7658 Adding duration styles for Video FPP
sass/conditionals/fpps/video.sass | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

view commit - committer: GitHub, 3 months ago author: Greg Mercer, 3 months ago
WP-7658 Adding duration styles for Video FPP
css/conditionals/fpps/video.css | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

view commit - committer: GitHub, 3 months ago author: Greg Mercer, 3 months ago
WP-7658 Adding duration styles for Video FPP
sass/conditionals/fpps/video.sass | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 months ago author: Greg Mercer, 3 months ago
WP-7656 Added class of page-gsearch onto the body of the seed and exec-ed search pages
template.php | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: GitHub, 3 months ago author: Greg Mercer, 3 months ago
WP-7656 Added class of page-gsearch onto the body of the seed and exec-ed search pages
template.php | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: GitHub, 3 months ago author: Greg Mercer, 3 months ago
WP-7632 Changed to move all of the js files to footer, except modernizr. Wee
template.php | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

view commit - committer: GitHub, 3 months ago author: Greg Mercer, 3 months ago
WP-7632 Commenting out, due to a menu rendering issue.
template.php | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer, 4 months ago
WP-7632 Added hook_js_alter to move the js files into the page footer
template.php | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

view commit - committer: GitHub, 4 months ago author: Greg Mercer, 4 months ago
WP-7632 Added hook_js_alter to move the js files into the page footer
template.php | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

view commit - committer: GitHub, 4 months ago author: Greg Mercer, 4 months ago
WP-7643 Added additional checks for exec-ed/search and seed/search to remove breadcrumbles
template.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Greg Mercer, 4 months ago
WP-7616 Added check if children not found for type of 'list', and if so dig one level deeper.
js/show-more-less.js | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: GitHub, 4 months ago author: Greg Mercer, 4 months ago
WP-7616 Added check if children not found for type of 'list', and if so dig one level deeper.
js/show-more-less.js | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago
WP-7611: increase min height.
css/conditionals/exec-ed/ee-program-finder.css | 2 +-
sass/conditionals/exec-ed/ee-program-finder.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago
WP-7611: increase min height.
css/conditionals/exec-ed/ee-program-finder.css | 2 +-
sass/conditionals/exec-ed/ee-program-finder.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago
WP-7626: Adjust faculty spacing, remove todo.
css/conditionals/blocks/gpcb-breadcrumbs.css | 26 --------------------
.../faculty-research/faculty-detail.css | 11 ++++++++-
sass/conditionals/blocks/gpcb-breadcrumbs.sass | 28 ----------------------
.../faculty-research/faculty-detail.sass | 10 +++++---
4 files changed, 17 insertions(+), 58 deletions(-)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6244: remove max width on video and house ad when in stacked configuration.
css/conditionals/fpps/video.css | 3 --
css/style.css | 32 +++++++++++++---------
sass/conditionals/fpps/video.sass | 1 -
.../base/06-ui-patterns/_drupal-patterns.sass | 8 +++++-
4 files changed, 26 insertions(+), 18 deletions(-)

view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6244: remove max width on video and house ad when in stacked configuration.
css/conditionals/fpps/video.css | 3 --
css/style.css | 32 +++++++++++++---------
sass/conditionals/fpps/video.sass | 1 -
.../base/06-ui-patterns/_drupal-patterns.sass | 8 +++++-
4 files changed, 26 insertions(+), 18 deletions(-)

view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 12 months ago
WP-6380: update show more link styling.
css/conditionals/fpps/links.css | 7 +++----
css/style.css | 6 +++---
sass/conditionals/fpps/links.sass | 7 +++----
sass/partials/base/03-extend/_gsb-revamp.sass | 6 +++---
4 files changed, 12 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 12 months ago
WP-6381: apply font regular to caption in academic calendar.
css/conditionals/event/view-academic-calendar.css | 1 +
sass/conditionals/event/view-academic-calendar.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago
WP-7616: update spacing for exec ed fields.
.../faculty-research/faculty-detail.css | 30 ++++++++++++----------
.../faculty-research/faculty-detail.sass | 22 +++++++---------
2 files changed, 25 insertions(+), 27 deletions(-)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago
WP-7604: remove old program finder code.
css/conditionals/program-landing.css | 329 ------------------------------
gsb_theme.info | 2 -
images/bg-program-finder-2015-05-26-1.jpg | Bin 49979 -> 0 bytes
sass/conditionals/program-landing.sass | 210 -------------------
4 files changed, 541 deletions(-)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago
WP-7611: allow space for the done button.
css/conditionals/exec-ed/ee-program-finder.css | 3 +++
sass/conditionals/exec-ed/ee-program-finder.sass | 3 +++
2 files changed, 6 insertions(+)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago
WP-7613: scale mini finder img under 1275px.
css/conditionals/exec-ed/ee-program-finder.css | 14 ++++++++------
sass/conditionals/exec-ed/ee-program-finder.sass | 13 +++++++------
2 files changed, 15 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago
WP-7613: switch cta to side by side.
css/conditionals/exec-ed/ee-program-finder.css | 5 +++
css/conditionals/fpps/image-cta.css | 43 ++++++++++++++++++++++++
sass/conditionals/exec-ed/ee-program-finder.sass | 2 ++
sass/conditionals/fpps/image-cta.sass | 43 ++++++++++++++++++++++++
4 files changed, 93 insertions(+)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago
WP-7610: fix the responsive behavior of fac director fields.
css/conditionals/exec-ed/design-exec-ed.css | 27 ++++++++++++++++++++++++---
sass/conditionals/exec-ed/design-exec-ed.sass | 20 ++++++++++++++++----
2 files changed, 40 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago
WP-7622: fix responsive gsb finder page.
css/conditionals/exec-ed/ee-program-finder.css | 9 +++++++++
css/style.css | 5 +++++
sass/conditionals/exec-ed/ee-program-finder.sass | 8 ++++++++
sass/partials/base/05-layouts/_layouts.sass | 3 +++
4 files changed, 25 insertions(+)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago
WP-7603: adjust slideshow in full for bottom border.
css/style.css | 17 +++++++++++++++++
sass/partials/design/_design.sass | 10 ++++++++++
2 files changed, 27 insertions(+)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago
WP-6673: update the filter results button styles.
css/style.css | 12 +++++++-----
sass/partials/design/_search-filters.sass | 12 +++++++-----
2 files changed, 14 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago
WP-6450: add margin top to insights quote.
css/conditionals/fpps/insights-quote.css | 1 +
sass/conditionals/fpps/insights-quote.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 4 months ago
WP-6441: update reunion finder sizing.
css/conditionals/alumni/alumni-reunion-finder.css | 15 +++++++++++----
sass/conditionals/alumni/alumni-reunion-finder.sass | 12 +++++++++---
2 files changed, 20 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 12 months ago
WP-6413: adjust margin on event detail.
css/conditionals/event/event-detail.css | 2 +-
sass/conditionals/event/event-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 12 months ago
WP-6378: adjust padding on insights list.
css/conditionals/insights/insights-topic-listing.css | 4 ++--
sass/conditionals/insights/insights-topic-listing.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6305: reduce padding on related people.
css/conditionals/insights/related-to-idea-story.css | 2 +-
sass/conditionals/insights/related-to-idea-story.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 4 months ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6306: prevent title wrapping.
css/conditionals/insights/related-to-idea-story.css | 5 +++++
sass/conditionals/insights/related-to-idea-story.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago
WP-7616: update spacing for exec ed fields.
.../faculty-research/faculty-detail.css | 30 ++++++++++++----------
.../faculty-research/faculty-detail.sass | 22 +++++++---------
2 files changed, 25 insertions(+), 27 deletions(-)

view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago
WP-7604: remove old program finder code.
css/conditionals/program-landing.css | 329 ------------------------------
gsb_theme.info | 2 -
images/bg-program-finder-2015-05-26-1.jpg | Bin 49979 -> 0 bytes
sass/conditionals/program-landing.sass | 210 -------------------
4 files changed, 541 deletions(-)

view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago
WP-7622: fix responsive gsb finder page.
css/conditionals/exec-ed/ee-program-finder.css | 9 +++++++++
css/style.css | 5 +++++
sass/conditionals/exec-ed/ee-program-finder.sass | 8 ++++++++
sass/partials/base/05-layouts/_layouts.sass | 3 +++
4 files changed, 25 insertions(+)

view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago
WP-6673: update the filter results button styles.
css/style.css | 12 +++++++-----
sass/partials/design/_search-filters.sass | 12 +++++++-----
2 files changed, 14 insertions(+), 10 deletions(-)

view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago
WP-7603: adjust slideshow in full for bottom border.
css/style.css | 17 +++++++++++++++++
sass/partials/design/_design.sass | 10 ++++++++++
2 files changed, 27 insertions(+)

view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago
WP-6450: add margin top to insights quote.
css/conditionals/fpps/insights-quote.css | 1 +
sass/conditionals/fpps/insights-quote.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago
WP-6441: update reunion finder sizing.
css/conditionals/alumni/alumni-reunion-finder.css | 15 +++++++++++----
sass/conditionals/alumni/alumni-reunion-finder.sass | 12 +++++++++---
2 files changed, 20 insertions(+), 7 deletions(-)

view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago
WP-7586: scale mini finder img under 1275px.
css/conditionals/exec-ed/ee-program-finder.css | 14 ++++++++------
sass/conditionals/exec-ed/ee-program-finder.sass | 13 +++++++------
2 files changed, 15 insertions(+), 12 deletions(-)

view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago
WP-7613: scale mini finder img under 1275px.
css/conditionals/exec-ed/ee-program-finder.css | 14 ++++++++------
sass/conditionals/exec-ed/ee-program-finder.sass | 13 +++++++------
2 files changed, 15 insertions(+), 12 deletions(-)

view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago
WP-7613: switch cta to side by side.
css/conditionals/exec-ed/ee-program-finder.css | 5 +++
css/conditionals/fpps/image-cta.css | 43 ++++++++++++++++++++++++
sass/conditionals/exec-ed/ee-program-finder.sass | 2 ++
sass/conditionals/fpps/image-cta.sass | 43 ++++++++++++++++++++++++
4 files changed, 93 insertions(+)

view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago
WP-7611: allow space for the done button.
css/conditionals/exec-ed/ee-program-finder.css | 3 +++
sass/conditionals/exec-ed/ee-program-finder.sass | 3 +++
2 files changed, 6 insertions(+)

view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago
WP-7610: fix the responsive behavior of fac director fields.
css/conditionals/exec-ed/design-exec-ed.css | 27 ++++++++++++++++++++++++---
sass/conditionals/exec-ed/design-exec-ed.sass | 20 ++++++++++++++++----
2 files changed, 40 insertions(+), 7 deletions(-)

view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago
WP-7605: add the program finder styling for new path.
gsb_theme.info | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Meghan Plunkett, 4 months ago author: Meghan Plunkett, 4 months ago
WP-7602: topics should not be truncated in minifinder.
css/conditionals/exec-ed/ee-program-finder.css | 4 ++++
sass/conditionals/exec-ed/ee-program-finder.sass | 5 +++++
2 files changed, 9 insertions(+)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago
WP-7575: add hover state to select buttons.
css/conditionals/exec-ed/ee-program-finder.css | 47 +++++++++++++++---------
sass/conditionals/exec-ed/ee-program-finder.sass | 16 +++++---
2 files changed, 40 insertions(+), 23 deletions(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago
WP-7578: override intro p styling.
css/conditionals/insights/resources/sidebar-resource.css | 12 +++++++++++-
sass/conditionals/insights/resources/sidebar-resource.sass | 6 ++++++
2 files changed, 17 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago
WP-7599: adjust the hero slideshow.
css/style.css | 88 +++++++++++++++++++++++++++++++++++----
sass/partials/design/_design.sass | 41 +++++++++++++++---
2 files changed, 116 insertions(+), 13 deletions(-)

view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago
WP-7575: add hover state to select buttons.
css/conditionals/exec-ed/ee-program-finder.css | 47 +++++++++++++++---------
sass/conditionals/exec-ed/ee-program-finder.sass | 16 +++++---
2 files changed, 40 insertions(+), 23 deletions(-)

view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago
WP-7578: override intro p styling.
css/conditionals/insights/resources/sidebar-resource.css | 12 +++++++++++-
sass/conditionals/insights/resources/sidebar-resource.sass | 6 ++++++
2 files changed, 17 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago
WP-7599: adjust the hero slideshow.
css/style.css | 88 +++++++++++++++++++++++++++++++++++----
sass/partials/design/_design.sass | 41 +++++++++++++++---
2 files changed, 116 insertions(+), 13 deletions(-)

view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago
WP-7597: adjust breakpoint.
css/conditionals/exec-ed/ee-program-finder.css | 4 ++--
sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Ayuta Padhi, 5 months ago author: Ayuta Padhi, 5 months ago
WP-7589 bug fix for broken responsive program finder filter
js/custom.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago
WP-7569: adjust exec ed and seed section title spacing.
css/conditionals/exec-ed/design-exec-ed.css | 12 ++++++++++--
sass/conditionals/exec-ed/design-exec-ed.sass | 15 ++++++++++-----
2 files changed, 20 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago
WP-7094: adjust the divider and spacing.
css/conditionals/faculty-research/faculty-detail.css | 13 ++-----------
sass/conditionals/faculty-research/faculty-detail.sass | 2 --
2 files changed, 2 insertions(+), 13 deletions(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago
WP-7094: style the 2 new ee faculty fields.
.../faculty-research/faculty-detail.css | 46 ++++++++++++++++------
.../faculty-research/faculty-detail.sass | 32 +++++++++++++--
2 files changed, 62 insertions(+), 16 deletions(-)

view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago
WP-7569: adjust exec ed and seed section title spacing.
css/conditionals/exec-ed/design-exec-ed.css | 12 ++++++++++--
sass/conditionals/exec-ed/design-exec-ed.sass | 15 ++++++++++-----
2 files changed, 20 insertions(+), 7 deletions(-)

view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago
WP-7094: adjust the divider and spacing.
css/conditionals/faculty-research/faculty-detail.css | 13 ++-----------
sass/conditionals/faculty-research/faculty-detail.sass | 2 --
2 files changed, 2 insertions(+), 13 deletions(-)

view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago
WP-7094: style the 2 new ee faculty fields.
.../faculty-research/faculty-detail.css | 46 ++++++++++++++++------
.../faculty-research/faculty-detail.sass | 32 +++++++++++++--
2 files changed, 62 insertions(+), 16 deletions(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago
WP-7567: set a max width on the page title for no sidebar layout.
css/style.css | 3 +++
sass/partials/base/05-layouts/_layouts.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago
WP-7566: adjust line height on hero slideshow text.
css/style.css | 2 +-
sass/partials/design/_design.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago
WP-7567: set a max width on the page title for no sidebar layout.
css/style.css | 3 +++
sass/partials/base/05-layouts/_layouts.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago
WP-7558: fix the faux ctas.
css/conditionals/news/school-story-detail.css | 75 +++++++++++++++++++++++++
sass/conditionals/news/school-story-detail.sass | 32 +++++++++++
2 files changed, 107 insertions(+)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago
WP-7541: update the faculty styling.
css/conditionals/exec-ed/design-exec-ed.css | 29 +++------
sass/conditionals/exec-ed/design-exec-ed.sass | 92 +++++++++++++--------------
2 files changed, 56 insertions(+), 65 deletions(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago
WP-7543: fix name of msx fellow content type.
gsb_theme.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago
WP-7544: override border on webform fieldset.
css/style.css | 1 +
sass/partials/base/04-defaults/forms/_webforms.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago
WP-7555: change styling of font in table.
css/style.css | 22 +++++++++-------------
sass/partials/design/_wysiwyg.sass | 10 +++-------
2 files changed, 12 insertions(+), 20 deletions(-)

view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago
WP-7550: adjust link hover color.
css/conditionals/exec-ed/design-exec-ed.css | 10 ++++++----
sass/conditionals/exec-ed/design-exec-ed.sass | 8 ++++++--
2 files changed, 12 insertions(+), 6 deletions(-)

view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago
WP-7555: change styling of font in table.
css/style.css | 22 +++++++++-------------
sass/partials/design/_wysiwyg.sass | 10 +++-------
2 files changed, 12 insertions(+), 20 deletions(-)

view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago
WP-7544: override border on webform fieldset.
css/style.css | 1 +
sass/partials/base/04-defaults/forms/_webforms.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago
WP-7543: fix name of msx fellow content type.
gsb_theme.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago
WP-7541: update the faculty styling.
css/conditionals/exec-ed/design-exec-ed.css | 29 +++------
sass/conditionals/exec-ed/design-exec-ed.sass | 92 +++++++++++++--------------
2 files changed, 56 insertions(+), 65 deletions(-)

view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago
WP-7546: add patchs for compare views.
gsb_theme.info | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 5 months ago
WP-7530: hide the count on share.
css/conditionals/exec-ed/design-exec-ed.css | 6 +++---
sass/conditionals/exec-ed/design-exec-ed.sass | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago
WP-7479: add styling for act project list.
css/style.css | 111 +++++++++++++++++++++++++-----
sass/partials/design/_search-filters.sass | 55 +++++++++++++--
2 files changed, 142 insertions(+), 24 deletions(-)

view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago
WP-7530: hide the count on share.
css/conditionals/exec-ed/design-exec-ed.css | 6 +++---
sass/conditionals/exec-ed/design-exec-ed.sass | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 5 months ago author: Meghan Plunkett, 5 months ago
WP-7528: adjust phone number on the compare pdf.
css/conditionals/exec-ed/design-exec-ed.css | 22 +++++++++++++++-------
sass/conditionals/exec-ed/design-exec-ed.sass | 13 +++++++++----
2 files changed, 24 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 6 months ago
WP-7534: change witl to use view not path.
gsb_theme.info | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 6 months ago
WP-7154: update fieldset styling.
css/conditionals/alumni/alumni-detail.css | 1 +
css/conditionals/faculty-research/faculty-detail.css | 1 +
css/conditionals/staff-detail.css | 1 +
css/style.css | 6 ------
gsb_theme.info | 1 +
sass/conditionals/staff-detail.sass | 3 +--
sass/partials/base/03-extend/_gsb-revamp.sass | 1 +
sass/partials/base/04-defaults/forms/_form-defaults.sass | 10 ----------
sass/partials/base/04-defaults/forms/_webforms.sass | 1 -
9 files changed, 6 insertions(+), 19 deletions(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 6 months ago
WP-6950: update green rounded button style.
css/conditionals/alumni/alumni-reunion-finder.css | 4 ++--
css/conditionals/exec-ed/design-exec-ed.css | 4 ++--
css/conditionals/exec-ed/ee-program-finder.css | 4 ++--
css/conditionals/faculty-research/book-detail.css | 4 ++--
css/conditionals/faculty-research/case-detail.css | 4 ++--
css/conditionals/faculty-research/publication-detail.css | 4 ++--
css/conditionals/faculty-research/working-paper-detail.css | 4 ++--
css/conditionals/form-rethink.css | 5 ++---
css/conditionals/fpps/image.css | 4 ++--
css/conditionals/insights/resources/image-resource.css | 4 ++--
css/conditionals/library/pane-bookmarklet.css | 4 ++--
css/style.css | 4 ++--
sass/conditionals/form-rethink.sass | 2 +-
sass/partials/base/03-extend/_gsb-revamp.sass | 4 ++--
14 files changed, 27 insertions(+), 28 deletions(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 6 months ago
WP-6848: change header sizes.
css/conditionals/insights/idea-story-detail.css | 4 ++--
css/conditionals/news/announcement-detail.css | 4 ++--
css/conditionals/news/school-story-detail.css | 4 ++--
css/style.css | 2 +-
sass/partials/base/03-extend/_gsb-revamp.sass | 4 ++--
sass/partials/design/_wysiwyg.sass | 2 +-
6 files changed, 10 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 6 months ago
WP-6686: reduce spacing between superhead and name.
css/style.css | 44 ++++++++++-----------
.../base/06-ui-patterns/_drupal-patterns.sass | 46 +++++++++++-----------
2 files changed, 46 insertions(+), 44 deletions(-)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 6 months ago
WP-7492: add missing padding.
css/conditionals/exec-ed/design-exec-ed.css | 1 +
sass/conditionals/exec-ed/design-exec-ed.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 5 months ago author: Meghan Plunkett, 6 months ago
WP-7531: remove styling for extra pane.
css/conditionals/exec-ed/design-exec-ed.css | 41 ---------------------------
sass/conditionals/exec-ed/design-exec-ed.sass | 29 -------------------
2 files changed, 70 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7534: change witl to use view not path.
gsb_theme.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7154: update fieldset styling.
css/conditionals/alumni/alumni-detail.css | 1 +
css/conditionals/faculty-research/faculty-detail.css | 1 +
css/conditionals/staff-detail.css | 1 +
css/style.css | 6 ------
gsb_theme.info | 1 +
sass/conditionals/staff-detail.sass | 3 +--
sass/partials/base/03-extend/_gsb-revamp.sass | 1 +
sass/partials/base/04-defaults/forms/_form-defaults.sass | 10 ----------
sass/partials/base/04-defaults/forms/_webforms.sass | 1 -
9 files changed, 6 insertions(+), 19 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-6950: update green rounded button style.
css/conditionals/alumni/alumni-reunion-finder.css | 4 ++--
css/conditionals/exec-ed/design-exec-ed.css | 4 ++--
css/conditionals/exec-ed/ee-program-finder.css | 4 ++--
css/conditionals/faculty-research/book-detail.css | 4 ++--
css/conditionals/faculty-research/case-detail.css | 4 ++--
css/conditionals/faculty-research/publication-detail.css | 4 ++--
css/conditionals/faculty-research/working-paper-detail.css | 4 ++--
css/conditionals/form-rethink.css | 5 ++---
css/conditionals/fpps/image.css | 4 ++--
css/conditionals/insights/resources/image-resource.css | 4 ++--
css/conditionals/library/pane-bookmarklet.css | 4 ++--
css/style.css | 4 ++--
sass/conditionals/form-rethink.sass | 2 +-
sass/partials/base/03-extend/_gsb-revamp.sass | 4 ++--
14 files changed, 27 insertions(+), 28 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-6848: change header sizes.
css/conditionals/insights/idea-story-detail.css | 4 ++--
css/conditionals/news/announcement-detail.css | 4 ++--
css/conditionals/news/school-story-detail.css | 4 ++--
css/style.css | 2 +-
sass/partials/base/03-extend/_gsb-revamp.sass | 4 ++--
sass/partials/design/_wysiwyg.sass | 2 +-
6 files changed, 10 insertions(+), 10 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-6686: reduce spacing between superhead and name.
css/style.css | 44 ++++++++++-----------
.../base/06-ui-patterns/_drupal-patterns.sass | 46 +++++++++++-----------
2 files changed, 46 insertions(+), 44 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7492: add missing padding.
css/conditionals/exec-ed/design-exec-ed.css | 1 +
sass/conditionals/exec-ed/design-exec-ed.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7531: remove styling for extra pane.
css/conditionals/exec-ed/design-exec-ed.css | 41 ---------------------------
sass/conditionals/exec-ed/design-exec-ed.sass | 29 -------------------
2 files changed, 70 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7529: fix the ctas.
css/conditionals/blocks/block-26.css | 9 +++------
css/conditionals/blocks/menu-footer-3.css | 6 ++++++
sass/conditionals/blocks/block-26.sass | 8 +++-----
sass/conditionals/blocks/menu-footer-3.sass | 4 ++++
4 files changed, 16 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7514: update the link styles and style text.
.../exec-ed/ee-programs-upcoming-programs.css | 27 +++++++++++++++++++++-
.../exec-ed/ee-programs-upcoming-programs.sass | 12 ++++++++--
2 files changed, 36 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7492: adjust name spacing.
css/conditionals/exec-ed/design-exec-ed.css | 6 +++++-
sass/conditionals/exec-ed/design-exec-ed.sass | 6 +++++-
2 files changed, 10 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7529: fix the ctas.
css/conditionals/blocks/block-26.css | 9 +++------
css/conditionals/blocks/menu-footer-3.css | 6 ++++++
sass/conditionals/blocks/block-26.sass | 8 +++-----
sass/conditionals/blocks/menu-footer-3.sass | 4 ++++
4 files changed, 16 insertions(+), 11 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7514: update the link styles and style text.
.../exec-ed/ee-programs-upcoming-programs.css | 27 +++++++++++++++++++++-
.../exec-ed/ee-programs-upcoming-programs.sass | 12 ++++++++--
2 files changed, 36 insertions(+), 3 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7492: adjust name spacing.
css/conditionals/exec-ed/design-exec-ed.css | 6 +++++-
sass/conditionals/exec-ed/design-exec-ed.sass | 6 +++++-
2 files changed, 10 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7522: do not show border on mobile.
css/conditionals/exec-ed/design-exec-ed.css | 6 ++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 2 ++
2 files changed, 8 insertions(+)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7503: adjust exec ed mega menu.
css/style.css | 2 +-
sass/partials/design/_design.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7493: add back the external icon.
css/conditionals/exec-ed/design-exec-ed.css | 18 ++++++++++++++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 4 ++++
2 files changed, 22 insertions(+)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7492: remove bottom margin from other name.
css/conditionals/exec-ed/design-exec-ed.css | 1 -
sass/conditionals/exec-ed/design-exec-ed.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7476: change the p styling in tables.
css/style.css | 6 ++++--
sass/partials/design/_wysiwyg.sass | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7460: adjust padding for top cta row on ee section homepage.
css/style.css | 3 +++
sass/partials/base/05-layouts/_layouts.sass | 3 +++
2 files changed, 6 insertions(+)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7473: add spacing, fix line-heights.
css/conditionals/exec-ed/ee-overview-detail.css | 5 +++++
css/style.css | 12 ++++++------
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 ++
sass/partials/base/04-defaults/_headers.sass | 12 ++++++------
4 files changed, 19 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7473: change the featured item style.
css/conditionals/exec-ed/ee-overview-detail.css | 7 +++++++
sass/conditionals/exec-ed/ee-overview-detail.sass | 11 +++++++++++
2 files changed, 18 insertions(+)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7472: hide image in featured item.
css/conditionals/exec-ed/ee-overview-detail.css | 3 +++
sass/conditionals/exec-ed/ee-overview-detail.sass | 5 ++++-
2 files changed, 7 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7521: update the section title link styling.
css/style.css | 3 ++-
sass/partials/design/_banner.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7521: update the section title link styling.
css/style.css | 3 ++-
sass/partials/design/_banner.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7522: do not show border on mobile.
css/conditionals/exec-ed/design-exec-ed.css | 6 ++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 2 ++
2 files changed, 8 insertions(+)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7419: use paths for section design sheets.
css/conditionals/fpps/cta.css | 42 +++++++++++-----------
css/conditionals/front.css | 37 +++++++++++++++++++
css/conditionals/insights/design-insights.css | 11 ------
css/style.css | 11 ++++++
gsb_theme.info | 31 ++++++++--------
sass/conditionals/fpps/cta.sass | 47 ++++++++++++-------------
sass/conditionals/front.sass | 24 +++++++++++++
sass/conditionals/insights/design-insights.sass | 11 ------
sass/partials/design/_design.sass | 11 ++++++
9 files changed, 141 insertions(+), 84 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7503: adjust exec ed mega menu.
css/style.css | 2 +-
sass/partials/design/_design.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7493: add back the external icon.
css/conditionals/exec-ed/design-exec-ed.css | 18 ++++++++++++++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 4 ++++
2 files changed, 22 insertions(+)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7492: remove bottom margin from other name.
css/conditionals/exec-ed/design-exec-ed.css | 1 -
sass/conditionals/exec-ed/design-exec-ed.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7476: change the p styling in tables.
css/style.css | 6 ++++--
sass/partials/design/_wysiwyg.sass | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7460: adjust padding for top cta row on ee section homepage.
css/style.css | 3 +++
sass/partials/base/05-layouts/_layouts.sass | 3 +++
2 files changed, 6 insertions(+)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7487: date picker button adjustment.
css/conditionals/exec-ed/ee-program-finder.css | 20 ++++++++++----------
sass/conditionals/exec-ed/ee-program-finder.sass | 14 +++++++-------
2 files changed, 17 insertions(+), 17 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7473: add spacing, fix line-heights.
css/conditionals/exec-ed/ee-overview-detail.css | 5 +++++
css/style.css | 12 ++++++------
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 ++
sass/partials/base/04-defaults/_headers.sass | 12 ++++++------
4 files changed, 19 insertions(+), 12 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7473: change the featured item style.
css/conditionals/exec-ed/ee-overview-detail.css | 7 +++++++
sass/conditionals/exec-ed/ee-overview-detail.sass | 11 +++++++++++
2 files changed, 18 insertions(+)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7417: fix pane title styling.
css/conditionals/exec-ed/ee-programs-upcoming-deadlines.css | 1 +
sass/conditionals/exec-ed/ee-programs-upcoming-deadlines.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7417: convert views to use individual css sheets.
css/conditionals/club-landing-list.css | 67 ------
css/conditionals/exec-ed/design-exec-ed.css | 246 +--------------------
.../exec-ed/ee-programs-upcoming-deadlines.css | 120 ++++++++++
.../exec-ed/ee-programs-upcoming-programs.css | 138 ++++++++++++
css/conditionals/phd-candidate-job-market-list.css | 59 ++++-
css/style.css | 58 ++++-
gsb_theme.info | 75 +++----
sass/conditionals/club-landing-list.sass | 43 ----
sass/conditionals/e-newsletter-list.sass | 2 -
sass/conditionals/exec-ed/design-exec-ed.sass | 186 ----------------
.../exec-ed/ee-programs-upcoming-deadlines.sass | 98 ++++++++
.../exec-ed/ee-programs-upcoming-programs.sass | 105 +++++++++
.../phd-candidate-job-market-list.sass | 40 ++++
.../phd-candidate-placements-list.sass | 1 -
sass/partials/design/_design.sass | 42 ++++
15 files changed, 693 insertions(+), 587 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7441: update the app finder dropdown.
css/conditionals/exec-ed/design-exec-ed.css | 5 +++--
sass/conditionals/exec-ed/design-exec-ed.sass | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7446: adjust the date range in mini finder.
css/conditionals/exec-ed/ee-program-finder.css | 21 +++++++++++----------
sass/conditionals/exec-ed/ee-program-finder.sass | 21 ++++++++++-----------
2 files changed, 21 insertions(+), 21 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7472: hide image in featured item.
css/conditionals/exec-ed/ee-overview-detail.css | 3 +++
sass/conditionals/exec-ed/ee-overview-detail.sass | 5 ++++-
2 files changed, 7 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7468: fix height scaling for image.
css/conditionals/exec-ed/ee-program-finder.css | 4 ++--
sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7487: adjust position of select button.
css/conditionals/exec-ed/ee-program-finder.css | 7 ++++++-
sass/conditionals/exec-ed/ee-program-finder.sass | 4 +++-
2 files changed, 9 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7417: fix pane title styling.
css/conditionals/exec-ed/ee-programs-upcoming-deadlines.css | 1 +
sass/conditionals/exec-ed/ee-programs-upcoming-deadlines.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7441: update the app finder dropdown.
css/conditionals/exec-ed/design-exec-ed.css | 5 +++--
sass/conditionals/exec-ed/design-exec-ed.sass | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7446: adjust the date range in mini finder.
css/conditionals/exec-ed/ee-program-finder.css | 21 +++++++++++----------
sass/conditionals/exec-ed/ee-program-finder.sass | 21 ++++++++++-----------
2 files changed, 21 insertions(+), 21 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7417: convert views to use individual css sheets.
css/conditionals/club-landing-list.css | 67 ------
css/conditionals/exec-ed/design-exec-ed.css | 246 +--------------------
.../exec-ed/ee-programs-upcoming-deadlines.css | 120 ++++++++++
.../exec-ed/ee-programs-upcoming-programs.css | 138 ++++++++++++
css/conditionals/phd-candidate-job-market-list.css | 59 ++++-
css/style.css | 58 ++++-
gsb_theme.info | 75 +++----
sass/conditionals/club-landing-list.sass | 43 ----
sass/conditionals/e-newsletter-list.sass | 2 -
sass/conditionals/exec-ed/design-exec-ed.sass | 186 ----------------
.../exec-ed/ee-programs-upcoming-deadlines.sass | 98 ++++++++
.../exec-ed/ee-programs-upcoming-programs.sass | 105 +++++++++
.../phd-candidate-job-market-list.sass | 40 ++++
.../phd-candidate-placements-list.sass | 1 -
sass/partials/design/_design.sass | 42 ++++
15 files changed, 693 insertions(+), 587 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7468: fix height scaling for image.
css/conditionals/exec-ed/ee-program-finder.css | 4 ++--
sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7487: adjust position of select button.
css/conditionals/exec-ed/ee-program-finder.css | 7 ++++++-
sass/conditionals/exec-ed/ee-program-finder.sass | 4 +++-
2 files changed, 9 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7490: hide the department name.
css/conditionals/exec-ed/design-exec-ed.css | 3 +++
sass/conditionals/exec-ed/design-exec-ed.sass | 4 ++++
2 files changed, 7 insertions(+)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7482: add container to fake cta.
css/conditionals/blocks/block-26.css | 1 +
css/conditionals/faculty-research/book-detail.css | 7 ++++---
sass/conditionals/blocks/block-26.sass | 1 +
sass/conditionals/faculty-research/book-detail.sass | 4 +++-
4 files changed, 9 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7481: add link fpp styling.
.../alumni/alumni-reunion-agenda-item-detail.css | 97 ++++++++++++++++++++++
.../alumni/alumni-reunion-agenda-item-detail.sass | 74 +++++++++++++++++
2 files changed, 171 insertions(+)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7480: fix related sidebar and red cta links on act detail page.
css/conditionals/alumni/alumni-act-detail.css | 71 +++++++++++++++++++++++--
css/conditionals/fpps/cta.css | 3 +-
sass/conditionals/alumni/alumni-act-detail.sass | 35 +++++++++++-
sass/conditionals/fpps/cta.sass | 3 +-
4 files changed, 103 insertions(+), 9 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7480: fix related sidebar and red cta links on act detail page.
css/conditionals/alumni/alumni-act-detail.css | 71 +++++++++++++++++++++++--
css/conditionals/fpps/cta.css | 3 +-
sass/conditionals/alumni/alumni-act-detail.sass | 35 +++++++++++-
sass/conditionals/fpps/cta.sass | 3 +-
4 files changed, 103 insertions(+), 9 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7481: add link fpp styling.
.../alumni/alumni-reunion-agenda-item-detail.css | 97 ++++++++++++++++++++++
.../alumni/alumni-reunion-agenda-item-detail.sass | 74 +++++++++++++++++
2 files changed, 171 insertions(+)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7482: add container to fake cta.
css/conditionals/blocks/block-26.css | 1 +
css/conditionals/faculty-research/book-detail.css | 7 ++++---
sass/conditionals/blocks/block-26.sass | 1 +
sass/conditionals/faculty-research/book-detail.sass | 4 +++-
4 files changed, 9 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7461: ad list bullets, fix spelling and link color.
css/conditionals/exec-ed/ee-overview-detail.css | 31 +++++++++++++++++++----
sass/conditionals/exec-ed/ee-overview-detail.sass | 20 ++++++++++++++-
2 files changed, 45 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7468: change how the mini finder image is handled.
css/conditionals/exec-ed/ee-program-finder.css | 6 +++++-
sass/conditionals/exec-ed/ee-program-finder.sass | 6 +++++-
2 files changed, 10 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7489: update the instance picker responsive implementation.
css/conditionals/exec-ed/design-exec-ed.css | 29 +++++++++++++++++++++++++--
sass/conditionals/exec-ed/design-exec-ed.sass | 23 +++++++++++++++++++--
2 files changed, 48 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7487: fix the position of the button.
css/conditionals/exec-ed/ee-program-finder.css | 4 ++--
sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7448: responsive for mini finder title changes.
css/conditionals/exec-ed/ee-program-finder.css | 15 ++++++++-------
sass/conditionals/exec-ed/ee-program-finder.sass | 22 ++++++++++++++--------
2 files changed, 22 insertions(+), 15 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7468: change how the mini finder image is handled.
css/conditionals/exec-ed/ee-program-finder.css | 6 +++++-
sass/conditionals/exec-ed/ee-program-finder.sass | 6 +++++-
2 files changed, 10 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7489: update the instance picker responsive implementation.
css/conditionals/exec-ed/design-exec-ed.css | 29 +++++++++++++++++++++++++--
sass/conditionals/exec-ed/design-exec-ed.sass | 23 +++++++++++++++++++--
2 files changed, 48 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7487: fix the position of the button.
css/conditionals/exec-ed/ee-program-finder.css | 4 ++--
sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7448: responsive for mini finder title changes.
css/conditionals/exec-ed/ee-program-finder.css | 15 ++++++++-------
sass/conditionals/exec-ed/ee-program-finder.sass | 22 ++++++++++++++--------
2 files changed, 22 insertions(+), 15 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7441: style the select help text.
css/conditionals/exec-ed/design-exec-ed.css | 7 +++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 8 ++++++++
2 files changed, 15 insertions(+)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7416: convert blocks to use individual style sheets.
css/conditionals/blocks/banner-alumni-nav.css | 20 +
css/conditionals/blocks/banner-breadcrumbs.css | 26 ++
css/conditionals/blocks/banner-insights-title.css | 15 +
css/conditionals/blocks/block-26.css | 116 ++++++
css/conditionals/blocks/block-31.css | 44 +++
css/conditionals/blocks/block-weather.css | 71 ++++
css/conditionals/blocks/follow-us.css | 65 ++--
css/conditionals/blocks/get-directions.css | 15 +-
css/conditionals/blocks/gpcb-banner-title.css | 38 ++
css/conditionals/blocks/gpcb-breadcrumbs.css | 26 ++
.../blocks/gpcb-conducting-research.css | 98 +++++
css/conditionals/blocks/gpcb-follow-us.css | 59 +++
css/conditionals/blocks/gpcb-insights-search.css | 136 +++++++
css/conditionals/blocks/gpcb-mobile-insights.css | 22 ++
.../blocks/insights-footer-bottom-menu.css | 24 ++
.../blocks/insights-gpcb-banner-title.css | 15 +
css/conditionals/blocks/insights-search.css | 136 +++++++
css/conditionals/blocks/insights-topics.css | 202 +++++++++++
css/conditionals/blocks/map-link.css | 39 ++
css/conditionals/blocks/map_link.css | 39 ++
css/conditionals/blocks/menu-alumni-footer.css | 25 ++
.../blocks/menu-alumni-utility-nav.css | 20 +
css/conditionals/blocks/menu-footer-3.css | 35 ++
css/conditionals/blocks/menu-section-27256.css | 202 +++++++++++
css/conditionals/blocks/mobile-insights.css | 21 ++
css/conditionals/blocks/weather-widget.css | 54 +++
.../insights/banner-insights-title.css | 15 +
css/conditionals/insights/design-insights.css | 198 ----------
css/conditionals/insights/menu-insights-topics.css | 203 -----------
css/style.css | 403 +++------------------
gsb_theme.info | 27 +-
sass/conditionals/block-weather.sass | 32 --
sass/conditionals/blocks/block-26.sass | 67 ++++
sass/conditionals/blocks/block-31.sass | 55 +++
sass/conditionals/blocks/conducting-research.sass | 35 --
sass/conditionals/blocks/follow-us.sass | 43 ---
sass/conditionals/blocks/get-directions.sass | 33 --
sass/conditionals/blocks/gpcb-banner-title.sass | 34 ++
sass/conditionals/blocks/gpcb-breadcrumbs.sass | 28 ++
.../blocks/gpcb-conducting-research.sass | 35 ++
sass/conditionals/blocks/gpcb-follow-us.sass | 50 +++
sass/conditionals/blocks/gpcb-insights-search.sass | 109 ++++++
sass/conditionals/blocks/gpcb-mobile-insights.sass | 26 ++
.../blocks/insights-footer-bottom-menu.sass | 27 ++
sass/conditionals/blocks/map-link.sass | 33 ++
sass/conditionals/blocks/menu-alumni-footer.sass | 30 ++
.../blocks/menu-alumni-utility-nav.sass | 24 ++
sass/conditionals/blocks/menu-footer-3.sass | 31 ++
sass/conditionals/blocks/menu-section-27256.sass | 98 +++++
sass/conditionals/blocks/weather-widget.sass | 31 ++
.../insights/banner-insights-title.sass | 18 +
sass/conditionals/insights/design-insights.sass | 144 --------
.../insights/menu-insights-topics.sass | 107 ------
sass/partials/design/_banner.sass | 36 --
sass/partials/design/_design.sass | 39 +-
sass/partials/design/_footer.sass | 217 +----------
template.php | 3 +-
templates/html.tpl.php | 7 -
58 files changed, 2357 insertions(+), 1444 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
Merge branch 'WP-7416' of github.com:gsb-public/gsb_theme into WP-7416
view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7416: convert blocks to use individual style sheets.
css/conditionals/blocks/banner-alumni-nav.css | 20 +
css/conditionals/blocks/banner-breadcrumbs.css | 26 ++
css/conditionals/blocks/banner-insights-title.css | 15 +
css/conditionals/blocks/block-26.css | 116 ++++++
css/conditionals/blocks/block-31.css | 44 +++
css/conditionals/blocks/block-weather.css | 71 ++++
css/conditionals/blocks/follow-us.css | 65 ++--
css/conditionals/blocks/get-directions.css | 15 +-
css/conditionals/blocks/gpcb-banner-title.css | 38 ++
css/conditionals/blocks/gpcb-breadcrumbs.css | 26 ++
.../blocks/gpcb-conducting-research.css | 98 +++++
css/conditionals/blocks/gpcb-follow-us.css | 59 +++
css/conditionals/blocks/gpcb-insights-search.css | 136 +++++++
css/conditionals/blocks/gpcb-mobile-insights.css | 22 ++
.../blocks/insights-footer-bottom-menu.css | 24 ++
.../blocks/insights-gpcb-banner-title.css | 15 +
css/conditionals/blocks/insights-search.css | 136 +++++++
css/conditionals/blocks/insights-topics.css | 202 +++++++++++
css/conditionals/blocks/map-link.css | 39 ++
css/conditionals/blocks/map_link.css | 39 ++
css/conditionals/blocks/menu-alumni-footer.css | 25 ++
.../blocks/menu-alumni-utility-nav.css | 20 +
css/conditionals/blocks/menu-footer-3.css | 35 ++
css/conditionals/blocks/menu-section-27256.css | 202 +++++++++++
css/conditionals/blocks/mobile-insights.css | 21 ++
css/conditionals/blocks/weather-widget.css | 54 +++
.../insights/banner-insights-title.css | 15 +
css/conditionals/insights/design-insights.css | 198 ----------
css/conditionals/insights/menu-insights-topics.css | 203 -----------
css/style.css | 403 +++------------------
gsb_theme.info | 27 +-
sass/conditionals/block-weather.sass | 32 --
sass/conditionals/blocks/block-26.sass | 67 ++++
sass/conditionals/blocks/block-31.sass | 55 +++
sass/conditionals/blocks/conducting-research.sass | 35 --
sass/conditionals/blocks/follow-us.sass | 43 ---
sass/conditionals/blocks/get-directions.sass | 33 --
sass/conditionals/blocks/gpcb-banner-title.sass | 34 ++
sass/conditionals/blocks/gpcb-breadcrumbs.sass | 28 ++
.../blocks/gpcb-conducting-research.sass | 35 ++
sass/conditionals/blocks/gpcb-follow-us.sass | 50 +++
sass/conditionals/blocks/gpcb-insights-search.sass | 109 ++++++
sass/conditionals/blocks/gpcb-mobile-insights.sass | 26 ++
.../blocks/insights-footer-bottom-menu.sass | 27 ++
sass/conditionals/blocks/map-link.sass | 33 ++
sass/conditionals/blocks/menu-alumni-footer.sass | 30 ++
.../blocks/menu-alumni-utility-nav.sass | 24 ++
sass/conditionals/blocks/menu-footer-3.sass | 31 ++
sass/conditionals/blocks/menu-section-27256.sass | 98 +++++
sass/conditionals/blocks/weather-widget.sass | 31 ++
.../insights/banner-insights-title.sass | 18 +
sass/conditionals/insights/design-insights.sass | 144 --------
.../insights/menu-insights-topics.sass | 107 ------
sass/partials/design/_banner.sass | 36 --
sass/partials/design/_design.sass | 39 +-
sass/partials/design/_footer.sass | 217 +----------
template.php | 3 +-
templates/html.tpl.php | 7 -
58 files changed, 2357 insertions(+), 1444 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer, 6 months ago
WP-7416 Added code to support block 'module' and 'delta'
template.php | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7416 Added code to support block 'module' and 'delta'
template.php | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7378: change style of the search submit.
css/conditionals/exec-ed/ee-program-finder.css | 35 ++++++------------------
sass/conditionals/exec-ed/ee-program-finder.sass | 23 ++++++----------
2 files changed, 16 insertions(+), 42 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7378: change style of the search submit.
css/conditionals/exec-ed/ee-program-finder.css | 35 ++++++------------------
sass/conditionals/exec-ed/ee-program-finder.sass | 23 ++++++----------
2 files changed, 16 insertions(+), 42 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7463: fix the width of black footer in seed.
css/conditionals/exec-ed/design-exec-ed.css | 6 ++++--
sass/conditionals/exec-ed/design-exec-ed.sass | 5 +++--
2 files changed, 7 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7453: change the email sign up styling.
css/style.css | 18 +++++-------------
sass/partials/design/_footer.sass | 20 +++++---------------
2 files changed, 10 insertions(+), 28 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7456: add padding top when other name is not linked.
css/conditionals/exec-ed/design-exec-ed.css | 1 +
sass/conditionals/exec-ed/design-exec-ed.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7463: fix the width of black footer in seed.
css/conditionals/exec-ed/design-exec-ed.css | 6 ++++--
sass/conditionals/exec-ed/design-exec-ed.sass | 5 +++--
2 files changed, 7 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7453: change the email sign up styling.
css/style.css | 18 +++++-------------
sass/partials/design/_footer.sass | 20 +++++---------------
2 files changed, 10 insertions(+), 28 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7456: add padding top when other name is not linked.
css/conditionals/exec-ed/design-exec-ed.css | 1 +
sass/conditionals/exec-ed/design-exec-ed.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7452: put location type and address on the same line.
css/conditionals/event/admission-event-view-mode-main-list.css | 3 +++
sass/conditionals/event/admission-event-view-mode-main-list.sass | 4 ++++
2 files changed, 7 insertions(+)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7390: change the z-index on the superhead.
css/conditionals/fpps/featured-program.css | 1 +
sass/conditionals/fpps/featured-program.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7447: make adjustments for the help text and date range.
css/conditionals/exec-ed/ee-program-finder.css | 22 +++++++++++++++++++++
sass/conditionals/exec-ed/ee-program-finder.sass | 25 +++++++++++++++++++++++-
2 files changed, 46 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7452: put location type and address on the same line.
css/conditionals/event/admission-event-view-mode-main-list.css | 3 +++
sass/conditionals/event/admission-event-view-mode-main-list.sass | 4 ++++
2 files changed, 7 insertions(+)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7390: change the z-index on the superhead.
css/conditionals/fpps/featured-program.css | 1 +
sass/conditionals/fpps/featured-program.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7447: make adjustments for the help text and date range.
css/conditionals/exec-ed/ee-program-finder.css | 22 +++++++++++++++++++++
sass/conditionals/exec-ed/ee-program-finder.sass | 25 +++++++++++++++++++++++-
2 files changed, 46 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7451: style who should attend pane.
css/conditionals/exec-ed/design-exec-ed.css | 41 +++++++++++++++++++++++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 29 +++++++++++++++++++
2 files changed, 70 insertions(+)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7407: style the time commitment on program finder.
css/conditionals/exec-ed/ee-program-finder.css | 8 +++++++-
sass/conditionals/exec-ed/ee-program-finder.sass | 9 +++++++--
2 files changed, 14 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7458: have the alum program and year display on new line.
css/conditionals/insights/related-to-idea-story.css | 3 +++
sass/conditionals/insights/related-to-idea-story.sass | 5 +++++
2 files changed, 8 insertions(+)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7407: style the time commitment on program finder.
css/conditionals/exec-ed/ee-program-finder.css | 8 +++++++-
sass/conditionals/exec-ed/ee-program-finder.sass | 9 +++++++--
2 files changed, 14 insertions(+), 3 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7458: have the alum program and year display on new line.
css/conditionals/insights/related-to-idea-story.css | 3 +++
sass/conditionals/insights/related-to-idea-story.sass | 5 +++++
2 files changed, 8 insertions(+)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7454: update styling after the ee mega menu changes.
css/style.css | 6 +++---
sass/partials/design/_design.sass | 2 +-
sass/partials/design/_footer.sass | 2 +-
sass/partials/design/_menu-exec-ed.sass | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7444: remove the bottom border from slideshow.
css/conditionals/fpps/slideshow.css | 4 ----
sass/conditionals/fpps/slideshow.sass | 2 +-
2 files changed, 1 insertion(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7355: adjust accordion styling.
css/conditionals/fpps/accordion.css | 9 +++------
css/style.css | 10 ++++++----
sass/conditionals/fpps/accordion.sass | 12 +++++++-----
sass/partials/design/_design.sass | 15 ++++++++++-----
4 files changed, 26 insertions(+), 20 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7378: adjust styling after tray breakpoint change.
css/conditionals/exec-ed/ee-program-finder.css | 10 ++++++----
sass/conditionals/exec-ed/ee-program-finder.sass | 4 +++-
2 files changed, 9 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7432: style the instance text.
css/conditionals/exec-ed/design-exec-ed.css | 3 ++-
sass/conditionals/exec-ed/design-exec-ed.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7409: make responsive adjustments to ee landing.
css/conditionals/exec-ed/ee-program-finder.css | 16 +++++++++++++++-
css/style.css | 24 ++++++++++++++++++------
sass/conditionals/exec-ed/ee-program-finder.sass | 10 +++++++++-
sass/partials/base/05-layouts/_layouts.sass | 14 ++++++++------
4 files changed, 50 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7408: adjust spacing on ee landing page.
css/conditionals/exec-ed/ee-program-finder.css | 2 +-
css/style.css | 3 +++
sass/conditionals/exec-ed/ee-program-finder.sass | 2 +-
sass/partials/base/05-layouts/_layouts.sass | 2 ++
4 files changed, 7 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7444: remove the bottom border from slideshow.
css/conditionals/fpps/slideshow.css | 4 ----
sass/conditionals/fpps/slideshow.sass | 2 +-
2 files changed, 1 insertion(+), 5 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7355: adjust accordion styling.
css/conditionals/fpps/accordion.css | 9 +++------
css/style.css | 10 ++++++----
sass/conditionals/fpps/accordion.sass | 12 +++++++-----
sass/partials/design/_design.sass | 15 ++++++++++-----
4 files changed, 26 insertions(+), 20 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7378: adjust styling after tray breakpoint change.
css/conditionals/exec-ed/ee-program-finder.css | 10 ++++++----
sass/conditionals/exec-ed/ee-program-finder.sass | 4 +++-
2 files changed, 9 insertions(+), 5 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7432: style the instance text.
css/conditionals/exec-ed/design-exec-ed.css | 3 ++-
sass/conditionals/exec-ed/design-exec-ed.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7409: make responsive adjustments to ee landing.
css/conditionals/exec-ed/ee-program-finder.css | 16 +++++++++++++++-
css/style.css | 24 ++++++++++++++++++------
sass/conditionals/exec-ed/ee-program-finder.sass | 10 +++++++++-
sass/partials/base/05-layouts/_layouts.sass | 14 ++++++++------
4 files changed, 50 insertions(+), 14 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7408: adjust spacing on ee landing page.
css/conditionals/exec-ed/ee-program-finder.css | 2 +-
css/style.css | 3 +++
sass/conditionals/exec-ed/ee-program-finder.sass | 2 +-
sass/partials/base/05-layouts/_layouts.sass | 2 ++
4 files changed, 7 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7405: add link hover color.
css/conditionals/exec-ed/design-exec-ed.css | 3 +++
css/conditionals/exec-ed/ee-overview-detail.css | 9 +++++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 2 ++
sass/conditionals/exec-ed/ee-overview-detail.sass | 7 ++++++-
4 files changed, 20 insertions(+), 1 deletion(-)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7418 Changing gsb_styles for block to use the block's delta value.
template.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7418 Changing gsb_styles for block to use the block's delta value.
gsb_theme.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7418 Added css/conditionals/fpps/cta.css for the exec-ed footer block
gsb_theme.info | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7418 Added css/conditionals/fpps/cta.css for the exec-ed/* path
gsb_theme.info | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Greg Mercer (GBear), 6 months ago
Adding .cta-red-gradient a:hover to have color: white
css/conditionals/fpps/cta.css | 1 +
sass/conditionals/fpps/cta.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7418: make sure custom ctas still have styling.
gsb_theme.info | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7418: change the fpps to use individual css sheets.
css/conditionals/blocks/conducting-research.css | 98 +
css/conditionals/blocks/follow-us.css | 50 +
css/conditionals/blocks/get-directions.css | 30 +
css/conditionals/fpps/accordion.css | 30 +
css/conditionals/fpps/cta-homepage.css | 87 +
css/conditionals/fpps/cta-image-homepage.css | 87 +
css/conditionals/fpps/cta-image.css | 94 +
css/conditionals/fpps/cta.css | 303 +
css/conditionals/fpps/diptych.css | 330 +
css/conditionals/fpps/existing-node-list.css | 72 +
css/conditionals/fpps/existing-node.css | 699 ++
css/conditionals/fpps/featured-content.css | 268 +
css/conditionals/fpps/featured-insight-card.css | 124 +
css/conditionals/fpps/featured-program.css | 121 +
css/conditionals/fpps/files.css | 83 +
css/conditionals/fpps/fpp-story-lists-by-title.css | 57 +
css/conditionals/fpps/fpp-topic-teaser.css | 82 +
css/conditionals/fpps/homepage-cta.css | 149 +
css/conditionals/fpps/house-ads.css | 82 +
css/conditionals/fpps/image-cta.css | 523 +
css/conditionals/fpps/image.css | 77 +
css/conditionals/fpps/insights-quote.css | 81 +
css/conditionals/fpps/links.css | 218 +
css/conditionals/fpps/people.css | 237 +
css/conditionals/fpps/quote.css | 83 +
css/conditionals/fpps/quotes.css | 93 +
css/conditionals/fpps/slideshow.css | 54 +
css/conditionals/fpps/social-feed.css | 102 +
css/conditionals/fpps/spotlight.css | 80 +
css/conditionals/fpps/story-list-by-title.css | 57 +
css/conditionals/fpps/story-lists-by-title.css | 57 +
css/conditionals/fpps/text.css | 80 +
css/conditionals/fpps/topic-teaser.css | 82 +
css/conditionals/fpps/video.css | 287 +
css/conditionals/fpps/videos.css | 258 +
css/style.css | 11590 +++++++------------
gsb_theme.info | 37 +-
sass/conditionals/blocks/conducting-research.sass | 35 +
sass/conditionals/blocks/follow-us.sass | 43 +
sass/conditionals/blocks/get-directions.sass | 33 +
sass/conditionals/fpps/accordion.sass | 27 +
sass/conditionals/fpps/cta.sass | 184 +
sass/conditionals/fpps/diptych.sass | 207 +
sass/conditionals/fpps/existing-node-list.sass | 54 +
sass/conditionals/fpps/existing-node.sass | 426 +
sass/conditionals/fpps/featured-content.sass | 192 +
sass/conditionals/fpps/featured-insight-card.sass | 89 +
sass/conditionals/fpps/featured-program.sass | 76 +
sass/conditionals/fpps/files.sass | 70 +
sass/conditionals/fpps/homepage-cta.sass | 88 +
sass/conditionals/fpps/house-ads.sass | 49 +
sass/conditionals/fpps/image-cta.sass | 414 +
sass/conditionals/fpps/image.sass | 47 +
sass/conditionals/fpps/insights-quote.sass | 63 +
sass/conditionals/fpps/links.sass | 164 +
sass/conditionals/fpps/people.sass | 220 +
sass/conditionals/fpps/quotes.sass | 77 +
sass/conditionals/fpps/slideshow.sass | 63 +
sass/conditionals/fpps/social-feed.sass | 85 +
sass/conditionals/fpps/spotlight.sass | 76 +
sass/conditionals/fpps/story-list-by-title.sass | 38 +
sass/conditionals/fpps/text.sass | 63 +
sass/conditionals/fpps/topic-teaser.sass | 54 +
sass/conditionals/fpps/video.sass | 164 +
sass/conditionals/fpps/videos.sass | 161 +
.../insights/featured-insight-card.sass | 89 -
.../insights/fpp-story-lists-by-title.sass | 38 -
sass/conditionals/insights/fpp-topic-teaser.sass | 54 -
sass/partials/design/_accordion.sass | 96 -
sass/partials/design/_all.sass | 25 +-
sass/partials/design/_cta-custom.sass | 88 -
sass/partials/design/_cta-image.sass | 405 -
sass/partials/design/_cta.sass | 175 -
sass/partials/design/_design.sass | 534 +
sass/partials/design/_diptych.sass | 198 -
sass/partials/design/_existing-node.sass | 423 -
sass/partials/design/_fpp-cta-image-homepage.sass | 79 -
sass/partials/design/_fpp-existing-node-list.sass | 45 -
sass/partials/design/_fpp-featured-content.sass | 183 -
sass/partials/design/_fpp-featured-program.sass | 67 -
sass/partials/design/_fpp-files.sass | 61 -
sass/partials/design/_fpp-links.sass | 155 -
sass/partials/design/_fpp-people.sass | 212 -
sass/partials/design/_fpp-quote.sass | 124 -
sass/partials/design/_fpp-social-media.sass | 95 -
sass/partials/design/_fpp-spotlight.sass | 59 -
sass/partials/design/_fpp-text.sass | 55 -
sass/partials/design/_house-ads.sass | 42 -
sass/partials/design/_slideshow.sass | 356 -
sass/partials/design/_video.sass | 290 -
sass/partials/design/_wysiwyg.sass | 39 -
91 files changed, 12935 insertions(+), 11156 deletions(-)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7438 Changed breakpoint from 568px to 920px
js/custom.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7414: update phd ct machine name.
gsb_theme.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 7 months ago
WP-7335: start on the filter changes.
css/conditionals/exec-ed/ee-program-finder.css | 16 +++++++++++-----
css/style.css | 3 +++
sass/conditionals/exec-ed/ee-program-finder.sass | 12 +++++++++---
sass/partials/base/05-layouts/_layouts.sass | 2 ++
4 files changed, 25 insertions(+), 8 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7414: update phd ct machine name.
gsb_theme.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7393: make the buttons on program finder green again.
css/conditionals/exec-ed/ee-program-finder.css | 39 +++++++++++------------
css/style.css | 40 +++++++++++-------------
sass/conditionals/exec-ed/ee-program-finder.sass | 6 ++--
sass/partials/design/_search-filters.sass | 3 +-
4 files changed, 43 insertions(+), 45 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7418: make sure custom ctas still have styling.
gsb_theme.info | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7418: change the fpps to use individual css sheets.
css/conditionals/blocks/conducting-research.css | 98 +
css/conditionals/blocks/follow-us.css | 50 +
css/conditionals/blocks/get-directions.css | 30 +
css/conditionals/fpps/accordion.css | 30 +
css/conditionals/fpps/cta-homepage.css | 87 +
css/conditionals/fpps/cta-image-homepage.css | 87 +
css/conditionals/fpps/cta-image.css | 94 +
css/conditionals/fpps/cta.css | 303 +
css/conditionals/fpps/diptych.css | 330 +
css/conditionals/fpps/existing-node-list.css | 72 +
css/conditionals/fpps/existing-node.css | 699 ++
css/conditionals/fpps/featured-content.css | 268 +
css/conditionals/fpps/featured-insight-card.css | 124 +
css/conditionals/fpps/featured-program.css | 121 +
css/conditionals/fpps/files.css | 83 +
css/conditionals/fpps/fpp-story-lists-by-title.css | 57 +
css/conditionals/fpps/fpp-topic-teaser.css | 82 +
css/conditionals/fpps/homepage-cta.css | 149 +
css/conditionals/fpps/house-ads.css | 82 +
css/conditionals/fpps/image-cta.css | 523 +
css/conditionals/fpps/image.css | 77 +
css/conditionals/fpps/insights-quote.css | 81 +
css/conditionals/fpps/links.css | 218 +
css/conditionals/fpps/people.css | 237 +
css/conditionals/fpps/quote.css | 83 +
css/conditionals/fpps/quotes.css | 93 +
css/conditionals/fpps/slideshow.css | 54 +
css/conditionals/fpps/social-feed.css | 102 +
css/conditionals/fpps/spotlight.css | 80 +
css/conditionals/fpps/story-list-by-title.css | 57 +
css/conditionals/fpps/story-lists-by-title.css | 57 +
css/conditionals/fpps/text.css | 80 +
css/conditionals/fpps/topic-teaser.css | 82 +
css/conditionals/fpps/video.css | 287 +
css/conditionals/fpps/videos.css | 258 +
css/style.css | 11590 +++++++------------
gsb_theme.info | 37 +-
sass/conditionals/blocks/conducting-research.sass | 35 +
sass/conditionals/blocks/follow-us.sass | 43 +
sass/conditionals/blocks/get-directions.sass | 33 +
sass/conditionals/fpps/accordion.sass | 27 +
sass/conditionals/fpps/cta.sass | 184 +
sass/conditionals/fpps/diptych.sass | 207 +
sass/conditionals/fpps/existing-node-list.sass | 54 +
sass/conditionals/fpps/existing-node.sass | 426 +
sass/conditionals/fpps/featured-content.sass | 192 +
sass/conditionals/fpps/featured-insight-card.sass | 89 +
sass/conditionals/fpps/featured-program.sass | 76 +
sass/conditionals/fpps/files.sass | 70 +
sass/conditionals/fpps/homepage-cta.sass | 88 +
sass/conditionals/fpps/house-ads.sass | 49 +
sass/conditionals/fpps/image-cta.sass | 414 +
sass/conditionals/fpps/image.sass | 47 +
sass/conditionals/fpps/insights-quote.sass | 63 +
sass/conditionals/fpps/links.sass | 164 +
sass/conditionals/fpps/people.sass | 220 +
sass/conditionals/fpps/quotes.sass | 77 +
sass/conditionals/fpps/slideshow.sass | 63 +
sass/conditionals/fpps/social-feed.sass | 85 +
sass/conditionals/fpps/spotlight.sass | 76 +
sass/conditionals/fpps/story-list-by-title.sass | 38 +
sass/conditionals/fpps/text.sass | 63 +
sass/conditionals/fpps/topic-teaser.sass | 54 +
sass/conditionals/fpps/video.sass | 164 +
sass/conditionals/fpps/videos.sass | 161 +
.../insights/featured-insight-card.sass | 89 -
.../insights/fpp-story-lists-by-title.sass | 38 -
sass/conditionals/insights/fpp-topic-teaser.sass | 54 -
sass/partials/design/_accordion.sass | 96 -
sass/partials/design/_all.sass | 25 +-
sass/partials/design/_cta-custom.sass | 88 -
sass/partials/design/_cta-image.sass | 405 -
sass/partials/design/_cta.sass | 175 -
sass/partials/design/_design.sass | 534 +
sass/partials/design/_diptych.sass | 198 -
sass/partials/design/_existing-node.sass | 423 -
sass/partials/design/_fpp-cta-image-homepage.sass | 79 -
sass/partials/design/_fpp-existing-node-list.sass | 45 -
sass/partials/design/_fpp-featured-content.sass | 183 -
sass/partials/design/_fpp-featured-program.sass | 67 -
sass/partials/design/_fpp-files.sass | 61 -
sass/partials/design/_fpp-links.sass | 155 -
sass/partials/design/_fpp-people.sass | 212 -
sass/partials/design/_fpp-quote.sass | 124 -
sass/partials/design/_fpp-social-media.sass | 95 -
sass/partials/design/_fpp-spotlight.sass | 59 -
sass/partials/design/_fpp-text.sass | 55 -
sass/partials/design/_house-ads.sass | 42 -
sass/partials/design/_slideshow.sass | 356 -
sass/partials/design/_video.sass | 290 -
sass/partials/design/_wysiwyg.sass | 39 -
91 files changed, 12935 insertions(+), 11156 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7414: only load content type css on content types.
css/conditionals/alumni/alumni-book-listing.css | 0
gsb_theme.info | 84 ++++++++++++++++++-----
sass/conditionals/alumni/alumni-book-listing.sass | 8 ---
3 files changed, 65 insertions(+), 27 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7393: change the button color.
css/conditionals/exec-ed/design-exec-ed.css | 4 +--
css/conditionals/exec-ed/ee-program-finder.css | 39 ++++++++++++--------
css/style.css | 46 ++++++++++++++----------
sass/conditionals/exec-ed/ee-program-finder.sass | 6 ++--
sass/partials/base/03-extend/_gsb-revamp.sass | 4 ++-
sass/partials/design/_search-filters.sass | 3 +-
6 files changed, 60 insertions(+), 42 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7378: update filter styling.
css/conditionals/exec-ed/ee-program-finder.css | 31 ++++++++++++++++++++----
sass/conditionals/exec-ed/ee-program-finder.sass | 21 ++++++++++++----
2 files changed, 42 insertions(+), 10 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7414: only load content type css on content types.
css/conditionals/alumni/alumni-book-listing.css | 0
gsb_theme.info | 84 ++++++++++++++++++-----
sass/conditionals/alumni/alumni-book-listing.sass | 8 ---
3 files changed, 65 insertions(+), 27 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7393: change the button color.
css/conditionals/exec-ed/design-exec-ed.css | 4 +--
css/conditionals/exec-ed/ee-program-finder.css | 39 ++++++++++++--------
css/style.css | 46 ++++++++++++++----------
sass/conditionals/exec-ed/ee-program-finder.sass | 6 ++--
sass/partials/base/03-extend/_gsb-revamp.sass | 4 ++-
sass/partials/design/_search-filters.sass | 3 +-
6 files changed, 60 insertions(+), 42 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7378: update filter styling.
css/conditionals/exec-ed/ee-program-finder.css | 31 ++++++++++++++++++++----
sass/conditionals/exec-ed/ee-program-finder.sass | 21 ++++++++++++----
2 files changed, 42 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7404: remove demi styling.
css/conditionals/exec-ed/ee-overview-detail.css | 1 -
sass/conditionals/exec-ed/ee-overview-detail.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7403 Added code to remove images when displaying field_person_fac_single_ref is set
template.php | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 7 months ago
WP-7335: start on the filter changes.
css/conditionals/exec-ed/ee-program-finder.css | 16 +++++++++++-----
css/style.css | 3 +++
sass/conditionals/exec-ed/ee-program-finder.sass | 12 +++++++++---
sass/partials/base/05-layouts/_layouts.sass | 2 ++
4 files changed, 25 insertions(+), 8 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7404: remove demi styling.
css/conditionals/exec-ed/ee-overview-detail.css | 1 -
sass/conditionals/exec-ed/ee-overview-detail.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: GitHub, 6 months ago author: Greg Mercer, 6 months ago
WP-7387 New code to dynamically add css stylesheets based on the GSB Styles settings in gsb_theme.info
template.php | 137 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 136 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7396: change margin on deadline.
css/conditionals/exec-ed/ee-overview-detail.css | 2 +-
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7394: adjust the image in spotlight.
css/style.css | 48 ++++++++--------------
.../base/06-ui-patterns/_drupal-patterns.sass | 5 ++-
2 files changed, 20 insertions(+), 33 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7396: change margin on deadline.
css/conditionals/exec-ed/ee-overview-detail.css | 2 +-
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7394: adjust the image in spotlight.
css/style.css | 48 ++++++++--------------
.../base/06-ui-patterns/_drupal-patterns.sass | 5 ++-
2 files changed, 20 insertions(+), 33 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7374: adjust vertical alignment of hero image.
css/conditionals/exec-ed/design-exec-ed.css | 1 +
sass/conditionals/exec-ed/design-exec-ed.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 7 months ago
WP-7352: add margin bottom to payment cancellation link.
css/conditionals/exec-ed/ee-overview-detail.css | 3 +++
sass/conditionals/exec-ed/ee-overview-detail.sass | 13 ++++++++-----
2 files changed, 11 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7392: remove picture icons for featured content fpp.
css/style.css | 3 +++
sass/partials/design/_fpp-featured-content.sass | 13 +++++++++++++
2 files changed, 16 insertions(+)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7379: change faculty spacing on program ppp.
css/conditionals/exec-ed/design-exec-ed.css | 8 ++++----
sass/conditionals/exec-ed/design-exec-ed.sass | 10 +++++-----
2 files changed, 9 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7385: change the styling on days available to pick.
css/conditionals/exec-ed/ee-program-finder.css | 8 ++++++++
sass/conditionals/exec-ed/ee-program-finder.sass | 9 ++++++++-
2 files changed, 16 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7378: changes to filter link and styling.
css/conditionals/exec-ed/ee-program-finder.css | 29 ++++++++++++++++++++----
sass/conditionals/exec-ed/ee-program-finder.sass | 26 +++++++++++++++++----
2 files changed, 47 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 6 months ago
WP-7377: change the link color.
css/conditionals/exec-ed/ee-overview-detail.css | 6 ++++++
sass/conditionals/exec-ed/ee-overview-detail.sass | 13 +++++++++----
2 files changed, 15 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7374: adjust vertical alignment of hero image.
css/conditionals/exec-ed/design-exec-ed.css | 1 +
sass/conditionals/exec-ed/design-exec-ed.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 7 months ago
WP-7369: adjust footnote text styling.
css/style.css | 12 ++++++------
sass/partials/design/_design.sass | 12 +++++++++---
sass/partials/design/_wysiwyg.sass | 5 -----
3 files changed, 15 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Ayuta Padhi, 6 months ago
WP-7356 Fix for dates on program finder tray
js/custom.js | 42 ++++++++++++++++++++++++++----------------
1 file changed, 26 insertions(+), 16 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 7 months ago
WP-7376: adjust styling for the staff department.
css/conditionals/exec-ed/design-exec-ed.css | 9 +++++++--
css/conditionals/exec-ed/ee-overview-detail.css | 3 +++
sass/conditionals/exec-ed/design-exec-ed.sass | 5 +++++
sass/conditionals/exec-ed/ee-overview-detail.sass | 22 +++++++++++++---------
4 files changed, 28 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 7 months ago
WP-7375: adjust position of arrows on hero slideshow.
css/style.css | 2 +-
sass/partials/design/_slideshow.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 7 months ago
WP-7373: remove padding on content wrapper.
css/style.css | 3 ---
sass/partials/base/05-layouts/_layouts.sass | 3 ---
2 files changed, 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 7 months ago
WP-7354: remove margin bottom from list items in program finder.
css/conditionals/exec-ed/ee-program-finder.css | 2 +-
sass/conditionals/exec-ed/ee-program-finder.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 7 months ago
WP-7351: adjust email contact page.
css/style.css | 4 ++++
sass/partials/design/_design.sass | 4 ++++
2 files changed, 8 insertions(+)

view commit - committer: Greg Mercer (GBear), 6 months ago author: Meghan Plunkett, 7 months ago
WP-7350: adjust compared page.
css/conditionals/exec-ed/design-exec-ed.css | 35 +++++++++++++++------------
sass/conditionals/exec-ed/design-exec-ed.sass | 35 +++++++++++++++------------
2 files changed, 38 insertions(+), 32 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7379: change faculty spacing on program ppp.
css/conditionals/exec-ed/design-exec-ed.css | 8 ++++----
sass/conditionals/exec-ed/design-exec-ed.sass | 10 +++++-----
2 files changed, 9 insertions(+), 9 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7392: remove picture icons for featured content fpp.
css/style.css | 3 +++
sass/partials/design/_fpp-featured-content.sass | 13 +++++++++++++
2 files changed, 16 insertions(+)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7385: change the styling on days available to pick.
css/conditionals/exec-ed/ee-program-finder.css | 8 ++++++++
sass/conditionals/exec-ed/ee-program-finder.sass | 9 ++++++++-
2 files changed, 16 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7378: changes to filter link and styling.
css/conditionals/exec-ed/ee-program-finder.css | 29 ++++++++++++++++++++----
sass/conditionals/exec-ed/ee-program-finder.sass | 26 +++++++++++++++++----
2 files changed, 47 insertions(+), 8 deletions(-)

view commit - committer: Meghan Plunkett, 6 months ago author: Meghan Plunkett, 6 months ago
WP-7377: change the link color.
css/conditionals/exec-ed/ee-overview-detail.css | 6 ++++++
sass/conditionals/exec-ed/ee-overview-detail.sass | 13 +++++++++----
2 files changed, 15 insertions(+), 4 deletions(-)

view commit - committer: Ayuta Padhi, 6 months ago author: Ayuta Padhi, 6 months ago
WP-7356 Fix for dates on program finder tray
js/custom.js | 42 ++++++++++++++++++++++++++----------------
1 file changed, 26 insertions(+), 16 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7376: adjust styling for the staff department.
css/conditionals/exec-ed/design-exec-ed.css | 6 ++++++
css/conditionals/exec-ed/ee-overview-detail.css | 3 +++
sass/conditionals/exec-ed/design-exec-ed.sass | 6 ++++++
sass/conditionals/exec-ed/ee-overview-detail.sass | 22 +++++++++++++---------
4 files changed, 28 insertions(+), 9 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7375: adjust position of arrows on hero slideshow.
css/style.css | 2 +-
sass/partials/design/_slideshow.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7373: remove padding on content wrapper.
css/style.css | 3 ---
sass/partials/base/05-layouts/_layouts.sass | 3 ---
2 files changed, 6 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7354: remove margin bottom from list items in program finder.
css/conditionals/exec-ed/ee-program-finder.css | 2 +-
sass/conditionals/exec-ed/ee-program-finder.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7351: adjust email contact page.
css/style.css | 4 ++++
sass/partials/design/_design.sass | 4 ++++
2 files changed, 8 insertions(+)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7350: adjust compared page.
css/conditionals/exec-ed/design-exec-ed.css | 35 +++++++++++++++------------
sass/conditionals/exec-ed/design-exec-ed.sass | 35 +++++++++++++++------------
2 files changed, 38 insertions(+), 32 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7349: adjust show more show less styling.
css/conditionals/exec-ed/ee-overview-detail.css | 4 ++--
css/conditionals/faculty-research/faculty-detail.css | 2 +-
css/style.css | 5 ++++-
sass/conditionals/exec-ed/ee-overview-detail.sass | 4 ++--
sass/conditionals/faculty-research/faculty-detail.sass | 2 +-
sass/partials/design/_design.sass | 3 ++-
6 files changed, 12 insertions(+), 8 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7352: add margin bottom to payment cancellation link.
css/conditionals/exec-ed/ee-overview-detail.css | 3 +++
sass/conditionals/exec-ed/ee-overview-detail.sass | 13 ++++++++-----
2 files changed, 11 insertions(+), 5 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7369: adjust footnote text styling.
css/style.css | 12 ++++++------
sass/partials/design/_design.sass | 12 +++++++++---
sass/partials/design/_wysiwyg.sass | 5 -----
3 files changed, 15 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7361: adjust fac director other name not linked styling.
css/conditionals/exec-ed/design-exec-ed.css | 6 ++++--
sass/conditionals/exec-ed/design-exec-ed.sass | 7 ++++---
2 files changed, 8 insertions(+), 5 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7361: adjust fac director other name not linked styling.
css/conditionals/exec-ed/design-exec-ed.css | 6 ++++--
sass/conditionals/exec-ed/design-exec-ed.sass | 7 ++++---
2 files changed, 8 insertions(+), 5 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7362: style the clear all button.
css/style.css | 32 ++++++++++++++++++++-----------
sass/partials/design/_search-filters.sass | 5 +++--
2 files changed, 24 insertions(+), 13 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7338: adjust third fac director on overview.
css/conditionals/exec-ed/ee-overview-detail.css | 7 ++++++-
sass/conditionals/exec-ed/ee-overview-detail.sass | 4 +++-
2 files changed, 9 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7339: fix hover state of faculty other.
css/conditionals/exec-ed/design-exec-ed.css | 22 ++++++++++++++--------
sass/conditionals/exec-ed/design-exec-ed.sass | 16 ++++++++++++----
2 files changed, 26 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7320: adjust height for hero slideshow.
css/style.css | 1 +
sass/partials/design/_slideshow.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7325: hide linked items for print page.
css/conditionals/exec-ed/design-exec-ed.css | 34 +++++++++++++++++++++---
sass/conditionals/exec-ed/design-exec-ed.sass | 38 ++++++++++++++++++---------
2 files changed, 57 insertions(+), 15 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7325: update print styles.
css/conditionals/exec-ed/design-exec-ed.css | 21 ++++++++++++++++-----
css/style.css | 4 ++++
sass/conditionals/exec-ed/design-exec-ed.sass | 10 ++++++----
sass/partials/base/07-media/_print.sass | 5 ++++-
4 files changed, 30 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7107: update search placeholder text.
css/style.css | 1 +
sass/partials/design/_search-filters.sass | 1 +
template.php | 36 +++++++++++++++----------------
3 files changed, 20 insertions(+), 18 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7107: apply theming changes for act project listing.
css/style.css | 153 +++++++++++++++++-------------
sass/partials/design/_search-filters.sass | 21 ++--
template.php | 47 +++++----
3 files changed, 123 insertions(+), 98 deletions(-)

view commit - committer: GitHub, 7 months ago author: Greg Mercer, 7 months ago
WP-7342 Added 'clear all' button and fixed an issue where removing pills was not updating the checkboxes in the tray correctly
js/custom.js | 55 +++++++++++++++++++++++++++++++++++++++++++++++--------
1 file changed, 47 insertions(+), 8 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7338: adjust third fac director on overview.
css/conditionals/exec-ed/ee-overview-detail.css | 7 ++++++-
sass/conditionals/exec-ed/ee-overview-detail.sass | 4 +++-
2 files changed, 9 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7339: fix hover state of faculty other.
css/conditionals/exec-ed/design-exec-ed.css | 22 ++++++++++++++--------
sass/conditionals/exec-ed/design-exec-ed.sass | 16 ++++++++++++----
2 files changed, 26 insertions(+), 12 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7320: adjust height for hero slideshow.
css/style.css | 1 +
sass/partials/design/_slideshow.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7325: hide linked items for print page.
css/conditionals/exec-ed/design-exec-ed.css | 34 +++++++++++++++++++++---
sass/conditionals/exec-ed/design-exec-ed.sass | 38 ++++++++++++++++++---------
2 files changed, 57 insertions(+), 15 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7107: update search placeholder text.
css/style.css | 1 +
sass/partials/design/_search-filters.sass | 1 +
template.php | 36 +++++++++++++++----------------
3 files changed, 20 insertions(+), 18 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7107: apply theming changes for act project listing.
css/style.css | 153 +++++++++++++++++-------------
sass/partials/design/_search-filters.sass | 21 ++--
template.php | 47 +++++----
3 files changed, 123 insertions(+), 98 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7325: update print styles.
css/conditionals/exec-ed/design-exec-ed.css | 21 ++++++++++++++++-----
css/style.css | 4 ++++
sass/conditionals/exec-ed/design-exec-ed.sass | 10 ++++++----
sass/partials/base/07-media/_print.sass | 5 ++++-
4 files changed, 30 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Ayuta Padhi, 7 months ago
WP-7249 Fix for date range
js/custom.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago
WP-7249 Fix for date range
js/custom.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Ayuta Padhi, 7 months ago
WP-7249 fix for responsive chrome is not retaining date selected
js/custom.js | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Ayuta Padhi, 7 months ago
WP-7249 fix for responsive chrome is not retaining date selected
js/custom.js | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)

view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago
WP-7249 fix for responsive chrome is not retaining date selected
js/custom.js | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago
WP-7249 fix for responsive chrome is not retaining date selected
js/custom.js | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7340: theme the back link and save button.
css/conditionals/exec-ed/design-exec-ed.css | 103 ++++++++++++++++++++++++--
sass/conditionals/exec-ed/design-exec-ed.sass | 34 ++++++++-
2 files changed, 130 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Ayuta Padhi, 7 months ago
WP-7249 fix for chrome not retaining date selected
js/custom.js | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago
WP-7249 fix for chrome not retaining date selected
js/custom.js | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7329: theme the program compare collapse and expand.
css/conditionals/exec-ed/design-exec-ed.css | 65 +++++++++++++++++--
css/style.css | 72 +++++++++++++++++-----
sass/conditionals/exec-ed/design-exec-ed.sass | 35 +++++++++--
sass/conditionals/exec-ed/ee-overview-detail.sass | 1 -
.../base/06-ui-patterns/_drupal-patterns.sass | 6 +-
5 files changed, 152 insertions(+), 27 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7238: add min width to the date range fields.
css/style.css | 3 +++
sass/partials/design/_search-filters.sass | 3 +++
2 files changed, 6 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7252: style filter tray on program finder.
css/conditionals/exec-ed/ee-program-finder.css | 61 ++++++++++++++++++++++++
css/style.css | 28 +++++++----
sass/conditionals/exec-ed/ee-program-finder.sass | 48 +++++++++++++++++++
sass/partials/design/_search-filters.sass | 9 +++-
4 files changed, 136 insertions(+), 10 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7238: add min width to the date range fields.
css/style.css | 3 +++
sass/partials/design/_search-filters.sass | 3 +++
2 files changed, 6 insertions(+)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7252: style filter tray on program finder.
css/conditionals/exec-ed/ee-program-finder.css | 61 ++++++++++++++++++++++++
css/style.css | 28 +++++++----
sass/conditionals/exec-ed/ee-program-finder.sass | 48 +++++++++++++++++++
sass/partials/design/_search-filters.sass | 9 +++-
4 files changed, 136 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Ayuta Padhi, 7 months ago
WP-7255 fix for mini finder responsive portrait mode
js/custom.js | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)

view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago
WP-7255 fix for mini finder responsive portrait mode
js/custom.js | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7333: fix positioning of slideshows in full view.
css/style.css | 32 ++++++++++++++++++++------------
sass/partials/design/_slideshow.sass | 32 +++++++++++++++++++-------------
2 files changed, 39 insertions(+), 25 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7333: fix positioning of slideshows in full view.
css/style.css | 32 ++++++++++++++++++++------------
sass/partials/design/_slideshow.sass | 32 +++++++++++++++++++-------------
2 files changed, 39 insertions(+), 25 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7331: changes to faculty directors on program overview and ppp.
css/conditionals/exec-ed/design-exec-ed.css | 19 ++++++++++++++++---
css/conditionals/exec-ed/ee-overview-detail.css | 22 +++++++++++++++++-----
sass/conditionals/exec-ed/design-exec-ed.sass | 15 +++++++++++++--
sass/conditionals/exec-ed/ee-overview-detail.sass | 20 ++++++++++++++++++--
4 files changed, 64 insertions(+), 12 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7292: implement feathering for closed show more.
css/style.css | 19 +++++++++++++++++++
sass/partials/design/_design.sass | 14 ++++++++++++++
2 files changed, 33 insertions(+)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7322: adjust the home page slideshow widths.
css/style.css | 21 ++++++++++++---------
sass/partials/design/_slideshow.sass | 20 +++++++++++---------
2 files changed, 23 insertions(+), 18 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7310: fix box shadow on slider, remove white border styling.
css/conditionals/front.css | 4 ----
css/style.css | 14 +++++---------
sass/conditionals/front.sass | 6 +++---
sass/partials/design/_fpp-cta-image-homepage.sass | 2 +-
sass/partials/design/_fpp-social-media.sass | 2 +-
sass/partials/design/_slideshow.sass | 10 +++++++---
6 files changed, 17 insertions(+), 21 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7320: add prefix for object fit.
css/style.css | 1 +
sass/partials/design/_slideshow.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7320: allow image to expand to height.
css/style.css | 6 ++++--
sass/partials/design/_slideshow.sass | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7195: prevent menu jumping, adjust box shadow on hero.
css/conditionals/exec-ed/design-exec-ed.css | 2 +-
css/style.css | 157 ++++++++++++++------------
sass/conditionals/exec-ed/design-exec-ed.sass | 2 +-
sass/partials/design/_banner.sass | 1 -
sass/partials/design/_design.sass | 32 +++---
sass/partials/design/_menu-exec-ed.sass | 10 +-
sass/partials/design/_menu-main.sass | 10 +-
sass/partials/design/_search-filters.sass | 54 +++++----
8 files changed, 141 insertions(+), 127 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7195: prevent menu jumping, adjust box shadow on hero.
css/conditionals/exec-ed/design-exec-ed.css | 2 +-
css/style.css | 157 ++++++++++++++------------
sass/conditionals/exec-ed/design-exec-ed.sass | 2 +-
sass/partials/design/_banner.sass | 1 -
sass/partials/design/_design.sass | 32 +++---
sass/partials/design/_menu-exec-ed.sass | 10 +-
sass/partials/design/_menu-main.sass | 10 +-
sass/partials/design/_search-filters.sass | 54 +++++----
8 files changed, 141 insertions(+), 127 deletions(-)

view commit - committer: hgupta, 7 months ago author: hgupta, 7 months ago
WP-7296: Fixed padding around name
css/conditionals/exec-ed/ee-overview-detail.css | 1 -
sass/conditionals/exec-ed/ee-overview-detail.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7312: do not show director titles on overview.
css/conditionals/exec-ed/ee-overview-detail.css | 3 +++
sass/conditionals/exec-ed/ee-overview-detail.sass | 4 ++++
2 files changed, 7 insertions(+)

view commit - committer: hgupta, 7 months ago author: hgupta, 7 months ago
WP-7302: Styles for faculty-program category list
css/conditionals/exec-ed/design-exec-ed.css | 10 ++++------
sass/conditionals/exec-ed/design-exec-ed.sass | 15 ++++++++-------
2 files changed, 12 insertions(+), 13 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7249: adjust breakpoint of stacked months.
css/conditionals/exec-ed/ee-program-finder.css | 2 +-
css/style.css | 2 +-
sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: hgupta, 7 months ago
WP-7294: hover states of slideshow on heroregion
css/style.css | 12 ++++++++++--
sass/partials/design/_slideshow.sass | 8 +++++++-
2 files changed, 17 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Ayuta Padhi, 7 months ago
WP-7287 Added open show-more-open class
js/show-more-less.js | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: hgupta, 7 months ago author: hgupta, 7 months ago
WP-7294: hover states of slideshow on heroregion
css/style.css | 12 ++++++++++--
sass/partials/design/_slideshow.sass | 8 +++++++-
2 files changed, 17 insertions(+), 3 deletions(-)

view commit - committer: Ayuta Padhi, 7 months ago author: Ayuta Padhi, 7 months ago
WP-7287 Added open show-more-open class
js/show-more-less.js | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7304: theme new positions on faculty director ppp.
css/conditionals/exec-ed/design-exec-ed.css | 4 ++--
sass/conditionals/exec-ed/design-exec-ed.sass | 7 +++----
2 files changed, 5 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: hgupta, 7 months ago
WP-7257: aligning checkbox and label on download brochure
css/conditionals/exec-ed/design-exec-ed.css | 3 +++
sass/conditionals/exec-ed/design-exec-ed.sass | 4 ++++
2 files changed, 7 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: hgupta, 7 months ago
WP-7257: country drop down on download brochure
css/conditionals/exec-ed/design-exec-ed.css | 6 ++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 6 ++++++
2 files changed, 12 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7249: responsive implementation for date picker in mini finder.
css/conditionals/exec-ed/ee-program-finder.css | 25 ++++++++++++++++++++++++
sass/conditionals/exec-ed/ee-program-finder.sass | 23 ++++++++++++++++++++++
2 files changed, 48 insertions(+)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7304: theme new positions on faculty director ppp.
css/conditionals/exec-ed/design-exec-ed.css | 4 ++--
sass/conditionals/exec-ed/design-exec-ed.sass | 7 +++----
2 files changed, 5 insertions(+), 6 deletions(-)

view commit - committer: hgupta, 7 months ago author: hgupta, 7 months ago
WP-7257: aligning checkbox and label on download brochure
css/conditionals/exec-ed/design-exec-ed.css | 3 +++
sass/conditionals/exec-ed/design-exec-ed.sass | 4 ++++
2 files changed, 7 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago This reverts commit c567d85ac00616ca1f79c7a917849e64876a60e9.

Revert "WP-7094: style the 2 new ee faculty fields."
.../faculty-research/faculty-detail.css | 46 ++++++----------------
.../faculty-research/faculty-detail.sass | 35 +++-------------
2 files changed, 17 insertions(+), 64 deletions(-)

view commit - committer: hgupta, 7 months ago author: hgupta, 7 months ago
WP-7257: country drop down on download brochure
css/conditionals/exec-ed/design-exec-ed.css | 6 ++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 6 ++++++
2 files changed, 12 insertions(+)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7249: responsive implementation for date picker in mini finder.
css/conditionals/exec-ed/ee-program-finder.css | 25 ++++++++++++++++++++++++
sass/conditionals/exec-ed/ee-program-finder.sass | 23 ++++++++++++++++++++++
2 files changed, 48 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7305: add dividing lines to fields.
css/conditionals/exec-ed/design-exec-ed.css | 9 ++++++++-
sass/conditionals/exec-ed/design-exec-ed.sass | 11 +++++++++++
2 files changed, 19 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7305: add dividing lines to fields.
css/conditionals/exec-ed/design-exec-ed.css | 9 ++++++++-
sass/conditionals/exec-ed/design-exec-ed.sass | 11 +++++++++++
2 files changed, 19 insertions(+), 1 deletion(-)

view commit - committer: hgupta, 7 months ago author: hgupta, 7 months ago
WP-7296: styles for faculty block on panelized page
css/conditionals/exec-ed/design-exec-ed.css | 22 +++++++++++++++++++---
sass/conditionals/exec-ed/design-exec-ed.sass | 20 +++++++++++++++++++-
2 files changed, 38 insertions(+), 4 deletions(-)

view commit - committer: hgupta, 7 months ago author: hgupta, 7 months ago
WP-7296: unlinked faculty director name
css/conditionals/exec-ed/ee-overview-detail.css | 7 +------
sass/conditionals/exec-ed/ee-overview-detail.sass | 5 +----
2 files changed, 2 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7232: change breakpoint to 600px.
css/conditionals/exec-ed/ee-program-finder.css | 12 ++++++------
css/style.css | 4 ++--
sass/conditionals/exec-ed/ee-program-finder.sass | 12 ++++++------
sass/partials/base/05-layouts/_layouts.sass | 2 +-
4 files changed, 15 insertions(+), 15 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7232: change breakpoint to 600px.
css/conditionals/exec-ed/ee-program-finder.css | 12 ++++++------
css/style.css | 4 ++--
sass/conditionals/exec-ed/ee-program-finder.sass | 12 ++++++------
sass/partials/base/05-layouts/_layouts.sass | 2 +-
4 files changed, 15 insertions(+), 15 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7094: style the 2 new ee faculty fields.
.../faculty-research/faculty-detail.css | 46 ++++++++++++++++------
.../faculty-research/faculty-detail.sass | 35 +++++++++++++---
2 files changed, 64 insertions(+), 17 deletions(-)

view commit - committer: hgupta, 7 months ago author: hgupta, 7 months ago
WP-6581: fixing width for image ctas
css/style.css | 1 -
sass/partials/design/_cta-image.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7244: changes to program finder header responsive.
css/conditionals/exec-ed/ee-program-finder.css | 12 ++++++++----
sass/conditionals/exec-ed/ee-program-finder.sass | 9 +++++++--
2 files changed, 15 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7244: responsive changes for program finder.
css/conditionals/exec-ed/ee-program-finder.css | 10 ++++++++++
sass/conditionals/exec-ed/ee-program-finder.sass | 9 +++++++++
2 files changed, 19 insertions(+)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7244: changes to program finder header responsive.
css/conditionals/exec-ed/ee-program-finder.css | 12 ++++++++----
sass/conditionals/exec-ed/ee-program-finder.sass | 9 +++++++--
2 files changed, 15 insertions(+), 6 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7244: responsive changes for program finder.
css/conditionals/exec-ed/ee-program-finder.css | 10 ++++++++++
sass/conditionals/exec-ed/ee-program-finder.sass | 9 +++++++++
2 files changed, 19 insertions(+)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7233: center the compare button at 600px and lower.
css/conditionals/exec-ed/ee-program-finder.css | 24 +++++++++++++++++++++++-
sass/conditionals/exec-ed/ee-program-finder.sass | 14 +++++++++++++-
2 files changed, 36 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7293: update responsive spacing on program finder.
css/conditionals/exec-ed/ee-program-finder.css | 6 +++---
css/style.css | 6 ------
sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++--
sass/partials/base/05-layouts/_layouts.sass | 8 --------
4 files changed, 5 insertions(+), 19 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7293: fix phone number on compare.
css/conditionals/exec-ed/design-exec-ed.css | 5 +++++
sass/conditionals/exec-ed/design-exec-ed.sass | 6 ++++++
2 files changed, 11 insertions(+)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7211: update responsive spacing on program finder.
css/conditionals/exec-ed/ee-program-finder.css | 6 +++---
css/style.css | 6 ------
sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++--
sass/partials/base/05-layouts/_layouts.sass | 8 --------
4 files changed, 5 insertions(+), 19 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7293: update responsive spacing on program finder.
css/conditionals/exec-ed/ee-program-finder.css | 6 +++---
css/style.css | 6 ------
sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++--
sass/partials/base/05-layouts/_layouts.sass | 8 --------
4 files changed, 5 insertions(+), 19 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7293: fix phone number on compare.
css/conditionals/exec-ed/design-exec-ed.css | 5 +++++
sass/conditionals/exec-ed/design-exec-ed.sass | 6 ++++++
2 files changed, 11 insertions(+)

view commit - committer: hgupta, 7 months ago author: hgupta, 7 months ago
WP-7294: hover state on slideshow
css/style.css | 14 ++++++++++++--
sass/partials/design/_slideshow.sass | 11 ++++++++++-
2 files changed, 22 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7210: position the compare button.
css/conditionals/exec-ed/ee-program-finder.css | 1 +
sass/conditionals/exec-ed/ee-program-finder.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7232: responsive changes for gsb full bleed homepage.
css/conditionals/exec-ed/design-exec-ed.css | 16 +
css/conditionals/exec-ed/ee-program-finder.css | 29 +-
css/style.css | 758 ++++++++++++++-------
sass/conditionals/exec-ed/design-exec-ed.sass | 13 +-
sass/conditionals/exec-ed/ee-program-finder.sass | 22 +-
sass/partials/base/05-layouts/_layouts.sass | 24 +-
.../base/06-ui-patterns/_drupal-patterns.sass | 69 +-
sass/partials/design/_cta-image.sass | 331 +++++++--
sass/partials/design/_house-ads.sass | 1 -
sass/partials/design/_menu-sidebar.sass | 76 ---
sass/partials/design/_video.sass | 21 -
11 files changed, 951 insertions(+), 409 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7210: position the compare button.
css/conditionals/exec-ed/ee-program-finder.css | 1 +
sass/conditionals/exec-ed/ee-program-finder.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7232: responsive changes for gsb full bleed homepage.
css/conditionals/exec-ed/design-exec-ed.css | 16 +
css/conditionals/exec-ed/ee-program-finder.css | 29 +-
css/style.css | 758 ++++++++++++++-------
sass/conditionals/exec-ed/design-exec-ed.sass | 13 +-
sass/conditionals/exec-ed/ee-program-finder.sass | 22 +-
sass/partials/base/05-layouts/_layouts.sass | 24 +-
.../base/06-ui-patterns/_drupal-patterns.sass | 69 +-
sass/partials/design/_cta-image.sass | 331 +++++++--
sass/partials/design/_house-ads.sass | 1 -
sass/partials/design/_menu-sidebar.sass | 76 ---
sass/partials/design/_video.sass | 21 -
11 files changed, 951 insertions(+), 409 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7126: update table styles, and style stacked.
css/conditionals/exec-ed/design-exec-ed.css | 298 +++++++++++----------
css/style.css | 1 +
sass/conditionals/exec-ed/design-exec-ed.sass | 115 +++++---
.../base/06-ui-patterns/_drupal-patterns.sass | 1 +
4 files changed, 234 insertions(+), 181 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7126: update table styles, and style stacked.
css/conditionals/exec-ed/design-exec-ed.css | 298 +++++++++++----------
css/style.css | 1 +
sass/conditionals/exec-ed/design-exec-ed.sass | 114 +++++---
.../base/06-ui-patterns/_drupal-patterns.sass | 1 +
4 files changed, 234 insertions(+), 180 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: hgupta, 7 months ago
WP-7201: transform css for safari and other browsers
css/conditionals/exec-ed/ee-program-finder.css | 3 +++
sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++++
2 files changed, 7 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: hgupta, 7 months ago
WP-7201: Added code flexbox for safari
css/conditionals/exec-ed/ee-program-finder.css | 24 ++++++++++++------------
sass/conditionals/exec-ed/ee-program-finder.sass | 24 ++++++++++++------------
2 files changed, 24 insertions(+), 24 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: hgupta, 7 months ago
WP-7219: increased width for search field
css/style.css | 6 +++---
sass/partials/design/_design.sass | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: hgupta, 8 months ago
WP-7194: styles for program date text
css/conditionals/exec-ed/ee-program-finder.css | 8 ++++++++
sass/conditionals/exec-ed/ee-program-finder.sass | 8 ++++++++
2 files changed, 16 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: hgupta, 8 months ago
WP-7181: Theme tweaks on program compare page
sass/conditionals/exec-ed/design-exec-ed.sass | 1 +
1 file changed, 1 insertion(+)

view commit - committer: hgupta, 7 months ago author: hgupta, 7 months ago
WP-7201: transform css for safari and other browsers
css/conditionals/exec-ed/ee-program-finder.css | 3 +++
sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++++
2 files changed, 7 insertions(+)

view commit - committer: hgupta, 7 months ago author: hgupta, 7 months ago
WP-7201: Added code flexbox for safari
css/conditionals/exec-ed/ee-program-finder.css | 24 ++++++++++++------------
sass/conditionals/exec-ed/ee-program-finder.sass | 24 ++++++++++++------------
2 files changed, 24 insertions(+), 24 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer (GBear), 7 months ago
Reversing this change for WP-7251: remove padding and clear floated children.
css/style.css | 3 +--
sass/partials/base/05-layouts/_layouts.sass | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7276: position arrows when slideshow is placed in wide.
css/style.css | 5 +----
sass/partials/design/_slideshow.sass | 3 +--
2 files changed, 2 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7272: do not show breadcrumbs on ppp.
css/conditionals/exec-ed/design-exec-ed.css | 2 +-
sass/conditionals/exec-ed/design-exec-ed.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7270: fix the home page slideshow responsive.
css/style.css | 8 +-------
sass/partials/design/_slideshow.sass | 5 +----
2 files changed, 2 insertions(+), 11 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7272: do not show breadcrumbs on ppp.
css/conditionals/exec-ed/design-exec-ed.css | 2 +-
sass/conditionals/exec-ed/design-exec-ed.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7261 : adjust responsive handling of hero slideshow.
css/style.css | 30 +++++++++++++++++++++++-------
sass/partials/design/_slideshow.sass | 22 ++++++++++++++--------
2 files changed, 37 insertions(+), 15 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: hgupta, 8 months ago
WP-7208: Program CT Overview page : Taxonomy (bottom of page)
css/conditionals/exec-ed/ee-overview-detail.css | 2 +-
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: hgupta, 8 months ago
WP-7181: Theme tweaks on program compare page
sass/conditionals/exec-ed/design-exec-ed.sass | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7246: change image background size.
css/conditionals/exec-ed/ee-program-finder.css | 6 +-----
sass/conditionals/exec-ed/ee-program-finder.sass | 3 +--
2 files changed, 2 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7265: update the webform styling globally.
css/conditionals/exec-ed/design-exec-ed.css | 19 ++++++------
sass/conditionals/exec-ed/design-exec-ed.sass | 44 +++++++++++++--------------
2 files changed, 31 insertions(+), 32 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7265: update webforms styling.
css/conditionals/exec-ed/design-exec-ed.css | 17 +++-------
css/style.css | 39 +++++++++++++---------
sass/conditionals/exec-ed/design-exec-ed.sass | 14 --------
.../partials/base/04-defaults/forms/_webforms.sass | 27 +++++++--------
4 files changed, 42 insertions(+), 55 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7260: update slide text on hero with white background.
css/style.css | 18 ++++++++++++++++++
sass/partials/design/_slideshow.sass | 16 ++++++++++++++++
2 files changed, 34 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7254: update arrow positioning.
css/style.css | 29 +++++++++++++----------------
sass/partials/design/_slideshow.sass | 22 +++++++++++++---------
2 files changed, 26 insertions(+), 25 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: hgupta, 7 months ago
WP-7217: faculty cta
css/conditionals/exec-ed/ee-overview-detail.css | 2 +-
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: hgupta, 7 months ago
WP-7216: max-width: intial not supported in IE
css/conditionals/exec-ed/ee-overview-detail.css | 8 ++++----
css/style.css | 4 ++--
sass/conditionals/exec-ed/ee-overview-detail.sass | 8 ++++----
sass/partials/base/05-layouts/_layouts.sass | 2 +-
4 files changed, 11 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 8 months ago
WP-7245: remove margin-left from header menu.
css/conditionals/exec-ed/design-exec-ed.css | 10 +++++++---
sass/conditionals/exec-ed/design-exec-ed.sass | 6 +++---
2 files changed, 10 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 8 months ago
WP-7251: remove padding and clear floated children.
css/style.css | 3 ++-
sass/partials/base/05-layouts/_layouts.sass | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 8 months ago
WP-7247: add padding on left to breadcrumbs.
css/style.css | 13 ++++++++++++-
sass/partials/base/05-layouts/_layouts.sass | 7 +++++++
2 files changed, 19 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 8 months ago
WP-7246: update image and responsive implementation.
css/conditionals/exec-ed/ee-program-finder.css | 18 ++++++++++++++++--
images/bg-full-time-programs-2016-05-20-2.jpg | Bin 0 -> 828007 bytes
sass/conditionals/exec-ed/ee-program-finder.sass | 9 +++++++--
3 files changed, 23 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 8 months ago
WP-7227: add a max width to the faculty name.
css/conditionals/exec-ed/ee-overview-detail.css | 1 +
sass/conditionals/exec-ed/ee-overview-detail.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 8 months ago
WP-7230: change styling for other fac director.
css/conditionals/exec-ed/design-exec-ed.css | 8 ++++----
sass/conditionals/exec-ed/design-exec-ed.sass | 7 ++++---
2 files changed, 8 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: hgupta, 8 months ago
WP-7176: adding chevron on linked quote and hoverstate change
css/style.css | 26 +++++++++++++++++++++++++-
sass/partials/design/_fpp-quote.sass | 15 ++++++++++++++-
2 files changed, 39 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 8 months ago
WP-7221: theme slideshow in hero region.
css/style.css | 148 ++++++++++++++++++++++++++++----
sass/partials/design/_slideshow.sass | 162 ++++++++++++++++++++++++++++-------
2 files changed, 259 insertions(+), 51 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: hgupta, 8 months ago
WP-7176: Theme fpp quotes
css/style.css | 38 ++++++++++++++++++------------------
sass/partials/design/_fpp-quote.sass | 7 +++----
2 files changed, 22 insertions(+), 23 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: hgupta, 8 months ago
WP-7176: theme for fpp quotes
css/style.css | 72 +++++++++++++++++++++++++++++++++++-
sass/partials/design/_fpp-quote.sass | 57 ++++++++++++++++++++++++++++
2 files changed, 128 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: hgupta, 8 months ago
WP-7208: reducing width for footer in overview page
css/conditionals/exec-ed/ee-overview-detail.css | 2 +-
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 8 months ago
WP-7203: add z-index to arrows.
css/style.css | 1 +
sass/partials/design/_slideshow.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 8 months ago
WP-7203: adjust for when slide text is not linked.
css/style.css | 4 ++++
sass/partials/design/_slideshow.sass | 8 ++++++--
2 files changed, 10 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 8 months ago
WP-7204: mini app finder responsive implementation.
css/conditionals/exec-ed/ee-program-finder.css | 102 +++++++++++++++++------
sass/conditionals/exec-ed/ee-program-finder.sass | 76 +++++++++++------
2 files changed, 128 insertions(+), 50 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 8 months ago
WP-7204: responsive mini program finder styling.
css/conditionals/exec-ed/ee-program-finder.css | 355 +++++++++++++----------
sass/conditionals/exec-ed/ee-program-finder.sass | 221 ++++++++++----
2 files changed, 356 insertions(+), 220 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 8 months ago
WP-7124: adjust mini program finder styling.
css/conditionals/exec-ed/ee-program-finder.css | 42 +++++++++--------
sass/conditionals/exec-ed/ee-program-finder.sass | 57 ++++++++++++++----------
2 files changed, 57 insertions(+), 42 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: hgupta, 8 months ago
WP-7104: Fixing webform styles on brochure form
css/conditionals/exec-ed/design-exec-ed.css | 16 +++++++++-------
sass/conditionals/exec-ed/design-exec-ed.sass | 19 ++++++++++++-------
2 files changed, 21 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 8 months ago
WP-7203: implement color picker styles.
css/conditionals/exec-ed/ee-program-finder.css | 2 +-
css/style.css | 121 ++++++++++++--------
sass/partials/base/00-variables/_colors.sass | 4 +-
sass/partials/design/_fpp-cta-image-homepage.sass | 6 +-
sass/partials/design/_slideshow.sass | 131 +++++++++++++---------
5 files changed, 158 insertions(+), 106 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: hgupta, 8 months ago
WP-7196: Text too close to chevron in CTA with email icon
css/style.css | 4 ++--
sass/partials/design/_cta.sass | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: hgupta, 8 months ago
WP-7208: Program CT Overview page : Taxonomy (bottom of page)
css/conditionals/exec-ed/ee-overview-detail.css | 6 ++++++
sass/conditionals/exec-ed/ee-overview-detail.sass | 3 +++
2 files changed, 9 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 8 months ago
WP-7124: adjust the app finder.
css/conditionals/exec-ed/design-exec-ed.css | 14 ++------------
sass/conditionals/exec-ed/design-exec-ed.sass | 12 ++----------
2 files changed, 4 insertions(+), 22 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 8 months ago
WP-7141: adjust program finder responsive behavior.
css/conditionals/exec-ed/ee-program-finder.css | 15 ++++++++-------
css/style.css | 14 ++------------
sass/conditionals/exec-ed/ee-program-finder.sass | 12 ++++++------
sass/partials/base/05-layouts/_layouts.sass | 6 +-----
4 files changed, 17 insertions(+), 30 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 8 months ago
WP-7190: adjust width of sort filter for firefox.
css/conditionals/exec-ed/ee-program-finder.css | 2 +-
sass/conditionals/exec-ed/ee-program-finder.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 8 months ago
WP-7142: responsive implementation for full time degree programs block.
css/conditionals/exec-ed/ee-program-finder.css | 70 ++++++++++++++++++------
sass/conditionals/exec-ed/ee-program-finder.sass | 69 +++++++++++++++--------
2 files changed, 100 insertions(+), 39 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 8 months ago
WP-7141: adjust the compared items in pane responsive.
css/conditionals/exec-ed/ee-program-finder.css | 2 +-
sass/conditionals/exec-ed/ee-program-finder.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 8 months ago
WP-7124: application finder and find more info responsive.
css/conditionals/exec-ed/design-exec-ed.css | 138 +++++++++++++++++++++-----
sass/conditionals/exec-ed/design-exec-ed.sass | 66 ++++++++++--
2 files changed, 172 insertions(+), 32 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 8 months ago
WP-7128: fix the ee mega menu and title.
css/conditionals/exec-ed/design-exec-ed.css | 6 ++++++
css/style.css | 8 ++++----
sass/conditionals/exec-ed/design-exec-ed.sass | 4 ++++
sass/partials/design/_design.sass | 7 ++++---
sass/partials/design/_menu-exec-ed.sass | 4 ++--
5 files changed, 20 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 8 months ago
WP-7145: adjust position of the sort filter.
css/conditionals/exec-ed/ee-program-finder.css | 20 ++++++++++++++++----
sass/conditionals/exec-ed/ee-program-finder.sass | 12 ++++++++----
2 files changed, 24 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: hgupta, 8 months ago
WP-6986: GSB logo getting cut off in execed and seed in firefox
css/style.css | 2 +-
sass/partials/design/_design.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: hgupta, 8 months ago
WP-7137: Fixing masthead drop-shadow
css/style.css | 1 +
sass/partials/design/_design.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: hgupta, 8 months ago
WP-7137: masthead drop-shadow on hero region
css/style.css | 3 +--
sass/partials/design/_design.sass | 1 -
2 files changed, 1 insertion(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 8 months ago
WP-7140: show title on ppp pages.
css/conditionals/exec-ed/design-exec-ed.css | 6 ++++--
sass/conditionals/exec-ed/design-exec-ed.sass | 12 ++++++++----
2 files changed, 12 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: hgupta, 8 months ago
WP-7186: EE + Seed Masthead Title Hoverstates
css/conditionals/exec-ed/design-exec-ed.css | 7 ++++++-
sass/conditionals/exec-ed/design-exec-ed.sass | 5 ++++-
2 files changed, 10 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: hgupta, 8 months ago
WP-7183: bottom align on apply button with download button
css/conditionals/exec-ed/design-exec-ed.css | 5 +----
sass/conditionals/exec-ed/design-exec-ed.sass | 4 +---
2 files changed, 2 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: hgupta, 8 months ago
WP-7181: Theme tweaks on program compare page
css/conditionals/exec-ed/design-exec-ed.css | 33 +++++++++++++++++++--------
sass/conditionals/exec-ed/design-exec-ed.sass | 19 +++++++++++----
2 files changed, 38 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 8 months ago
WP-7155: adjustments to full bleed page for left nav and no left nav.
css/style.css | 19 +++++++++++++++++++
sass/partials/base/05-layouts/_layouts.sass | 17 +++++++++++++++++
2 files changed, 36 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 8 months ago
WP-7145: add new program finder layout.
css/conditionals/exec-ed/ee-program-finder.css | 51 +++++++----------
css/style.css | 62 +++++++++++++++++++++
layouts/gsb-program-finder/gsb-program-finder.inc | 14 +++++
layouts/gsb-program-finder/gsb-program-finder.png | Bin 0 -> 979 bytes
.../gsb-program-finder/gsb-program-finder.tpl.php | 53 ++++++++++++++++++
sass/conditionals/exec-ed/ee-program-finder.sass | 26 ++++-----
sass/partials/base/05-layouts/_layouts.sass | 51 ++++++++++++++++-
7 files changed, 210 insertions(+), 47 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: hgupta, 8 months ago
WP-7168: leadership filter width
css/conditionals/exec-ed/ee-program-finder.css | 21 +++++++++++++++++++++
sass/conditionals/exec-ed/ee-program-finder.sass | 13 ++++++++++++-
2 files changed, 33 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: hgupta, 8 months ago
WP-7137: Masthead drop shadowon hero region
css/style.css | 24 ++++++++++++++++++------
sass/partials/design/_design.sass | 20 +++++++++++++++++---
2 files changed, 35 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: hgupta, 8 months ago
WP-7166: Date select styling adjustments
css/conditionals/exec-ed/ee-program-finder.css | 12 ++++++------
sass/conditionals/exec-ed/ee-program-finder.sass | 12 ++++++------
2 files changed, 12 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 8 months ago
WP-7178: apply padding change only to ee menu, restore seed styling.
css/style.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 8 months ago
WP-7144: create layout with no right sidebar.
css/style.css | 76 +++++++++++++++++++++
layouts/gsb-no-sidebar/gsb-no-sidebar.inc | 14 ++++
layouts/gsb-no-sidebar/gsb-no-sidebar.png | Bin 0 -> 3631 bytes
layouts/gsb-no-sidebar/gsb-no-sidebar.tpl.php | 47 +++++++++++++
sass/partials/base/05-layouts/_layouts.sass | 52 ++++++++++++++
.../base/06-ui-patterns/_drupal-patterns.sass | 3 +
sass/partials/design/_video.sass | 3 +
7 files changed, 195 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: hgupta, 8 months ago
WP-7102: change cursor on stay informed on Seed and EE footer
css/style.css | 3 ++-
sass/partials/design/_footer.sass | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: hgupta, 8 months ago
WP-7173: theme tweaks on Program compare page
css/conditionals/exec-ed/design-exec-ed.css | 11 +++++++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 17 +++++++++++++----
2 files changed, 24 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: hgupta, 8 months ago
WP-7173: theme tweaks on program compare page
css/conditionals/exec-ed/design-exec-ed.css | 7 +++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 6 ++++++
2 files changed, 13 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: hgupta, 8 months ago
WP-7136: Program CT : Interior pages Masthead tweak
css/conditionals/exec-ed/design-exec-ed.css | 69 +++++++++++++++++++++------
sass/conditionals/exec-ed/design-exec-ed.sass | 21 +++++++-
2 files changed, 74 insertions(+), 16 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 8 months ago
WP-7140: show page title on ppp.
css/conditionals/exec-ed/design-exec-ed.css | 4 ++++
sass/conditionals/exec-ed/design-exec-ed.sass | 3 +++
2 files changed, 7 insertions(+)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Greg Mercer, 8 months ago
WP-7177 Adding leadership-level as another set of filter checkboxes.
js/custom.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7246: change image background size.
css/conditionals/exec-ed/ee-program-finder.css | 6 +-----
sass/conditionals/exec-ed/ee-program-finder.sass | 3 +--
2 files changed, 2 insertions(+), 7 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7246: change image background size.
css/conditionals/exec-ed/ee-program-finder.css | 6 +-----
sass/conditionals/exec-ed/ee-program-finder.sass | 3 +--
2 files changed, 2 insertions(+), 7 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7265: update the webform styling globally.
css/conditionals/exec-ed/design-exec-ed.css | 19 ++++++------
sass/conditionals/exec-ed/design-exec-ed.sass | 44 +++++++++++++--------------
2 files changed, 31 insertions(+), 32 deletions(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7265: update webforms styling.
css/conditionals/exec-ed/design-exec-ed.css | 17 +++-------
css/style.css | 39 +++++++++++++---------
sass/conditionals/exec-ed/design-exec-ed.sass | 14 --------
.../partials/base/04-defaults/forms/_webforms.sass | 27 +++++++--------
4 files changed, 42 insertions(+), 55 deletions(-)

view commit - committer: hgupta, 7 months ago author: hgupta, 7 months ago
WP-7219: increased width for search field
css/style.css | 6 +++---
sass/partials/design/_design.sass | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 7 months ago author: Meghan Plunkett, 7 months ago
WP-7260: update slide text on hero with white background.
css/style.css | 18 ++++++++++++++++++
sass/partials/design/_slideshow.sass | 16 ++++++++++++++++
2 files changed, 34 insertions(+)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7260: update slide text on hero with white background.
css/style.css | 20 +++++++++++++++++++-
sass/partials/design/_slideshow.sass | 16 ++++++++++++++++
2 files changed, 35 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 7 months ago author: Meghan Plunkett, 7 months ago
WP-7254: update arrow positioning.
css/style.css | 29 +++++++++++++----------------
sass/partials/design/_slideshow.sass | 22 +++++++++++++---------
2 files changed, 26 insertions(+), 25 deletions(-)

view commit - committer: hgupta, 7 months ago author: hgupta, 7 months ago
WP-7217: faculty cta
css/conditionals/exec-ed/ee-overview-detail.css | 2 +-
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: hgupta, 7 months ago author: hgupta, 7 months ago
WP-7216: max-width: intial not supported in IE
css/conditionals/exec-ed/ee-overview-detail.css | 8 ++++----
css/style.css | 4 ++--
sass/conditionals/exec-ed/ee-overview-detail.sass | 8 ++++----
sass/partials/base/05-layouts/_layouts.sass | 2 +-
4 files changed, 11 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7245: remove margin-left from header menu.
css/conditionals/exec-ed/design-exec-ed.css | 10 +++++++---
sass/conditionals/exec-ed/design-exec-ed.sass | 6 +++---
2 files changed, 10 insertions(+), 6 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7245: remove margin-left from header menu.
css/conditionals/exec-ed/design-exec-ed.css | 10 +++++++---
sass/conditionals/exec-ed/design-exec-ed.sass | 6 +++---
2 files changed, 10 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7251: remove padding and clear floated children.
css/style.css | 3 ++-
sass/partials/base/05-layouts/_layouts.sass | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7251: remove padding and clear floated children.
css/style.css | 5 +++--
sass/partials/base/05-layouts/_layouts.sass | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7247: add padding on left to breadcrumbs.
css/style.css | 13 ++++++++++++-
sass/partials/base/05-layouts/_layouts.sass | 7 +++++++
2 files changed, 19 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7247: add padding on left to breadcrumbs.
css/style.css | 13 ++++++++++++-
sass/partials/base/05-layouts/_layouts.sass | 7 +++++++
2 files changed, 19 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7246: update image and responsive implementation.
css/conditionals/exec-ed/ee-program-finder.css | 18 ++++++++++++++++--
images/bg-full-time-programs-2016-05-20-2.jpg | Bin 0 -> 828007 bytes
sass/conditionals/exec-ed/ee-program-finder.sass | 9 +++++++--
3 files changed, 23 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7227: add a max width to the faculty name.
css/conditionals/exec-ed/ee-overview-detail.css | 1 +
sass/conditionals/exec-ed/ee-overview-detail.sass | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7230: change styling for other fac director.
css/conditionals/exec-ed/design-exec-ed.css | 8 ++++----
sass/conditionals/exec-ed/design-exec-ed.sass | 7 ++++---
2 files changed, 8 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7176: adding chevron on linked quote and hoverstate change
css/style.css | 26 +++++++++++++++++++++++++-
sass/partials/design/_fpp-quote.sass | 15 ++++++++++++++-
2 files changed, 39 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7246: update image and responsive implementation.
css/conditionals/exec-ed/ee-program-finder.css | 18 ++++++++++++++++--
images/bg-full-time-programs-2016-05-20-2.jpg | Bin 0 -> 828007 bytes
sass/conditionals/exec-ed/ee-program-finder.sass | 9 +++++++--
3 files changed, 23 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7227: add a max width to the faculty name.
css/conditionals/exec-ed/ee-overview-detail.css | 1 +
sass/conditionals/exec-ed/ee-overview-detail.sass | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7230: change styling for other fac director.
css/conditionals/exec-ed/design-exec-ed.css | 8 ++++----
sass/conditionals/exec-ed/design-exec-ed.sass | 7 ++++---
2 files changed, 8 insertions(+), 7 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7176: adding chevron on linked quote and hoverstate change
css/style.css | 26 +++++++++++++++++++++++++-
sass/partials/design/_fpp-quote.sass | 15 ++++++++++++++-
2 files changed, 39 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7221: theme slideshow in hero region.
css/style.css | 148 ++++++++++++++++++++++++++++----
sass/partials/design/_slideshow.sass | 162 ++++++++++++++++++++++++++++-------
2 files changed, 259 insertions(+), 51 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7221: theme slideshow in hero region.
css/style.css | 149 ++++++++++++++++++++++++++++----
sass/partials/design/_slideshow.sass | 163 ++++++++++++++++++++++++++++-------
2 files changed, 261 insertions(+), 51 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7176: Theme fpp quotes
css/style.css | 38 ++++++++++++++++++------------------
sass/partials/design/_fpp-quote.sass | 7 +++----
2 files changed, 22 insertions(+), 23 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7176: theme for fpp quotes
css/style.css | 72 +++++++++++++++++++++++++++++++++++-
sass/partials/design/_fpp-quote.sass | 57 ++++++++++++++++++++++++++++
2 files changed, 128 insertions(+), 1 deletion(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7176: Theme fpp quotes
css/style.css | 38 ++++++++++++++++++------------------
sass/partials/design/_fpp-quote.sass | 7 +++----
2 files changed, 22 insertions(+), 23 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7208: reducing width for footer in overview page
css/conditionals/exec-ed/ee-overview-detail.css | 2 +-
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7176: theme for fpp quotes
css/style.css | 72 +++++++++++++++++++++++++++++++++++-
sass/partials/design/_fpp-quote.sass | 57 ++++++++++++++++++++++++++++
2 files changed, 128 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7203: add z-index to arrows.
css/style.css | 1 +
sass/partials/design/_slideshow.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7203: adjust for when slide text is not linked.
css/style.css | 4 ++++
sass/partials/design/_slideshow.sass | 8 ++++++--
2 files changed, 10 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7204: mini app finder responsive implementation.
css/conditionals/exec-ed/ee-program-finder.css | 102 +++++++++++++++++------
sass/conditionals/exec-ed/ee-program-finder.sass | 76 +++++++++++------
2 files changed, 128 insertions(+), 50 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7204: responsive mini program finder styling.
css/conditionals/exec-ed/ee-program-finder.css | 355 +++++++++++++----------
sass/conditionals/exec-ed/ee-program-finder.sass | 221 ++++++++++----
2 files changed, 356 insertions(+), 220 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7124: adjust mini program finder styling.
css/conditionals/exec-ed/ee-program-finder.css | 42 +++++++++--------
sass/conditionals/exec-ed/ee-program-finder.sass | 57 ++++++++++++++----------
2 files changed, 57 insertions(+), 42 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7203: adjust for when slide text is not linked.
css/style.css | 4 ++++
sass/partials/design/_slideshow.sass | 8 ++++++--
2 files changed, 10 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7204: mini app finder responsive implementation.
css/conditionals/exec-ed/ee-program-finder.css | 102 +++++++++++++++++------
sass/conditionals/exec-ed/ee-program-finder.sass | 76 +++++++++++------
2 files changed, 128 insertions(+), 50 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7104: Fixing webform styles on brochure form
css/conditionals/exec-ed/design-exec-ed.css | 16 +++++++++-------
sass/conditionals/exec-ed/design-exec-ed.sass | 19 ++++++++++++-------
2 files changed, 21 insertions(+), 14 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7204: responsive mini program finder styling.
css/conditionals/exec-ed/ee-program-finder.css | 355 +++++++++++++----------
sass/conditionals/exec-ed/ee-program-finder.sass | 221 ++++++++++----
2 files changed, 356 insertions(+), 220 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7124: adjust mini program finder styling.
css/conditionals/exec-ed/ee-program-finder.css | 42 +++++++++--------
sass/conditionals/exec-ed/ee-program-finder.sass | 57 ++++++++++++++----------
2 files changed, 57 insertions(+), 42 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7203: implement color picker styles.
css/conditionals/exec-ed/ee-program-finder.css | 2 +-
css/style.css | 121 ++++++++++++--------
sass/partials/base/00-variables/_colors.sass | 4 +-
sass/partials/design/_fpp-cta-image-homepage.sass | 6 +-
sass/partials/design/_slideshow.sass | 131 +++++++++++++---------
5 files changed, 158 insertions(+), 106 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7196: Text too close to chevron in CTA with email icon
css/style.css | 4 ++--
sass/partials/design/_cta.sass | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7194: styles for program date text
css/conditionals/exec-ed/ee-program-finder.css | 8 ++++++++
sass/conditionals/exec-ed/ee-program-finder.sass | 8 ++++++++
2 files changed, 16 insertions(+)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7196: Text too close to chevron in CTA with email icon
css/style.css | 4 ++--
sass/partials/design/_cta.sass | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7208: Program CT Overview page : Taxonomy (bottom of page)
css/conditionals/exec-ed/ee-overview-detail.css | 6 ++++++
sass/conditionals/exec-ed/ee-overview-detail.sass | 5 ++++-
2 files changed, 10 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7124: adjust the app finder.
css/conditionals/exec-ed/design-exec-ed.css | 14 ++------------
sass/conditionals/exec-ed/design-exec-ed.sass | 12 ++----------
2 files changed, 4 insertions(+), 22 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7124: adjust the app finder.
css/conditionals/exec-ed/design-exec-ed.css | 14 ++------------
sass/conditionals/exec-ed/design-exec-ed.sass | 12 ++----------
2 files changed, 4 insertions(+), 22 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7141: adjust program finder responsive behavior.
css/conditionals/exec-ed/ee-program-finder.css | 15 ++++++++-------
css/style.css | 14 ++------------
sass/conditionals/exec-ed/ee-program-finder.sass | 12 ++++++------
sass/partials/base/05-layouts/_layouts.sass | 6 +-----
4 files changed, 17 insertions(+), 30 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Adam Moore, 8 months ago Conflicts:

js/custom.js

WP-7205: Change variable and use a .length.
js/custom.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 8 months ago author: Adam Moore, 8 months ago
WP-7205: Change variable and use a .length.
js/custom.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 8 months ago author: Adam Moore, 8 months ago
WP-7205: Fix typo.
js/custom.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 8 months ago author: Adam Moore, 8 months ago
WP-7205: Fix javascript errors on pages without isotopify filters.
js/custom.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7190: adjust width of sort filter for firefox.
css/conditionals/exec-ed/ee-program-finder.css | 2 +-
sass/conditionals/exec-ed/ee-program-finder.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7190: adjust width of sort filter for firefox.
css/conditionals/exec-ed/ee-program-finder.css | 2 +-
sass/conditionals/exec-ed/ee-program-finder.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7142: responsive implementation for full time degree programs block.
css/conditionals/exec-ed/ee-program-finder.css | 70 ++++++++++++++++++------
sass/conditionals/exec-ed/ee-program-finder.sass | 69 +++++++++++++++--------
2 files changed, 100 insertions(+), 39 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7141: adjust the compared items in pane responsive.
css/conditionals/exec-ed/ee-program-finder.css | 2 +-
sass/conditionals/exec-ed/ee-program-finder.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7124: application finder and find more info responsive.
css/conditionals/exec-ed/design-exec-ed.css | 138 +++++++++++++++++++++-----
sass/conditionals/exec-ed/design-exec-ed.sass | 66 ++++++++++--
2 files changed, 172 insertions(+), 32 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7141: adjust the compared items in pane responsive.
css/conditionals/exec-ed/ee-program-finder.css | 2 +-
sass/conditionals/exec-ed/ee-program-finder.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7124: application finder and find more info responsive.
css/conditionals/exec-ed/design-exec-ed.css | 138 +++++++++++++++++++++-----
sass/conditionals/exec-ed/design-exec-ed.sass | 66 ++++++++++--
2 files changed, 172 insertions(+), 32 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7128: fix the ee mega menu and title.
css/conditionals/exec-ed/design-exec-ed.css | 6 ++++++
css/style.css | 8 ++++----
sass/conditionals/exec-ed/design-exec-ed.sass | 4 ++++
sass/partials/design/_design.sass | 7 ++++---
sass/partials/design/_menu-exec-ed.sass | 4 ++--
5 files changed, 20 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7145: adjust position of the sort filter.
css/conditionals/exec-ed/ee-program-finder.css | 20 ++++++++++++++++----
sass/conditionals/exec-ed/ee-program-finder.sass | 12 ++++++++----
2 files changed, 24 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-6986: GSB logo getting cut off in execed and seed in firefox
css/style.css | 2 +-
sass/partials/design/_design.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7137: Fixing masthead drop-shadow
css/style.css | 1 +
sass/partials/design/_design.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7137: masthead drop-shadow on hero region
css/style.css | 3 +--
sass/partials/design/_design.sass | 1 -
2 files changed, 1 insertion(+), 3 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7128: fix the ee mega menu and title.
css/conditionals/exec-ed/design-exec-ed.css | 6 ++++++
css/style.css | 8 ++++----
sass/conditionals/exec-ed/design-exec-ed.sass | 4 ++++
sass/partials/design/_design.sass | 7 ++++---
sass/partials/design/_menu-exec-ed.sass | 4 ++--
5 files changed, 20 insertions(+), 9 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7145: adjust position of the sort filter.
css/conditionals/exec-ed/ee-program-finder.css | 20 ++++++++++++++++----
sass/conditionals/exec-ed/ee-program-finder.sass | 12 ++++++++----
2 files changed, 24 insertions(+), 8 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-6986: GSB logo getting cut off in execed and seed in firefox
css/style.css | 4 ++--
sass/partials/design/_design.sass | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7137: Fixing masthead drop-shadow
css/style.css | 1 +
sass/partials/design/_design.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7140: show title on ppp pages.
css/conditionals/exec-ed/design-exec-ed.css | 6 ++++--
sass/conditionals/exec-ed/design-exec-ed.sass | 18 +++++++++++-------
2 files changed, 15 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7186: EE + Seed Masthead Title Hoverstates
css/conditionals/exec-ed/design-exec-ed.css | 7 ++++++-
sass/conditionals/exec-ed/design-exec-ed.sass | 5 ++++-
2 files changed, 10 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7183: bottom align on apply button with download button
css/conditionals/exec-ed/design-exec-ed.css | 5 +----
sass/conditionals/exec-ed/design-exec-ed.sass | 4 +---
2 files changed, 2 insertions(+), 7 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7186: EE + Seed Masthead Title Hoverstates
css/conditionals/exec-ed/design-exec-ed.css | 7 ++++++-
sass/conditionals/exec-ed/design-exec-ed.sass | 7 +++++--
2 files changed, 11 insertions(+), 3 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7183: bottom align on apply button with download button
css/conditionals/exec-ed/design-exec-ed.css | 5 +----
sass/conditionals/exec-ed/design-exec-ed.sass | 6 ++----
2 files changed, 3 insertions(+), 8 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7137: masthead drop-shadow on hero region
css/style.css | 3 +--
sass/partials/design/_design.sass | 1 -
2 files changed, 1 insertion(+), 3 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7181: Theme tweaks on program compare page
css/conditionals/exec-ed/design-exec-ed.css | 33 +++++++++++++++++++--------
sass/conditionals/exec-ed/design-exec-ed.sass | 19 +++++++++++----
2 files changed, 38 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7155: adjustments to full bleed page for left nav and no left nav.
css/style.css | 19 +++++++++++++++++++
sass/partials/base/05-layouts/_layouts.sass | 17 +++++++++++++++++
2 files changed, 36 insertions(+)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7155: adjustments to full bleed page for left nav and no left nav.
css/style.css | 19 +++++++++++++++++++
sass/partials/base/05-layouts/_layouts.sass | 19 ++++++++++++++++++-
2 files changed, 37 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7145: add new program finder layout.
css/conditionals/exec-ed/ee-program-finder.css | 51 +++++++----------
css/style.css | 62 +++++++++++++++++++++
layouts/gsb-program-finder/gsb-program-finder.inc | 14 +++++
layouts/gsb-program-finder/gsb-program-finder.png | Bin 0 -> 979 bytes
.../gsb-program-finder/gsb-program-finder.tpl.php | 53 ++++++++++++++++++
sass/conditionals/exec-ed/ee-program-finder.sass | 26 ++++-----
sass/partials/base/05-layouts/_layouts.sass | 51 ++++++++++++++++-
7 files changed, 210 insertions(+), 47 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7178: apply padding change only to ee menu, restore seed styling.
css/style.css | 11 +++--------
sass/partials/design/_menu-exec-ed.sass | 9 ++++-----
2 files changed, 7 insertions(+), 13 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7168: leadership filter width
css/conditionals/exec-ed/ee-program-finder.css | 21 +++++++++++++++++++++
sass/conditionals/exec-ed/ee-program-finder.sass | 13 ++++++++++++-
2 files changed, 33 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7137: Masthead drop shadowon hero region
css/style.css | 24 ++++++++++++++++++------
sass/partials/design/_design.sass | 20 +++++++++++++++++---
2 files changed, 35 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7166: Date select styling adjustments
css/conditionals/exec-ed/ee-program-finder.css | 12 ++++++------
sass/conditionals/exec-ed/ee-program-finder.sass | 12 ++++++------
2 files changed, 12 insertions(+), 12 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7168: leadership filter width
css/conditionals/exec-ed/ee-program-finder.css | 21 +++++++++++++++++++++
sass/conditionals/exec-ed/ee-program-finder.sass | 13 ++++++++++++-
2 files changed, 33 insertions(+), 1 deletion(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7137: Masthead drop shadowon hero region
css/style.css | 24 ++++++++++++++++++------
sass/partials/design/_design.sass | 21 ++++++++++++++++++---
2 files changed, 36 insertions(+), 9 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7166: Date select styling adjustments
css/conditionals/exec-ed/ee-program-finder.css | 12 ++++++------
sass/conditionals/exec-ed/ee-program-finder.sass | 12 ++++++------
2 files changed, 12 insertions(+), 12 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7178: apply padding change only to ee menu, restore seed styling.
css/style.css | 13 ++++---------
sass/partials/design/_menu-exec-ed.sass | 9 ++++-----
2 files changed, 8 insertions(+), 14 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7082: apply padding change only to ee menu, restore seed styling.
css/style.css | 13 ++++---------
sass/partials/design/_menu-exec-ed.sass | 9 ++++-----
2 files changed, 8 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7144: create layout with no right sidebar.
css/style.css | 76 +++++++++++++++++++++
layouts/gsb-no-sidebar/gsb-no-sidebar.inc | 14 ++++
layouts/gsb-no-sidebar/gsb-no-sidebar.png | Bin 0 -> 3631 bytes
layouts/gsb-no-sidebar/gsb-no-sidebar.tpl.php | 47 +++++++++++++
sass/partials/base/05-layouts/_layouts.sass | 52 ++++++++++++++
.../base/06-ui-patterns/_drupal-patterns.sass | 3 +
sass/partials/design/_video.sass | 3 +
7 files changed, 195 insertions(+)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7144: create layout with no right sidebar.
css/style.css | 76 +++++++++++++++++++++
layouts/gsb-no-sidebar/gsb-no-sidebar.inc | 14 ++++
layouts/gsb-no-sidebar/gsb-no-sidebar.png | Bin 0 -> 3631 bytes
layouts/gsb-no-sidebar/gsb-no-sidebar.tpl.php | 47 +++++++++++++
sass/partials/base/05-layouts/_layouts.sass | 52 ++++++++++++++
.../base/06-ui-patterns/_drupal-patterns.sass | 3 +
sass/partials/design/_video.sass | 3 +
7 files changed, 195 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7102: change cursor on stay informed on Seed and EE footer
css/style.css | 3 ++-
sass/partials/design/_footer.sass | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7173: theme tweaks on Program compare page
css/conditionals/exec-ed/design-exec-ed.css | 11 +++++++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 17 +++++++++++++----
2 files changed, 24 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7173: theme tweaks on program compare page
css/conditionals/exec-ed/design-exec-ed.css | 7 +++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 6 ++++++
2 files changed, 13 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7136: Program CT : Interior pages Masthead tweak
css/conditionals/exec-ed/design-exec-ed.css | 69 +++++++++++++++++++++------
sass/conditionals/exec-ed/design-exec-ed.sass | 21 +++++++-
2 files changed, 74 insertions(+), 16 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7140: show page title on ppp.
css/conditionals/exec-ed/design-exec-ed.css | 4 ++++
sass/conditionals/exec-ed/design-exec-ed.sass | 3 +++
2 files changed, 7 insertions(+)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7177 Adding leadership-level as another set of filter checkboxes.
js/custom.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7173: theme tweaks on Program compare page
css/conditionals/exec-ed/design-exec-ed.css | 11 +++++++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 17 +++++++++++++----
2 files changed, 24 insertions(+), 4 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7173: theme tweaks on program compare page
css/conditionals/exec-ed/design-exec-ed.css | 7 +++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 6 ++++++
2 files changed, 13 insertions(+)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7136: Program CT : Interior pages Masthead tweak
css/conditionals/exec-ed/design-exec-ed.css | 69 +++++++++++++++++++++------
sass/conditionals/exec-ed/design-exec-ed.sass | 21 +++++++-
2 files changed, 74 insertions(+), 16 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7173: Theme tweaks on Program compare page
css/conditionals/exec-ed/design-exec-ed.css | 56 ++++++++++++++++++++-------
sass/conditionals/exec-ed/design-exec-ed.sass | 6 ++-
2 files changed, 46 insertions(+), 16 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7165: restore styling for gsb programs landing.
css/conditionals/exec-ed/ee-program-finder.css | 45 +++++++-----------------
sass/conditionals/exec-ed/ee-program-finder.sass | 6 ++--
2 files changed, 15 insertions(+), 36 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7162: Style for submit button in mini prog finder
css/conditionals/exec-ed/ee-program-finder.css | 20 ++++++++++----------
sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++--
2 files changed, 12 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Fixing an issue where filters weren't being unchecked when a filter pill button was removed.
js/custom.js | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Fixing an issue where filters weren't being unchecked when a filter pill button was removed.
js/custom.js | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7032: Adding key benefits and overview fields
css/conditionals/exec-ed/design-exec-ed.css | 13 +++++++++++--
sass/conditionals/exec-ed/design-exec-ed.sass | 11 ++++++++---
2 files changed, 19 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7131: fixing width of drop down
css/conditionals/exec-ed/design-exec-ed.css | 4 ++--
sass/conditionals/exec-ed/design-exec-ed.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7032: Adding key benefits and overview fields
css/conditionals/exec-ed/design-exec-ed.css | 13 +++++++++++--
sass/conditionals/exec-ed/design-exec-ed.sass | 11 ++++++++---
2 files changed, 19 insertions(+), 5 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7131: fixing width of drop down
css/conditionals/exec-ed/design-exec-ed.css | 4 ++--
sass/conditionals/exec-ed/design-exec-ed.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7004-2:Theme Checklist of Programs on initial page
css/conditionals/exec-ed/design-exec-ed.css | 12 ++++++------
sass/conditionals/exec-ed/design-exec-ed.sass | 8 ++++++--
2 files changed, 12 insertions(+), 8 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7073: fix the ctas on overview page.
css/conditionals/exec-ed/ee-overview-detail.css | 8 ++++++++
sass/conditionals/exec-ed/ee-overview-detail.sass | 4 ++++
2 files changed, 12 insertions(+)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Adding call to change selects to multiple checkboxes.
js/custom.js | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Adding call to change selects to multiple checkboxes.
js/custom.js | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7070: remove the white gradient.
css/style.css | 14 --------------
sass/partials/design/_design.sass | 11 -----------
2 files changed, 25 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7088: remove the creen circle styling.
css/conditionals/exec-ed/ee-program-finder.css | 29 ------------------------
sass/conditionals/exec-ed/ee-program-finder.sass | 17 --------------
2 files changed, 46 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7072: adjust responsive implementation of sticky tray.
css/conditionals/exec-ed/ee-program-finder.css | 25 +++++++++++++++++++++++-
sass/conditionals/exec-ed/ee-program-finder.sass | 17 +++++++++++++---
2 files changed, 38 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7131: Fixing date for multiple instances
css/conditionals/exec-ed/design-exec-ed.css | 80 +++++++++++++++++++++++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 48 ++++++++++++++++
2 files changed, 128 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7073: adjustments after demo for overview.
css/conditionals/exec-ed/design-exec-ed.css | 23 +++++--------
css/conditionals/exec-ed/ee-overview-detail.css | 40 +++++++++++++----------
sass/conditionals/exec-ed/design-exec-ed.sass | 21 +++++-------
sass/conditionals/exec-ed/ee-overview-detail.sass | 32 +++++++++---------
4 files changed, 56 insertions(+), 60 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7032: theme program compare page
css/conditionals/exec-ed/design-exec-ed.css | 46 +++++++++++++++++++++++++--
sass/conditionals/exec-ed/design-exec-ed.sass | 1 +
2 files changed, 45 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7070: remove the white gradient.
css/style.css | 14 --------------
sass/partials/design/_design.sass | 11 -----------
2 files changed, 25 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7088: remove the creen circle styling.
css/conditionals/exec-ed/ee-program-finder.css | 29 ------------------------
sass/conditionals/exec-ed/ee-program-finder.sass | 17 --------------
2 files changed, 46 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7072: adjust responsive implementation of sticky tray.
css/conditionals/exec-ed/ee-program-finder.css | 25 +++++++++++++++++++++++-
sass/conditionals/exec-ed/ee-program-finder.sass | 17 +++++++++++++---
2 files changed, 38 insertions(+), 4 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7131: Fixing date for multiple instances
css/conditionals/exec-ed/design-exec-ed.css | 80 +++++++++++++++++++++++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 48 ++++++++++++++++
2 files changed, 128 insertions(+)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7073: adjustments after demo for overview.
css/conditionals/exec-ed/design-exec-ed.css | 23 +++++--------
css/conditionals/exec-ed/ee-overview-detail.css | 40 +++++++++++++----------
sass/conditionals/exec-ed/design-exec-ed.sass | 33 +++++++++----------
sass/conditionals/exec-ed/ee-overview-detail.sass | 32 +++++++++---------
4 files changed, 62 insertions(+), 66 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7032: theme program compare page
css/conditionals/exec-ed/design-exec-ed.css | 46 +++++++++++++++++++++++++--
sass/conditionals/exec-ed/design-exec-ed.sass | 1 +
2 files changed, 45 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Removing unneeded lines from previous commit
js/custom.js | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Removing unneeded lines from previous commit
js/custom.js | 2 --
1 file changed, 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Adding filtering support for daterange when the tray is in use.
js/custom.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Adding datepicker to the programs page
js/custom.js | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Adding filtering support for daterange when the tray is in use.
js/custom.js | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7074: change the class name for other fac director.
css/conditionals/exec-ed/design-exec-ed.css | 13 +++++++------
sass/conditionals/exec-ed/design-exec-ed.sass | 21 +++++++++++----------
2 files changed, 18 insertions(+), 16 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7074: change the class name for other fac director.
css/conditionals/exec-ed/design-exec-ed.css | 13 +++++++------
sass/conditionals/exec-ed/design-exec-ed.sass | 21 +++++++++++----------
2 files changed, 18 insertions(+), 16 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Trying out a native type date field to see how that works on mobile.
js/custom.js | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Trying out a native type date field to see how that works on mobile.
js/custom.js | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Adding datepicker to the programs page
js/custom.js | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Adding datepicker to the programs page
js/custom.js | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7032: theme program compare page
css/conditionals/exec-ed/design-exec-ed.css | 174 +++++++++++++++++++++++++-
sass/conditionals/exec-ed/design-exec-ed.sass | 154 +++++++++++++++++++++++
2 files changed, 326 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7133 Adding new behavior to create the responsive side tray for Program Finder
js/custom.js | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 78 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7143: fixed the career-level filter width
css/conditionals/exec-ed/ee-program-finder.css | 32 ++++++++++++------------
sass/conditionals/exec-ed/ee-program-finder.sass | 14 +++++------
2 files changed, 23 insertions(+), 23 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7131: date select fix
css/conditionals/exec-ed/design-exec-ed.css | 7 +++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 9 +++++++++
2 files changed, 16 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7078: remove top padding.
css/conditionals/exec-ed/ee-program-finder.css | 4 ++++
sass/conditionals/exec-ed/ee-program-finder.sass | 1 +
2 files changed, 5 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7005: fix full bleed page widths.
css/style.css | 8 ++++----
sass/partials/base/05-layouts/_layouts.sass | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7070: adjust link position on show more overlay.
css/style.css | 2 +-
sass/partials/design/_design.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7070: show more overlay.
css/conditionals/event/admission-event-detail.css | 6 +++---
css/conditionals/event/event-detail.css | 6 +++---
css/style.css | 20 ++++++++++++++++++++
sass/partials/base/03-extend/_gsb-revamp.sass | 2 +-
sass/partials/design/_design.sass | 18 +++++++++++++++++-
5 files changed, 44 insertions(+), 8 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7143: fixed the career-level filter width
css/conditionals/exec-ed/ee-program-finder.css | 32 ++++++++++++------------
sass/conditionals/exec-ed/ee-program-finder.sass | 14 +++++------
2 files changed, 23 insertions(+), 23 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7131: date select fix
css/conditionals/exec-ed/design-exec-ed.css | 7 +++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 9 +++++++++
2 files changed, 16 insertions(+)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7078: remove top padding.
css/conditionals/exec-ed/ee-program-finder.css | 4 ++++
sass/conditionals/exec-ed/ee-program-finder.sass | 1 +
2 files changed, 5 insertions(+)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7140: show page title on ppp.
css/conditionals/exec-ed/design-exec-ed.css | 4 ++++
sass/conditionals/exec-ed/design-exec-ed.sass | 3 +++
2 files changed, 7 insertions(+)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7072: adjust compared items.
css/conditionals/exec-ed/ee-program-finder.css | 6 ++++--
sass/conditionals/exec-ed/ee-program-finder.sass | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7005: fix full bleed page widths.
css/style.css | 8 ++++----
sass/partials/base/05-layouts/_layouts.sass | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7070: adjust link position on show more overlay.
css/style.css | 2 +-
sass/partials/design/_design.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7070: show more overlay.
css/conditionals/event/admission-event-detail.css | 6 +++---
css/conditionals/event/event-detail.css | 6 +++---
css/style.css | 20 ++++++++++++++++++++
sass/partials/base/03-extend/_gsb-revamp.sass | 2 +-
sass/partials/design/_design.sass | 18 +++++++++++++++++-
5 files changed, 44 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7005: adjust full bleed page layout.
css/style.css | 6 +++---
sass/partials/base/05-layouts/_layouts.sass | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7005: adjust full bleed page layout.
css/style.css | 6 +++---
sass/partials/base/05-layouts/_layouts.sass | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7088: adjust program finder compare.
css/conditionals/exec-ed/ee-program-finder.css | 68 ++++++++++++++++++------
sass/conditionals/exec-ed/ee-program-finder.sass | 19 ++++---
2 files changed, 66 insertions(+), 21 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7072: program finder responsive.
css/conditionals/exec-ed/ee-program-finder.css | 163 +++++++++++++++++++++++
css/style.css | 3 -
sass/conditionals/exec-ed/ee-program-finder.sass | 69 +++++++++-
sass/partials/design/_design.sass | 2 -
4 files changed, 229 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7130: adding space above result title
css/conditionals/exec-ed/design-exec-ed.css | 3 +++
sass/conditionals/exec-ed/design-exec-ed.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7130: adding space above result title
css/conditionals/exec-ed/design-exec-ed.css | 3 +++
sass/conditionals/exec-ed/design-exec-ed.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7004: Theme Checklist of Programs
css/conditionals/exec-ed/design-exec-ed.css | 13 ++++++++++++-
sass/conditionals/exec-ed/design-exec-ed.sass | 11 ++++++++++-
2 files changed, 22 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7083: switch pane classes to block classes.
css/conditionals/exec-ed/design-exec-ed.css | 38 +++++++++++++--------------
sass/conditionals/exec-ed/design-exec-ed.sass | 4 +--
2 files changed, 21 insertions(+), 21 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7102: change cursor on stay informed on Seed and EE footer
css/style.css | 3 ++-
sass/partials/design/_footer.sass | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7073: adjustments to overview.
css/conditionals/exec-ed/design-exec-ed.css | 15 ++++++---
css/conditionals/exec-ed/ee-overview-detail.css | 32 ++++++++++++++++--
css/style.css | 40 ++++++++++++++++-------
sass/conditionals/exec-ed/design-exec-ed.sass | 10 +++---
sass/conditionals/exec-ed/ee-overview-detail.sass | 20 +++++++++---
sass/conditionals/front.sass | 1 -
sass/partials/design/_design.sass | 15 ++++-----
sass/partials/design/_footer.sass | 11 +++++--
sass/partials/design/_pager.sass | 4 ++-
9 files changed, 108 insertions(+), 40 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7074: responsive adjustments for program panelized pages.
css/conditionals/exec-ed/design-exec-ed.css | 15 +++++++++++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 8 +++++++-
2 files changed, 22 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7078: remove padding on program finder page.
css/style.css | 3 +++
sass/partials/design/_design.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7005:Brochure result page
css/conditionals/exec-ed/design-exec-ed.css | 40 +++++++++++++++++++++++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 14 ++++++++++
2 files changed, 54 insertions(+)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7078: remove padding on program finder page.
css/style.css | 3 +++
sass/partials/design/_design.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7005:Brochure result page
css/conditionals/exec-ed/design-exec-ed.css | 40 +++++++++++++++++++++++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 14 ++++++++++
2 files changed, 54 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7004: Theme Checklist of Programs on initial page
css/conditionals/exec-ed/design-exec-ed.css | 28 +++++++++++++++++++++++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 26 +++++++++++++++++++++++++
2 files changed, 54 insertions(+)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7004: Theme Checklist of Programs on initial page
css/conditionals/exec-ed/design-exec-ed.css | 28 +++++++++++++++++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 36 +++++++++++++++++++++++++++
2 files changed, 64 insertions(+)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7012-2: Adding height to degree blocks
css/conditionals/exec-ed/ee-program-finder.css | 1 +
sass/conditionals/exec-ed/ee-program-finder.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7073: responsive implementation of overview.
css/conditionals/exec-ed/design-exec-ed.css | 47 ++++++++++++--
css/conditionals/exec-ed/ee-overview-detail.css | 76 +++++++++++++++++++++--
css/style.css | 13 ++++
js/custom.js | 6 ++
sass/conditionals/exec-ed/design-exec-ed.sass | 37 ++++++++---
sass/conditionals/exec-ed/ee-overview-detail.sass | 36 +++++++++--
sass/partials/design/_design.sass | 4 ++
sass/partials/design/_footer.sass | 2 +
8 files changed, 202 insertions(+), 19 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7073: header portion.
css/conditionals/exec-ed/design-exec-ed.css | 78 ++++++++++++++++++++++++++-
sass/conditionals/exec-ed/design-exec-ed.sass | 51 ++++++++++++++++--
2 files changed, 123 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7073: responsive implementation for program overview.
css/conditionals/exec-ed/design-exec-ed.css | 33 ++++++---
css/conditionals/exec-ed/ee-overview-detail.css | 87 +++++++++++++++++++----
css/style.css | 31 ++++----
sass/conditionals/exec-ed/design-exec-ed.sass | 28 +++++---
sass/conditionals/exec-ed/ee-overview-detail.sass | 50 ++++++++++---
sass/partials/design/_design.sass | 12 +---
sass/partials/design/_footer.sass | 4 ++
7 files changed, 176 insertions(+), 69 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7073: responsive implementation of overview.
css/conditionals/exec-ed/design-exec-ed.css | 47 ++++++++++++--
css/conditionals/exec-ed/ee-overview-detail.css | 76 +++++++++++++++++++++--
css/style.css | 13 ++++
js/custom.js | 6 ++
sass/conditionals/exec-ed/design-exec-ed.sass | 37 ++++++++---
sass/conditionals/exec-ed/ee-overview-detail.sass | 36 +++++++++--
sass/partials/design/_design.sass | 4 ++
sass/partials/design/_footer.sass | 2 +
8 files changed, 202 insertions(+), 19 deletions(-)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7075 Added new template specifically for the ee program admission page
templates/page--ee-program-admission.tpl.php | 187 +++++++++++++++++++++++++++
1 file changed, 187 insertions(+)

view commit - committer: Greg Mercer, 8 months ago author: Greg Mercer, 8 months ago
WP-7075 Added new template specifically for the ee program admission page
template.php | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7073: header portion.
css/conditionals/exec-ed/design-exec-ed.css | 78 ++++++++++++++++++++++++++-
sass/conditionals/exec-ed/design-exec-ed.sass | 51 ++++++++++++++++--
2 files changed, 123 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7044: changing hoverstate for titles
css/conditionals/exec-ed/ee-overview-detail.css | 8 ++++----
sass/conditionals/exec-ed/ee-overview-detail.sass | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7044: changing hoverstate for titles
css/conditionals/exec-ed/ee-overview-detail.css | 8 ++++----
sass/conditionals/exec-ed/ee-overview-detail.sass | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7073: responsive implementation for program overview.
css/conditionals/exec-ed/design-exec-ed.css | 33 ++++++---
css/conditionals/exec-ed/ee-overview-detail.css | 87 +++++++++++++++++++----
css/style.css | 31 ++++----
sass/conditionals/exec-ed/design-exec-ed.sass | 28 +++++---
sass/conditionals/exec-ed/ee-overview-detail.sass | 50 ++++++++++---
sass/partials/design/_design.sass | 12 +---
sass/partials/design/_footer.sass | 4 ++
7 files changed, 176 insertions(+), 69 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7043: changing hoverstate for other faculty title
css/conditionals/exec-ed/ee-overview-detail.css | 9 +++++++++
sass/conditionals/exec-ed/ee-overview-detail.sass | 9 +++++++++
2 files changed, 18 insertions(+)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7043: changing hoverstate for other faculty title
css/conditionals/exec-ed/ee-overview-detail.css | 9 +++++++++
sass/conditionals/exec-ed/ee-overview-detail.sass | 9 +++++++++
2 files changed, 18 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7041: adjust padding on wrapper not h3.
css/conditionals/exec-ed/ee-overview-detail.css | 2 +-
sass/conditionals/exec-ed/ee-overview-detail.sass | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7028: adjust spacing on menu links on ee header and footer.
css/conditionals/exec-ed/design-exec-ed.css | 24 +++++-------------------
sass/conditionals/exec-ed/design-exec-ed.sass | 16 +++-------------
2 files changed, 8 insertions(+), 32 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7085: restore the box-shadow on white and grey buttons.
css/conditionals/exec-ed/ee-program-finder.css | 4 +++-
css/style.css | 5 ++++-
sass/partials/base/03-extend/_gsb-revamp.sass | 2 ++
3 files changed, 9 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7087: adjust the position of exec ed menu.
css/style.css | 4 ++--
sass/partials/design/_design.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7041: adjust padding on wrapper not h3.
css/conditionals/exec-ed/ee-overview-detail.css | 2 +-
sass/conditionals/exec-ed/ee-overview-detail.sass | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7028: adjust spacing on menu links on ee header and footer.
css/conditionals/exec-ed/design-exec-ed.css | 24 +++++-------------------
sass/conditionals/exec-ed/design-exec-ed.sass | 16 +++-------------
2 files changed, 8 insertions(+), 32 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7085: restore the box-shadow on white and grey buttons.
css/conditionals/exec-ed/ee-program-finder.css | 4 +++-
css/style.css | 5 ++++-
sass/partials/base/03-extend/_gsb-revamp.sass | 2 ++
3 files changed, 9 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7085: recompile css for removing the box-shadow.
css/conditionals/exec-ed/ee-program-finder.css | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7087: adjust the position of exec ed menu.
css/style.css | 4 ++--
sass/partials/design/_design.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7012: heading styles
css/conditionals/exec-ed/ee-program-finder.css | 17 +++++++++++------
sass/conditionals/exec-ed/ee-program-finder.sass | 10 +++++++++-
2 files changed, 20 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7036: add margin bottom.
css/conditionals/exec-ed/ee-overview-detail.css | 1 +
sass/conditionals/exec-ed/ee-overview-detail.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7041: adjust spacing below specific h3s.
css/conditionals/exec-ed/ee-overview-detail.css | 3 +++
sass/conditionals/exec-ed/ee-overview-detail.sass | 4 ++++
2 files changed, 7 insertions(+)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7036: add margin bottom.
css/conditionals/exec-ed/ee-overview-detail.css | 1 +
sass/conditionals/exec-ed/ee-overview-detail.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7041: adjust spacing below specific h3s.
css/conditionals/exec-ed/ee-overview-detail.css | 3 +++
sass/conditionals/exec-ed/ee-overview-detail.sass | 4 ++++
2 files changed, 7 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7086: adjust spacing on full bleed home page layout.
css/style.css | 6 +++---
sass/partials/base/05-layouts/_layouts.sass | 5 ++---
2 files changed, 5 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: Meghan Plunkett, 8 months ago
WP-7085: global changes to buttons.
css/conditionals/alumni/alumni-reunion-finder.css | 17 +++++------------
css/conditionals/exec-ed/ee-program-finder.css | 13 +++++--------
css/conditionals/faculty-research/book-detail.css | 10 +++++-----
css/conditionals/faculty-research/case-detail.css | 10 +++++-----
.../faculty-research/publication-detail.css | 10 +++++-----
.../faculty-research/working-paper-detail.css | 10 +++++-----
css/conditionals/form-rethink.css | 10 +++++-----
css/conditionals/insights/resources/image-resource.css | 10 +++++-----
css/conditionals/library/pane-bookmarklet.css | 10 +++++-----
css/style.css | 17 +++++++----------
sass/conditionals/exec-ed/ee-program-finder.sass | 5 +----
sass/partials/base/03-extend/_gsb-revamp.sass | 9 +++------
12 files changed, 56 insertions(+), 75 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7085: mini program finder tweaks
css/conditionals/faculty-research/faculty-detail.css | 2 +-
css/style.css | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7085: Mini program finder tweaks
css/conditionals/exec-ed/ee-program-finder.css | 7 +++++--
css/conditionals/faculty-research/book-detail.css | 2 +-
css/conditionals/faculty-research/case-detail.css | 2 +-
css/conditionals/faculty-research/faculty-detail.css | 2 +-
css/conditionals/faculty-research/publication-detail.css | 7 -------
css/conditionals/faculty-research/working-paper-detail.css | 7 -------
css/conditionals/form-rethink.css | 7 -------
css/conditionals/insights/resources/image-resource.css | 7 -------
css/conditionals/library/pane-bookmarklet.css | 7 -------
css/style.css | 4 +---
sass/conditionals/exec-ed/ee-program-finder.sass | 7 +++++--
sass/partials/base/03-extend/_gsb-revamp.sass | 1 -
12 files changed, 14 insertions(+), 46 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7086: adjust spacing on full bleed home page layout.
css/style.css | 10 +++++-----
sass/partials/base/05-layouts/_layouts.sass | 5 ++---
2 files changed, 7 insertions(+), 8 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7085: global changes to buttons.
css/conditionals/alumni/alumni-reunion-finder.css | 17 +++++------------
css/conditionals/exec-ed/ee-program-finder.css | 17 ++++++-----------
css/conditionals/faculty-research/book-detail.css | 10 +++++-----
css/conditionals/faculty-research/case-detail.css | 10 +++++-----
.../faculty-research/publication-detail.css | 10 +++++-----
.../faculty-research/working-paper-detail.css | 10 +++++-----
css/conditionals/form-rethink.css | 10 +++++-----
css/conditionals/insights/resources/image-resource.css | 10 +++++-----
css/conditionals/library/pane-bookmarklet.css | 10 +++++-----
css/style.css | 17 +++++++----------
sass/conditionals/exec-ed/ee-program-finder.sass | 5 +----
sass/partials/base/03-extend/_gsb-revamp.sass | 9 +++------
12 files changed, 57 insertions(+), 78 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7091: Taupe Bars - Global change
css/style.css | 5 +----
sass/partials/design/_banner.sass | 2 +-
2 files changed, 2 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7037: added space above show more information
css/conditionals/exec-ed/ee-overview-detail.css | 2 +-
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7089: hover state of program titles
css/conditionals/exec-ed/ee-program-finder.css | 5 +++++
sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++++
2 files changed, 9 insertions(+)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7091: Taupe Bars - Global change
css/style.css | 7 ++-----
sass/partials/design/_banner.sass | 2 +-
2 files changed, 3 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7076: theme the faculty list
css/conditionals/exec-ed/design-exec-ed.css | 108 +++++++++++++++++++++++++-
sass/conditionals/exec-ed/design-exec-ed.sass | 77 ++++++++++++++++++
2 files changed, 183 insertions(+), 2 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7037: added space above show more information
css/conditionals/exec-ed/ee-overview-detail.css | 2 +-
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7085: mini program finder tweaks
css/conditionals/faculty-research/faculty-detail.css | 2 +-
css/style.css | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7089: hover state of program titles
css/conditionals/exec-ed/ee-program-finder.css | 5 +++++
sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++++
2 files changed, 9 insertions(+)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7085: Mini program finder tweaks
css/conditionals/exec-ed/ee-program-finder.css | 11 ++++++-----
css/conditionals/faculty-research/book-detail.css | 2 +-
css/conditionals/faculty-research/case-detail.css | 2 +-
css/conditionals/faculty-research/faculty-detail.css | 2 +-
css/conditionals/faculty-research/publication-detail.css | 7 -------
css/conditionals/faculty-research/working-paper-detail.css | 7 -------
css/conditionals/form-rethink.css | 7 -------
css/conditionals/insights/resources/image-resource.css | 7 -------
css/conditionals/library/pane-bookmarklet.css | 7 -------
css/style.css | 8 +++-----
sass/conditionals/exec-ed/ee-program-finder.sass | 7 +++++--
sass/partials/base/03-extend/_gsb-revamp.sass | 1 -
12 files changed, 17 insertions(+), 51 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7076: theme the faculty list
css/conditionals/exec-ed/design-exec-ed.css | 108 +++++++++++++++++++++++++-
sass/conditionals/exec-ed/design-exec-ed.sass | 90 +++++++++++++++++++++
2 files changed, 196 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7012:Theme full time degree programs block
css/conditionals/exec-ed/ee-program-finder.css | 2 +-
sass/conditionals/exec-ed/ee-program-finder.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7012:Theme full time degree programs block
css/conditionals/exec-ed/ee-program-finder.css | 34 ++++++++++++++++++++++-
images/gsb_program-finder_bg_01.jpg | Bin 0 -> 319643 bytes
sass/conditionals/exec-ed/ee-program-finder.sass | 26 +++++++++++++++++
3 files changed, 59 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7059: add hero region to info file.
gsb_theme.info | 1 +
1 file changed, 1 insertion(+)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7082:Masthead primary navigation padding
css/style.css | 8 ++++----
sass/partials/design/_menu-exec-ed.sass | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7012:Theme full time degree programs block
css/conditionals/exec-ed/ee-program-finder.css | 2 +-
sass/conditionals/exec-ed/ee-program-finder.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7012:Theme full time degree programs block
css/conditionals/exec-ed/ee-program-finder.css | 34 ++++++++++++++++++++++-
images/gsb_program-finder_bg_01.jpg | Bin 0 -> 319643 bytes
sass/conditionals/exec-ed/ee-program-finder.sass | 28 +++++++++++++++++++
3 files changed, 61 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7059: create hero region in page template.
templates/page.tpl.php | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7044: changing hoverstate on overview page for title and links
css/conditionals/exec-ed/ee-overview-detail.css | 18 ++++++++++++++++++
sass/conditionals/exec-ed/ee-overview-detail.sass | 15 +++++++++++++++
2 files changed, 33 insertions(+)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7042: overview page CTA's with green text and gray chevron
css/conditionals/exec-ed/ee-overview-detail.css | 10 +++++-----
sass/conditionals/exec-ed/ee-overview-detail.sass | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7039: reducing contact space chunk
css/conditionals/exec-ed/ee-overview-detail.css | 2 +-
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7038:taxonomy spacing
css/conditionals/exec-ed/ee-overview-detail.css | 2 +-
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7028: Title spacing tweaks
css/conditionals/exec-ed/design-exec-ed.css | 6 +++---
sass/conditionals/exec-ed/design-exec-ed.sass | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7044: changing hoverstate on overview page for title and links
css/conditionals/exec-ed/ee-overview-detail.css | 18 ++++++++++++++++++
sass/conditionals/exec-ed/ee-overview-detail.sass | 15 +++++++++++++++
2 files changed, 33 insertions(+)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-6994: rebase release branch including fixes.
css/conditionals/exec-ed/design-exec-ed.css | 2 +-
css/conditionals/exec-ed/ee-program-finder.css | 91 ++++++++++++++++--------
css/style.css | 3 +
sass/conditionals/exec-ed/design-exec-ed.sass | 2 +-
sass/conditionals/exec-ed/ee-program-finder.sass | 8 +--
sass/partials/base/05-layouts/_layouts.sass | 4 ++
6 files changed, 74 insertions(+), 36 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-6994: theme the exec ed application finder.
css/conditionals/exec-ed/design-exec-ed.css | 67 +++++-
css/conditionals/exec-ed/ee-program-finder.css | 290 ++++++++++++-----------
sass/conditionals/exec-ed/design-exec-ed.sass | 68 +++++-
sass/conditionals/exec-ed/ee-program-finder.sass | 177 +++++++-------
4 files changed, 369 insertions(+), 233 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 9 months ago
WP-6994: start theming the application finder.
css/conditionals/exec-ed/design-exec-ed.css | 73 +++++++++++++++++++-------
images/bg-ee-app-finder-2016-04-22-1.jpg | Bin 0 -> 386034 bytes
sass/conditionals/exec-ed/design-exec-ed.sass | 37 +++++++++++++
3 files changed, 92 insertions(+), 18 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7049: removing full-bleed header restriction
sass/conditionals/exec-ed/design-exec-ed.sass | 77 +++++++++++++--------------
1 file changed, 38 insertions(+), 39 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7049: removing full-bleed header restriction
sass/conditionals/exec-ed/design-exec-ed.sass | 77 +++++++++++++--------------
1 file changed, 38 insertions(+), 39 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-6999: adjust email button.
css/conditionals/exec-ed/design-exec-ed.css | 3 +++
css/style.css | 8 +++++++-
sass/conditionals/exec-ed/design-exec-ed.sass | 3 +++
sass/partials/design/_design.sass | 8 ++++++--
4 files changed, 19 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 8 months ago author: hgupta, 8 months ago
WP-7053: mini program finder issues
css/conditionals/exec-ed/ee-program-finder.css | 8 ++++----
sass/conditionals/exec-ed/ee-program-finder.sass | 9 ++++-----
2 files changed, 8 insertions(+), 9 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7042: overview page CTA's with green text and gray chevron
css/conditionals/exec-ed/ee-overview-detail.css | 10 +++++-----
sass/conditionals/exec-ed/ee-overview-detail.sass | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7053: mini program finder issues
css/conditionals/exec-ed/ee-program-finder.css | 8 ++++----
sass/conditionals/exec-ed/ee-program-finder.sass | 9 ++++-----
2 files changed, 8 insertions(+), 9 deletions(-)

view commit - committer: Meghan Plunkett, 8 months ago author: Meghan Plunkett, 8 months ago
WP-7021: remove full bleed landing layouts and add new panel region to full bleed page.
css/style.css | 115 +--------------------
.../gsb-full-bleed-landing-page-no-left.inc | 19 ----
.../gsb-full-bleed-landing-page-no-left.png | Bin 7849 -> 0 bytes
.../gsb-full-bleed-landing-page-no-left.tpl.php | 83 ---------------
.../gsb-full-bleed-landing-page-1.png | Bin 8037 -> 0 bytes
.../gsb-full-bleed-landing-page.inc | 20 ----
.../gsb-full-bleed-landing-page.tpl.php | 95 -----------------
.../gsb-full-bleed-page/gsb-full-bleed-page.inc | 3 +-
.../gsb-full-bleed-page.tpl.php | 6 +-
sass/partials/base/05-layouts/_layouts.sass | 111 +-------------------
10 files changed, 9 insertions(+), 443 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7039: reducing contact space chunk
css/conditionals/exec-ed/ee-overview-detail.css | 2 +-
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7038:taxonomy spacing
css/conditionals/exec-ed/ee-overview-detail.css | 2 +-
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7028: Title spacing tweaks
css/conditionals/exec-ed/design-exec-ed.css | 6 +++---
sass/conditionals/exec-ed/design-exec-ed.sass | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: hgupta, 8 months ago author: hgupta, 8 months ago
WP-7048:Mini finder is pushing the image CTAs to 2 rows
css/conditionals/exec-ed/ee-program-finder.css | 2 ++
sass/conditionals/exec-ed/ee-program-finder.sass | 2 ++
2 files changed, 4 insertions(+)

view commit - committer: Greg Mercer (GBear), 9 months ago author: hgupta, 9 months ago
WP-7040: cta's aligned in center
css/conditionals/exec-ed/design-exec-ed.css | 1 +
sass/conditionals/exec-ed/design-exec-ed.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 9 months ago author: hgupta, 9 months ago
WP-7000: reduce email icon size in insights page
css/style.css | 14 +++++++++-----
sass/partials/design/_design.sass | 24 +++++++++++++++---------
2 files changed, 24 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-7009: remove float on legal footer.
css/style.css | 2 +-
sass/partials/design/_footer.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: hgupta, 9 months ago
WP-7002: mini program finder theming
css/conditionals/exec-ed/ee-program-finder.css | 8 +++++++-
sass/conditionals/exec-ed/ee-program-finder.sass | 8 ++++++--
2 files changed, 13 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: hgupta, 9 months ago
WP-7002: mini program finder theming
css/conditionals/exec-ed/ee-program-finder.css | 151 +++++++++++++++++++++--
sass/conditionals/exec-ed/ee-program-finder.sass | 60 +++++++++
2 files changed, 204 insertions(+), 7 deletions(-)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-7040: cta's aligned in center
css/conditionals/exec-ed/design-exec-ed.css | 1 +
sass/conditionals/exec-ed/design-exec-ed.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-7000: reduce email icon size in insights page
css/style.css | 14 +++++++++-----
sass/partials/design/_design.sass | 24 +++++++++++++++---------
2 files changed, 24 insertions(+), 14 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-7009: remove float on legal footer.
css/style.css | 2 +-
sass/partials/design/_footer.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-7002: mini program finder theming
css/conditionals/exec-ed/ee-program-finder.css | 8 +++++++-
sass/conditionals/exec-ed/ee-program-finder.sass | 8 ++++++--
2 files changed, 13 insertions(+), 3 deletions(-)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-7002: mini program finder theming
css/conditionals/exec-ed/ee-program-finder.css | 151 +++++++++++++++++++++--
sass/conditionals/exec-ed/ee-program-finder.sass | 60 +++++++++
2 files changed, 204 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-7035: responsive chages for full bleed home page layout.
css/style.css | 56 +++++++++++++++++++++--------
sass/partials/base/05-layouts/_layouts.sass | 40 ++++++++++++++-------
2 files changed, 69 insertions(+), 27 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-7035: responsive chages for full bleed home page layout.
css/style.css | 56 +++++++++++++++++++++--------
sass/partials/base/05-layouts/_layouts.sass | 40 ++++++++++++++-------
2 files changed, 69 insertions(+), 27 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6984: remove fieldset styles.
css/conditionals/exec-ed/ee-overview-detail.css | 5 +++++
sass/conditionals/exec-ed/ee-overview-detail.sass | 8 +++++++-
2 files changed, 12 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: hgupta, 9 months ago
WP-6991: added font-weight normal to faculty h2
css/conditionals/exec-ed/ee-overview-detail.css | 3 +++
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-6991: added font-weight normal to faculty h2
css/conditionals/exec-ed/ee-overview-detail.css | 3 +++
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Greg Mercer (GBear), 9 months ago author: hgupta, 9 months ago
WP-6893: reduce max-width for figcaption
css/style.css | 4 ++--
sass/partials/design/_wysiwyg.sass | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-7009: ressponsive implementation for seed and ee footer.
css/style.css | 72 +++++++++++++++++++++------------------
sass/partials/design/_footer.sass | 49 ++++++++++++++------------
2 files changed, 66 insertions(+), 55 deletions(-)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-6893: reduce max-width for figcaption
css/style.css | 6 +++---
sass/partials/design/_wysiwyg.sass | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-7009: ressponsive implementation for seed and ee footer.
css/style.css | 72 +++++++++++++++++++++------------------
sass/partials/design/_footer.sass | 49 ++++++++++++++------------
2 files changed, 66 insertions(+), 55 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: hgupta, 9 months ago
WP-6991: Added row padding and changed h2 to normal
css/conditionals/exec-ed/ee-overview-detail.css | 5 ++++-
sass/conditionals/exec-ed/ee-overview-detail.sass | 4 +++-
2 files changed, 7 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: hgupta, 9 months ago
WP-6907: updated program header height
css/conditionals/exec-ed/design-exec-ed.css | 11 ++++++++---
sass/conditionals/exec-ed/design-exec-ed.sass | 9 ++++++---
2 files changed, 14 insertions(+), 6 deletions(-)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-6991: Added row padding and changed h2 to normal
css/conditionals/exec-ed/ee-overview-detail.css | 5 ++++-
sass/conditionals/exec-ed/ee-overview-detail.sass | 4 +++-
2 files changed, 7 insertions(+), 2 deletions(-)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-6982: Adding spcae in pane-title h2
css/conditionals/exec-ed/design-exec-ed.css | 4 ++++
sass/conditionals/exec-ed/design-exec-ed.sass | 15 +++++++++------
2 files changed, 13 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Ayuta Padhi, 9 months ago
WP-7013 fix for expand menu for Seed and EE
js/responsive-menu.js | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Ayuta Padhi, 9 months ago author: Ayuta Padhi, 9 months ago
WP-7013 fix for expand menu for Seed and EE
js/responsive-menu.js | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-7019: change layout classes so fpps render correctly.
.../gsb-full-bleed-landing-page-no-left.tpl.php | 14 +++++++-------
.../gsb-full-bleed-landing-page.tpl.php | 22 ++++++++--------------
2 files changed, 15 insertions(+), 21 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-7019: change layout classes so fpps render correctly.
.../gsb-full-bleed-landing-page-no-left.tpl.php | 14 +++++++-------
.../gsb-full-bleed-landing-page.tpl.php | 22 ++++++++--------------
2 files changed, 15 insertions(+), 21 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-6979: remove padding override.
css/style.css | 6 ------
sass/partials/base/05-layouts/_layouts.sass | 4 ----
2 files changed, 10 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6979: remove padding override.
css/style.css | 6 ------
sass/partials/base/05-layouts/_layouts.sass | 4 ----
2 files changed, 10 deletions(-)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-6981: modified H1 spacing
css/style.css | 8 ++++----
sass/partials/base/05-layouts/_layouts.sass | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: hgupta, 9 months ago
WP-6651: changed the icon font-size
css/conditionals/exec-ed/design-exec-ed.css | 2 +-
sass/conditionals/exec-ed/design-exec-ed.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-6977: extended cta's max-width
css/style.css | 4 ++--
sass/partials/design/_cta.sass | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-6907: updated program header height
css/conditionals/exec-ed/design-exec-ed.css | 11 ++++++++---
sass/conditionals/exec-ed/design-exec-ed.sass | 9 ++++++---
2 files changed, 14 insertions(+), 6 deletions(-)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-6912: button aligned and adjusted the left-right bleeding for grey and green regions
css/conditionals/exec-ed/design-exec-ed.css | 5 +++++
css/conditionals/exec-ed/ee-overview-detail.css | 7 ++++---
sass/conditionals/exec-ed/design-exec-ed.sass | 4 ++++
sass/conditionals/exec-ed/ee-overview-detail.sass | 4 ++--
4 files changed, 15 insertions(+), 5 deletions(-)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-6651: changed the icon font-size
css/conditionals/exec-ed/design-exec-ed.css | 2 +-
sass/conditionals/exec-ed/design-exec-ed.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-7008: adjust the home page layout for responsive.
css/style.css | 111 ++++++++++++++++++++++++----
sass/partials/base/05-layouts/_layouts.sass | 38 ++++++++--
sass/partials/design/_cta-image.sass | 51 ++++++++-----
3 files changed, 157 insertions(+), 43 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6566: masthead responsive changes.
css/conditionals/exec-ed/design-exec-ed.css | 164 +-------------------------
css/style.css | 158 +++++++++++++------------
js/custom.js | 2 +
sass/conditionals/exec-ed/design-exec-ed.sass | 101 ++--------------
sass/partials/base/05-layouts/_layouts.sass | 6 +
sass/partials/design/_design.sass | 59 ++++-----
sass/partials/design/_menu-exec-ed.sass | 6 +-
sass/partials/design/_menu-main.sass | 45 ++++---
sass/partials/design/_search-filters.sass | 17 +--
9 files changed, 173 insertions(+), 385 deletions(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
Changing bullet to be well more bullet'ty
css/style.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: hgupta, 9 months ago
WP-6907: Adjust the height of panelized pages header
css/conditionals/exec-ed/design-exec-ed.css | 8 ++++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 6 ++++++
2 files changed, 14 insertions(+)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-6907: Adjust the height of panelized pages header
css/conditionals/exec-ed/design-exec-ed.css | 8 ++++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 6 ++++++
2 files changed, 14 insertions(+)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-6999: re-theme idea story buttons and scaling down program ct buttons
css/conditionals/exec-ed/design-exec-ed.css | 19 +++++++++++++++++++
css/style.css | 2 +-
sass/conditionals/exec-ed/design-exec-ed.sass | 12 ++++++++++++
sass/partials/design/_design.sass | 2 +-
4 files changed, 33 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: hgupta, 9 months ago
WP-6752: Need more information block theme
css/conditionals/exec-ed/design-exec-ed.css | 70 +++++++++++++++++++++++++--
sass/conditionals/exec-ed/design-exec-ed.sass | 43 ++++++++++++++++
2 files changed, 110 insertions(+), 3 deletions(-)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-6752: Need more information block theme
css/conditionals/exec-ed/design-exec-ed.css | 70 +++++++++++++++++++++++++--
sass/conditionals/exec-ed/design-exec-ed.sass | 43 ++++++++++++++++
2 files changed, 110 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: hgupta, 9 months ago
WP-6978: spotlight narrow view and 2-col view update
css/style.css | 21 ++++++++++++++++++++-
.../base/06-ui-patterns/_drupal-patterns.sass | 13 +++++++++++++
sass/partials/design/_fpp-spotlight.sass | 1 +
3 files changed, 34 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: hgupta, 9 months ago
WP-6651: hiding count and enabling email button
css/conditionals/exec-ed/design-exec-ed.css | 4 ++++
css/style.css | 16 ++++++++++++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 2 ++
sass/partials/design/_design.sass | 5 +++++
4 files changed, 27 insertions(+)

view commit - committer: Greg Mercer (GBear), 9 months ago author: hgupta, 9 months ago
WP-6651: Theme the share buttons
css/conditionals/exec-ed/design-exec-ed.css | 11 ++++++++++-
css/style.css | 9 ++++++++-
sass/conditionals/exec-ed/design-exec-ed.sass | 9 ++++++++-
sass/partials/design/_design.sass | 6 +++++-
4 files changed, 31 insertions(+), 4 deletions(-)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-6978: spotlight narrow view and 2-col view update
css/style.css | 21 ++++++++++++++++++++-
.../base/06-ui-patterns/_drupal-patterns.sass | 17 +++++++++++++++++
sass/partials/design/_fpp-spotlight.sass | 1 +
3 files changed, 38 insertions(+), 1 deletion(-)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-6651: hiding count and enabling email button
css/conditionals/exec-ed/design-exec-ed.css | 4 ++++
css/style.css | 16 ++++++++++++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 2 ++
sass/partials/design/_design.sass | 5 +++++
4 files changed, 27 insertions(+)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
Changing bullet to be well more bullet'ty
css/style.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer, 9 months ago author: Greg Mercer, 9 months ago
Correcting the bullets
css/style.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-6651: Theme the share buttons
css/conditionals/exec-ed/design-exec-ed.css | 11 ++++++++++-
css/style.css | 9 ++++++++-
sass/conditionals/exec-ed/design-exec-ed.sass | 9 ++++++++-
sass/partials/design/_design.sass | 6 +++++-
4 files changed, 31 insertions(+), 4 deletions(-)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-6904: alignment of wrapper fixed
css/conditionals/exec-ed/ee-overview-detail.css | 3 ++-
sass/conditionals/exec-ed/ee-overview-detail.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-6927-1: video wrapper max-width changed
css/conditionals/exec-ed/ee-overview-detail.css | 2 +-
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: hgupta, 9 months ago
WP-6382-2:Wysiwysg type styles for h2 and h5
css/style.css | 3 ++-
sass/partials/design/_wysiwyg.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: hgupta, 9 months ago
WP-6930: optional Additional Programing header style change
css/conditionals/exec-ed/ee-overview-detail.css | 25 +++++++++++++++++++++++
sass/conditionals/exec-ed/ee-overview-detail.sass | 9 ++++++++
2 files changed, 34 insertions(+)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-6382-2:Wysiwysg type styles for h2 and h5
css/style.css | 3 ++-
sass/partials/design/_wysiwyg.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-6930: optional Additional Programing header style change
css/conditionals/exec-ed/ee-overview-detail.css | 25 +++++++++++++++++++++++
sass/conditionals/exec-ed/ee-overview-detail.sass | 9 ++++++++
2 files changed, 34 insertions(+)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-6938:Explore Related Programs title hoverstate
css/conditionals/exec-ed/ee-overview-detail.css | 4 ++++
sass/conditionals/exec-ed/ee-overview-detail.sass | 3 +++
2 files changed, 7 insertions(+)

view commit - committer: Greg Mercer (GBear), 9 months ago author: hgupta, 9 months ago
WP-6926:Learn More section, column widths + spacing
css/conditionals/exec-ed/ee-overview-detail.css | 17 ++++++++---------
sass/conditionals/exec-ed/ee-overview-detail.sass | 17 ++++++++---------
2 files changed, 16 insertions(+), 18 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: hgupta, 9 months ago
WP-6939: Taxonomy Terms, bottom of Program CT hoverstate
css/conditionals/exec-ed/ee-overview-detail.css | 4 ++++
sass/conditionals/exec-ed/ee-overview-detail.sass | 3 +++
2 files changed, 7 insertions(+)

view commit - committer: Greg Mercer (GBear), 9 months ago author: hgupta, 9 months ago
WP-6936: Featured Item on Overview Page change hoverstate
css/style.css | 11 +++++++++--
sass/partials/design/_existing-node.sass | 3 +++
2 files changed, 12 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: hgupta, 9 months ago
WP-6935: Faculty Leadership hoverstate change
css/conditionals/exec-ed/design-exec-ed.css | 2 ++
css/conditionals/exec-ed/ee-overview-detail.css | 2 ++
sass/conditionals/exec-ed/design-exec-ed.sass | 2 ++
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 ++
4 files changed, 8 insertions(+)

view commit - committer: Greg Mercer (GBear), 9 months ago author: hgupta, 9 months ago
WP-6933: Learn More section video, padding/margin inside container changed
css/conditionals/exec-ed/ee-overview-detail.css | 4 ++--
sass/conditionals/exec-ed/ee-overview-detail.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: hgupta, 9 months ago
WP-6927: Learn More section Video max-width changed
css/conditionals/exec-ed/ee-overview-detail.css | 2 +-
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: hgupta, 9 months ago
WP-6904: blocks aligned properly
css/conditionals/exec-ed/ee-overview-detail.css | 3 ++-
sass/conditionals/exec-ed/ee-overview-detail.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: hgupta, 9 months ago
WP-6912: right align the download button
css/conditionals/exec-ed/ee-overview-detail.css | 7 +++----
sass/conditionals/exec-ed/ee-overview-detail.sass | 4 ++--
2 files changed, 5 insertions(+), 6 deletions(-)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-6939: Taxonomy Terms, bottom of Program CT hoverstate
css/conditionals/exec-ed/ee-overview-detail.css | 4 ++++
sass/conditionals/exec-ed/ee-overview-detail.sass | 3 +++
2 files changed, 7 insertions(+)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-6936: Featured Item on Overview Page change hoverstate
css/style.css | 11 +++++++++--
sass/partials/design/_existing-node.sass | 3 +++
2 files changed, 12 insertions(+), 2 deletions(-)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-6935: Faculty Leadership hoverstate change
css/conditionals/exec-ed/design-exec-ed.css | 2 ++
css/conditionals/exec-ed/ee-overview-detail.css | 2 ++
sass/conditionals/exec-ed/design-exec-ed.sass | 2 ++
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 ++
4 files changed, 8 insertions(+)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-6933: Learn More section video, padding/margin inside container changed
css/conditionals/exec-ed/ee-overview-detail.css | 4 ++--
sass/conditionals/exec-ed/ee-overview-detail.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-6965: add margin top to title when added as a pane.
css/style.css | 6 ++++++
sass/partials/base/05-layouts/_layouts.sass | 8 ++++++++
2 files changed, 14 insertions(+)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6965: add margin top to title when added as a pane.
css/style.css | 6 ++++++
sass/partials/base/05-layouts/_layouts.sass | 8 ++++++++
2 files changed, 14 insertions(+)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6929: change red cta pdf back.
css/style.css | 2 +-
sass/partials/design/_cta.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-6927: Learn More section Video max-width changed
css/conditionals/exec-ed/ee-overview-detail.css | 2 +-
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-6929: update pdf color.
css/style.css | 4 ++--
sass/partials/design/_cta.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-6928: change padding on footer cta.
css/style.css | 2 +-
sass/partials/design/_footer.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-6966: make menu block theming more specific.
css/style.css | 27 ++++++++++++------
sass/partials/design/_menu-block.sass | 54 ++++++++++++++++++-----------------
2 files changed, 46 insertions(+), 35 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6929: update pdf color.
css/style.css | 4 ++--
sass/partials/design/_cta.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6928: change padding on footer cta.
css/style.css | 2 +-
sass/partials/design/_footer.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6966: make menu block theming more specific.
css/style.css | 27 ++++++++++++------
sass/partials/design/_menu-block.sass | 54 ++++++++++++++++++-----------------
2 files changed, 46 insertions(+), 35 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6967: add spacing between panes.
css/style.css | 6 ++++++
sass/partials/base/05-layouts/_layouts.sass | 5 +++++
2 files changed, 11 insertions(+)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-6926:Learn More section, column widths + spacing
css/conditionals/exec-ed/ee-overview-detail.css | 12 ++++++------
sass/conditionals/exec-ed/ee-overview-detail.sass | 12 ++++++------
2 files changed, 12 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-6883: swap key image out for display image.
css/conditionals/exec-ed/design-exec-ed.css | 4 ++--
css/conditionals/exec-ed/ee-overview-detail.css | 4 ++--
sass/conditionals/exec-ed/design-exec-ed.sass | 2 +-
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-6951: make pane title font weight normal.
css/conditionals/news/pane-stories-by-criteria.css | 1 +
sass/conditionals/news/pane-stories-by-criteria.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-6867: update compare circle.
css/conditionals/exec-ed/ee-program-finder.css | 6 +++---
sass/conditionals/exec-ed/ee-program-finder.sass | 8 +++-----
2 files changed, 6 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-6680: add margin bottom.
css/conditionals/exec-ed/ee-program-finder.css | 3 +++
sass/conditionals/exec-ed/ee-program-finder.sass | 5 ++---
2 files changed, 5 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-6966: theme the menus added to the sidebar region.
css/style.css | 135 ++++++++++++++++++++++++++++++++
sass/partials/design/_menu-sidebar.sass | 76 ++++++++++++++++++
2 files changed, 211 insertions(+)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6883: swap key image out for display image.
css/conditionals/exec-ed/design-exec-ed.css | 4 ++--
css/conditionals/exec-ed/ee-overview-detail.css | 4 ++--
sass/conditionals/exec-ed/design-exec-ed.sass | 2 +-
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6867: update compare circle.
css/conditionals/exec-ed/ee-program-finder.css | 6 +++---
sass/conditionals/exec-ed/ee-program-finder.sass | 8 +++-----
2 files changed, 6 insertions(+), 8 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6680: add margin bottom.
css/conditionals/exec-ed/ee-program-finder.css | 3 +++
sass/conditionals/exec-ed/ee-program-finder.sass | 5 ++---
2 files changed, 5 insertions(+), 3 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6951: make pane title font weight normal.
css/conditionals/news/pane-stories-by-criteria.css | 1 +
sass/conditionals/news/pane-stories-by-criteria.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6966: theme the menus added to the sidebar region.
css/style.css | 138 +++++++++++++++++++++++++++-
sass/partials/base/05-layouts/_layouts.sass | 3 -
sass/partials/design/_menu-sidebar.sass | 76 +++++++++++++++
3 files changed, 211 insertions(+), 6 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6967: change width and class for video in green full.
css/style.css | 4 ++++
layouts/gsb-full-bleed-home-page/gsb-full-bleed-home-page.tpl.php | 2 +-
sass/partials/base/05-layouts/_layouts.sass | 4 ++++
3 files changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6948: fix margin on full view on home page.
css/style.css | 18 ++++++++++++------
sass/partials/base/05-layouts/_layouts.sass | 14 +++++++++-----
2 files changed, 21 insertions(+), 11 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6948: update full bleed layouts.
css/conditionals/exec-ed/design-exec-ed.css | 2 +-
css/style.css | 77 ++++++++++++++++---
.../gsb-full-bleed-landing-page-no-left.inc | 19 +++++
.../gsb-full-bleed-landing-page-no-left.png | Bin 0 -> 7849 bytes
.../gsb-full-bleed-landing-page-no-left.tpl.php | 83 +++++++++++++++++++++
.../gsb-full-bleed-landing-page.inc | 1 +
.../gsb-full-bleed-landing-page.tpl.php | 10 ++-
sass/conditionals/exec-ed/design-exec-ed.sass | 2 +-
sass/partials/base/05-layouts/_layouts.sass | 67 ++++++++++++++---
sass/partials/design/_design.sass | 3 +-
sass/partials/design/_wysiwyg.sass | 2 +
11 files changed, 240 insertions(+), 26 deletions(-)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-6912: right align the download button
css/conditionals/exec-ed/ee-overview-detail.css | 7 +++----
sass/conditionals/exec-ed/ee-overview-detail.sass | 4 ++--
2 files changed, 5 insertions(+), 6 deletions(-)

view commit - committer: hgupta, 9 months ago author: hgupta, 9 months ago
WP-6904: blocks aligned properly
css/conditionals/exec-ed/ee-overview-detail.css | 3 ++-
sass/conditionals/exec-ed/ee-overview-detail.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6868: start on compare page theming.
css/conditionals/exec-ed/design-exec-ed.css | 14 +++++
sass/conditionals/exec-ed/design-exec-ed.sass | 80 +++++++++++++++++++++++++++
2 files changed, 94 insertions(+)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-6943: hide the title and breadcrumbs on full bleed home page.
css/style.css | 5 +++++
sass/partials/design/_design.sass | 6 ++++++
2 files changed, 11 insertions(+)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6362: update the color for pdf in cta and color variables.
css/style.css | 11 ++++++++++-
sass/conditionals/insights/fpp-topic-teaser.sass | 2 +-
sass/conditionals/week-in-the-life-landing.sass | 2 +-
sass/partials/base/00-variables/_colors.sass | 1 -
sass/partials/base/02-reset/_reset.sass | 2 +-
sass/partials/base/04-defaults/forms/_formalize.sass | 4 ++--
sass/partials/design/_cta.sass | 9 +++++++++
sass/partials/design/_fpp-links.sass | 2 +-
sass/partials/design/_spinner.sass | 2 +-
9 files changed, 26 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6362: adjust cta width when placed in wide.
css/style.css | 6 ++++++
sass/partials/design/_cta.sass | 5 +++++
2 files changed, 11 insertions(+)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6362: update container styles.
css/conditionals/alumni/alumni-detail.css | 16 +------------
css/conditionals/block-weather.css | 16 +------------
css/conditionals/e-newsletter-list.css | 16 +------------
css/conditionals/event/admission-event-detail.css | 16 +------------
css/conditionals/event/event-detail.css | 16 +------------
css/conditionals/exec-ed/design-exec-ed.css | 25 ++-----------------
css/conditionals/exec-ed/ee-overview-detail.css | 22 ++---------------
css/conditionals/faculty-research/book-detail.css | 16 +------------
css/conditionals/faculty-research/case-cmi.css | 16 +------------
css/conditionals/faculty-research/case-detail.css | 9 +++++--
.../faculty-research/faculty-detail.css | 16 +------------
.../faculty-research/faculty-landing-list.css | 16 +------------
css/conditionals/library/pane-chat.css | 16 +------------
css/conditionals/library/pane-faqs.css | 16 +------------
css/conditionals/library/pane-hours.css | 16 +------------
css/conditionals/library/pane-rss.css | 16 +------------
css/conditionals/library/pane-searchworks.css | 16 +------------
.../library/view-business-website-detail.css | 16 +------------
css/conditionals/phd-candidate-detail.css | 16 +------------
css/conditionals/program-landing.css | 5 +---
css/conditionals/staff-detail.css | 16 +------------
css/style.css | 22 ++++-------------
sass/conditionals/block-weather.sass | 2 +-
sass/conditionals/e-newsletter-list.sass | 2 +-
sass/conditionals/exec-ed/design-exec-ed.sass | 4 ++--
sass/conditionals/exec-ed/ee-overview-detail.sass | 4 ++--
.../conditionals/faculty-research/book-detail.sass | 2 +-
sass/conditionals/faculty-research/case-cmi.sass | 2 +-
.../conditionals/faculty-research/case-detail.sass | 4 +++-
.../faculty-research/faculty-landing-list.sass | 2 +-
sass/conditionals/library/pane-chat.sass | 2 +-
sass/conditionals/library/pane-faqs.sass | 2 +-
sass/conditionals/library/pane-hours.sass | 2 +-
sass/conditionals/library/pane-rss.sass | 2 +-
sass/conditionals/library/pane-searchworks.sass | 2 +-
.../library/view-business-website-detail.sass | 2 +-
sass/conditionals/phd-candidate-detail.sass | 2 +-
sass/conditionals/program-landing.sass | 6 ++---
sass/partials/base/01-mixins/_custom.sass | 2 +-
sass/partials/base/03-extend/_gsb-revamp.sass | 28 ++++------------------
sass/partials/design/_accordion.sass | 4 ++--
sass/partials/design/_faculty-search.sass | 6 ++---
42 files changed, 65 insertions(+), 372 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6362: update text cta styles.
css/style.css | 45 ++++++---------------------------
sass/partials/base/07-media/_print.sass | 25 ------------------
sass/partials/design/_cta.sass | 5 ++--
sass/partials/design/_design.sass | 3 +--
4 files changed, 11 insertions(+), 67 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-6382: make links in body green.
css/style.css | 1 +
sass/partials/design/_wysiwyg.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-6867: add min height to tray.
css/conditionals/exec-ed/ee-program-finder.css | 1 +
sass/conditionals/exec-ed/ee-program-finder.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6943: hide the title and breadcrumbs on full bleed home page.
css/style.css | 5 +++++
sass/partials/design/_design.sass | 6 ++++++
2 files changed, 11 insertions(+)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6362: update the color for pdf in cta and color variables.
css/style.css | 11 ++++++++++-
sass/conditionals/insights/fpp-topic-teaser.sass | 2 +-
sass/conditionals/week-in-the-life-landing.sass | 2 +-
sass/partials/base/00-variables/_colors.sass | 1 -
sass/partials/base/02-reset/_reset.sass | 2 +-
sass/partials/base/04-defaults/forms/_formalize.sass | 4 ++--
sass/partials/design/_cta.sass | 9 +++++++++
sass/partials/design/_fpp-links.sass | 2 +-
sass/partials/design/_spinner.sass | 2 +-
9 files changed, 26 insertions(+), 9 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6362: adjust cta width when placed in wide.
css/style.css | 6 ++++++
sass/partials/design/_cta.sass | 5 +++++
2 files changed, 11 insertions(+)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6362: update container styles.
css/conditionals/alumni/alumni-detail.css | 16 +------------
css/conditionals/block-weather.css | 16 +------------
css/conditionals/e-newsletter-list.css | 16 +------------
css/conditionals/event/admission-event-detail.css | 16 +------------
css/conditionals/event/event-detail.css | 16 +------------
css/conditionals/exec-ed/design-exec-ed.css | 25 ++-----------------
css/conditionals/exec-ed/ee-overview-detail.css | 22 ++---------------
css/conditionals/faculty-research/book-detail.css | 16 +------------
css/conditionals/faculty-research/case-cmi.css | 16 +------------
css/conditionals/faculty-research/case-detail.css | 9 +++++--
.../faculty-research/faculty-detail.css | 16 +------------
.../faculty-research/faculty-landing-list.css | 16 +------------
css/conditionals/library/pane-chat.css | 16 +------------
css/conditionals/library/pane-faqs.css | 16 +------------
css/conditionals/library/pane-hours.css | 16 +------------
css/conditionals/library/pane-rss.css | 16 +------------
css/conditionals/library/pane-searchworks.css | 16 +------------
.../library/view-business-website-detail.css | 16 +------------
css/conditionals/phd-candidate-detail.css | 16 +------------
css/conditionals/program-landing.css | 5 +---
css/conditionals/staff-detail.css | 16 +------------
css/style.css | 22 ++++-------------
sass/conditionals/block-weather.sass | 2 +-
sass/conditionals/e-newsletter-list.sass | 2 +-
sass/conditionals/exec-ed/design-exec-ed.sass | 4 ++--
sass/conditionals/exec-ed/ee-overview-detail.sass | 4 ++--
.../conditionals/faculty-research/book-detail.sass | 2 +-
sass/conditionals/faculty-research/case-cmi.sass | 2 +-
.../conditionals/faculty-research/case-detail.sass | 4 +++-
.../faculty-research/faculty-landing-list.sass | 2 +-
sass/conditionals/library/pane-chat.sass | 2 +-
sass/conditionals/library/pane-faqs.sass | 2 +-
sass/conditionals/library/pane-hours.sass | 2 +-
sass/conditionals/library/pane-rss.sass | 2 +-
sass/conditionals/library/pane-searchworks.sass | 2 +-
.../library/view-business-website-detail.sass | 2 +-
sass/conditionals/phd-candidate-detail.sass | 2 +-
sass/conditionals/program-landing.sass | 6 ++---
sass/partials/base/01-mixins/_custom.sass | 2 +-
sass/partials/base/03-extend/_gsb-revamp.sass | 28 ++++------------------
sass/partials/design/_accordion.sass | 4 ++--
sass/partials/design/_faculty-search.sass | 6 ++---
42 files changed, 65 insertions(+), 372 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6362: update text cta styles.
css/style.css | 45 ++++++---------------------------
sass/partials/base/07-media/_print.sass | 25 ------------------
sass/partials/design/_cta.sass | 5 ++--
sass/partials/design/_design.sass | 3 +--
4 files changed, 11 insertions(+), 67 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6382: make links in body green.
css/style.css | 1 +
sass/partials/design/_wysiwyg.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6867: add min height to tray.
css/conditionals/exec-ed/ee-program-finder.css | 1 +
sass/conditionals/exec-ed/ee-program-finder.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6680: update program finder theming.
css/conditionals/alumni/alumni-reunion-finder.css | 9 +---
css/conditionals/exec-ed/ee-program-finder.css | 58 +++++++++-------------
css/conditionals/faculty-research/book-detail.css | 9 +---
css/conditionals/faculty-research/case-detail.css | 9 +---
.../faculty-research/publication-detail.css | 9 +---
.../faculty-research/working-paper-detail.css | 9 +---
css/conditionals/form-rethink.css | 9 +---
.../insights/resources/image-resource.css | 9 +---
css/conditionals/library/pane-bookmarklet.css | 9 +---
css/style.css | 17 ++-----
sass/conditionals/exec-ed/ee-program-finder.sass | 33 +++---------
sass/partials/base/03-extend/_gsb-revamp.sass | 6 +--
12 files changed, 45 insertions(+), 141 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6883: fix cta positioning.
css/conditionals/exec-ed/design-exec-ed.css | 10 ++++++----
css/conditionals/exec-ed/ee-overview-detail.css | 2 +-
sass/conditionals/exec-ed/design-exec-ed.sass | 10 ++++++----
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +-
4 files changed, 14 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-6883: theme program list fpp.
css/conditionals/exec-ed/design-exec-ed.css | 118 +++++++++++++++++++++-
css/conditionals/exec-ed/ee-overview-detail.css | 10 +-
sass/conditionals/exec-ed/design-exec-ed.sass | 87 ++++++++++++++++
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +-
4 files changed, 209 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-6891: change placeholder styling approach.
css/conditionals/exec-ed/ee-program-finder.css | 14 +----------
sass/conditionals/exec-ed/ee-program-finder.sass | 32 ++++++++++--------------
2 files changed, 14 insertions(+), 32 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-6867: theme compare and program finder sticky tray.
css/conditionals/exec-ed/design-exec-ed.css | 6 +-
css/conditionals/exec-ed/ee-program-finder.css | 95 +++++++++++++++++++-----
sass/conditionals/exec-ed/design-exec-ed.sass | 3 +-
sass/conditionals/exec-ed/ee-program-finder.sass | 76 ++++++++++++++-----
4 files changed, 139 insertions(+), 41 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-6867: sticky wrapper and compare button.
css/conditionals/exec-ed/ee-program-finder.css | 86 +++++++++++++++++++++++-
sass/conditionals/exec-ed/ee-program-finder.sass | 83 +++++++++++++++++++++++
2 files changed, 167 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6883: theme program list fpp.
css/conditionals/exec-ed/design-exec-ed.css | 118 +++++++++++++++++++++-
css/conditionals/exec-ed/ee-overview-detail.css | 10 +-
sass/conditionals/exec-ed/design-exec-ed.sass | 87 ++++++++++++++++
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 +-
4 files changed, 209 insertions(+), 8 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6891: change placeholder styling approach.
css/conditionals/exec-ed/ee-program-finder.css | 14 +----------
sass/conditionals/exec-ed/ee-program-finder.sass | 32 ++++++++++--------------
2 files changed, 14 insertions(+), 32 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6867: theme compare and program finder sticky tray.
css/conditionals/exec-ed/design-exec-ed.css | 6 +-
css/conditionals/exec-ed/ee-program-finder.css | 95 +++++++++++++++++++-----
sass/conditionals/exec-ed/design-exec-ed.sass | 3 +-
sass/conditionals/exec-ed/ee-program-finder.sass | 76 ++++++++++++++-----
4 files changed, 139 insertions(+), 41 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6867: sticky wrapper and compare button.
css/conditionals/exec-ed/ee-program-finder.css | 86 +++++++++++++++++++++++-
sass/conditionals/exec-ed/ee-program-finder.sass | 83 +++++++++++++++++++++++
2 files changed, 167 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-6382: update wysiwyg styles.
css/style.css | 8 ++++----
sass/partials/base/04-defaults/_headers.sass | 4 ++--
sass/partials/design/_wysiwyg.sass | 4 ++--
3 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 12 months ago
WP-6382: update wysiwyg styles.
css/style.css | 92 +++++++++++++++++-----------
sass/partials/base/04-defaults/_headers.sass | 9 +--
sass/partials/design/_wysiwyg.sass | 35 +++++------
3 files changed, 77 insertions(+), 59 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-6680: update program finder styles.
css/conditionals/alumni/alumni-reunion-finder.css | 2 +-
css/conditionals/exec-ed/design-exec-ed.css | 6 +-
css/conditionals/exec-ed/ee-program-finder.css | 89 +++++++++++++---------
css/conditionals/faculty-research/book-detail.css | 2 +-
css/conditionals/faculty-research/case-detail.css | 2 +-
.../faculty-research/publication-detail.css | 2 +-
.../faculty-research/working-paper-detail.css | 2 +-
css/conditionals/form-rethink.css | 2 +-
.../insights/resources/image-resource.css | 2 +-
css/conditionals/library/pane-bookmarklet.css | 2 +-
css/style.css | 2 +-
sass/conditionals/exec-ed/design-exec-ed.sass | 3 +-
sass/conditionals/exec-ed/ee-program-finder.sass | 87 ++++++++++++---------
sass/partials/base/03-extend/_gsb-revamp.sass | 2 +-
14 files changed, 123 insertions(+), 82 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6680: update program finder styles.
css/conditionals/alumni/alumni-reunion-finder.css | 2 +-
css/conditionals/exec-ed/design-exec-ed.css | 6 +-
css/conditionals/exec-ed/ee-program-finder.css | 89 +++++++++++++---------
css/conditionals/faculty-research/book-detail.css | 2 +-
css/conditionals/faculty-research/case-detail.css | 2 +-
.../faculty-research/publication-detail.css | 2 +-
.../faculty-research/working-paper-detail.css | 2 +-
css/conditionals/form-rethink.css | 2 +-
.../insights/resources/image-resource.css | 2 +-
css/conditionals/library/pane-bookmarklet.css | 2 +-
css/style.css | 2 +-
sass/conditionals/exec-ed/design-exec-ed.sass | 3 +-
sass/conditionals/exec-ed/ee-program-finder.sass | 87 ++++++++++++---------
sass/partials/base/03-extend/_gsb-revamp.sass | 2 +-
14 files changed, 123 insertions(+), 82 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6884: add styling under homepage 32 class.
css/style.css | 7 +++++++
sass/partials/design/_wysiwyg.sass | 7 +++++++
2 files changed, 14 insertions(+)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6382: update wysiwyg styles.
css/style.css | 8 ++++----
sass/partials/base/04-defaults/_headers.sass | 4 ++--
sass/partials/design/_wysiwyg.sass | 4 ++--
3 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 12 months ago
WP-6382: update wysiwyg styles.
css/style.css | 92 +++++++++++++++++-----------
sass/partials/base/04-defaults/_headers.sass | 9 +--
sass/partials/design/_wysiwyg.sass | 35 +++++------
3 files changed, 77 insertions(+), 59 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6830: update layout image.
.../gsb-full-bleed-landing-page-1.png | Bin 0 -> 8037 bytes
.../gsb-full-bleed-landing-page.inc | 2 +-
.../gsb-full-bleed-landing-page.png | Bin 7944 -> 0 bytes
3 files changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-6802: update spacing and remove icon.
css/conditionals/exec-ed/design-exec-ed.css | 20 ++++++++++++++++----
sass/conditionals/exec-ed/design-exec-ed.sass | 7 ++++---
2 files changed, 20 insertions(+), 7 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6802: update spacing and remove icon.
css/conditionals/exec-ed/design-exec-ed.css | 20 ++++++++++++++++----
sass/conditionals/exec-ed/design-exec-ed.sass | 7 ++++---
2 files changed, 20 insertions(+), 7 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6787: update the seed footer logo and type.
css/style.css | 9 +-
images/logo-seed-2016-03-25-1.svg | 1074 -------------------------------------
images/logo-seed-2016-03-28-1.svg | 1 +
sass/partials/design/_footer.sass | 8 +-
4 files changed, 14 insertions(+), 1078 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-6855: add red border to top of page.
css/style.css | 13 ++++++++-----
sass/partials/design/_design.sass | 4 ----
sass/partials/design/_menu-exec-ed.sass | 2 ++
sass/partials/design/_search-filters.sass | 4 ++--
4 files changed, 12 insertions(+), 11 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6855: add red border to top of page.
css/style.css | 13 ++++++++-----
sass/partials/design/_design.sass | 4 ----
sass/partials/design/_menu-exec-ed.sass | 2 ++
sass/partials/design/_search-filters.sass | 4 ++--
4 files changed, 12 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-6814: theme pre-assessment link.
css/conditionals/exec-ed/design-exec-ed.css | 26 +++++++++++++++--------
css/conditionals/exec-ed/ee-overview-detail.css | 1 +
sass/conditionals/exec-ed/design-exec-ed.sass | 20 +++++++++++------
sass/conditionals/exec-ed/ee-overview-detail.sass | 1 +
4 files changed, 32 insertions(+), 16 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-6850: hide video view count and channel title.
css/conditionals/exec-ed/ee-overview-detail.css | 13 +------------
sass/conditionals/exec-ed/ee-overview-detail.sass | 15 +--------------
2 files changed, 2 insertions(+), 26 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6814: theme pre-assessment link.
css/conditionals/exec-ed/design-exec-ed.css | 26 +++++++++++++++--------
css/conditionals/exec-ed/ee-overview-detail.css | 1 +
sass/conditionals/exec-ed/design-exec-ed.sass | 20 +++++++++++------
sass/conditionals/exec-ed/ee-overview-detail.sass | 1 +
4 files changed, 32 insertions(+), 16 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6850: hide video view count and channel title.
css/conditionals/exec-ed/ee-overview-detail.css | 13 +------------
sass/conditionals/exec-ed/ee-overview-detail.sass | 15 +--------------
2 files changed, 2 insertions(+), 26 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
Wp-6830: start on new home page template.
css/style.css | 146 ++++++++++++++------
.../gsb-full-bleed-home-page.inc | 27 ++++
.../gsb-full-bleed-home-page.png | Bin 0 -> 8153 bytes
.../gsb-full-bleed-home-page.tpl.php | 124 +++++++++++++++++
.../gsb-full-bleed-landing-page.inc | 16 +--
.../gsb-full-bleed-landing-page.png | Bin 13268 -> 7944 bytes
.../gsb-full-bleed-landing-page.tpl.php | 151 +++++++++------------
sass/partials/base/05-layouts/_layouts.sass | 56 +++++++-
sass/partials/design/_design.sass | 12 ++
9 files changed, 387 insertions(+), 145 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6846: replace seed logo.
css/style.css | 2 +-
images/logo-seed-2016-03-22-1.svg | 1078 -------------------------------------
images/logo-seed-2016-03-25-1.svg | 1074 ++++++++++++++++++++++++++++++++++++
sass/partials/design/_footer.sass | 2 +-
4 files changed, 1076 insertions(+), 1080 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6796: theme the bottom section on ee programs.
css/conditionals/exec-ed/design-exec-ed.css | 36 ++++++++++++++++++++++++---
sass/conditionals/exec-ed/design-exec-ed.sass | 32 +++++++++++++++++++++---
2 files changed, 60 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-6840: remove field specific styling for panelized page fields.
css/conditionals/exec-ed/design-exec-ed.css | 46 ---------------------------
sass/conditionals/exec-ed/design-exec-ed.sass | 36 ---------------------
2 files changed, 82 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6840: remove field specific styling for panelized page fields.
css/conditionals/exec-ed/design-exec-ed.css | 46 ---------------------------
sass/conditionals/exec-ed/design-exec-ed.sass | 36 ---------------------
2 files changed, 82 deletions(-)

view commit - committer: Greg Mercer (GBear), 9 months ago author: Meghan Plunkett, 9 months ago
WP-6811: force override margin.
css/conditionals/exec-ed/ee-overview-detail.css | 2 +-
sass/conditionals/exec-ed/ee-overview-detail.sass | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6811: force override margin.
css/conditionals/exec-ed/ee-overview-detail.css | 2 +-
sass/conditionals/exec-ed/ee-overview-detail.sass | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6829: fix seed menu positioning.
css/conditionals/exec-ed/design-exec-ed.css | 2 --
css/style.css | 6 +++---
sass/conditionals/exec-ed/design-exec-ed.sass | 2 --
sass/partials/design/_design.sass | 4 ++--
sass/partials/design/_menu-exec-ed.sass | 2 +-
5 files changed, 6 insertions(+), 10 deletions(-)

view commit - committer: Meghan Plunkett, 9 months ago author: Meghan Plunkett, 9 months ago
WP-6811: override the superhead coming in from existing node.
css/conditionals/exec-ed/ee-overview-detail.css | 5 ++++-
sass/conditionals/exec-ed/ee-overview-detail.sass | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6808: change hover color on seed and ee mega menus.
css/conditionals/exec-ed/design-exec-ed.css | 2 +-
css/style.css | 2 +-
sass/conditionals/exec-ed/design-exec-ed.sass | 2 +-
sass/partials/design/_menu-exec-ed.sass | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6787: add seed logo.
css/style.css | 19 +
images/logo-seed-2016-03-22-1.svg | 1078 +++++++++++++++++++++++++++++++++++++
sass/partials/design/_footer.sass | 16 +
3 files changed, 1113 insertions(+)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6787: add seed logo.
css/style.css | 23 +-
images/logo-seed-2016-03-22-1.svg | 1078 +++++++++++++++++++++++++++++++++++++
sass/partials/design/_footer.sass | 16 +
3 files changed, 1115 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6801: make adjustments to ee footer.
css/style.css | 10 ++++++----
sass/partials/design/_footer.sass | 6 ++++--
2 files changed, 10 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6802: adjust spacing of faculty panelized field.
css/conditionals/exec-ed/design-exec-ed.css | 16 +++++++++++-----
sass/conditionals/exec-ed/design-exec-ed.sass | 16 +++++++++++-----
2 files changed, 22 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6740: theme the program contact link.
css/conditionals/exec-ed/ee-overview-detail.css | 10 ++++++++++
sass/conditionals/exec-ed/ee-overview-detail.sass | 12 ++++++++++++
2 files changed, 22 insertions(+)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6820: change name of widescreen layout.
css/style.css | 876 ++++++++++-----------
.../gsb-full-bleed-page/gsb-full-bleed-page.inc | 17 +
.../gsb-full-bleed-page/gsb-full-bleed-page.png | Bin 0 -> 979 bytes
.../gsb-full-bleed-page.tpl.php | 73 ++
layouts/gsb-widescreen/gsb-widescreen.inc | 17 -
layouts/gsb-widescreen/gsb-widescreen.png | Bin 979 -> 0 bytes
layouts/gsb-widescreen/gsb-widescreen.tpl.php | 73 --
sass/conditionals/exec-ed/design-exec-ed.sass | 1 -
sass/partials/base/05-layouts/_layouts.sass | 7 +-
.../base/06-ui-patterns/_drupal-patterns.sass | 6 +-
sass/partials/design/_design.sass | 2 +-
sass/partials/design/_video.sass | 2 +-
12 files changed, 535 insertions(+), 539 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6802: adjust spacing of faculty panelized field.
css/conditionals/exec-ed/design-exec-ed.css | 16 +++++++++++-----
sass/conditionals/exec-ed/design-exec-ed.sass | 16 +++++++++++-----
2 files changed, 22 insertions(+), 10 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6740: theme the program contact link.
css/conditionals/exec-ed/ee-overview-detail.css | 10 ++++++++++
sass/conditionals/exec-ed/ee-overview-detail.sass | 12 ++++++++++++
2 files changed, 22 insertions(+)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6820: change name of widescreen layout.
css/style.css | 872 ++++++++++-----------
.../gsb-full-bleed-page/gsb-full-bleed-page.inc | 17 +
.../gsb-full-bleed-page/gsb-full-bleed-page.png | Bin 0 -> 979 bytes
.../gsb-full-bleed-page.tpl.php | 73 ++
layouts/gsb-widescreen/gsb-widescreen.inc | 17 -
layouts/gsb-widescreen/gsb-widescreen.png | Bin 979 -> 0 bytes
layouts/gsb-widescreen/gsb-widescreen.tpl.php | 73 --
sass/conditionals/exec-ed/design-exec-ed.sass | 1 -
sass/partials/base/05-layouts/_layouts.sass | 7 +-
.../base/06-ui-patterns/_drupal-patterns.sass | 6 +-
sass/partials/design/_design.sass | 2 +-
sass/partials/design/_video.sass | 2 +-
12 files changed, 533 insertions(+), 537 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6787: theme seed footer.
css/conditionals/exec-ed/design-exec-ed.css | 147 +--------------------
css/style.css | 182 +++++++++++++++++++++++++-
sass/conditionals/exec-ed/design-exec-ed.sass | 95 --------------
sass/partials/design/_footer.sass | 140 ++++++++++++++++++++
4 files changed, 321 insertions(+), 243 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6806: set up the layout styling.
css/style.css | 87 +++++++++++++
.../gsb-full-bleed-landing-page.png | Bin 979 -> 13268 bytes
.../gsb-full-bleed-landing-page.tpl.php | 144 +++++++++++++--------
sass/partials/base/05-layouts/_layouts.sass | 79 +++++++++++
4 files changed, 254 insertions(+), 56 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6806: add new full bleed landing layout.
.../gsb-full-bleed-landing-page.inc | 27 ++++++
.../gsb-full-bleed-landing-page.png | Bin 0 -> 979 bytes
.../gsb-full-bleed-landing-page.tpl.php | 92 +++++++++++++++++++++
3 files changed, 119 insertions(+)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6792: fix other faculty name when linked.
css/conditionals/exec-ed/design-exec-ed.css | 19 ++++++++++++++++++-
sass/conditionals/exec-ed/design-exec-ed.sass | 11 +++++++++--
sass/conditionals/exec-ed/ee-overview-detail.sass | 6 ------
3 files changed, 27 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6751: fix program listing editing layout.
css/conditionals/exec-ed/ee-program-finder.css | 5 +++++
sass/conditionals/exec-ed/ee-program-finder.sass | 7 +++++++
2 files changed, 12 insertions(+)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6751: fix program listing editing layout.
css/conditionals/exec-ed/ee-program-finder.css | 5 +++++
sass/conditionals/exec-ed/ee-program-finder.sass | 7 +++++++
2 files changed, 12 insertions(+)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6792: fix other faculty name when linked.
css/conditionals/exec-ed/design-exec-ed.css | 19 ++++++++++++++++++-
sass/conditionals/exec-ed/design-exec-ed.sass | 11 +++++++++--
sass/conditionals/exec-ed/ee-overview-detail.sass | 6 ------
3 files changed, 27 insertions(+), 9 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6706: adjust logo and title size.
css/conditionals/exec-ed/design-exec-ed.css | 2 +-
css/style.css | 2 +-
sass/conditionals/exec-ed/design-exec-ed.sass | 2 +-
sass/partials/design/_design.sass | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6468: update the seed masthead.
css/conditionals/exec-ed/design-exec-ed.css | 10 ++++++----
css/style.css | 2 +-
sass/conditionals/exec-ed/design-exec-ed.sass | 10 ++++++----
sass/partials/design/_design.sass | 2 +-
4 files changed, 14 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6738: fix up the image in learn more.
css/conditionals/exec-ed/ee-overview-detail.css | 6 ++----
sass/conditionals/exec-ed/ee-overview-detail.sass | 6 ++++--
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6751: update the program finder page.
css/conditionals/exec-ed/ee-program-finder.css | 18 +++++++++---------
sass/conditionals/exec-ed/ee-program-finder.sass | 2 +-
2 files changed, 10 insertions(+), 10 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6468: update the seed masthead.
css/conditionals/exec-ed/design-exec-ed.css | 10 ++++++----
css/style.css | 2 +-
sass/conditionals/exec-ed/design-exec-ed.sass | 10 ++++++----
sass/partials/design/_design.sass | 2 +-
4 files changed, 14 insertions(+), 10 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6738: fix up the image in learn more.
css/conditionals/exec-ed/ee-overview-detail.css | 6 ++----
sass/conditionals/exec-ed/ee-overview-detail.sass | 6 ++++--
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6751: update the program finder page.
css/conditionals/exec-ed/ee-program-finder.css | 18 +++++++++---------
sass/conditionals/exec-ed/ee-program-finder.sass | 2 +-
2 files changed, 10 insertions(+), 10 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6705: adjust ee mega menu.
css/style.css | 11 +++++++++--
sass/partials/design/_design.sass | 4 ++--
sass/partials/design/_menu-exec-ed.sass | 7 +++++++
3 files changed, 18 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6468: remove dev code.
css/style.css | 8 --------
sass/partials/design/_design.sass | 6 ------
2 files changed, 14 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6468: adjust search theming.
css/conditionals/exec-ed/design-exec-ed.css | 6 ++--
css/style.css | 52 ++++++++++++++++++++-------
sass/conditionals/exec-ed/design-exec-ed.sass | 6 ++--
sass/partials/design/_design.sass | 20 +++++++++--
sass/partials/design/_search-filters.sass | 21 ++++++-----
5 files changed, 75 insertions(+), 30 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6783: apply the fpp class to button.
css/style.css | 20 ++++++++++----------
sass/partials/design/_wysiwyg.sass | 2 +-
2 files changed, 11 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6762: style the other fac name.
css/conditionals/exec-ed/ee-overview-detail.css | 13 ++++++++++++-
sass/conditionals/exec-ed/ee-overview-detail.sass | 16 ++++++++++++++--
2 files changed, 26 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6771: cta should be centered when there is only 1.
css/conditionals/exec-ed/ee-overview-detail.css | 31 ++++++++++++++++-------
sass/conditionals/exec-ed/ee-overview-detail.sass | 27 +++++++++++++++-----
2 files changed, 42 insertions(+), 16 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6665: update spacing on faculty.
css/conditionals/exec-ed/ee-overview-detail.css | 9 +++++----
sass/conditionals/exec-ed/ee-overview-detail.sass | 9 +++++----
2 files changed, 10 insertions(+), 8 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6665: update spacing on faculty.
css/conditionals/exec-ed/ee-overview-detail.css | 9 +++++----
sass/conditionals/exec-ed/ee-overview-detail.sass | 9 +++++----
2 files changed, 10 insertions(+), 8 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6771: cta should be centered when there is only 1.
css/conditionals/exec-ed/ee-overview-detail.css | 31 ++++++++++++++++-------
sass/conditionals/exec-ed/ee-overview-detail.sass | 27 +++++++++++++++-----
2 files changed, 42 insertions(+), 16 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6738: style the image.
css/conditionals/exec-ed/ee-overview-detail.css | 9 ++++++++-
sass/conditionals/exec-ed/ee-overview-detail.sass | 10 ++++++----
2 files changed, 14 insertions(+), 5 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6762: style the other fac name.
css/conditionals/exec-ed/ee-overview-detail.css | 13 ++++++++++++-
sass/conditionals/exec-ed/ee-overview-detail.sass | 16 ++++++++++++++--
2 files changed, 26 insertions(+), 3 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6783: apply the fpp class to button.
css/style.css | 20 ++++++++++----------
sass/partials/design/_wysiwyg.sass | 2 +-
2 files changed, 11 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer, 10 months ago author: Greg Mercer, 10 months ago
WP-6773 Modified gsb_theme_field_group_pre_render_alter() to take a list of groups and children to specifically check for 'no children'
template.php | 23 ++++++++++++++++-------
1 file changed, 16 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6750: style the participant fields.
css/conditionals/exec-ed/design-exec-ed.css | 21 ++++++++++-----------
sass/conditionals/exec-ed/design-exec-ed.sass | 13 +++----------
2 files changed, 13 insertions(+), 21 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6691: update footer styles.
css/conditionals/exec-ed/design-exec-ed.css | 38 +-----------
css/style.css | 89 ++++++++++-----------------
sass/conditionals/exec-ed/design-exec-ed.sass | 24 +-------
sass/partials/base/03-extend/_gsb-revamp.sass | 4 +-
sass/partials/design/_design.sass | 21 +++----
sass/partials/design/_footer.sass | 42 +++++++------
sass/partials/design/_fpp-social-media.sass | 6 +-
sass/partials/design/_menu-main.sass | 8 +--
8 files changed, 75 insertions(+), 157 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6750: style the participant fields.
css/conditionals/exec-ed/design-exec-ed.css | 21 ++++++++++-----------
sass/conditionals/exec-ed/design-exec-ed.sass | 13 +++----------
2 files changed, 13 insertions(+), 21 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Adam Moore, 10 months ago
WP-6469: Add support for seed mega menu.
template.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6735: made text equivalent more specific.
css/style.css | 138 ++++++++++++++++++-------------------
sass/partials/design/_wysiwyg.sass | 2 +-
2 files changed, 70 insertions(+), 70 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6735: made text equivalent more specific.
css/style.css | 138 ++++++++++++++++++-------------------
sass/partials/design/_wysiwyg.sass | 2 +-
2 files changed, 70 insertions(+), 70 deletions(-)

view commit - committer: Adam Moore, 10 months ago author: Adam Moore, 10 months ago
WP-6469: Add support for seed mega menu.
template.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6694: theme links for image fpp.
css/style.css | 54 +++++++++++++++++++++++++++++++++-----
sass/partials/design/_wysiwyg.sass | 43 +++++++++++++++++++++++++-----
2 files changed, 83 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6711: hide the external icon.
css/conditionals/exec-ed/ee-overview-detail.css | 3 +++
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6711: hide the external icon.
css/conditionals/exec-ed/ee-overview-detail.css | 3 +++
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6649: fix spacing.
css/conditionals/exec-ed/design-exec-ed.css | 5 +++++
sass/conditionals/exec-ed/design-exec-ed.sass | 3 +++
2 files changed, 8 insertions(+)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6649: fix spacing.
css/conditionals/exec-ed/design-exec-ed.css | 5 +++++
sass/conditionals/exec-ed/design-exec-ed.sass | 3 +++
2 files changed, 8 insertions(+)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6746: hide title and breadcrumbs on panelized pages.
css/conditionals/exec-ed/design-exec-ed.css | 5 ++++-
css/conditionals/exec-ed/ee-overview-detail.css | 3 ---
sass/conditionals/exec-ed/design-exec-ed.sass | 9 ++++++---
sass/conditionals/exec-ed/ee-overview-detail.sass | 3 ---
4 files changed, 10 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6747: hide title on program pages.
css/conditionals/exec-ed/ee-overview-detail.css | 3 +++
sass/conditionals/exec-ed/ee-overview-detail.sass | 9 ++++++---
2 files changed, 9 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6738: adjust video theming.
css/conditionals/exec-ed/ee-overview-detail.css | 10 ++++------
sass/conditionals/exec-ed/ee-overview-detail.sass | 8 ++++----
2 files changed, 8 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6734: adjust title spacing.
css/conditionals/faculty-research/faculty-detail.css | 1 +
sass/conditionals/faculty-research/faculty-detail.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6712: adjust faculty in program list, grid and overview.
css/conditionals/exec-ed/design-exec-ed.css | 74 +++++++++++------------
css/conditionals/exec-ed/ee-overview-detail.css | 7 +++
sass/conditionals/exec-ed/design-exec-ed.sass | 51 ++++++++--------
sass/conditionals/exec-ed/ee-overview-detail.sass | 10 ++-
4 files changed, 79 insertions(+), 63 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6683: remove set display.
css/conditionals/exec-ed/ee-overview-detail.css | 1 -
sass/conditionals/exec-ed/ee-overview-detail.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6747: hide title on program pages.
css/conditionals/exec-ed/ee-overview-detail.css | 3 +++
sass/conditionals/exec-ed/ee-overview-detail.sass | 9 ++++++---
2 files changed, 9 insertions(+), 3 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6738: adjust video theming.
css/conditionals/exec-ed/ee-overview-detail.css | 10 ++++------
sass/conditionals/exec-ed/ee-overview-detail.sass | 8 ++++----
2 files changed, 8 insertions(+), 10 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6649: theme brochure download button.
css/conditionals/exec-ed/design-exec-ed.css | 12 +++++++++---
sass/conditionals/exec-ed/design-exec-ed.sass | 11 +++++++----
2 files changed, 16 insertions(+), 7 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6683: remove set display.
css/conditionals/exec-ed/ee-overview-detail.css | 1 -
sass/conditionals/exec-ed/ee-overview-detail.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6734: adjust title spacing.
css/conditionals/faculty-research/faculty-detail.css | 1 +
sass/conditionals/faculty-research/faculty-detail.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6712: adjust faculty in program list, grid and overview.
css/conditionals/exec-ed/design-exec-ed.css | 74 +++++++++++------------
css/conditionals/exec-ed/ee-overview-detail.css | 7 +++
sass/conditionals/exec-ed/design-exec-ed.sass | 51 ++++++++--------
sass/conditionals/exec-ed/ee-overview-detail.sass | 10 ++-
4 files changed, 79 insertions(+), 63 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6691: style the ee footer.
css/conditionals/exec-ed/design-exec-ed.css | 147 +++++++++++++++++++++++++-
css/style.css | 19 ++--
sass/conditionals/exec-ed/design-exec-ed.sass | 95 +++++++++++++++++
sass/partials/design/_cta.sass | 11 +-
sass/partials/design/_footer.sass | 1 +
5 files changed, 257 insertions(+), 16 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6716: update taxonomy theming.
css/conditionals/exec-ed/ee-overview-detail.css | 3 ++-
sass/conditionals/exec-ed/ee-overview-detail.sass | 5 +++--
2 files changed, 5 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6468: theme the seed menu.
css/conditionals/exec-ed/design-exec-ed.css | 121 +++++++++++++++++---------
css/style.css | 97 +++++++++++++++------
sass/conditionals/exec-ed/design-exec-ed.sass | 10 ++-
sass/partials/design/_design.sass | 25 ++++--
sass/partials/design/_menu-exec-ed.sass | 17 +++-
template.php | 9 +-
6 files changed, 190 insertions(+), 89 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6738: style the video info.
css/conditionals/exec-ed/ee-overview-detail.css | 60 +++++++++++++++++++++--
sass/conditionals/exec-ed/ee-overview-detail.sass | 59 +++++++++++++++++++++-
2 files changed, 113 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6683: update link display.
css/conditionals/exec-ed/ee-overview-detail.css | 1 +
sass/conditionals/exec-ed/ee-overview-detail.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6683: theme the show instance links.
css/conditionals/exec-ed/ee-overview-detail.css | 38 ++++++++++++++++++++++-
sass/conditionals/exec-ed/ee-overview-detail.sass | 24 ++++++++++++--
2 files changed, 59 insertions(+), 3 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6468: theme the seed menu.
css/conditionals/exec-ed/design-exec-ed.css | 121 +++++++++++++++++---------
css/style.css | 97 +++++++++++++++------
sass/conditionals/exec-ed/design-exec-ed.sass | 10 ++-
sass/partials/design/_design.sass | 25 ++++--
sass/partials/design/_menu-exec-ed.sass | 17 +++-
template.php | 9 +-
6 files changed, 190 insertions(+), 89 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6738: style the video info.
css/conditionals/exec-ed/ee-overview-detail.css | 60 +++++++++++++++++++++--
sass/conditionals/exec-ed/ee-overview-detail.sass | 59 +++++++++++++++++++++-
2 files changed, 113 insertions(+), 6 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6683: update link display.
css/conditionals/exec-ed/ee-overview-detail.css | 1 +
sass/conditionals/exec-ed/ee-overview-detail.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6683: theme the show instance links.
css/conditionals/exec-ed/ee-overview-detail.css | 38 ++++++++++++++++++++++-
sass/conditionals/exec-ed/ee-overview-detail.sass | 24 ++++++++++++--
2 files changed, 59 insertions(+), 3 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6737: hide breadcrumbs on overview pages.
css/conditionals/exec-ed/design-exec-ed.css | 4 ++++
sass/conditionals/exec-ed/design-exec-ed.sass | 4 ++++
2 files changed, 8 insertions(+)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6665: adjust positioning of fac cta.
css/conditionals/exec-ed/ee-overview-detail.css | 3 +++
sass/conditionals/exec-ed/ee-overview-detail.sass | 3 +++
2 files changed, 6 insertions(+)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6643: add spacing below title.
css/conditionals/exec-ed/ee-overview-detail.css | 2 ++
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 ++
2 files changed, 4 insertions(+)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6643: style the learn more about this piece.
css/conditionals/exec-ed/ee-overview-detail.css | 64 +++++++++++++++++++++++
sass/conditionals/exec-ed/ee-overview-detail.sass | 51 ++++++++++++++++++
2 files changed, 115 insertions(+)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6665: adjust positioning of fac cta.
css/conditionals/exec-ed/ee-overview-detail.css | 3 +++
sass/conditionals/exec-ed/ee-overview-detail.sass | 3 +++
2 files changed, 6 insertions(+)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6643: add spacing below title.
css/conditionals/exec-ed/ee-overview-detail.css | 2 ++
sass/conditionals/exec-ed/ee-overview-detail.sass | 2 ++
2 files changed, 4 insertions(+)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6643: style the learn more about this piece.
css/conditionals/exec-ed/ee-overview-detail.css | 64 +++++++++++++++++++++++
sass/conditionals/exec-ed/ee-overview-detail.sass | 51 ++++++++++++++++++
2 files changed, 115 insertions(+)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6588: style explore other programs.
css/conditionals/exec-ed/ee-overview-detail.css | 109 +++++++++++++++++++++-
sass/conditionals/exec-ed/ee-overview-detail.sass | 84 +++++++++++++++++
2 files changed, 188 insertions(+), 5 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6588: style explore other programs.
css/conditionals/exec-ed/ee-overview-detail.css | 109 +++++++++++++++++++++-
sass/conditionals/exec-ed/ee-overview-detail.sass | 84 +++++++++++++++++
2 files changed, 188 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6700: update taxonomy.
css/conditionals/phd-candidate-job-market-list.css | 16 +-----
css/conditionals/phd-candidate-placements-list.css | 64 ++++++++++------------
.../phd-candidate-job-market-list.sass | 2 +-
.../phd-candidate-placements-list.sass | 38 +++++++------
4 files changed, 50 insertions(+), 70 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6700: update taxonomy.
css/conditionals/phd-candidate-job-market-list.css | 16 +-----
css/conditionals/phd-candidate-placements-list.css | 64 ++++++++++------------
.../phd-candidate-job-market-list.sass | 2 +-
.../phd-candidate-placements-list.sass | 38 +++++++------
4 files changed, 50 insertions(+), 70 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6701: update candidate name link color.
css/conditionals/phd-candidate-job-market-list.css | 8 +++++++-
sass/conditionals/phd-candidate-job-market-list.sass | 4 +++-
2 files changed, 10 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6656: Faculty block styling.
css/conditionals/exec-ed/design-exec-ed.css | 138 +++++++++++++++++++++++-
sass/conditionals/exec-ed/design-exec-ed.sass | 147 ++++++++++++++++++++++++++
2 files changed, 284 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6635: theme program instance block.
css/conditionals/exec-ed/ee-overview-detail.css | 11 +++++++++--
sass/conditionals/exec-ed/ee-overview-detail.sass | 7 +++++--
2 files changed, 14 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6635: start theming the instance block on overview.
css/conditionals/exec-ed/ee-overview-detail.css | 134 +++++++++++++++++++++-
sass/conditionals/exec-ed/ee-overview-detail.sass | 125 +++++++++++++++++++-
2 files changed, 256 insertions(+), 3 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6635: theme program instance block.
css/conditionals/exec-ed/ee-overview-detail.css | 11 +++++++++--
sass/conditionals/exec-ed/ee-overview-detail.sass | 7 +++++--
2 files changed, 14 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6635: start theming the instance block on overview.
css/conditionals/exec-ed/ee-overview-detail.css | 134 +++++++++++++++++++++-
sass/conditionals/exec-ed/ee-overview-detail.sass | 125 +++++++++++++++++++-
2 files changed, 256 insertions(+), 3 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6665: update the faculty leadership for variable content.
css/conditionals/exec-ed/ee-overview-detail.css | 34 ++++++++++++++++-------
sass/conditionals/exec-ed/ee-overview-detail.sass | 34 +++++++++++++++--------
2 files changed, 47 insertions(+), 21 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6665: style the faculty directors.
css/conditionals/exec-ed/ee-overview-detail.css | 136 ++++++++++++++++++++-
.../program_overview/program-overview.tpl.php | 2 +
sass/conditionals/exec-ed/ee-overview-detail.sass | 106 +++++++++++++++-
3 files changed, 235 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6641: theme the apply button.
css/conditionals/exec-ed/design-exec-ed.css | 27 +++++++++++++++++++++++++++
css/style.css | 8 ++++----
sass/conditionals/exec-ed/design-exec-ed.sass | 16 ++++++++++++++++
sass/partials/design/_banner.sass | 4 ++--
4 files changed, 49 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 10 months ago author: Meghan Plunkett, 10 months ago
WP-6640: theme the ee header block.
css/conditionals/exec-ed/design-exec-ed.css | 114 +++++++++++++++++---------
sass/conditionals/exec-ed/design-exec-ed.sass | 70 +++++++++++++++-
2 files changed, 145 insertions(+), 39 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6641: theme the apply button.
css/conditionals/exec-ed/design-exec-ed.css | 27 +++++++++++++++++++++++++++
css/style.css | 8 ++++----
sass/conditionals/exec-ed/design-exec-ed.sass | 16 ++++++++++++++++
sass/partials/design/_banner.sass | 4 ++--
4 files changed, 49 insertions(+), 6 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6640: theme the ee header block.
css/conditionals/exec-ed/design-exec-ed.css | 114 +++++++++++++++++---------
sass/conditionals/exec-ed/design-exec-ed.sass | 70 +++++++++++++++-
2 files changed, 145 insertions(+), 39 deletions(-)

view commit - committer: Meghan Plunkett, 10 months ago author: Meghan Plunkett, 10 months ago
WP-6633: begin theming the overview page.
css/conditionals/exec-ed/ee-overview-detail.css | 312 +++++++++++++++++++++
css/style.css | 128 ++++++---
.../program_overview/program-overview.tpl.php | 10 +-
images/bg-ee-program-overview-cta-2016-02-22-1.jpg | Bin 0 -> 28095 bytes
sass/conditionals/exec-ed/ee-overview-detail.sass | 250 +++++++++++++++++
sass/partials/design/_design.sass | 6 +-
sass/partials/design/_existing-node.sass | 2 +
7 files changed, 664 insertions(+), 44 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6633: create new sass sheet for ee overview.
css/conditionals/exec-ed/ee-overview-detail.css | 0
gsb_theme.info | 1 +
sass/conditionals/exec-ed/ee-overview-detail.sass | 9 +++++++++
3 files changed, 10 insertions(+)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6598: create new layout for program overview page.
.../program_overview/program-overview.tpl.php | 79 +++++++++++++++++++++
ds_layouts/program_overview/program_overview.inc | 24 +++++++
ds_layouts/program_overview/program_overview.png | Bin 0 -> 638 bytes
3 files changed, 103 insertions(+)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6415: update the case download styling.
css/conditionals/faculty-research/case-detail.css | 33 ++++++----------------
.../conditionals/faculty-research/case-detail.sass | 14 ++++-----
2 files changed, 15 insertions(+), 32 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6584: update the filter theming.
css/conditionals/exec-ed/ee-program-finder.css | 156 +++++++++++------------
js/custom.js | 19 +--
sass/conditionals/exec-ed/ee-program-finder.sass | 50 +++-----
3 files changed, 96 insertions(+), 129 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6580: fix up name theming.
css/style.css | 11 ++++++++---
sass/partials/design/_fpp-spotlight.sass | 10 +++++++++-
2 files changed, 17 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6573: theme the program category label.
css/conditionals/insights/related-to-idea-story.css | 3 +++
sass/conditionals/insights/related-to-idea-story.sass | 4 +++-
2 files changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6578: theme the list title.
css/conditionals/exec-ed/ee-program-finder.css | 8 ++++++++
sass/conditionals/exec-ed/ee-program-finder.sass | 8 ++++++++
2 files changed, 16 insertions(+)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6507: theme the program customizable list.
css/conditionals/exec-ed/design-exec-ed.css | 132 ++++++++++++++++++++-
...rogram-customizable-list-taupe-2016-02-11-1.jpg | Bin 0 -> 78003 bytes
...program-customizable-list-teal-2016-02-11-1.jpg | Bin 0 -> 78798 bytes
sass/conditionals/exec-ed/design-exec-ed.sass | 95 ++++++++++++++-
4 files changed, 224 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6548: make window wider for item alignment.
css/conditionals/exec-ed/ee-program-finder.css | 2 +-
sass/conditionals/exec-ed/ee-program-finder.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6563: update dropdown windows on last two filters.
css/conditionals/exec-ed/ee-program-finder.css | 4 +++-
sass/conditionals/exec-ed/ee-program-finder.sass | 8 ++++++--
2 files changed, 9 insertions(+), 3 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6548: make window wider for item alignment.
css/conditionals/exec-ed/ee-program-finder.css | 2 +-
sass/conditionals/exec-ed/ee-program-finder.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
Merge branch 'WP-6563' into WP-6548-1
view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6563: update dropdown windows on last two filters.
css/conditionals/exec-ed/ee-program-finder.css | 4 +++-
sass/conditionals/exec-ed/ee-program-finder.sass | 8 ++++++--
2 files changed, 9 insertions(+), 3 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6560: fix the image cta.
css/conditionals/exec-ed/design-exec-ed.css | 3 ++-
sass/conditionals/exec-ed/design-exec-ed.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6433: update house ad, spotlight and video fpp for widescreen layout.
css/style.css | 1368 +++++++++++---------
.../base/06-ui-patterns/_drupal-patterns.sass | 631 ++++-----
sass/partials/design/_house-ads.sass | 1 +
sass/partials/design/_video.sass | 16 +
4 files changed, 1090 insertions(+), 926 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6433: adjustments for widescreen layout.
css/style.css | 1130 ++++++++++++++------
.../base/06-ui-patterns/_drupal-patterns.sass | 567 +++++++---
2 files changed, 1176 insertions(+), 521 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6564: responsive changes for widescreen layout.
css/style.css | 28 ++++++++++++++++++++++++----
sass/partials/base/05-layouts/_layouts.sass | 17 ++++++++++++-----
2 files changed, 36 insertions(+), 9 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6433: update house ad, spotlight and video fpp for widescreen layout.
css/style.css | 1368 +++++++++++---------
.../base/06-ui-patterns/_drupal-patterns.sass | 631 ++++-----
sass/partials/design/_house-ads.sass | 1 +
sass/partials/design/_video.sass | 16 +
4 files changed, 1090 insertions(+), 926 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
Merge branch 'WP-6564' into WP-6433
view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6564: responsive changes for widescreen layout.
css/style.css | 28 ++++++++++++++++++++++++----
sass/partials/base/05-layouts/_layouts.sass | 17 ++++++++++++-----
2 files changed, 36 insertions(+), 9 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6433: adjustments for widescreen layout.
css/style.css | 1130 ++++++++++++++------
.../base/06-ui-patterns/_drupal-patterns.sass | 567 +++++++---
2 files changed, 1176 insertions(+), 521 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6561: apply styles to image ctas on program finder.
css/conditionals/exec-ed/ee-program-finder.css | 75 ++++++++++++++++++++++--
sass/conditionals/exec-ed/ee-program-finder.sass | 62 +++++++++++++++++++-
2 files changed, 131 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6557: theme the full time programs.
css/conditionals/exec-ed/ee-program-finder.css | 44 +++++++++++++++++++-----
js/custom.js | 11 +++++-
sass/conditionals/exec-ed/ee-program-finder.sass | 21 ++++++++---
3 files changed, 62 insertions(+), 14 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6557: theme the full time programs.
css/conditionals/exec-ed/ee-program-finder.css | 44 +++++++++++++++++++-----
js/custom.js | 11 +++++-
sass/conditionals/exec-ed/ee-program-finder.sass | 21 ++++++++---
3 files changed, 62 insertions(+), 14 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6560: update cta theming.
css/conditionals/exec-ed/design-exec-ed.css | 10 ++++------
sass/conditionals/exec-ed/design-exec-ed.sass | 21 ++++++++++-----------
2 files changed, 14 insertions(+), 17 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6531: adjust widescreen editing layout.
css/conditionals/exec-ed/ee-program-finder.css | 14 +++++++-------
css/style.css | 5 +++++
layouts/gsb-widescreen/gsb-widescreen.tpl.php | 4 ++--
sass/conditionals/exec-ed/ee-program-finder.sass | 4 +++-
sass/partials/base/05-layouts/_layouts.sass | 3 +++
5 files changed, 20 insertions(+), 10 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6531: adjust widescreen editing layout.
css/conditionals/exec-ed/ee-program-finder.css | 14 +++++++-------
css/style.css | 5 +++++
layouts/gsb-widescreen/gsb-widescreen.tpl.php | 4 ++--
sass/conditionals/exec-ed/ee-program-finder.sass | 4 +++-
sass/partials/base/05-layouts/_layouts.sass | 3 +++
5 files changed, 20 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6555: adjust the span styling because placeholder class goes away.
css/conditionals/exec-ed/ee-program-finder.css | 10 ++++++++++
sass/conditionals/exec-ed/ee-program-finder.sass | 9 +++++++++
2 files changed, 19 insertions(+)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6554: update filter column width for leadership level.
css/conditionals/exec-ed/ee-program-finder.css | 7 +++++++
sass/conditionals/exec-ed/ee-program-finder.sass | 8 ++++++++
2 files changed, 15 insertions(+)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6526: theme the upcoming applications list.
css/conditionals/exec-ed/design-exec-ed.css | 115 +++++++++++++++++++++++++-
sass/conditionals/exec-ed/design-exec-ed.sass | 90 ++++++++++++++++++++
2 files changed, 203 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6555: adjust the span styling because placeholder class goes away.
css/conditionals/exec-ed/ee-program-finder.css | 10 ++++++++++
sass/conditionals/exec-ed/ee-program-finder.sass | 9 +++++++++
2 files changed, 19 insertions(+)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6554: update filter column width for leadership level.
css/conditionals/exec-ed/ee-program-finder.css | 13 ++++++++++++-
sass/conditionals/exec-ed/ee-program-finder.sass | 14 +++++++++++++-
2 files changed, 25 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6526: theme the upcoming applications list.
css/conditionals/exec-ed/design-exec-ed.css | 115 +++++++++++++++++++++++++-
sass/conditionals/exec-ed/design-exec-ed.sass | 90 ++++++++++++++++++++
2 files changed, 203 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6548: adjust column width of filters.
css/conditionals/exec-ed/ee-program-finder.css | 6 +++++-
sass/conditionals/exec-ed/ee-program-finder.sass | 6 +++++-
2 files changed, 10 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6503: revise related program theming.
css/conditionals/exec-ed/design-exec-ed.css | 8 +++++
.../insights/related-to-idea-story.css | 32 +++++++++++------
sass/conditionals/exec-ed/design-exec-ed.sass | 5 +++
.../insights/related-to-idea-story.sass | 40 ++++++++++++++--------
4 files changed, 60 insertions(+), 25 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6492: theme the program staff block.
css/conditionals/exec-ed/design-exec-ed.css | 72 ++++++++++++++++++++++++++-
layouts/gsb-widescreen/gsb-widescreen.tpl.php | 2 +-
sass/conditionals/exec-ed/design-exec-ed.sass | 57 +++++++++++++++++++++
3 files changed, 129 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6492: theme the program staff block.
css/conditionals/exec-ed/design-exec-ed.css | 72 ++++++++++++++++++++++++++-
layouts/gsb-widescreen/gsb-widescreen.tpl.php | 2 +-
sass/conditionals/exec-ed/design-exec-ed.sass | 57 +++++++++++++++++++++
3 files changed, 129 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6506: currivulum block styling.
css/conditionals/exec-ed/design-exec-ed.css | 47 +++++++++++++++++++++++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 42 ++++++++++++++++++++++++
2 files changed, 89 insertions(+)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6506: currivulum block styling.
css/conditionals/exec-ed/design-exec-ed.css | 47 +++++++++++++++++++++++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 42 ++++++++++++++++++++++++
2 files changed, 89 insertions(+)

view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago
Trying to correct last merge
css/conditionals/exec-ed/ee-program-finder.css | 58 +++++++++++++++-----------
1 file changed, 34 insertions(+), 24 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6545: theme date picker apply button.
css/conditionals/exec-ed/ee-program-finder.css | 65 +++++++++++-------------
sass/conditionals/exec-ed/ee-program-finder.sass | 10 +++-
2 files changed, 38 insertions(+), 37 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6477: allow filter pill styling to apply on isotopify lists.
css/style.css | 70 +++++++++++---------
sass/partials/design/_search-filters.sass | 106 ++++++++++++++++--------------
2 files changed, 98 insertions(+), 78 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6509: adjust arrow on date picker.
css/conditionals/exec-ed/ee-program-finder.css | 4 ++--
js/custom.js | 11 -----------
sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++--
3 files changed, 4 insertions(+), 15 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6541: theme apply and clear buttons.
css/conditionals/exec-ed/ee-program-finder.css | 63 +++++++++++++++++++++++-
sass/conditionals/exec-ed/ee-program-finder.sass | 16 +++++-
2 files changed, 77 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6542: fix filter placeholder text styling.
css/conditionals/exec-ed/ee-program-finder.css | 24 +++++++++++++-----------
sass/conditionals/exec-ed/ee-program-finder.sass | 17 ++++++++++-------
2 files changed, 23 insertions(+), 18 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6545: theme date picker apply button.
css/conditionals/exec-ed/ee-program-finder.css | 60 +++++++++++++++++++++++-
sass/conditionals/exec-ed/ee-program-finder.sass | 10 +++-
2 files changed, 67 insertions(+), 3 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6477: allow filter pill styling to apply on isotopify lists.
css/style.css | 70 +++++++++++---------
sass/partials/design/_search-filters.sass | 106 ++++++++++++++++--------------
2 files changed, 98 insertions(+), 78 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6509: adjust arrow on date picker.
css/conditionals/exec-ed/ee-program-finder.css | 4 ++--
js/custom.js | 11 -----------
sass/conditionals/exec-ed/ee-program-finder.sass | 4 ++--
3 files changed, 4 insertions(+), 15 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6541: theme apply and clear buttons.
css/conditionals/exec-ed/ee-program-finder.css | 63 +++++++++++++++++++++++-
sass/conditionals/exec-ed/ee-program-finder.sass | 16 +++++-
2 files changed, 77 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6542: fix filter placeholder text styling.
css/conditionals/exec-ed/ee-program-finder.css | 24 +++++++++++++-----------
sass/conditionals/exec-ed/ee-program-finder.sass | 17 ++++++++++-------
2 files changed, 23 insertions(+), 18 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6402: update menu theming.
css/conditionals/exec-ed/design-exec-ed.css | 9 +++++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 5 +++++
2 files changed, 14 insertions(+)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6503: add styling for related program.
css/conditionals/insights/related-to-idea-story.css | 20 +++++++++++++++++++-
.../conditionals/insights/related-to-idea-story.sass | 19 +++++++++++++++++++
2 files changed, 38 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6402: update menu theming.
css/conditionals/exec-ed/design-exec-ed.css | 9 +++++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 5 +++++
2 files changed, 14 insertions(+)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6503: add styling for related program.
css/conditionals/insights/related-to-idea-story.css | 20 +++++++++++++++++++-
.../conditionals/insights/related-to-idea-story.sass | 19 +++++++++++++++++++
2 files changed, 38 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago
WP-6371 Added code to gsb_theme_preprocess_field to hide field_related_faculty if empty
template.php | 11 +++++++++++
1 file changed, 11 insertions(+)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6504: theme the program ctas block.
css/conditionals/exec-ed/design-exec-ed.css | 78 +++++++++++++++++++++++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 44 +++++++++++++++
2 files changed, 122 insertions(+)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6504: theme the program ctas block.
css/conditionals/exec-ed/design-exec-ed.css | 78 +++++++++++++++++++++++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 44 +++++++++++++++
2 files changed, 122 insertions(+)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6527: add top carrots to top of dropdown.
css/conditionals/exec-ed/ee-program-finder.css | 49 ++++++++++++++++++++----
sass/conditionals/exec-ed/ee-program-finder.sass | 48 +++++++++++++++++++----
2 files changed, 83 insertions(+), 14 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6516: theme the filter search.
css/conditionals/exec-ed/ee-program-finder.css | 70 +++++++++++++++++++++++-
js/custom.js | 9 +++
sass/conditionals/exec-ed/ee-program-finder.sass | 58 ++++++++++++++++++++
3 files changed, 136 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6528: update month name styling.
css/conditionals/exec-ed/ee-program-finder.css | 15 ++++++++++-----
sass/conditionals/exec-ed/ee-program-finder.sass | 15 +++++++--------
2 files changed, 17 insertions(+), 13 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6528: update month name styling.
css/conditionals/exec-ed/ee-program-finder.css | 15 ++++++++++-----
sass/conditionals/exec-ed/ee-program-finder.sass | 15 +++++++--------
2 files changed, 17 insertions(+), 13 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6402: change left hand menu styling.
css/conditionals/exec-ed/design-exec-ed.css | 21 +++++++++++++++++++++
sass/conditionals/exec-ed/design-exec-ed.sass | 18 ++++++++++++++++--
sass/partials/design/_menu-exec-ed.sass | 2 +-
3 files changed, 38 insertions(+), 3 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6521: make column styling specific.
css/style.css | 4 ++--
sass/partials/design/_menu-main.sass | 11 ++++++-----
2 files changed, 8 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6514: style the time commitment field.
css/style.css | 9 ++++++---
sass/partials/design/_fpp-featured-program.sass | 8 +++-----
2 files changed, 9 insertions(+), 8 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6514: style the time commitment field.
css/style.css | 9 ++++++---
sass/partials/design/_fpp-featured-program.sass | 8 +++-----
2 files changed, 9 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6448: comment out arrow js.
js/custom.js | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6448: style the date picker.
css/conditionals/exec-ed/ee-program-finder.css | 87 +++++++++++++++----
sass/conditionals/exec-ed/ee-program-finder.sass | 101 +++++++++++++++++------
2 files changed, 143 insertions(+), 45 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6448: begin theming date picker.
css/conditionals/exec-ed/ee-program-finder.css | 80 +++++++++++++++++++++++-
sass/conditionals/exec-ed/ee-program-finder.sass | 54 ++++++++++++++--
2 files changed, 125 insertions(+), 9 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6448: comment out arrow js.
js/custom.js | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6448: style the date picker.
css/conditionals/exec-ed/ee-program-finder.css | 87 +++++++++++++++----
sass/conditionals/exec-ed/ee-program-finder.sass | 101 +++++++++++++++++------
2 files changed, 143 insertions(+), 45 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6475: put select items in 3 columns.
css/conditionals/exec-ed/ee-program-finder.css | 31 ++++++++++++++++--------
sass/conditionals/exec-ed/ee-program-finder.sass | 27 ++++++++++++---------
sass/partials/base/01-mixins/_custom.sass | 4 ++-
3 files changed, 39 insertions(+), 23 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6448: theme the filters.
css/conditionals/exec-ed/ee-program-finder.css | 215 +++++++++++++++++++++--
js/custom.js | 11 ++
sass/conditionals/exec-ed/ee-program-finder.sass | 155 ++++++++++++++--
sass/partials/base/01-mixins/_custom.sass | 7 +
4 files changed, 360 insertions(+), 28 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6448: begin theming date picker.
css/conditionals/exec-ed/ee-program-finder.css | 80 +++++++++++++++++++++++-
sass/conditionals/exec-ed/ee-program-finder.sass | 54 ++++++++++++++--
2 files changed, 125 insertions(+), 9 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6475: put select items in 3 columns.
css/conditionals/exec-ed/ee-program-finder.css | 31 ++++++++++++++++--------
sass/conditionals/exec-ed/ee-program-finder.sass | 27 ++++++++++++---------
sass/partials/base/01-mixins/_custom.sass | 4 ++-
3 files changed, 39 insertions(+), 23 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6448: theme the filters.
css/conditionals/exec-ed/ee-program-finder.css | 215 +++++++++++++++++++++--
js/custom.js | 11 ++
sass/conditionals/exec-ed/ee-program-finder.sass | 155 ++++++++++++++--
sass/partials/base/01-mixins/_custom.sass | 7 +
4 files changed, 360 insertions(+), 28 deletions(-)

view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago
WP-6421 Small adjustment to the previous commit
template.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago
WP-6421 Small adjustment to the previous commit
template.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago
WP-6421 Added alter of action path for the google_appliance_block_form if we are on the exec-ed and seed pages
template.php | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 11 months ago author: Greg Mercer, 11 months ago
WP-6421 Added alter of action path for the google_appliance_block_form if we are on the exec-ed page
template.php | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6508: add full width to .isotopify-item.
css/conditionals/exec-ed/ee-program-finder.css | 1 +
sass/conditionals/exec-ed/ee-program-finder.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6476: theme the program format field.
css/conditionals/exec-ed/ee-program-finder.css | 6 ++++++
sass/conditionals/exec-ed/ee-program-finder.sass | 7 +++++++
2 files changed, 13 insertions(+)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6476: theme the program format field.
css/conditionals/exec-ed/ee-program-finder.css | 6 ++++++
sass/conditionals/exec-ed/ee-program-finder.sass | 7 +++++++
2 files changed, 13 insertions(+)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6500: add cover overlay option styling.
css/style.css | 18 +++++++++++++++++-
sass/partials/design/_fpp-featured-program.sass | 18 ++++++++++++++++--
2 files changed, 33 insertions(+), 3 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6440: theme the featured program fpp.
css/style.css | 82 +++++++++++++++++++++++-
images/bg-feature-program-2016-01-29-2016-1.jpg | Bin 0 -> 47246 bytes
sass/conditionals/e-newsletter-list.sass | 2 +-
sass/partials/design/_all.sass | 1 +
sass/partials/design/_fpp-featured-program.sass | 55 ++++++++++++++++
5 files changed, 136 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6485: make changes to menu.
css/conditionals/exec-ed/design-exec-ed.css | 9 +++++++--
css/style.css | 4 ++--
sass/conditionals/exec-ed/design-exec-ed.sass | 7 +++++--
sass/partials/design/_menu-exec-ed.sass | 4 ++--
4 files changed, 16 insertions(+), 8 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6485: make changes to menu.
css/conditionals/exec-ed/design-exec-ed.css | 9 +++++++--
css/style.css | 4 ++--
sass/conditionals/exec-ed/design-exec-ed.sass | 7 +++++--
sass/partials/design/_menu-exec-ed.sass | 4 ++--
4 files changed, 16 insertions(+), 8 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6448: change green button color, remove gradient.
css/conditionals/faculty-research/book-detail.css | 12 ++++--------
css/conditionals/faculty-research/case-detail.css | 12 ++++--------
css/conditionals/faculty-research/publication-detail.css | 12 ++++--------
.../faculty-research/working-paper-detail.css | 12 ++++--------
css/conditionals/form-rethink.css | 12 ++++--------
css/conditionals/insights/resources/image-resource.css | 12 ++++--------
css/conditionals/library/pane-bookmarklet.css | 12 ++++--------
css/style.css | 16 ++++++----------
sass/partials/base/03-extend/_gsb-revamp.sass | 2 +-
9 files changed, 35 insertions(+), 67 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6448: update filter theming.
css/conditionals/exec-ed/ee-program-finder.css | 47 +++++++++++++++-----
sass/conditionals/exec-ed/ee-program-finder.sass | 56 +++++++++++++++++++-----
2 files changed, 81 insertions(+), 22 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6447: responsive changes for list.
css/conditionals/exec-ed/ee-program-finder.css | 13 +++++++++++--
sass/conditionals/exec-ed/ee-program-finder.sass | 9 ++++++---
2 files changed, 17 insertions(+), 5 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6448: add clear fix.
css/conditionals/exec-ed/ee-program-finder.css | 2 ++
sass/conditionals/exec-ed/ee-program-finder.sass | 1 +
2 files changed, 3 insertions(+)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6448: start theming filters.
css/conditionals/exec-ed/ee-program-finder.css | 23 +++++++++++++++++------
sass/conditionals/exec-ed/ee-program-finder.sass | 23 +++++++++++++++++------
2 files changed, 34 insertions(+), 12 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6449: theme the program finder layout.
css/conditionals/exec-ed/ee-program-finder.css | 42 +++++++--
js/custom.js | 9 ++
sass/conditionals/exec-ed/ee-program-finder.sass | 112 ++++++++++++++---------
3 files changed, 112 insertions(+), 51 deletions(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6447: theme the progam finder list.
css/conditionals/exec-ed/ee-program-finder.css | 35 ++++++++++++++++
sass/conditionals/exec-ed/ee-program-finder.sass | 52 +++++++++++++++++++++++-
2 files changed, 86 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6447: create partial for ee program finder.
css/conditionals/exec-ed/ee-program-finder.css | 0
gsb_theme.info | 1 +
sass/conditionals/exec-ed/ee-program-finder.sass | 10 ++++++++++
3 files changed, 11 insertions(+)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 11 months ago
WP-6420: theming for ee main menu and masthead.
css/conditionals/exec-ed/design-exec-ed.css | 222 ++++++++++++++++++++-
css/style.css | 69 ++++---
sass/conditionals/exec-ed/design-exec-ed.sass | 138 ++++++++++++-
sass/partials/base/00-variables/_base.sass | 1 +
sass/partials/design/_design.sass | 30 ++-
.../design/_google-search-page-elements.sass | 2 -
sass/partials/design/_menu-exec-ed.sass | 26 +--
sass/partials/design/_menu-main-mega.sass | 3 +-
sass/partials/design/_menu-main.sass | 24 +--
sass/partials/design/_search-filters.sass | 12 ++
10 files changed, 456 insertions(+), 71 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 12 months ago
WP-6420: theme exec ed mega menu.
css/conditionals/exec-ed/design-exec-ed.css | 15 ++
css/conditionals/insights/design-insights.css | 2 +-
css/style.css | 244 +++++----------------
gsb_theme.info | 3 +
.../minipanel-one-column/minipanel-one-column.css | 6 -
.../minipanel-one-column.tpl.php | 1 -
sass/conditionals/exec-ed/design-exec-ed.sass | 22 ++
sass/conditionals/insights/design-insights.sass | 2 +-
sass/partials/design/_design.sass | 18 +-
sass/partials/design/_menu-exec-ed.sass | 142 ++----------
sass/partials/design/_menu-main.sass | 13 +-
template.php | 2 +
12 files changed, 142 insertions(+), 328 deletions(-)

view commit - committer: Greg Mercer (GBear), 11 months ago author: Meghan Plunkett, 12 months ago
WP-6420: create partial for exec ed menu.
css/style.css | 300 ++++++++++++++++++++++++++++++++
sass/partials/design/_all.sass | 1 +
sass/partials/design/_menu-exec-ed.sass | 196 +++++++++++++++++++++
3 files changed, 497 insertions(+)

view commit - committer: Meghan Plunkett, 11 months ago author: Meghan Plunkett, 11 months ago
WP-6420: theming for ee main menu and masthead.
css/conditionals/exec-ed/design-exec-ed.css | 222 ++++++++++++++++++++-
css/style.css | 69 ++++---
sass/conditionals/exec-ed/design-exec-ed.sass | 138 ++++++++++++-
sass/partials/base/00-variables/_base.sass | 1 +
sass/partials/design/_design.sass | 30 ++-
.../design/_google-search-page-elements.sass | 2 -
sass/partials/design/_menu-exec-ed.sass | 26 +--
sass/partials/design/_menu-main-mega.sass | 3 +-
sass/partials/design/_menu-main.sass | 24 +--
sass/partials/design/_search-filters.sass | 12 ++
10 files changed, 456 insertions(+), 71 deletions(-)

view commit - committer: Meghan Plunkett, 12 months ago author: Meghan Plunkett, 12 months ago
WP-6420: theme exec ed mega menu.
css/conditionals/exec-ed/design-exec-ed.css | 15 ++
css/conditionals/insights/design-insights.css | 2 +-
css/style.css | 244 +++++----------------
gsb_theme.info | 3 +
.../minipanel-one-column/minipanel-one-column.css | 6 -
.../minipanel-one-column.tpl.php | 1 -
sass/conditionals/exec-ed/design-exec-ed.sass | 22 ++
sass/conditionals/insights/design-insights.sass | 2 +-
sass/partials/design/_design.sass | 18 +-
sass/partials/design/_menu-exec-ed.sass | 142 ++----------
sass/partials/design/_menu-main.sass | 13 +-
template.php | 5 +-
12 files changed, 144 insertions(+), 329 deletions(-)

view commit - committer: Greg Mercer, 12 months ago author: Greg Mercer, 12 months ago
Added check for menu-executive-education-mega-me when preprocessing menu_link
template.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 12 months ago author: Meghan Plunkett, 12 months ago
WP-6420: create partial for exec ed menu.
css/style.css | 300 ++++++++++++++++++++++++++++++++
sass/partials/design/_all.sass | 1 +
sass/partials/design/_menu-exec-ed.sass | 196 +++++++++++++++++++++
3 files changed, 497 insertions(+)

view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Plunkett, 12 months ago
WP-6398: adjust faculty titles.
css/conditionals/faculty-research/faculty-detail.css | 7 +++++--
sass/conditionals/faculty-research/faculty-detail.sass | 6 ++++--
2 files changed, 9 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 12 months ago author: Meghan Plunkett, 12 months ago
WP-6398: adjust faculty titles.
css/conditionals/faculty-research/faculty-detail.css | 7 +++++--
sass/conditionals/faculty-research/faculty-detail.sass | 6 ++++--
2 files changed, 9 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 12 months ago author: Meghan Plunkett, 12 months ago
WP-6417: hide admin title on image cta.
css/style.css | 3 +++
sass/partials/design/_cta-image.sass | 5 +++++
2 files changed, 8 insertions(+)

view commit - committer: Meghan Plunkett, 12 months ago author: Meghan Plunkett, 12 months ago
WP-5064: use flexbox for insights layouts.
css/conditionals/insights/design-insights.css | 28 +----
css/style.css | 109 ++++---------------
layouts/gsb-insights-a/gsb-insights-a.inc | 37 +++----
layouts/gsb-insights-a/gsb-insights-a.tpl.php | 138 ++++++++++++------------
sass/conditionals/insights/design-insights.sass | 17 ++-
sass/partials/base/05-layouts/_layouts.sass | 52 ++++-----
6 files changed, 131 insertions(+), 250 deletions(-)

view commit - committer: Meghan Plunkett, 12 months ago author: Meghan Plunkett, 12 months ago
WP-6413: adjust margin on event detail.
css/conditionals/event/event-detail.css | 2 +-
sass/conditionals/event/event-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 12 months ago author: Meghan Plunkett, 12 months ago
WP-6408: update typography on faculty detail page.
css/conditionals/alumni/alumni-detail.css | 2 +-
css/conditionals/faculty-research/faculty-detail.css | 9 ++++++---
css/conditionals/staff-detail.css | 2 +-
sass/conditionals/faculty-research/faculty-detail.sass | 7 +++++--
sass/partials/base/03-extend/_gsb-revamp.sass | 2 +-
5 files changed, 14 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Plunkett, 12 months ago
WP-6411: hide title on Endeavor landing page.
css/style.css | 8 ++------
sass/partials/design/_design.sass | 3 ++-
2 files changed, 4 insertions(+), 7 deletions(-)

view commit - committer: Meghan Plunkett, 12 months ago author: Meghan Plunkett, 12 months ago
WP-6411: hide title on Endeavor landing page.
css/style.css | 8 ++------
sass/partials/design/_design.sass | 3 ++-
2 files changed, 4 insertions(+), 7 deletions(-)

view commit - committer: Meghan Plunkett, 12 months ago author: Meghan Plunkett, 12 months ago
WP-6398: update sad title styling.
css/conditionals/faculty-research/faculty-detail.css | 1 +
sass/conditionals/faculty-research/faculty-detail.sass | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 12 months ago author: Meghan Plunkett, 12 months ago
WP-6392: adjust width of middle columns.
css/style.css | 2 +-
sass/partials/base/05-layouts/_layouts.sass | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 12 months ago author: Meghan Plunkett, 12 months ago
WP-6392: adjust width of middle columns.
css/style.css | 3 +--
sass/partials/base/05-layouts/_layouts.sass | 4 ++--
2 files changed, 3 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 12 months ago author: Meghan Plunkett, 12 months ago
WP-6398: update faculty profile theming with new titles.
.../faculty-research/faculty-detail.css | 34 +++++++++++++---------
css/style.css | 1 -
.../faculty-research/faculty-detail.sass | 33 +++++++++++++++------
sass/partials/base/05-layouts/_layouts.sass | 3 --
4 files changed, 45 insertions(+), 26 deletions(-)

view commit - committer: Meghan Plunkett, 12 months ago author: Meghan Plunkett, 12 months ago
WP-6392: create new panels layout gsb widescreen.
css/style.css | 90 +++++++++++++++++++++++++-
layouts/gsb-widescreen/gsb-widescreen.inc | 17 +++++
layouts/gsb-widescreen/gsb-widescreen.png | Bin 0 -> 979 bytes
layouts/gsb-widescreen/gsb-widescreen.tpl.php | 73 +++++++++++++++++++++
sass/partials/base/05-layouts/_layouts.sass | 64 ++++++++++++++++++
sass/partials/design/_design.sass | 3 +-
6 files changed, 245 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 12 months ago author: Meghan Plunkett, 12 months ago
WP-6381: apply font regular to caption in academic calendar.
css/conditionals/event/view-academic-calendar.css | 1 +
sass/conditionals/event/view-academic-calendar.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Plunkett, 12 months ago author: Meghan Plunkett, 12 months ago
WP-6378: adjust padding on insights list.
css/conditionals/insights/insights-topic-listing.css | 4 ++--
sass/conditionals/insights/insights-topic-listing.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 1 month ago author: Roopesh Naik, 1 year, 1 month ago
WP-6365 add template for html email
templates/htmlmail--gsb_public_statistics.tpl.php | 32 +++++++++++++++++++++++
1 file changed, 32 insertions(+)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6305: reduce padding on related people.
css/conditionals/insights/related-to-idea-story.css | 2 +-
sass/conditionals/insights/related-to-idea-story.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6366: fix the filter alignment.
css/style.css | 6 ++----
sass/partials/design/_search-filters.sass | 6 ++----
2 files changed, 4 insertions(+), 8 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6366: fix the filter alignment.
css/style.css | 6 ++----
sass/partials/design/_search-filters.sass | 6 ++----
2 files changed, 4 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-3894: adjust footnote numbers.
css/style.css | 9 +++++----
sass/partials/design/_design.sass | 9 +++++----
2 files changed, 10 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6370: add space above remove button.
css/admin-modal/admin-modal.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6323: adjust program finder select.
css/conditionals/alumni/alumni-reunion-finder.css | 2 +-
sass/conditionals/alumni/alumni-reunion-finder.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6240: override external link icon size.
css/style.css | 3 +++
sass/partials/design/_cta.sass | 4 +++-
2 files changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6300: remove margin right on mobile.
css/style.css | 5 -----
sass/partials/design/_design.sass | 2 --
2 files changed, 7 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-3894: adjust footnote numbers.
css/style.css | 9 +++++----
sass/partials/design/_design.sass | 9 +++++----
2 files changed, 10 insertions(+), 8 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6370: add space above remove button.
css/admin-modal/admin-modal.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6369: update fieldset theming for related fieldset.
css/style.css | 96 ++++++++++++++++---------------
js/custom.js | 2 +-
sass/partials/design/_search-filters.sass | 37 ++++++------
3 files changed, 72 insertions(+), 63 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-5217: add clear so that grid is aligned.
css/style.css | 1 +
sass/partials/design/_fpp-people.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6364: add container for soundclound mini player.
css/conditionals/insights/resources/soundcloud-resource.css | 5 +++++
sass/conditionals/insights/resources/soundcloud-resource.sass | 9 +++++++++
2 files changed, 14 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6020: update show more.
css/style.css | 1 +
sass/partials/design/_pager.sass | 5 +++--
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Plunkett, 1 year, 2 months ago
WP-3894: update the footnote styling.
css/style.css | 5 +++--
sass/partials/design/_design.sass | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Plunkett, 1 year, 2 months ago
WP-5486: update the width of search.
css/style.css | 2 +-
sass/partials/design/_search-filters.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Plunkett, 1 year, 2 months ago
WP-5486: remove hover.
css/style.css | 6 ++++++
sass/partials/design/_menu-main.sass | 4 ++++
2 files changed, 10 insertions(+)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-5217: add clear so that grid is aligned.
css/style.css | 1 +
sass/partials/design/_fpp-people.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6364: add container for soundclound mini player.
css/conditionals/insights/resources/soundcloud-resource.css | 5 +++++
sass/conditionals/insights/resources/soundcloud-resource.sass | 9 +++++++++
2 files changed, 14 insertions(+)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6356: remove external icons on video formatter.
css/style.css | 3 ++-
sass/partials/base/06-ui-patterns/_drupal-patterns.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6323: adjust program finder select.
css/conditionals/alumni/alumni-reunion-finder.css | 2 +-
sass/conditionals/alumni/alumni-reunion-finder.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6318: set max width on inputs.
css/style.css | 4 ++++
sass/partials/design/_search-filters.sass | 2 ++
2 files changed, 6 insertions(+)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6318: set max width on inputs.
css/style.css | 4 ++++
sass/partials/design/_search-filters.sass | 2 ++
2 files changed, 6 insertions(+)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6356: hide external icon on images.
css/style.css | 4 ++++
sass/partials/base/06-ui-patterns/_drupal-patterns.sass | 5 +++++
2 files changed, 9 insertions(+)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6330: need to cover list and grid.
css/style.css | 6 ++++--
sass/partials/design/_fpp-people.sass | 7 +++++--
2 files changed, 9 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6314: adjust exit button.
css/style.css | 4 ++--
sass/partials/design/_search-filters.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6332: hide external icon.
css/style.css | 3 +++
sass/partials/design/_view-mode-expanded.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6314: adjust exit button.
css/style.css | 4 ++--
sass/partials/design/_search-filters.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6332: hide external icon.
css/style.css | 3 +++
sass/partials/design/_view-mode-expanded.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6330: adjust z-index for linked image.
css/style.css | 2 ++
sass/partials/design/_fpp-people.sass | 2 ++
2 files changed, 4 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6090: adjust z-index for linked image.
css/style.css | 5 +++++
sass/partials/design/_house-ads.sass | 6 ++++++
2 files changed, 11 insertions(+)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6090: adjust z-index for linked image.
css/style.css | 5 +++++
sass/partials/design/_house-ads.sass | 6 ++++++
2 files changed, 11 insertions(+)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6089: hide external link icon on image.
css/style.css | 7 +++++++
sass/partials/design/_existing-node.sass | 2 ++
2 files changed, 9 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6314: adjust the clear buttons.
css/style.css | 6 +++++-
sass/partials/design/_search-filters.sass | 6 +++++-
2 files changed, 10 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6318: adjust date labels.
css/style.css | 3 ++-
sass/partials/design/_search-filters.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago
WP-6322 Fix for tray on mobile for All Research view
js/custom.js | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6318: adjust date labels.
css/style.css | 3 ++-
sass/partials/design/_search-filters.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6284: adjust twitter button.
css/style.css | 8 ++++++++
sass/partials/design/_design.sass | 10 ++++++++++
2 files changed, 18 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago
WP-6315 Hiding dates for admission events in mobile
js/custom.js | 27 ++++++++++++++-------------
1 file changed, 14 insertions(+), 13 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6314: adjust the clear buttons.
css/style.css | 6 +++++-
sass/partials/design/_search-filters.sass | 6 +++++-
2 files changed, 10 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6284: adjust twitter button.
css/style.css | 8 ++++++++
sass/partials/design/_design.sass | 10 ++++++++++
2 files changed, 18 insertions(+)

view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago
WP-6315 Hiding dates for admission events in mobile
js/custom.js | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6312: do not use tray for all research list.
css/style.css | 59 ++++++++++++++++++++++++++++---
js/custom.js | 4 +--
sass/partials/design/_search-filters.sass | 38 ++++++++++++++++----
3 files changed, 88 insertions(+), 13 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago
WP-6307 positioned datepicker based on offset
js/custom.js | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago
WP-6307 positioned datepicker based on offset
js/custom.js | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6306: prevent title wrapping.
css/conditionals/insights/related-to-idea-story.css | 5 +++++
sass/conditionals/insights/related-to-idea-story.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6280: update date picker theming.
css/style.css | 70 +++++++++++--------------------
sass/partials/design/_search-filters.sass | 36 ++++++++--------
2 files changed, 41 insertions(+), 65 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago
WP-6168 Fix for tray and filter states
js/custom.js | 92 +++++++++++++++++++++++++++++++++++++++++++++---------------
1 file changed, 69 insertions(+), 23 deletions(-)

view commit - committer: Ayuta Padhi, 1 year, 1 month ago author: Ayuta Padhi, 1 year, 1 month ago
WP-6168 Fix for tray and filter states
js/custom.js | 92 +++++++++++++++++++++++++++++++++++++++++++++---------------
1 file changed, 69 insertions(+), 23 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6289: position the clear all button.
css/style.css | 3 +--
sass/partials/design/_search-filters.sass | 4 ++--
2 files changed, 3 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6240: override external link icon size.
css/style.css | 3 +++
sass/partials/design/_cta.sass | 4 +++-
2 files changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6300: remove margin right on mobile.
css/style.css | 5 -----
sass/partials/design/_design.sass | 2 --
2 files changed, 7 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6223: add word wrap.
css/conditionals/msx-fellow-landing-list.css | 1 +
sass/conditionals/msx-fellow-landing-list.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Plunkett, 1 year, 1 month ago author: Meghan Plunkett, 1 year, 1 month ago
WP-6286: adjust padding on homepage.
css/style.css | 3 +++
sass/partials/design/_design.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 1 month ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6231: remove chute css.
css/style.css | 4 ----
sass/partials/design/_design.sass | 6 ------
2 files changed, 10 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-3894: update the footnote styling.
css/style.css | 5 +++--
sass/partials/design/_design.sass | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6051: update padding on tray.
css/style.css | 4 ++--
sass/partials/design/_search-filters.sass | 5 +++--
2 files changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6265: hide clear all on desktop.
css/style.css | 16 +++++++++++-----
sass/partials/design/_search-filters.sass | 13 ++++++++-----
2 files changed, 19 insertions(+), 10 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6252: add styling for mini player widths.
.../insights/resources/soundcloud-resource.css | 12 ++++++------
.../insights/resources/soundcloud-resource.sass | 19 ++++++++++++-------
2 files changed, 18 insertions(+), 13 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6231: remove chute css.
css/style.css | 4 ----
sass/partials/design/_design.sass | 6 ------
2 files changed, 10 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6144: add a float clearfix to the body field.
css/style.css | 9 ++++++++-
sass/partials/design/_wysiwyg.sass | 1 +
2 files changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6212: update button styles and filter buttons.
css/conditionals/alumni/alumni-reunion-finder.css | 10 ++-
css/conditionals/faculty-research/book-detail.css | 5 +-
css/conditionals/faculty-research/case-detail.css | 5 +-
.../faculty-research/publication-detail.css | 10 ++-
.../faculty-research/working-paper-detail.css | 10 ++-
css/conditionals/form-rethink.css | 10 ++-
.../insights/resources/image-resource.css | 10 ++-
css/conditionals/library/pane-bookmarklet.css | 10 ++-
css/style.css | 84 +++++++++++-----------
sass/partials/base/03-extend/_gsb-revamp.sass | 12 ++--
sass/partials/design/_search-filters.sass | 38 +++++-----
11 files changed, 119 insertions(+), 85 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6230: update msx list theming.
css/conditionals/msx-fellow-landing-list.css | 20 ++--
css/style.css | 156 ++++++++++++++++++++-----
sass/conditionals/msx-fellow-landing-list.sass | 7 +-
sass/partials/design/_search-filters.sass | 58 +++++----
template.php | 11 +-
5 files changed, 184 insertions(+), 68 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6230: remove old styling.
css/style.css | 292 +-----------------------------
sass/partials/design/_az-filter.sass | 82 +--------
sass/partials/design/_search-filters.sass | 115 ------------
3 files changed, 7 insertions(+), 482 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6165: adjust the faculty on case detail in related.
css/conditionals/faculty-research/meta-research-detail.css | 2 +-
sass/conditionals/faculty-research/meta-research-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-5903: adjust margin on title wrapper for offsite expanded.
css/style.css | 4 ++--
sass/partials/design/_view-mode-expanded.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6212: update button styles and filter buttons.
css/conditionals/alumni/alumni-reunion-finder.css | 10 ++-
css/conditionals/faculty-research/book-detail.css | 5 +-
css/conditionals/faculty-research/case-detail.css | 5 +-
.../faculty-research/publication-detail.css | 10 ++-
.../faculty-research/working-paper-detail.css | 10 ++-
css/conditionals/form-rethink.css | 10 ++-
.../insights/resources/image-resource.css | 10 ++-
css/conditionals/library/pane-bookmarklet.css | 10 ++-
css/style.css | 84 +++++++++++-----------
sass/partials/base/03-extend/_gsb-revamp.sass | 12 ++--
sass/partials/design/_search-filters.sass | 38 +++++-----
11 files changed, 119 insertions(+), 85 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6230: update msx list theming.
css/conditionals/msx-fellow-landing-list.css | 20 ++--
css/style.css | 156 ++++++++++++++++++++-----
sass/conditionals/msx-fellow-landing-list.sass | 7 +-
sass/partials/design/_search-filters.sass | 58 +++++----
template.php | 11 +-
5 files changed, 184 insertions(+), 68 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6230: remove old styling.
css/style.css | 292 +-----------------------------
sass/partials/design/_az-filter.sass | 82 +--------
sass/partials/design/_search-filters.sass | 115 ------------
3 files changed, 7 insertions(+), 482 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6165: adjust the faculty on case detail in related.
css/conditionals/faculty-research/meta-research-detail.css | 2 +-
sass/conditionals/faculty-research/meta-research-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-5903: adjust margin on title wrapper for offsite expanded.
css/style.css | 4 ++--
sass/partials/design/_view-mode-expanded.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-5490: update line height.
css/style.css | 2 +-
sass/partials/design/_fpp-text.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6247: updated the taxonomy theming.
css/conditionals/faculty-research/case-detail.css | 1 -
sass/conditionals/faculty-research/case-detail.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6051: adjust the margin.
css/style.css | 3 +++
sass/partials/design/_search-filters.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6050: add back tray.
css/style.css | 84 ++++++++++++++++++++++++++----
js/custom.js | 3 +-
sass/partials/design/_search-filters.sass | 85 ++++++++++++++-----------------
3 files changed, 111 insertions(+), 61 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6144: increase margin above list.
css/conditionals/alumni/alumni-reunion-schedule-list.css | 2 +-
sass/conditionals/alumni/alumni-reunion-schedule-list.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6139: fix the title on alum reunion agenda item detail.
css/conditionals/alumni/alumni-reunion-agenda-item-detail.css | 1 +
sass/conditionals/alumni/alumni-reunion-agenda-item-detail.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6001: change line height on title in people fpp list.
css/style.css | 2 +-
sass/partials/design/_fpp-people.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-5975: adjust h3 and h4 headers in body text.
css/style.css | 12 +++++-------
sass/partials/design/_fpp-text.sass | 4 +---
sass/partials/design/_wysiwyg.sass | 8 ++++----
3 files changed, 10 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-5974: remove positioning on lock icon.
css/style.css | 2 --
sass/partials/design/_fpp-files.sass | 2 --
2 files changed, 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-5931: update logo margin.
css/style.css | 2 +-
sass/partials/design/_design.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-5919: adjust padding for mobile on events landing.
css/style.css | 5 +----
sass/partials/design/_design.sass | 3 +--
2 files changed, 2 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-5929: update accordion title styling.
css/style.css | 7 +++----
sass/partials/design/_accordion.sass | 7 ++++---
2 files changed, 7 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-5490: update h3 line height in text fpp.
css/style.css | 2 +-
sass/partials/design/_fpp-text.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-5483: updat title size of search results.
css/style.css | 5 +++++
sass/partials/design/_google-search-page-elements.sass | 5 +++++
2 files changed, 10 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-5630: updat paragraph font size on alumni detail.
css/conditionals/alumni/alumni-detail.css | 3 +++
sass/conditionals/alumni/alumni-detail.sass | 1 +
2 files changed, 4 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-5594: update spacing between links.
css/conditionals/alumni/alumni-detail.css | 4 ++--
css/conditionals/faculty-research/faculty-detail.css | 2 +-
sass/conditionals/alumni/alumni-detail.sass | 4 ++--
sass/conditionals/faculty-research/faculty-detail.sass | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-5587: streamline block title styles.
css/style.css | 35 +++++++++++++++++++++--------------
sass/partials/design/_fpp-files.sass | 4 +++-
sass/partials/design/_fpp-links.sass | 3 ++-
sass/partials/design/_fpp-text.sass | 9 ++++++---
sass/partials/design/_menu-block.sass | 9 +++++----
5 files changed, 37 insertions(+), 23 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6223: update MSx listing theming.
css/conditionals/msx-fellow-landing-list.css | 73 +++++++-------------------
sass/conditionals/msx-fellow-landing-list.sass | 67 ++++++++++-------------
2 files changed, 46 insertions(+), 94 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6247: updated the taxonomy theming.
css/conditionals/faculty-research/case-detail.css | 1 -
sass/conditionals/faculty-research/case-detail.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6051: adjust the margin.
css/style.css | 3 +++
sass/partials/design/_search-filters.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6050: add back tray.
css/style.css | 84 ++++++++++++++++++++++++++----
js/custom.js | 3 +-
sass/partials/design/_search-filters.sass | 85 ++++++++++++++-----------------
3 files changed, 111 insertions(+), 61 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-5486: update the width of search.
css/style.css | 2 +-
sass/partials/design/_search-filters.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-5486: remove hover.
css/style.css | 6 ++++++
sass/partials/design/_menu-main.sass | 4 ++++
2 files changed, 10 insertions(+)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6020: update show more.
css/style.css | 1 +
sass/partials/design/_pager.sass | 5 +++--
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6222: update video list theming.
css/style.css | 47 +++++++++++++++++++++++++++++++++++++---
sass/partials/design/_video.sass | 23 +++++++++++++++++---
2 files changed, 64 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago
Update panels-add-content-link.tpl.php
templates/panels-add-content-link.tpl.php | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago
WP-6152 Changed to use empty() check for $first_page and $stock_content_page variables
templates/panels-add-content-link.tpl.php | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago
WP-6152 Changed to use empty() check for $first_page and $stock_content_page variables
templates/panels-add-content-link.tpl.php | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6165: adjust padding in related block.
css/conditionals/insights/related-to-idea-story.css | 4 ++--
sass/conditionals/insights/related-to-idea-story.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6144: increase margin above list.
css/conditionals/alumni/alumni-reunion-schedule-list.css | 2 +-
sass/conditionals/alumni/alumni-reunion-schedule-list.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6139: fix the title on alum reunion agenda item detail.
css/conditionals/alumni/alumni-reunion-agenda-item-detail.css | 1 +
sass/conditionals/alumni/alumni-reunion-agenda-item-detail.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6001: change line height on title in people fpp list.
css/style.css | 2 +-
sass/partials/design/_fpp-people.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-5975: adjust h3 and h4 headers in body text.
css/style.css | 10 ++++------
sass/partials/design/_fpp-text.sass | 2 --
sass/partials/design/_wysiwyg.sass | 8 ++++----
3 files changed, 8 insertions(+), 12 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-5974: remove positioning on lock icon.
css/style.css | 2 --
sass/partials/design/_fpp-files.sass | 2 --
2 files changed, 4 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-5931: update logo margin.
css/style.css | 2 +-
sass/partials/design/_design.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-5929: update accordion title styling.
css/style.css | 7 +++----
sass/partials/design/_accordion.sass | 7 ++++---
2 files changed, 7 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer, 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago
Fixes a warning we were getting on /programs page
template.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6225: update table theming.
css/style.css | 19 ++++++++++++++++++-
sass/partials/design/_wysiwyg.sass | 13 ++++++++++++-
2 files changed, 30 insertions(+), 2 deletions(-)

view commit - committer: Meghan Plunkett, 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6225: update table theming.
css/style.css | 8 +++++++-
sass/partials/design/_wysiwyg.sass | 4 +++-
2 files changed, 10 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Plunkett, 1 year, 2 months ago
WP-6208: theme the msx admissions list.
css/conditionals/event/event-landing.css | 12 ++--
css/style.css | 107 +++++++++++++++++++++--------
sass/conditionals/event/event-landing.sass | 5 +-
sass/partials/design/_search-filters.sass | 12 ++--
template.php | 10 ++-
5 files changed, 105 insertions(+), 41 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-5874: add theming to hide class.
css/conditionals/faculty-research/book-detail.css | 5 +++--
css/conditionals/insights/related-to-idea-story.css | 4 ++++
sass/conditionals/faculty-research/book-detail.sass | 5 ++---
sass/conditionals/insights/related-to-idea-story.sass | 4 ++++
4 files changed, 13 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6048: bring title sizes in line across teaser type content.
css/style.css | 6 +++---
sass/partials/design/_existing-node.sass | 2 +-
sass/partials/design/_fpp-spotlight.sass | 2 +-
sass/partials/design/_video.sass | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-5952: change to table spacing in wysiwyg.
css/style.css | 2 +-
sass/partials/design/_wysiwyg.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Greg Mercer, 1 year, 2 months ago
WP-5874 Added code to set 'hide_this' class if element is a 'related' group wrapper and has no children
template.php | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-5913: update styling for publication info.
.../faculty-research/view-mode-teaser-listing.css | 2 +-
css/conditionals/insights/featured-insight-card.css | 8 +++++++-
css/style.css | 15 +++++++++------
.../faculty-research/view-mode-teaser-listing.sass | 2 +-
sass/conditionals/insights/featured-insight-card.sass | 9 ++++++++-
sass/partials/design/_existing-node.sass | 6 ++++++
sass/partials/design/_view-mode-compact.sass | 5 ++---
sass/partials/design/_view-mode-expanded.sass | 5 ++---
8 files changed, 36 insertions(+), 16 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6199: update the pill style.
css/style.css | 4 +---
sass/partials/design/_search-filters.sass | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6210: update case detail styling.
css/conditionals/faculty-research/case-detail.css | 77 +++++++++++++---------
.../faculty-research/meta-research-detail.css | 2 +-
.../conditionals/faculty-research/case-detail.sass | 53 +++++++--------
.../faculty-research/meta-research-detail.sass | 2 +-
4 files changed, 70 insertions(+), 64 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-5991: update act listing spacing.
css/conditionals/alumni/view-mode-act-project-listing.css | 5 ++++-
sass/conditionals/alumni/view-mode-act-project-listing.sass | 3 ++-
2 files changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6197: comment out changes for tray.
css/style.css | 84 ++++-------------------------
js/custom.js | 3 +-
sass/partials/design/_search-filters.sass | 87 +++++++++++++++++--------------
3 files changed, 62 insertions(+), 112 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6191: fix comma wrapping issue.
css/style.css | 8 +++-----
sass/partials/design/_accordion.sass | 7 +++----
2 files changed, 6 insertions(+), 9 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6033: update the event detail responsive interaction and global page space above footer.
css/conditionals/event/admission-event-detail.css | 1 -
css/conditionals/event/event-detail.css | 12 ++++++++----
css/style.css | 5 ++++-
sass/conditionals/event/admission-event-detail.sass | 1 -
sass/conditionals/event/event-detail.sass | 9 +++++----
sass/partials/design/_design.sass | 4 +++-
6 files changed, 20 insertions(+), 12 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6051: make sure the labels do not wrap under.
css/style.css | 12 +++++++-----
sass/partials/design/_search-filters.sass | 10 +++++-----
2 files changed, 12 insertions(+), 10 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6051: update the tray theming.
css/style.css | 26 ++++++++++++++++++-
sass/partials/design/_search-filters.sass | 43 +++++++++++++++++++++++--------
2 files changed, 57 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6123: update case year field.
css/conditionals/faculty-research/case-detail.css | 2 +-
css/conditionals/faculty-research/meta-research-detail.css | 4 ----
css/conditionals/faculty-research/view-mode-teaser-listing.css | 3 +--
css/conditionals/faculty-research/view-mode-views-content-pane.css | 1 -
css/style.css | 4 +---
sass/conditionals/faculty-research/case-detail.sass | 2 +-
sass/conditionals/faculty-research/meta-research-detail.sass | 1 -
sass/conditionals/faculty-research/view-mode-teaser-listing.sass | 3 +--
sass/conditionals/faculty-research/view-mode-views-content-pane.sass | 3 +--
sass/partials/design/_existing-node.sass | 2 +-
sass/partials/design/_view-mode-compact.sass | 3 +--
sass/partials/design/_view-mode-expanded.sass | 3 +--
12 files changed, 9 insertions(+), 22 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6126: add styling for container class.
css/style.css | 54 ++++++++++++++++++++++++-----------
sass/partials/design/_fpp-people.sass | 9 +++++-
2 files changed, 46 insertions(+), 17 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6065: theme the podcast header.
css/conditionals/insights/resources/soundcloud-resource.css | 6 ++++++
sass/conditionals/insights/resources/soundcloud-resource.sass | 7 +++++++
2 files changed, 13 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 2 months ago author: Meghan Palagyi, 1 year, 2 months ago
WP-6109: theming for admission event locations list.
css/style.css | 33 ++++++++++++++++++++++++----
sass/partials/design/_accordion.sass | 21 ++++++++++++++++++
sass/partials/design/_design.sass | 4 ++++
sass/partials/design/_fieldgroup-commas.sass | 4 ----
4 files changed, 54 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6134: increase font size of infographic label.
css/style.css | 2 +-
sass/partials/design/_existing-node.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6133: remove min height from sponsors.
css/conditionals/event/event-detail.css | 1 -
sass/conditionals/event/event-detail.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6033: update admission event and event detail page styling.
css/conditionals/event/admission-event-detail.css | 19 +++++++++++++---
css/conditionals/event/event-detail.css | 26 +++++++++++++++++-----
.../conditionals/event/admission-event-detail.sass | 15 +++++++++++--
sass/conditionals/event/event-detail.sass | 21 +++++++++++++----
sass/partials/base/03-extend/_gsb-revamp.sass | 3 ++-
5 files changed, 69 insertions(+), 15 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-5916: restore filters on mobile.
css/style.css | 5 -----
sass/partials/design/_search-filters.sass | 2 --
2 files changed, 7 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6050: implement off canvas tray for mobile filters.
css/style.css | 147 +++++++++++++++++++-----------
gsb_theme.info | 2 +-
js/custom.js | 34 ++++---
sass/partials/design/_search-filters.sass | 49 ++++++----
4 files changed, 149 insertions(+), 83 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6050: set up tray.
gsb_theme.info | 8 +++++++-
js/custom.js | 25 +++++++++++++++++++++++++
2 files changed, 32 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6050: add mmenu-master library.
js/libs/mmenu-master/.gitignore | 6 +
js/libs/mmenu-master/Guardfile | 302 ++++
js/libs/mmenu-master/LICENSE.txt | 9 +
js/libs/mmenu-master/README.md | 38 +
js/libs/mmenu-master/bower.json | 28 +
js/libs/mmenu-master/composer.json | 21 +
js/libs/mmenu-master/demo/advanced.html | 78 +
js/libs/mmenu-master/demo/css/demo.css | 98 ++
js/libs/mmenu-master/demo/css/site.css | 65 +
js/libs/mmenu-master/demo/default.html | 53 +
js/libs/mmenu-master/demo/onepage.html | 143 ++
.../addons/js/jquery.mmenu.currentitem.min.js | 6 +
.../addons/js/jquery.mmenu.dragclose.min.js | 6 +
.../extensions/css/jquery.mmenu.leftsubpanels.css | 47 +
.../extensions/css/jquery.mmenu.panelshadow.css | 6 +
.../dist/addons/css/jquery.mmenu.autoheight.css | 10 +
.../dist/addons/css/jquery.mmenu.counters.css | 33 +
.../dist/addons/css/jquery.mmenu.dividers.css | 41 +
.../dist/addons/css/jquery.mmenu.dragopen.css | 10 +
.../dist/addons/css/jquery.mmenu.iconpanels.css | 60 +
.../dist/addons/css/jquery.mmenu.navbars.css | 127 ++
.../dist/addons/css/jquery.mmenu.offcanvas.css | 69 +
.../dist/addons/css/jquery.mmenu.searchfield.css | 59 +
.../addons/css/jquery.mmenu.sectionindexer.css | 38 +
.../dist/addons/css/jquery.mmenu.toggles.css | 99 ++
.../dist/addons/js/jquery.mmenu.autoheight.min.js | 7 +
.../dist/addons/js/jquery.mmenu.backbutton.min.js | 7 +
.../dist/addons/js/jquery.mmenu.counters.min.js | 7 +
.../dist/addons/js/jquery.mmenu.dividers.min.js | 7 +
.../dist/addons/js/jquery.mmenu.dragopen.min.js | 7 +
.../addons/js/jquery.mmenu.fixedelements.min.js | 7 +
.../dist/addons/js/jquery.mmenu.iconpanels.min.js | 7 +
.../dist/addons/js/jquery.mmenu.navbars.min.js | 43 +
.../dist/addons/js/jquery.mmenu.offcanvas.min.js | 7 +
.../dist/addons/js/jquery.mmenu.searchfield.min.js | 7 +
.../addons/js/jquery.mmenu.sectionindexer.min.js | 7 +
.../dist/addons/js/jquery.mmenu.toggles.min.js | 7 +
.../dist/core/css/jquery.mmenu.all.css | 1589 ++++++++++++++++++++
.../mmenu-master/dist/core/css/jquery.mmenu.css | 383 +++++
.../dist/core/css/jquery.mmenu.oncanvas.css | 310 ++++
.../dist/core/js/jquery.mmenu.min.all.js | 133 ++
.../mmenu-master/dist/core/js/jquery.mmenu.min.js | 20 +
.../dist/core/js/jquery.mmenu.oncanvas.min.js | 13 +
.../dist/core/js/umd/jquery.mmenu.umd.all.js | 153 ++
.../dist/core/js/umd/jquery.mmenu.umd.js | 40 +
.../extensions/css/jquery.mmenu.borderstyle.css | 14 +
.../dist/extensions/css/jquery.mmenu.effects.css | 266 ++++
.../extensions/css/jquery.mmenu.fullscreen.css | 57 +
.../dist/extensions/css/jquery.mmenu.iconbar.css | 21 +
.../dist/extensions/css/jquery.mmenu.multiline.css | 11 +
.../dist/extensions/css/jquery.mmenu.pagedim.css | 14 +
.../extensions/css/jquery.mmenu.pageshadow.css | 21 +
.../extensions/css/jquery.mmenu.positioning.css | 91 ++
.../dist/extensions/css/jquery.mmenu.themes.css | 171 +++
.../dist/extensions/css/jquery.mmenu.tileview.css | 67 +
.../extensions/css/jquery.mmenu.widescreen.css | 44 +
.../wrappers/js/jquery.mmenu.jquerymobile.min.js | 1 +
.../dist/wrappers/js/jquery.mmenu.olark.min.js | 1 +
.../wrappers/js/jquery.mmenu.turbolinks.min.js | 1 +
.../dist/wrappers/js/jquery.mmenu.wordpress.min.js | 1 +
js/libs/mmenu-master/index.html | 28 +
js/libs/mmenu-master/mmenu.jquery.json | 31 +
js/libs/mmenu-master/package.json | 25 +
.../3rdparty/addons/js/jquery.mmenu.currentitem.js | 72 +
.../3rdparty/addons/js/jquery.mmenu.dragclose.js | 127 ++
.../extensions/css/jquery.mmenu.leftsubpanels.scss | 66 +
.../extensions/css/jquery.mmenu.panelshadow.scss | 11 +
.../src/addons/css/jquery.mmenu.autoheight.scss | 25 +
.../src/addons/css/jquery.mmenu.counters.scss | 57 +
.../src/addons/css/jquery.mmenu.dividers.scss | 56 +
.../src/addons/css/jquery.mmenu.dragopen.scss | 14 +
.../src/addons/css/jquery.mmenu.iconpanels.scss | 56 +
.../src/addons/css/jquery.mmenu.navbars.scss | 116 ++
.../src/addons/css/jquery.mmenu.offcanvas.scss | 72 +
.../src/addons/css/jquery.mmenu.searchfield.scss | 95 ++
.../addons/css/jquery.mmenu.sectionindexer.scss | 52 +
.../src/addons/css/jquery.mmenu.toggles.scss | 171 +++
.../mmenu-master/src/addons/js/addon-template.js | 72 +
.../src/addons/js/jquery.mmenu.autoheight.js | 121 ++
.../src/addons/js/jquery.mmenu.backbutton.js | 105 ++
.../src/addons/js/jquery.mmenu.counters.js | 139 ++
.../src/addons/js/jquery.mmenu.dividers.js | 238 +++
.../src/addons/js/jquery.mmenu.dragopen.js | 308 ++++
.../src/addons/js/jquery.mmenu.fixedelements.js | 68 +
.../src/addons/js/jquery.mmenu.iconpanels.js | 131 ++
.../addons/js/jquery.mmenu.navbar.breadcrumbs.js | 78 +
.../src/addons/js/jquery.mmenu.navbar.close.js | 36 +
.../src/addons/js/jquery.mmenu.navbar.next.js | 49 +
.../src/addons/js/jquery.mmenu.navbar.prev.js | 54 +
.../addons/js/jquery.mmenu.navbar.searchfield.js | 29 +
.../src/addons/js/jquery.mmenu.navbar.title.js | 54 +
.../src/addons/js/jquery.mmenu.navbars.js | 165 ++
.../src/addons/js/jquery.mmenu.offcanvas.js | 435 ++++++
.../src/addons/js/jquery.mmenu.searchfield.js | 353 +++++
.../src/addons/js/jquery.mmenu.sectionindexer.js | 176 +++
.../src/addons/js/jquery.mmenu.toggles.js | 83 +
.../mmenu-master/src/core/css/_inc/_colors.scss | 175 +++
.../mmenu-master/src/core/css/_inc/_mixins.scss | 135 ++
.../mmenu-master/src/core/css/_inc/_sizing.scss | 86 ++
.../mmenu-master/src/core/css/_inc/_variables.scss | 66 +
.../src/core/css/jquery.mmenu.all.scss | 21 +
.../src/core/css/jquery.mmenu.oncanvas.scss | 394 +++++
.../mmenu-master/src/core/css/jquery.mmenu.scss | 6 +
js/libs/mmenu-master/src/core/js/jquery.mmenu.js | 8 +
.../src/core/js/jquery.mmenu.oncanvas.js | 855 +++++++++++
js/libs/mmenu-master/src/core/js/umd/affix.js | 1 +
js/libs/mmenu-master/src/core/js/umd/prefix.js | 18 +
.../extensions/css/jquery.mmenu.borderstyle.scss | 33 +
.../src/extensions/css/jquery.mmenu.effects.scss | 199 +++
.../extensions/css/jquery.mmenu.fullscreen.scss | 24 +
.../src/extensions/css/jquery.mmenu.iconbar.scss | 26 +
.../src/extensions/css/jquery.mmenu.multiline.scss | 18 +
.../src/extensions/css/jquery.mmenu.pagedim.scss | 36 +
.../extensions/css/jquery.mmenu.pageshadow.scss | 36 +
.../extensions/css/jquery.mmenu.positioning.scss | 87 ++
.../src/extensions/css/jquery.mmenu.themes.scss | 76 +
.../src/extensions/css/jquery.mmenu.tileview.scss | 98 ++
.../extensions/css/jquery.mmenu.widescreen.scss | 61 +
js/libs/mmenu-master/src/jquery.mmenu.debugger.js | 376 +++++
.../src/wrappers/js/jquery.mmenu.jquerymobile.js | 57 +
.../src/wrappers/js/jquery.mmenu.olark.js | 16 +
.../src/wrappers/js/jquery.mmenu.turbolinks.js | 34 +
.../src/wrappers/js/jquery.mmenu.wordpress.js | 13 +
123 files changed, 11717 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6131: underline video title.
css/style.css | 3 +++
sass/partials/design/_video.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6131: updat title theming.
css/style.css | 1 +
sass/partials/design/_video.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6063: add wrapper and theme api fields.
css/style.css | 135 +++++++++++++--------------------------
sass/partials/design/_video.sass | 120 ++++++++++++----------------------
2 files changed, 85 insertions(+), 170 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6108: adjust filter and states theming.
css/style.css | 50 +++++++++++--------------------
sass/partials/design/_search-filters.sass | 31 +++++++++----------
2 files changed, 34 insertions(+), 47 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6063: theme duration and the play button.
css/style.css | 154 ++++++++++++++++++++++++++++++++++++++-
sass/partials/design/_video.sass | 94 +++++++++++++++++++++++-
2 files changed, 241 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6063: theme video list.
css/style.css | 102 +++++++++++++++++++++++++++++++++++++--
sass/partials/design/_video.sass | 87 +++++++++++++++++++++++++++++++++
2 files changed, 184 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6099: remove quad background and gradient.
css/style.css | 9 ---------
images/bg-quad-standard-2015-05-26-1.png | Bin 202566 -> 0 bytes
sass/partials/design/_design.sass | 5 -----
3 files changed, 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6100: add landing page classes.
css/style.css | 4 ++++
sass/partials/design/_design.sass | 2 ++
2 files changed, 6 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6061: update date range theming.
css/style.css | 65 +++++++++++++++++++------------
sass/partials/design/_search-filters.sass | 54 ++++++++++++-------------
2 files changed, 68 insertions(+), 51 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-5547: button adjustments.
css/style.css | 20 +++++++++++++-------
sass/partials/design/_search-filters.sass | 17 ++++++++++-------
2 files changed, 23 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-5547: theme the seach states.
css/style.css | 178 +++++++++++++++++++++++++-
sass/partials/base/03-extend/_gsb-revamp.sass | 11 ++
sass/partials/design/_search-filters.sass | 116 +++++++++++++++++
3 files changed, 299 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6079: right align last updated block.
css/style.css | 8 ++++++++
sass/partials/design/_design.sass | 9 +++++++++
2 files changed, 17 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-6059: hide field from people fpp view mode.
css/conditionals/event/admission-event-detail.css | 1 +
css/conditionals/event/event-detail.css | 1 +
sass/conditionals/event/admission-event-detail.sass | 1 +
sass/conditionals/event/event-detail.sass | 1 +
4 files changed, 4 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 3 months ago author: Meghan Palagyi, 1 year, 3 months ago
WP-5989: remove bottom margin from generic classes.
css/style.css | 5 -----
sass/partials/design/_design.sass | 4 ----
2 files changed, 9 deletions(-)

view commit - committer: Roopesh Naik, 1 year, 3 months ago author: Roopesh Naik, 1 year, 3 months ago
WP-5938 add google off for sidebar first
templates/page.tpl.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 1 year, 4 months ago author: Greg Mercer, 1 year, 4 months ago
WP-4950 Adding hook to add css classes for field groups
template.php | 15 +++++++++++++++
1 file changed, 15 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5964: remove clearfix.
css/style.css | 2 --
sass/partials/design/_search-filters.sass | 1 -
2 files changed, 3 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5964: remove clearfix.
css/style.css | 2 --
sass/partials/design/_search-filters.sass | 1 -
2 files changed, 3 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5973: adjust title spacing.
css/style.css | 30 ++++++++++++++++-----------
sass/partials/design/_view-mode-compact.sass | 15 +++++++++-----
sass/partials/design/_view-mode-expanded.sass | 15 +++++++++-----
3 files changed, 38 insertions(+), 22 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5951: make styling more specific.
css/admin-modal/admin-modal.css | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5951: update authoring theming.
css/admin-modal/admin-modal.css | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5958: add divider between filters and search.
css/style.css | 29 +++++++++++++++++++----------
sass/partials/design/_search-filters.sass | 27 ++++++++++++++++-----------
2 files changed, 35 insertions(+), 21 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5947: update title displays.
css/style.css | 32 ++++++++++-----------------
sass/partials/design/_view-mode-compact.sass | 17 ++++++--------
sass/partials/design/_view-mode-expanded.sass | 17 ++++++--------
3 files changed, 26 insertions(+), 40 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5966: theme the inline labels, hide execept on all research list.
css/style.css | 66 +++++++++++++++++++++++++++
sass/partials/design/_view-mode-compact.sass | 26 +++++++++++
sass/partials/design/_view-mode-expanded.sass | 26 +++++++++++
3 files changed, 118 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5648: update class.
css/conditionals/news/pane-stories-by-criteria.css | 2 +-
sass/conditionals/news/pane-stories-by-criteria.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5648: update faculty list theming.
css/conditionals/news/pane-stories-by-criteria.css | 20 +++++++------------
.../news/pane-stories-by-criteria.sass | 23 ++++++++--------------
2 files changed, 15 insertions(+), 28 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5947: remove display inline block.
css/style.css | 4 ----
sass/partials/design/_view-mode-compact.sass | 4 ----
2 files changed, 8 deletions(-)

view commit - committer: Adam Moore, 1 year, 4 months ago author: Adam Moore, 1 year, 4 months ago
WP-5950: Use default wrapper value.
css/style.css | 4 ++--
sass/partials/design/_search-filters.sass | 4 ++--
template.php | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5878: update the breakpoint.
css/style.css | 4 ++--
sass/partials/base/06-ui-patterns/_drupal-patterns.sass | 5 +++--
2 files changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5878: update middle.
css/style.css | 106 ++++++++++++++++++++-
.../base/06-ui-patterns/_drupal-patterns.sass | 38 +++++++-
2 files changed, 140 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5943: update authoring form for all pubs list.
css/admin-modal/admin-modal.css | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5922: update search and filter theming.
.../faculty-research/publication-landing-list.css | 2 +-
css/style.css | 311 +++++++++------------
.../faculty-research/publication-landing-list.sass | 6 -
sass/partials/design/_search-filters.sass | 274 ++++++++----------
template.php | 8 +-
5 files changed, 257 insertions(+), 344 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5922: theme all publications filters.
.../faculty-research/publication-landing-list.css | 13 ++-
css/style.css | 76 +++++++++-----
.../faculty-research/publication-landing-list.sass | 19 ++++
sass/partials/design/_search-filters.sass | 112 +++++++++++++++++----
template.php | 11 +-
5 files changed, 182 insertions(+), 49 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5878: fix up house ad, spotlight, video in insights.
css/style.css | 175 ++++++++++++++-------
.../base/06-ui-patterns/_drupal-patterns.sass | 76 +++++++--
sass/partials/design/_house-ads.sass | 13 +-
3 files changed, 180 insertions(+), 84 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5878: adjust title font size.
css/style.css | 2 +-
sass/partials/design/_house-ads.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5928: update banner title padding.
css/style.css | 2 +-
sass/partials/design/_banner.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5928: hide titles on new landing pages.
css/style.css | 10 +++++++++-
sass/partials/design/_design.sass | 10 +++++++++-
2 files changed, 18 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5878: refactor the house ad, spotlight and video fpp.
css/style.css | 535 +++++++++++++++------
.../base/06-ui-patterns/_drupal-patterns.sass | 210 ++++++--
sass/partials/design/_fpp-spotlight.sass | 11 +-
sass/partials/design/_house-ads.sass | 16 +-
sass/partials/design/_video.sass | 2 +-
5 files changed, 558 insertions(+), 216 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5650: spotlight changes.
.../alumni/alumni-reunion-agenda-item-detail.css | 1 +
.../alumni/alumni-reunion-schedule-list.css | 1 +
.../insights/featured-insight-card.css | 1 +
css/style.css | 628 +++++++++------------
sass/partials/base/03-extend/_gsb-revamp.sass | 1 +
.../base/06-ui-patterns/_drupal-patterns.sass | 101 +++-
sass/partials/design/_fpp-spotlight.sass | 111 +---
sass/partials/design/_house-ads.sass | 110 +---
sass/partials/design/_video.sass | 35 +-
9 files changed, 379 insertions(+), 610 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5861: update margin on faculty landing.
css/conditionals/faculty-research/faculty-landing-list.css | 1 +
css/style.css | 5 +++++
sass/conditionals/faculty-research/faculty-landing-list.sass | 1 +
sass/partials/design/_search-filters.sass | 2 +-
4 files changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5883: remove extra margin under filters.
css/style.css | 1 -
sass/partials/design/_search-filters.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5860: upload new image.
css/conditionals/front.css | 2 +-
images/bg-event-cal-2015-08-21-1.jpg | Bin 0 -> 10679 bytes
sass/conditionals/front.sass | 2 +-
3 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5883: show search for lists on mobile.
css/style.css | 16 ++++++++--------
sass/partials/design/_search-filters.sass | 2 +-
2 files changed, 9 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5902: update banner logic for CIRCLE.
css/style.css | 12 ++++++++++++
sass/partials/design/_banner.sass | 11 +++++++++++
2 files changed, 23 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Meghan Palagyi, 1 year, 4 months ago
WP-5836: update theme after title changes.
css/conditionals/event/admission-event-view-mode-main-list.css | 4 ----
css/conditionals/event/event-view-mode-main-list.css | 4 ----
sass/conditionals/event/admission-event-view-mode-main-list.sass | 1 -
sass/conditionals/event/event-view-mode-main-list.sass | 1 -
4 files changed, 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5487: update menu spacing.
css/style.css | 2 +-
sass/partials/design/_menu-sidebar.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5860: replace events background on homepage.
css/conditionals/front.css | 2 +-
images/bg-event-cal-wide-2015-05-26-1.png | Bin 43318 -> 0 bytes
images/bg-event-cal-wide-2015-08-14-1.jpg | Bin 0 -> 23334 bytes
sass/conditionals/front.sass | 2 +-
4 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5851: update styling for offsite school story.
css/conditionals/news/view-mode-news-listing.css | 2 ++
sass/conditionals/news/view-mode-news-listing.sass | 2 ++
2 files changed, 4 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5851: add theming for offsite titles.
css/conditionals/news/view-mode-news-listing.css | 4 ++++
sass/conditionals/news/view-mode-news-listing.sass | 3 +++
2 files changed, 7 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 4 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5489: adjust faculty grid.
.../faculty-research/faculty-landing-list.css | 57 +++----------
.../faculty-research/faculty-landing-list.sass | 94 +++++++++-------------
2 files changed, 52 insertions(+), 99 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5902: update banner logic for CIRCLE.
css/style.css | 12 ++++++++++++
sass/partials/design/_banner.sass | 11 +++++++++++
2 files changed, 23 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5827: add margin bottom.
css/style.css | 9 ++++++++-
sass/partials/design/_fpp-people.sass | 9 +++++++++
2 files changed, 17 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5851: update styling for offsite school story.
css/conditionals/news/view-mode-news-listing.css | 2 ++
sass/conditionals/news/view-mode-news-listing.sass | 2 ++
2 files changed, 4 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5851: add theming for offsite titles.
css/conditionals/news/view-mode-news-listing.css | 4 ++++
sass/conditionals/news/view-mode-news-listing.sass | 3 +++
2 files changed, 7 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5694: adjust spacing under superhead label.
css/conditionals/alumni/alumni-reunion-schedule-list.css | 2 +-
sass/conditionals/alumni/alumni-reunion-schedule-list.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5694: adjust spacing under superhead label.
css/conditionals/alumni/alumni-reunion-schedule-list.css | 2 +-
sass/conditionals/alumni/alumni-reunion-schedule-list.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5819: remove margin on slogan.
css/style.css | 3 +--
sass/partials/design/_design.sass | 1 -
2 files changed, 1 insertion(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5489: adjust faculty grid.
.../faculty-research/faculty-landing-list.css | 57 +++----------
.../faculty-research/faculty-landing-list.sass | 94 +++++++++-------------
2 files changed, 52 insertions(+), 99 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5835: update font size for mobile.
css/conditionals/event/admission-event-detail.css | 17 ++++++++++++++++-
css/conditionals/event/event-detail.css | 17 ++++++++++++++++-
sass/conditionals/event/admission-event-detail.sass | 8 +++++++-
sass/conditionals/event/event-detail.sass | 9 ++++++++-
4 files changed, 47 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5502: update accordion styling.
css/style.css | 11 +++++------
sass/partials/design/_accordion.sass | 11 +++++------
2 files changed, 10 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5537: add right padding to explore more.
css/conditionals/news/view-mode-news-listing.css | 2 +-
sass/conditionals/news/view-mode-news-listing.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5709: override the h2 styles.
css/conditionals/alumni/view-mode-act-project-listing.css | 14 +++++++++++---
.../conditionals/alumni/view-mode-act-project-listing.sass | 7 ++++++-
2 files changed, 17 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5819: adjust elements in the global header.
css/style.css | 17 +++++++++--------
sass/partials/design/_design.sass | 12 +++++++-----
sass/partials/design/_menu-main.sass | 2 +-
sass/partials/design/_search-filters.sass | 11 +++++++----
4 files changed, 24 insertions(+), 18 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5554: add margin after comma.
css/conditionals/faculty-research/working-paper-detail.css | 3 +++
sass/conditionals/faculty-research/working-paper-detail.sass | 4 ++++
2 files changed, 7 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5833: rmove padding.
css/conditionals/event/admission-event-detail.css | 4 ++--
sass/conditionals/event/admission-event-detail.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5694: update spacing in list.
css/conditionals/alumni/alumni-reunion-schedule-list.css | 6 ++++--
sass/conditionals/alumni/alumni-reunion-schedule-list.sass | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5502: update accordion styling.
css/style.css | 11 +++++------
sass/partials/design/_accordion.sass | 11 +++++------
2 files changed, 10 insertions(+), 12 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5537: add right padding to explore more.
css/conditionals/news/view-mode-news-listing.css | 2 +-
sass/conditionals/news/view-mode-news-listing.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5827: update people fpp styling.
css/style.css | 28 +++++++++++++++++-----------
sass/partials/design/_fpp-people.sass | 30 +++++++++++++++++++++---------
2 files changed, 38 insertions(+), 20 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5554: add margin after comma.
css/conditionals/faculty-research/working-paper-detail.css | 3 +++
sass/conditionals/faculty-research/working-paper-detail.sass | 4 ++++
2 files changed, 7 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5694: update spacing in list.
css/conditionals/alumni/alumni-reunion-schedule-list.css | 6 ++++--
sass/conditionals/alumni/alumni-reunion-schedule-list.sass | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5835: update font size for mobile.
css/conditionals/event/admission-event-detail.css | 17 ++++++++++++++++-
css/conditionals/event/event-detail.css | 17 ++++++++++++++++-
sass/conditionals/event/admission-event-detail.sass | 8 +++++++-
sass/conditionals/event/event-detail.sass | 9 ++++++++-
4 files changed, 47 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5833: rmove padding.
css/conditionals/event/admission-event-detail.css | 4 ++--
sass/conditionals/event/admission-event-detail.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5819: adjust elements in the global header.
css/style.css | 17 +++++++++--------
sass/partials/design/_design.sass | 12 +++++++-----
sass/partials/design/_menu-main.sass | 2 +-
sass/partials/design/_search-filters.sass | 11 +++++++----
4 files changed, 24 insertions(+), 18 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5709: override the h2 styles.
css/conditionals/alumni/view-mode-act-project-listing.css | 14 +++++++++++---
.../conditionals/alumni/view-mode-act-project-listing.sass | 7 ++++++-
2 files changed, 17 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5656: add text sizing fallback.
css/style.css | 10 ++++++++--
sass/partials/design/_wysiwyg.sass | 1 +
2 files changed, 9 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5727: adjust the search button width.
css/style.css | 32 +++++++++++++++----------------
sass/partials/design/_design.sass | 10 ++++++++--
sass/partials/design/_search-filters.sass | 19 ++++++++----------
3 files changed, 31 insertions(+), 30 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5846: update padding top.
css/conditionals/event/event-detail.css | 8 ++++++++
sass/conditionals/event/event-detail.sass | 4 ++++
2 files changed, 12 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5844: add padding right and left.
css/conditionals/event/event-landing.css | 2 +-
sass/conditionals/event/event-landing.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5656: update image with caption styling.
css/style.css | 33 +++++++++++++++++++++++++++------
sass/partials/design/_design.sass | 2 +-
sass/partials/design/_menu-main.sass | 2 +-
sass/partials/design/_wysiwyg.sass | 32 +++++++++++++++++++++++++++-----
4 files changed, 56 insertions(+), 13 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5727: theme the search open and close.
css/style.css | 29 +++++++++++++++++++----------
sass/partials/design/_design.sass | 7 ++++++-
sass/partials/design/_menu-main.sass | 5 +++++
sass/partials/design/_search-filters.sass | 15 +++++++++------
4 files changed, 39 insertions(+), 17 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5828: adjust margin below title.
css/style.css | 4 ++--
sass/partials/design/_view-mode-compact.sass | 2 +-
sass/partials/design/_view-mode-expanded.sass | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5798: update teaser styling after change to address line.
css/conditionals/event/event-detail.css | 4 ++++
sass/conditionals/event/event-detail.sass | 5 +++++
2 files changed, 9 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5541: update the faculty list styling.
css/conditionals/news/pane-stories-by-criteria.css | 36 +++++++++++++++++++
css/style.css | 36 -------------------
.../news/pane-stories-by-criteria.sass | 42 ++++++++++++++++++++++
sass/partials/design/_all.sass | 1 -
.../partials/design/_faculty-by-academic-area.sass | 41 ---------------------
5 files changed, 78 insertions(+), 78 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5830: update the title styling.
.../event/academic-calendar-event-view-mode-main-list.css | 4 ++--
.../event/academic-calendar-event-view-mode-main-list.sass | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago
WP-5679: Fix old variable being used.
templates/page.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5828: adjust the case id and case type size.
css/style.css | 8 ++++----
sass/partials/design/_view-mode-compact.sass | 4 ++--
sass/partials/design/_view-mode-expanded.sass | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5755: make change for event expanded.
css/style.css | 4 ++++
sass/partials/design/_view-mode-compact.sass | 1 -
sass/partials/design/_view-mode-expanded.sass | 3 +++
3 files changed, 7 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago
WP-5612: Make it work more globally. Focus the search field when first clicked.
js/search.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago
WP-5612: Add collapsibile search.
gsb_theme.info | 1 +
js/search.js | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago
WP-5679: Tell google to only crawl content.
templates/page.tpl.php | 131 +++++++++++++++++++++++++------------------------
1 file changed, 67 insertions(+), 64 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5756: remove bold styling.
css/conditionals/event/pane-event-contact.css | 1 -
sass/conditionals/event/pane-event-contact.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5755: update date styling in wide and dashes.
css/style.css | 4 ++++
sass/partials/design/_view-mode-compact.sass | 4 ++++
template.php | 3 ++-
3 files changed, 10 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5539: update ACT project list.
css/conditionals/alumni/view-mode-act-project-listing.css | 4 ++--
sass/conditionals/alumni/view-mode-act-project-listing.sass | 5 +++--
2 files changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5803: add bullet styling.
css/conditionals/event/event-detail.css | 27 +++++++++++++++++++++++++++
sass/conditionals/event/event-detail.sass | 14 ++++++++++++++
2 files changed, 41 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5802: remove border from first sponsor.
css/conditionals/event/event-detail.css | 3 +++
sass/conditionals/event/event-detail.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5567: update link color in unstyled file container.
css/style.css | 9 +++++++++
sass/partials/design/_fpp-files.sass | 10 ++++++++++
2 files changed, 19 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5728: change the class.
css/conditionals/news/pane-stories-by-criteria.css | 6 +++---
.../conditionals/faculty-research/view-mode-views-content-pane.sass | 1 +
sass/conditionals/news/pane-stories-by-criteria.sass | 2 +-
3 files changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5460: update author and taxonomy margins.
css/conditionals/faculty-research/book-detail.css | 4 ---
.../faculty-research/meta-research-detail.css | 29 ++++++----------------
.../conditionals/faculty-research/book-detail.sass | 4 ---
.../faculty-research/meta-research-detail.sass | 13 +++++-----
4 files changed, 14 insertions(+), 36 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5459: increase left margin.
css/conditionals/insights/idea-story-detail.css | 2 +-
sass/conditionals/insights/idea-story-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5458: update bottom region margin.
css/conditionals/insights/design-insights.css | 1 +
sass/conditionals/insights/design-insights.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5457: update line height.
css/conditionals/insights/idea-story-detail.css | 2 +-
sass/conditionals/insights/idea-story-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Adam Moore, 1 year, 5 months ago
Fix bad merge.
layouts/gsb-landing-events/gsb-landing-events.inc | 6 ++--
.../gsb-landing-events/gsb-landing-events.tpl.php | 34 +++++++++++++++-------
2 files changed, 28 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5813: remove top padding.
css/conditionals/event/admission-event-view-mode-main-list.css | 1 +
sass/conditionals/event/admission-event-view-mode-main-list.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5813: restore the title adjustment for external titles.
css/conditionals/event/admission-event-view-mode-main-list.css | 4 ++++
sass/conditionals/event/admission-event-view-mode-main-list.sass | 1 +
2 files changed, 5 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5662: update homepage event list theming.
css/conditionals/front.css | 28 +++++++++++++----------
sass/conditionals/front.sass | 53 ++++++++++++++++++++++++--------------------
2 files changed, 45 insertions(+), 36 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5778: try to fix the alignment.
css/style.css | 10 ++++------
sass/partials/design/_search-filters.sass | 11 ++++++++---
2 files changed, 12 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5786: make taupe the default and refactor banner overrides.
css/conditionals/insights/design-insights.css | 8 ++--
css/conditionals/insights/menu-insights-topics.css | 2 +-
css/style.css | 44 +++++++++-------------
sass/conditionals/insights/design-insights.sass | 4 +-
.../insights/menu-insights-topics.sass | 2 +-
sass/partials/design/_banner.sass | 41 ++++++++------------
6 files changed, 42 insertions(+), 59 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5723: add margin between date and time.
css/conditionals/event/admission-event-detail.css | 3 +++
css/conditionals/event/event-detail.css | 3 +++
sass/conditionals/event/admission-event-detail.sass | 5 +++++
sass/conditionals/event/event-detail.sass | 5 +++++
4 files changed, 16 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5778: add space when date fields wrap.
css/style.css | 10 ++++++++++
sass/partials/design/_search-filters.sass | 10 ++++++++++
2 files changed, 20 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5780: used the layout class, not the section class.
css/style.css | 2 +-
sass/conditionals/insights/idea-story-detail.sass | 1 -
sass/partials/design/_design.sass | 2 +-
3 files changed, 2 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5577: add spacing for when items wrap.
css/conditionals/event/admission-event-detail.css | 1 +
css/conditionals/event/event-detail.css | 1 +
sass/conditionals/event/admission-event-detail.sass | 1 +
sass/conditionals/event/event-detail.sass | 1 +
4 files changed, 4 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5577: update the registration time zone theming.
css/conditionals/event/admission-event-detail.css | 14 +++++++++++++-
css/conditionals/event/event-detail.css | 14 +++++++++++++-
sass/conditionals/event/admission-event-detail.sass | 16 +++++++++++++---
sass/conditionals/event/event-detail.sass | 16 +++++++++++++---
4 files changed, 52 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5662: fix events with links in list.
css/conditionals/event/admission-event-view-mode-main-list.css | 5 -----
css/conditionals/event/event-view-mode-main-list.css | 5 +++++
sass/conditionals/event/admission-event-view-mode-main-list.sass | 2 --
sass/conditionals/event/event-view-mode-main-list.sass | 2 ++
4 files changed, 7 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5662: update front page events theming.
css/conditionals/front.css | 34 +++-------------------------------
sass/conditionals/front.sass | 19 ++++---------------
2 files changed, 7 insertions(+), 46 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5664: customizable admission event lists.
css/conditionals/news/pane-stories-by-criteria.css | 45 ++++++++++++++--------
css/style.css | 2 +-
.../news/pane-stories-by-criteria.sass | 3 +-
sass/partials/design/_view-mode-compact.sass | 2 +-
4 files changed, 34 insertions(+), 18 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5663: customizable events lists.
css/conditionals/event/event-upcoming.css | 38 -----------
css/conditionals/news/pane-stories-by-criteria.css | 2 +-
css/style.css | 75 ++++++++++++++++++----
gsb_theme.info | 1 -
sass/conditionals/event/event-upcoming.sass | 52 ---------------
.../news/pane-stories-by-criteria.sass | 2 +-
sass/partials/design/_view-mode-compact.sass | 38 +++++++++--
sass/partials/design/_view-mode-expanded.sass | 46 ++++++++++---
8 files changed, 132 insertions(+), 122 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5731: remove extra pipe.
.../event/admission-event-view-mode-main-list.css | 10 ----------
css/conditionals/event/event-view-mode-main-list.css | 10 ----------
.../event/admission-event-view-mode-main-list.sass | 12 ------------
sass/conditionals/event/event-view-mode-main-list.sass | 12 ------------
4 files changed, 44 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5724: spacing change for full location.
css/conditionals/event/admission-event-detail.css | 7 ++++---
css/conditionals/event/event-detail.css | 7 ++++---
sass/conditionals/event/admission-event-detail.sass | 17 +++++++++--------
sass/conditionals/event/event-detail.sass | 17 +++++++++--------
4 files changed, 26 insertions(+), 22 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5711: adjustments to admission event and event in related and featured fpp.
css/conditionals/insights/related-to-idea-story.css | 1 +
css/style.css | 11 +++++++++--
sass/conditionals/insights/related-to-idea-story.sass | 1 +
sass/partials/design/_fpp-featured-content.sass | 5 ++++-
4 files changed, 15 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5575: theme the event teaser.
css/conditionals/event/admission-event-detail.css | 12 ++++++++----
css/conditionals/event/event-detail.css | 12 ++++++++----
sass/conditionals/event/admission-event-detail.sass | 12 +++++++-----
sass/conditionals/event/event-detail.sass | 12 +++++++-----
4 files changed, 30 insertions(+), 18 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5611: adjustments to mega menu.
css/style.css | 85 +++++++++++++++++++-----------------
sass/partials/design/_design.sass | 55 +++++++++++++++--------
sass/partials/design/_menu-main.sass | 15 +------
3 files changed, 83 insertions(+), 72 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5695: event and admission event main list revisions.
css/conditionals/event/admission-event-view-mode-main-list.css | 4 ++--
css/conditionals/event/event-landing.css | 7 +++----
css/conditionals/event/event-view-mode-main-list.css | 4 ++--
sass/conditionals/event/admission-event-view-mode-main-list.sass | 4 ++--
sass/conditionals/event/event-landing.sass | 7 +++----
sass/conditionals/event/event-view-mode-main-list.sass | 4 ++--
6 files changed, 14 insertions(+), 16 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5631: hide titles from profile on contact person.
css/conditionals/event/pane-event-contact.css | 6 ++++--
sass/conditionals/event/pane-event-contact.sass | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5700: update sponsor theming.
css/conditionals/event/event-detail.css | 10 +++++++++-
sass/conditionals/event/event-detail.sass | 8 +++++++-
2 files changed, 16 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5699: update speakers theming.
css/conditionals/event/event-detail.css | 7 +++++++
sass/conditionals/event/event-detail.sass | 7 +++++++
2 files changed, 14 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5603: add 2 column template.
templates/ds-2col--node-event-expanded.tpl.php | 33 ++++++++++++++++++++++++++
1 file changed, 33 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5611: update search and events.
css/style.css | 107 ++++++------------------------
sass/partials/design/_design.sass | 24 +++----
sass/partials/design/_menu-main.sass | 58 +++-------------
sass/partials/design/_search-filters.sass | 10 +--
template.php | 14 +---
templates/page.tpl.php | 2 +-
6 files changed, 50 insertions(+), 165 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5674: hide duplicate titles for speakers.
css/conditionals/event/admission-event-detail.css | 7 +++++++
sass/conditionals/event/admission-event-detail.sass | 7 +++++++
2 files changed, 14 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5574: theme the local time links.
css/conditionals/event/admission-event-detail.css | 21 +++++++++++++++++++++
css/conditionals/event/event-detail.css | 21 +++++++++++++++++++++
sass/conditionals/event/admission-event-detail.sass | 19 ++++++++++++++++++-
sass/conditionals/event/event-detail.sass | 19 ++++++++++++++++++-
4 files changed, 78 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5635: replace thumbnail image.
.../gsb-landing-events-2015-07-20-1.png | Bin 0 -> 169 bytes
layouts/gsb-landing-events/gsb-landing-events.inc | 4 ++--
layouts/gsb-landing-events/gsb-landing-events.png | Bin 169 -> 0 bytes
3 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5631: update alumni titles.
css/conditionals/alumni/alumni-act-detail.css | 6 ++++++
css/conditionals/event/pane-event-contact.css | 9 ++++++---
sass/conditionals/alumni/alumni-act-detail.sass | 9 +++++++++
sass/conditionals/event/admission-event-detail.sass | 1 +
sass/conditionals/event/event-detail.sass | 1 +
sass/conditionals/event/pane-event-contact.sass | 6 +++++-
6 files changed, 28 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5631: make changes to contact person styling.
css/conditionals/event/pane-event-contact.css | 16 ++++++++--------
sass/conditionals/event/pane-event-contact.sass | 16 ++++++++--------
2 files changed, 16 insertions(+), 16 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5653: update the spacing for start and end date.
css/conditionals/event/event-featured.css | 2 +-
sass/conditionals/event/event-featured.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5658: update the location styling of lists.
.../event/admission-event-view-mode-main-list.css | 13 ++++++++++++-
css/conditionals/event/event-landing.css | 4 ++++
css/conditionals/event/event-view-mode-main-list.css | 12 +++++++++++-
.../event/admission-event-view-mode-main-list.sass | 15 ++++++++++++++-
sass/conditionals/event/event-landing.sass | 4 +++-
sass/conditionals/event/event-view-mode-main-list.sass | 14 +++++++++++++-
6 files changed, 57 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5642: theme the search and filters.
css/conditionals/event/view-admission-calendar.css | 125 ---------
css/style.css | 288 ++++++++++++++-------
gsb_theme.info | 1 -
.../event/view-admission-calendar.sass | 113 --------
sass/partials/design/_search-filters.sass | 107 +++++---
template.php | 25 +-
.../views-exposed-form--admission-events.tpl.php | 83 ------
templates/views-view--admission-events.tpl.php | 90 -------
8 files changed, 293 insertions(+), 539 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5548: add max-width to the academic calendar link title.
css/conditionals/event/view-academic-calendar.css | 9 ++++++---
sass/conditionals/event/view-academic-calendar.sass | 8 ++++++--
2 files changed, 12 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5631: theme the contact pane.
css/conditionals/event/pane-event-contact.css | 78 +++++++++++++++++++++++++
css/style.css | 2 +-
gsb_theme.info | 1 +
sass/conditionals/event/pane-event-contact.sass | 67 +++++++++++++++++++++
sass/partials/design/_fpp-people.sass | 2 +-
5 files changed, 148 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5534: theme the mba admission event list.
.../event/admission-event-view-mode-main-list.css | 88 ++++++++++++++++++++++
css/conditionals/event/event-landing.css | 9 ++-
gsb_theme.info | 1 +
.../event/admission-event-view-mode-main-list.sass | 75 ++++++++++++++++++
sass/conditionals/event/event-landing.sass | 5 +-
5 files changed, 173 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5636: remove styling error.
css/style.css | 28 ++--------------------------
sass/partials/design/_wysiwyg.sass | 20 --------------------
2 files changed, 2 insertions(+), 46 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5635: fix editing layout and preview picture.
css/style.css | 7 ++++---
layouts/gsb-landing-events/gsb-landing-events.png | Bin 1346 -> 169 bytes
sass/partials/base/05-layouts/_layouts.sass | 14 ++++++++------
3 files changed, 12 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5623: add new class that will pick up body content styles.
css/style.css | 85 +++++++++++++++++++++++++++++++++-----
sass/partials/design/_wysiwyg.sass | 3 +-
2 files changed, 76 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5444: theme event main list.
...academic-calendar-event-view-mode-main-list.css | 12 +
css/conditionals/event/event-featured.css | 1 +
css/conditionals/event/event-landing.css | 80 +---
.../event/event-view-mode-main-list.css | 84 ++++
css/style.css | 495 ++++++---------------
gsb_theme.info | 2 +
...cademic-calendar-event-view-mode-main-list.sass | 22 +
sass/conditionals/event/event-featured.sass | 1 +
sass/conditionals/event/event-landing.sass | 80 +---
.../event/event-view-mode-main-list.sass | 74 +++
sass/partials/base/05-layouts/_layouts.sass | 7 +-
sass/partials/base/07-media/_print.sass | 1 -
sass/partials/design/_banner.sass | 134 +-----
sass/partials/design/_design.sass | 14 +-
sass/partials/design/_search-filters.sass | 94 +---
template.php | 22 +-
templates/ds-2col--node-event-listing.tpl.php | 33 --
templates/ds-2col--node-event-main-list.tpl.php | 33 ++
.../views-view-unformatted--gsb-event.tpl.php | 20 -
19 files changed, 419 insertions(+), 790 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5529: theme the event detail page.
css/conditionals/event/admission-event-detail.css | 7 +
css/conditionals/event/event-detail.css | 473 +++++++++++++++++----
css/style.css | 28 +-
.../conditionals/event/admission-event-detail.sass | 6 +-
sass/conditionals/event/event-detail.sass | 313 +++++++++++---
sass/partials/design/_wysiwyg.sass | 20 +
6 files changed, 690 insertions(+), 157 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5597: fix name spacing.
css/conditionals/event/admission-event-detail.css | 3 +++
sass/conditionals/event/admission-event-detail.sass | 4 ++++
2 files changed, 7 insertions(+)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5541: update faculty listing.
css/conditionals/news/pane-stories-by-criteria.css | 15 ---------------
css/style.css | 19 +++++++------------
sass/conditionals/news/pane-stories-by-criteria.sass | 17 -----------------
sass/partials/design/_faculty-by-academic-area.sass | 19 ++++++++++---------
4 files changed, 17 insertions(+), 53 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP=5595: make speaker links bold.
css/conditionals/event/admission-event-detail.css | 3 ++-
sass/conditionals/event/admission-event-detail.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5524: update the featured event styling.
css/conditionals/event/event-featured.css | 166 ++++++++++------------------
css/conditionals/event/event-landing.css | 157 --------------------------
css/style.css | 91 +++++++--------
images/bg-banner-eventcal-2015-05-26-1.png | Bin 103594 -> 0 bytes
sass/conditionals/event/event-featured.sass | 132 +++++++++-------------
sass/conditionals/event/event-landing.sass | 97 ----------------
sass/partials/base/05-layouts/_layouts.sass | 33 +++++-
sass/partials/design/_banner.sass | 17 +--
sass/partials/design/_design.sass | 8 ++
sass/partials/design/_search-filters.sass | 13 ---
10 files changed, 197 insertions(+), 517 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5531: admission speakers, location and responsive.
css/conditionals/event/admission-event-detail.css | 334 ++++++++++++++++++++-
css/style.css | 11 +-
.../conditionals/event/admission-event-detail.sass | 197 +++++++++++-
sass/partials/base/03-extend/_gsb-revamp.sass | 66 ++++
sass/partials/design/_cta.sass | 10 +-
5 files changed, 601 insertions(+), 17 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5531: add new style sheet for admission event detail.
css/conditionals/event/admission-event-detail.css | 8 ++++++++
gsb_theme.info | 2 ++
sass/conditionals/event/admission-event-detail.sass | 16 ++++++++++++++++
3 files changed, 26 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5813: remove top padding.
css/conditionals/event/admission-event-view-mode-main-list.css | 1 +
sass/conditionals/event/admission-event-view-mode-main-list.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5813: restore the title adjustment for external titles.
css/conditionals/event/admission-event-view-mode-main-list.css | 4 ++++
sass/conditionals/event/admission-event-view-mode-main-list.sass | 1 +
2 files changed, 5 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5802: remove border from first sponsor.
css/conditionals/event/event-detail.css | 3 +++
sass/conditionals/event/event-detail.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5662: update homepage event list theming.
css/conditionals/front.css | 28 +++++++++++++----------
sass/conditionals/front.sass | 53 ++++++++++++++++++++++++--------------------
2 files changed, 45 insertions(+), 36 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5567: update link color in unstyled file container.
css/style.css | 9 +++++++++
sass/partials/design/_fpp-files.sass | 10 ++++++++++
2 files changed, 19 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5778: try to fix the alignment.
css/style.css | 10 ++++------
sass/partials/design/_search-filters.sass | 11 ++++++++---
2 files changed, 12 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5786: make taupe the default and refactor banner overrides.
css/conditionals/insights/design-insights.css | 8 ++--
css/conditionals/insights/menu-insights-topics.css | 2 +-
css/style.css | 44 +++++++++-------------
sass/conditionals/insights/design-insights.sass | 4 +-
.../insights/menu-insights-topics.sass | 2 +-
sass/partials/design/_banner.sass | 41 ++++++++------------
6 files changed, 42 insertions(+), 59 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5723: add margin between date and time.
css/conditionals/event/admission-event-detail.css | 3 +++
css/conditionals/event/event-detail.css | 3 +++
sass/conditionals/event/admission-event-detail.sass | 5 +++++
sass/conditionals/event/event-detail.sass | 5 +++++
4 files changed, 16 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5778: add space when date fields wrap.
css/style.css | 10 ++++++++++
sass/partials/design/_search-filters.sass | 10 ++++++++++
2 files changed, 20 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5780: used the layout class, not the section class.
css/style.css | 2 +-
sass/conditionals/insights/idea-story-detail.sass | 1 -
sass/partials/design/_design.sass | 2 +-
3 files changed, 2 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5577: add spacing for when items wrap.
css/conditionals/event/admission-event-detail.css | 1 +
css/conditionals/event/event-detail.css | 1 +
sass/conditionals/event/admission-event-detail.sass | 1 +
sass/conditionals/event/event-detail.sass | 1 +
4 files changed, 4 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5577: update the registration time zone theming.
css/conditionals/event/admission-event-detail.css | 14 +++++++++++++-
css/conditionals/event/event-detail.css | 14 +++++++++++++-
sass/conditionals/event/admission-event-detail.sass | 16 +++++++++++++---
sass/conditionals/event/event-detail.sass | 16 +++++++++++++---
4 files changed, 52 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5662: fix events with links in list.
css/conditionals/event/admission-event-view-mode-main-list.css | 5 -----
css/conditionals/event/event-view-mode-main-list.css | 5 +++++
sass/conditionals/event/admission-event-view-mode-main-list.sass | 2 --
sass/conditionals/event/event-view-mode-main-list.sass | 2 ++
4 files changed, 7 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5662: update front page events theming.
css/conditionals/front.css | 34 +++-------------------------------
sass/conditionals/front.sass | 19 ++++---------------
2 files changed, 7 insertions(+), 46 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5664: customizable admission event lists.
css/conditionals/news/pane-stories-by-criteria.css | 45 ++++++++++++++--------
css/style.css | 2 +-
.../news/pane-stories-by-criteria.sass | 3 +-
sass/partials/design/_view-mode-compact.sass | 2 +-
4 files changed, 34 insertions(+), 18 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5663: customizable events lists.
css/conditionals/event/event-upcoming.css | 38 -----------
css/conditionals/news/pane-stories-by-criteria.css | 2 +-
css/style.css | 75 ++++++++++++++++++----
gsb_theme.info | 1 -
sass/conditionals/event/event-upcoming.sass | 52 ---------------
.../news/pane-stories-by-criteria.sass | 2 +-
sass/partials/design/_view-mode-compact.sass | 38 +++++++++--
sass/partials/design/_view-mode-expanded.sass | 46 ++++++++++---
8 files changed, 132 insertions(+), 122 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5731: remove extra pipe.
.../event/admission-event-view-mode-main-list.css | 10 ----------
css/conditionals/event/event-view-mode-main-list.css | 10 ----------
.../event/admission-event-view-mode-main-list.sass | 12 ------------
sass/conditionals/event/event-view-mode-main-list.sass | 12 ------------
4 files changed, 44 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5724: spacing change for full location.
css/conditionals/event/admission-event-detail.css | 7 ++++---
css/conditionals/event/event-detail.css | 7 ++++---
sass/conditionals/event/admission-event-detail.sass | 17 +++++++++--------
sass/conditionals/event/event-detail.sass | 17 +++++++++--------
4 files changed, 26 insertions(+), 22 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5711: adjustments to admission event and event in related and featured fpp.
css/conditionals/insights/related-to-idea-story.css | 1 +
css/style.css | 11 +++++++++--
sass/conditionals/insights/related-to-idea-story.sass | 1 +
sass/partials/design/_fpp-featured-content.sass | 5 ++++-
4 files changed, 15 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5575: theme the event teaser.
css/conditionals/event/admission-event-detail.css | 12 ++++++++----
css/conditionals/event/event-detail.css | 12 ++++++++----
sass/conditionals/event/admission-event-detail.sass | 12 +++++++-----
sass/conditionals/event/event-detail.sass | 12 +++++++-----
4 files changed, 30 insertions(+), 18 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5611: adjustments to mega menu.
css/style.css | 85 +++++++++++++++++++-----------------
sass/partials/design/_design.sass | 55 +++++++++++++++--------
sass/partials/design/_menu-main.sass | 15 +------
3 files changed, 83 insertions(+), 72 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5695: event and admission event main list revisions.
css/conditionals/event/admission-event-view-mode-main-list.css | 4 ++--
css/conditionals/event/event-landing.css | 7 +++----
css/conditionals/event/event-view-mode-main-list.css | 4 ++--
sass/conditionals/event/admission-event-view-mode-main-list.sass | 4 ++--
sass/conditionals/event/event-landing.sass | 7 +++----
sass/conditionals/event/event-view-mode-main-list.sass | 4 ++--
6 files changed, 14 insertions(+), 16 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5631: hide titles from profile on contact person.
css/conditionals/event/pane-event-contact.css | 6 ++++--
sass/conditionals/event/pane-event-contact.sass | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5700: update sponsor theming.
css/conditionals/event/event-detail.css | 10 +++++++++-
sass/conditionals/event/event-detail.sass | 8 +++++++-
2 files changed, 16 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5699: update speakers theming.
css/conditionals/event/event-detail.css | 7 +++++++
sass/conditionals/event/event-detail.sass | 7 +++++++
2 files changed, 14 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5603: add 2 column template.
templates/ds-2col--node-event-expanded.tpl.php | 33 ++++++++++++++++++++++++++
1 file changed, 33 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5611: update search and events.
css/style.css | 107 ++++++------------------------
sass/partials/design/_design.sass | 24 +++----
sass/partials/design/_menu-main.sass | 58 +++-------------
sass/partials/design/_search-filters.sass | 10 +--
template.php | 14 +---
templates/page.tpl.php | 2 +-
6 files changed, 50 insertions(+), 165 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5674: hide duplicate titles for speakers.
css/conditionals/event/admission-event-detail.css | 7 +++++++
sass/conditionals/event/admission-event-detail.sass | 7 +++++++
2 files changed, 14 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5574: theme the local time links.
css/conditionals/event/admission-event-detail.css | 21 +++++++++++++++++++++
css/conditionals/event/event-detail.css | 21 +++++++++++++++++++++
sass/conditionals/event/admission-event-detail.sass | 19 ++++++++++++++++++-
sass/conditionals/event/event-detail.sass | 19 ++++++++++++++++++-
4 files changed, 78 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5635: replace thumbnail image.
.../gsb-landing-events-2015-07-20-1.png | Bin 0 -> 169 bytes
layouts/gsb-landing-events/gsb-landing-events.inc | 2 +-
layouts/gsb-landing-events/gsb-landing-events.png | Bin 169 -> 0 bytes
3 files changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 5 months ago
WP-5631: update alumni titles.
css/conditionals/alumni/alumni-act-detail.css | 6 ++++++
css/conditionals/event/pane-event-contact.css | 9 ++++++---
sass/conditionals/alumni/alumni-act-detail.sass | 9 +++++++++
sass/conditionals/event/admission-event-detail.sass | 1 +
sass/conditionals/event/event-detail.sass | 1 +
sass/conditionals/event/pane-event-contact.sass | 6 +++++-
6 files changed, 28 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 5 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-4951: fix the modal layers.
css/admin-modal/admin-modal.css | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5631: make changes to contact person styling.
css/conditionals/event/pane-event-contact.css | 16 ++++++++--------
sass/conditionals/event/pane-event-contact.sass | 16 ++++++++--------
2 files changed, 16 insertions(+), 16 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5653: update the spacing for start and end date.
css/conditionals/event/event-featured.css | 2 +-
sass/conditionals/event/event-featured.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5658: update the location styling of lists.
.../event/admission-event-view-mode-main-list.css | 13 ++++++++++++-
css/conditionals/event/event-landing.css | 4 ++++
css/conditionals/event/event-view-mode-main-list.css | 12 +++++++++++-
.../event/admission-event-view-mode-main-list.sass | 15 ++++++++++++++-
sass/conditionals/event/event-landing.sass | 4 +++-
sass/conditionals/event/event-view-mode-main-list.sass | 14 +++++++++++++-
6 files changed, 57 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5642: theme the search and filters.
css/conditionals/event/view-admission-calendar.css | 125 ---------
css/style.css | 288 ++++++++++++++-------
gsb_theme.info | 1 -
.../event/view-admission-calendar.sass | 113 --------
sass/partials/design/_search-filters.sass | 107 +++++---
template.php | 25 +-
.../views-exposed-form--admission-events.tpl.php | 83 ------
templates/views-view--admission-events.tpl.php | 90 -------
8 files changed, 293 insertions(+), 539 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-4951: fix the modal layers.
css/admin-modal/admin-modal.css | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5548: add max-width to the academic calendar link title.
css/conditionals/event/view-academic-calendar.css | 9 ++++++---
sass/conditionals/event/view-academic-calendar.sass | 8 ++++++--
2 files changed, 12 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago This reverts commit 65fcf9773c3af71a0302db4f418a953cc31454fa.

Revert "WP-5522: update events landing layout."
layouts/gsb-landing-events/gsb-landing-events.css | 2 +-
layouts/gsb-landing-events/gsb-landing-events.inc | 8 ++---
.../gsb-landing-events/gsb-landing-events.tpl.php | 34 +++++++---------------
3 files changed, 14 insertions(+), 30 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5552: fix clubs landing list spacing and dividers.
css/conditionals/club-landing-list.css | 6 +++---
sass/conditionals/club-landing-list.sass | 8 ++++----
sass/conditionals/faculty-research/book-landing-list.sass | 2 +-
sass/conditionals/faculty-research/case-landing-list.sass | 2 +-
sass/conditionals/faculty-research/publication-landing-list.sass | 2 +-
.../conditionals/faculty-research/working-paper-landing-list.sass | 2 +-
sass/conditionals/insights/design-insights.sass | 2 +-
.../insights/view-mode-idea-story-latest-stories.sass | 2 +-
sass/conditionals/news/view-mode-news-listing.sass | 2 +-
sass/partials/base/00-variables/_colors.sass | 1 +
sass/partials/design/_search-filters.sass | 2 +-
11 files changed, 16 insertions(+), 15 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5631: theme the contact pane.
css/conditionals/event/pane-event-contact.css | 78 +++++++++++++++++++++++++
css/style.css | 2 +-
gsb_theme.info | 1 +
sass/conditionals/event/pane-event-contact.sass | 67 +++++++++++++++++++++
sass/partials/design/_fpp-people.sass | 2 +-
5 files changed, 148 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5534: theme the mba admission event list.
.../event/admission-event-view-mode-main-list.css | 88 ++++++++++++++++++++++
css/conditionals/event/event-landing.css | 9 ++-
gsb_theme.info | 1 +
.../event/admission-event-view-mode-main-list.sass | 75 ++++++++++++++++++
sass/conditionals/event/event-landing.sass | 5 +-
5 files changed, 173 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5636: remove styling error.
css/style.css | 28 ++--------------------------
sass/partials/design/_wysiwyg.sass | 20 --------------------
2 files changed, 2 insertions(+), 46 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5635: fix editing layout and preview picture.
css/style.css | 7 ++++---
layouts/gsb-landing-events/gsb-landing-events.png | Bin 1346 -> 169 bytes
sass/partials/base/05-layouts/_layouts.sass | 14 ++++++++------
3 files changed, 12 insertions(+), 9 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5623: add new class that will pick up body content styles.
css/style.css | 85 +++++++++++++++++++++++++++++++++-----
sass/partials/design/_wysiwyg.sass | 3 +-
2 files changed, 76 insertions(+), 12 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5444: theme event main list.
...academic-calendar-event-view-mode-main-list.css | 12 +
css/conditionals/event/event-featured.css | 1 +
css/conditionals/event/event-landing.css | 80 +---
.../event/event-view-mode-main-list.css | 84 ++++
css/style.css | 495 ++++++---------------
gsb_theme.info | 2 +
...cademic-calendar-event-view-mode-main-list.sass | 22 +
sass/conditionals/event/event-featured.sass | 1 +
sass/conditionals/event/event-landing.sass | 80 +---
.../event/event-view-mode-main-list.sass | 74 +++
sass/partials/base/05-layouts/_layouts.sass | 7 +-
sass/partials/base/07-media/_print.sass | 1 -
sass/partials/design/_banner.sass | 134 +-----
sass/partials/design/_design.sass | 14 +-
sass/partials/design/_search-filters.sass | 94 +---
template.php | 22 +-
templates/ds-2col--node-event-listing.tpl.php | 33 --
templates/ds-2col--node-event-main-list.tpl.php | 33 ++
.../views-view-unformatted--gsb-event.tpl.php | 20 -
19 files changed, 419 insertions(+), 790 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5529: theme the event detail page.
css/conditionals/event/admission-event-detail.css | 7 +
css/conditionals/event/event-detail.css | 473 +++++++++++++++++----
css/style.css | 28 +-
.../conditionals/event/admission-event-detail.sass | 6 +-
sass/conditionals/event/event-detail.sass | 313 +++++++++++---
sass/partials/design/_wysiwyg.sass | 20 +
6 files changed, 690 insertions(+), 157 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5597: fix name spacing.
css/conditionals/event/admission-event-detail.css | 3 +++
sass/conditionals/event/admission-event-detail.sass | 4 ++++
2 files changed, 7 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5541: update faculty listing.
css/conditionals/news/pane-stories-by-criteria.css | 15 ---------------
css/style.css | 19 +++++++------------
sass/conditionals/news/pane-stories-by-criteria.sass | 17 -----------------
sass/partials/design/_faculty-by-academic-area.sass | 19 ++++++++++---------
4 files changed, 17 insertions(+), 53 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5597: fix name spacing.
css/conditionals/event/admission-event-detail.css | 3 +++
sass/conditionals/event/admission-event-detail.sass | 4 ++++
2 files changed, 7 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5541: update faculty listing.
css/conditionals/news/pane-stories-by-criteria.css | 15 ---------------
css/style.css | 19 +++++++------------
sass/conditionals/news/pane-stories-by-criteria.sass | 17 -----------------
sass/partials/design/_faculty-by-academic-area.sass | 19 ++++++++++---------
4 files changed, 17 insertions(+), 53 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP=5595: make speaker links bold.
css/conditionals/event/admission-event-detail.css | 3 ++-
sass/conditionals/event/admission-event-detail.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5524: update the featured event styling.
css/conditionals/event/event-featured.css | 166 ++++++++++------------------
css/conditionals/event/event-landing.css | 157 --------------------------
css/style.css | 91 +++++++--------
images/bg-banner-eventcal-2015-05-26-1.png | Bin 103594 -> 0 bytes
sass/conditionals/event/event-featured.sass | 132 +++++++++-------------
sass/conditionals/event/event-landing.sass | 97 ----------------
sass/partials/base/05-layouts/_layouts.sass | 33 +++++-
sass/partials/design/_banner.sass | 17 +--
sass/partials/design/_design.sass | 8 ++
sass/partials/design/_search-filters.sass | 13 ---
10 files changed, 197 insertions(+), 517 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5524: update the featured event styling.
css/conditionals/event/event-featured.css | 166 ++++++++++------------------
css/conditionals/event/event-landing.css | 157 --------------------------
css/style.css | 93 ++++++++--------
images/bg-banner-eventcal-2015-05-26-1.png | Bin 103594 -> 0 bytes
sass/conditionals/event/event-featured.sass | 132 +++++++++-------------
sass/conditionals/event/event-landing.sass | 97 ----------------
sass/partials/base/05-layouts/_layouts.sass | 33 +++++-
sass/partials/design/_banner.sass | 17 +--
sass/partials/design/_design.sass | 8 ++
sass/partials/design/_search-filters.sass | 13 ---
10 files changed, 198 insertions(+), 518 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5531: admission speakers, location and responsive.
css/conditionals/event/admission-event-detail.css | 334 ++++++++++++++++++++-
css/style.css | 11 +-
.../conditionals/event/admission-event-detail.sass | 197 +++++++++++-
sass/partials/base/03-extend/_gsb-revamp.sass | 66 ++++
sass/partials/design/_cta.sass | 10 +-
5 files changed, 601 insertions(+), 17 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5531: add new style sheet for admission event detail.
css/conditionals/event/admission-event-detail.css | 8 ++++++++
gsb_theme.info | 2 ++
sass/conditionals/event/admission-event-detail.sass | 16 ++++++++++++++++
3 files changed, 26 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Greg Mercer (GBear), 1 year, 6 months ago
Merge branch 'WP-5552' into release-5.15
view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5552: fix clubs landing list spacing and dividers.
css/conditionals/club-landing-list.css | 6 +++---
sass/conditionals/club-landing-list.sass | 8 ++++----
sass/conditionals/faculty-research/book-landing-list.sass | 2 +-
sass/conditionals/faculty-research/case-landing-list.sass | 2 +-
sass/conditionals/faculty-research/publication-landing-list.sass | 2 +-
.../conditionals/faculty-research/working-paper-landing-list.sass | 2 +-
sass/conditionals/insights/design-insights.sass | 2 +-
.../insights/view-mode-idea-story-latest-stories.sass | 2 +-
sass/conditionals/news/view-mode-news-listing.sass | 2 +-
sass/partials/base/00-variables/_colors.sass | 1 +
sass/partials/design/_search-filters.sass | 2 +-
11 files changed, 16 insertions(+), 15 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5552: fix clubs landing list spacing and dividers.
css/conditionals/club-landing-list.css | 6 +++---
sass/conditionals/club-landing-list.sass | 8 ++++----
sass/conditionals/faculty-research/book-landing-list.sass | 2 +-
sass/conditionals/faculty-research/case-landing-list.sass | 2 +-
sass/conditionals/faculty-research/publication-landing-list.sass | 2 +-
.../conditionals/faculty-research/working-paper-landing-list.sass | 2 +-
sass/conditionals/insights/design-insights.sass | 2 +-
.../insights/view-mode-idea-story-latest-stories.sass | 2 +-
sass/conditionals/news/view-mode-news-listing.sass | 2 +-
sass/partials/base/00-variables/_colors.sass | 1 +
sass/partials/design/_search-filters.sass | 2 +-
11 files changed, 16 insertions(+), 15 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5516: style stories in existing node list.
css/conditionals/news/school-story-detail.css | 2 +-
css/conditionals/news/view-mode-news-listing.css | 6 -
css/style.css | 140 ++++++++++++++++-----
sass/conditionals/news/school-story-detail.sass | 2 +-
sass/conditionals/news/view-mode-news-listing.sass | 6 -
sass/partials/design/_view-mode-compact.sass | 61 ++++++++-
sass/partials/design/_view-mode-expanded.sass | 37 +++---
.../ds-2col--node-announcement-expanded.tpl.php | 33 +++++
.../ds-2col--node-idea-story-expanded.tpl.php | 33 +++++
...-2col--node-offsite-idea-story-expanded.tpl.php | 33 +++++
...col--node-offsite-school-story-expanded.tpl.php | 33 +++++
.../ds-2col--node-school-story-expanded.tpl.php | 33 +++++
12 files changed, 352 insertions(+), 67 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5522: update events landing layout.
layouts/gsb-landing-events/gsb-landing-events.css | 2 +-
layouts/gsb-landing-events/gsb-landing-events.inc | 8 +++--
.../gsb-landing-events/gsb-landing-events.tpl.php | 34 +++++++++++++++-------
3 files changed, 30 insertions(+), 14 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5539: update ACT project list.
css/conditionals/alumni/view-mode-act-project-listing.css | 4 ++--
sass/conditionals/alumni/view-mode-act-project-listing.sass | 5 +++--
2 files changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5492: restyle the customizable lists.
.../alumni/alumni-act-content-pane.css | 17 ++---
css/conditionals/faculty-research/case-detail.css | 2 +-
.../faculty-research/faculty-detail.css | 2 +-
css/conditionals/news/pane-stories-by-criteria.css | 73 ++++++++++++++++++++++
.../alumni/alumni-act-content-pane.sass | 11 ++--
.../conditionals/faculty-research/case-detail.sass | 2 +-
.../view-mode-views-content-pane.sass | 2 +-
.../news/pane-stories-by-criteria.sass | 61 ++++++++++++++++++
sass/partials/base/03-extend/_gsb-revamp.sass | 2 +-
9 files changed, 147 insertions(+), 25 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5453: theme the compact and expanded lists.
css/conditionals/faculty-research/case-detail.css | 10 +-
.../faculty-research/case-landing-list.css | 30 --
.../faculty-research/publication-detail.css | 12 -
.../faculty-research/publication-landing-list.css | 7 -
.../view-mode-views-content-pane.css | 2 +-
.../insights/related-to-idea-story.css | 4 -
css/style.css | 431 ++++++++++++++++++++-
.../conditionals/faculty-research/case-detail.sass | 10 +-
.../faculty-research/case-landing-list.sass | 14 +-
.../faculty-research/publication-detail.sass | 11 -
.../faculty-research/publication-landing-list.sass | 9 -
.../view-mode-views-content-pane.sass | 3 +-
.../insights/related-to-idea-story.sass | 5 -
.../news/pane-stories-by-criteria.sass | 2 +-
sass/partials/design/_all.sass | 12 +-
sass/partials/design/_design.sass | 26 ++
sass/partials/design/_existing-node.sass | 2 -
sass/partials/design/_fpp-existing-node-list.sass | 45 +++
sass/partials/design/_view-mode-compact.sass | 83 ++++
sass/partials/design/_view-mode-expanded.sass | 169 ++++++++
template.php | 4 +-
21 files changed, 777 insertions(+), 114 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 6 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5453: add custom template for book expanded.
templates/ds-2col--node-book-expanded.tpl.php | 33 +++++++++++++++++++++++++++
1 file changed, 33 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 6 months ago author: Meghan Palagyi, 1 year, 6 months ago
WP-5453: theme the compact and expanded lists.
css/conditionals/faculty-research/case-detail.css | 10 +-
.../faculty-research/case-landing-list.css | 30 --
.../faculty-research/publication-detail.css | 12 -
.../faculty-research/publication-landing-list.css | 7 -
.../view-mode-views-content-pane.css | 2 +-
.../insights/related-to-idea-story.css | 4 -
css/style.css | 431 ++++++++++++++++++++-
.../conditionals/faculty-research/case-detail.sass | 10 +-
.../faculty-research/case-landing-list.sass | 14 +-
.../faculty-research/publication-detail.sass | 11 -
.../faculty-research/publication-landing-list.sass | 9 -
.../view-mode-views-content-pane.sass | 3 +-
.../insights/related-to-idea-story.sass | 5 -
.../news/pane-stories-by-criteria.sass | 2 +-
sass/partials/design/_all.sass | 12 +-
sass/partials/design/_design.sass | 26 ++
sass/partials/design/_existing-node.sass | 2 -
sass/partials/design/_fpp-existing-node-list.sass | 45 +++
sass/partials/design/_view-mode-compact.sass | 83 ++++
sass/partials/design/_view-mode-expanded.sass | 169 ++++++++
template.php | 4 +-
21 files changed, 777 insertions(+), 114 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5453: add custom template for book expanded.
templates/ds-2col--node-book-expanded.tpl.php | 33 +++++++++++++++++++++++++++
1 file changed, 33 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5503: update line heights.
css/conditionals/event/view-academic-calendar.css | 4 ++--
sass/conditionals/event/view-academic-calendar.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5441: adjust first column width slightly.
css/conditionals/event/view-academic-calendar.css | 2 +-
sass/conditionals/event/view-academic-calendar.sass | 4 +---
2 files changed, 2 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5441: update the academic calendar styling.
css/conditionals/event/view-academic-calendar.css | 193 ++++++++++-----------
css/style.css | 11 +-
.../conditionals/event/view-academic-calendar.sass | 163 ++++++++++-------
sass/partials/base/04-defaults/_tables.sass | 7 +
sass/partials/design/_pager.sass | 2 +-
5 files changed, 208 insertions(+), 168 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5450: put filters in 3 columns.
css/style.css | 42 ++++++++++++++++++++-----------
sass/partials/design/_search-filters.sass | 1 +
2 files changed, 29 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-4422: responsive adjustment to case number.
css/conditionals/faculty-research/case-landing-list.css | 5 +++++
sass/conditionals/faculty-research/case-landing-list.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5475: update padding spacing between people.
css/conditionals/faculty-research/meta-research-detail.css | 2 +-
css/conditionals/insights/related-to-idea-story.css | 2 +-
sass/conditionals/faculty-research/meta-research-detail.sass | 2 +-
sass/conditionals/insights/related-to-idea-story.sass | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5390: adjust headings to be sans.
css/style.css | 1 +
sass/partials/design/_wysiwyg.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5390: update th.
css/style.css | 1 +
sass/partials/design/_wysiwyg.sass | 2 ++
2 files changed, 3 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5465: update spacing on events.
css/conditionals/event/event-upcoming.css | 2 +-
sass/conditionals/event/event-upcoming.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5399: update panner margin.
css/conditionals/library/pane-rss.css | 2 +-
css/style.css | 2 +-
sass/conditionals/library/pane-rss.sass | 4 ++--
sass/partials/design/_banner.sass | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5467: recompile css.
css/style.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5467: adjust padding.
css/style.css | 5 ++++-
sass/partials/design/_fpp-links.sass | 4 ++--
2 files changed, 6 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5429: fix position when there is a show more.
css/style.css | 15 +++++++--------
sass/partials/design/_fpp-links.sass | 21 ++++++++++++---------
2 files changed, 19 insertions(+), 17 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5429: adjust stanford logo for stanford links.
css/style.css | 28 +++++++++++++++-------------
sass/partials/design/_fpp-links.sass | 27 ++++++++++++++-------------
2 files changed, 29 insertions(+), 26 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5475: force compile css.
css/conditionals/club-landing-list.css | 10 +--
css/conditionals/event/event-upcoming.css | 77 ++----------------
.../faculty-research/meta-research-detail.css | 52 ++++--------
.../view-mode-views-content-pane.css | 93 ----------------------
css/style.css | 55 ++-----------
5 files changed, 34 insertions(+), 253 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5406: style webform buttons.
css/style.css | 68 +++++++++++++++++-----
.../partials/base/04-defaults/forms/_webforms.sass | 14 +++--
2 files changed, 63 insertions(+), 19 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5390: refactor table styles and standardize border grey.
.../alumni/alumni-act-content-pane.css | 2 +-
css/conditionals/event/event-landing.css | 4 +-
css/conditionals/event/view-admission-calendar.css | 4 +-
css/conditionals/insights/idea-story-detail.css | 2 +-
css/conditionals/news/view-mode-news-listing.css | 10 +++-
css/style.css | 62 ++++++++++------------
.../alumni/alumni-act-content-pane.sass | 2 +-
sass/conditionals/event/event-landing.sass | 4 +-
.../event/view-admission-calendar.sass | 6 +--
sass/conditionals/insights/design-insights.sass | 2 +-
sass/conditionals/insights/idea-story-detail.sass | 4 +-
sass/conditionals/library/pane-faqs.sass | 2 +-
sass/conditionals/library/pane-searchworks.sass | 2 +-
sass/conditionals/news/view-mode-news-listing.sass | 12 ++++-
sass/partials/base/00-variables/_colors.sass | 2 +-
sass/partials/base/03-extend/_gsb-revamp.sass | 8 +--
sass/partials/base/04-defaults/_tables.sass | 18 +++----
.../base/04-defaults/forms/_form-defaults.sass | 4 +-
sass/partials/design/_footer.sass | 2 +-
sass/partials/design/_search-filters.sass | 12 ++---
sass/partials/design/_wysiwyg.sass | 35 ++++++------
21 files changed, 104 insertions(+), 95 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5399: fix banner for programs without left hand nav.
css/style.css | 25 +++++++++++++++----------
sass/partials/design/_banner.sass | 8 +++++---
sass/partials/design/_design.sass | 4 +++-
3 files changed, 23 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5226: refactor CTA styling for CTAs and CTA on diptych.
css/conditionals/club-landing-list.css | 7 +-
css/conditionals/event/event-upcoming.css | 77 +++++++++++++++--
css/conditionals/event/view-academic-calendar.css | 7 +-
css/conditionals/faculty-research/book-detail.css | 7 +-
css/conditionals/faculty-research/case-cmi.css | 7 +-
.../view-mode-views-content-pane.css | 93 +++++++++++++++++++++
css/conditionals/library/pane-hours.css | 72 +++++++++-------
css/conditionals/week-in-the-life-landing.css | 30 +++++--
css/style.css | 97 ++++++++++++++++------
sass/partials/base/03-extend/_gsb-revamp.sass | 57 ++++++-------
sass/partials/design/_cta.sass | 16 ++--
sass/partials/design/_diptych.sass | 29 +++----
12 files changed, 359 insertions(+), 140 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5382: update spacing and title font size.
css/style.css | 5 +++--
sass/partials/design/_fpp-people.sass | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5256: update spacing on people fpp.
css/style.css | 9 +++++++--
sass/partials/design/_fpp-people.sass | 7 +++++--
2 files changed, 12 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5428: update events styling.
css/conditionals/club-landing-list.css | 12 +-
css/conditionals/event/event-upcoming.css | 154 +++------------------
.../view-mode-views-content-pane.css | 8 +-
css/conditionals/news/pane-stories-by-criteria.css | 47 ++++---
css/conditionals/news/view-mode-news-listing.css | 16 +--
sass/conditionals/club-landing-list.sass | 3 +-
sass/conditionals/event/event-upcoming.sass | 87 +++++-------
.../view-mode-views-content-pane.sass | 11 +-
.../news/pane-stories-by-criteria.sass | 5 +-
sass/conditionals/news/view-mode-news-listing.sass | 8 +-
10 files changed, 110 insertions(+), 241 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5428: responsive title adjustment.
css/conditionals/alumni/alumni-act-content-pane.css | 10 ++++++++++
css/conditionals/club-landing-list.css | 5 +++++
.../faculty-research/view-mode-views-content-pane.css | 5 +++++
css/style.css | 5 +++++
sass/conditionals/alumni/alumni-act-content-pane.sass | 4 ++++
sass/conditionals/club-landing-list.sass | 2 ++
.../faculty-research/view-mode-views-content-pane.sass | 2 ++
sass/partials/design/_faculty-by-academic-area.sass | 2 ++
8 files changed, 35 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5428: refactor customizable lists.
.../alumni/alumni-act-content-pane.css | 14 +--
css/conditionals/club-landing-list.css | 29 ++---
.../view-mode-views-content-pane.css | 130 ++-------------------
css/conditionals/news/pane-stories-by-criteria.css | 123 ++++++++++++++++---
css/conditionals/news/view-mode-news-listing.css | 8 --
css/style.css | 32 ++---
.../alumni/alumni-act-content-pane.sass | 14 +--
sass/conditionals/club-landing-list.sass | 70 +++++------
.../view-mode-views-content-pane.sass | 58 ++-------
.../news/pane-stories-by-criteria.sass | 19 ++-
sass/conditionals/news/view-mode-news-listing.sass | 10 --
.../partials/design/_faculty-by-academic-area.sass | 21 ++--
12 files changed, 210 insertions(+), 318 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5420: remove tablet-specific mobile menu.
css/style.css | 197 ++++++------------------------
gsb_theme.info | 1 -
js/custom.js | 8 +-
js/gsb_forms.js | 2 +-
js/megamenu_exit.js | 56 ---------
sass/partials/design/_design.sass | 9 +-
sass/partials/design/_menu-main-mega.sass | 33 +----
sass/partials/design/_menu-main.sass | 84 ++++---------
sass/partials/design/_search-filters.sass | 12 +-
9 files changed, 70 insertions(+), 332 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5396: update divider color and spacing on listings.
css/conditionals/faculty-research/book-landing-list.css | 2 +-
css/conditionals/faculty-research/case-landing-list.css | 2 +-
css/conditionals/faculty-research/faculty-landing-list.css | 2 +-
css/conditionals/faculty-research/publication-landing-list.css | 2 +-
css/conditionals/faculty-research/view-mode-teaser-listing.css | 2 +-
css/conditionals/faculty-research/working-paper-landing-list.css | 2 +-
css/conditionals/insights/design-insights.css | 2 +-
css/conditionals/insights/view-mode-idea-story-latest-stories.css | 4 ++--
css/conditionals/news/view-mode-news-listing.css | 4 ++--
sass/conditionals/faculty-research/book-landing-list.sass | 2 +-
sass/conditionals/faculty-research/case-landing-list.sass | 2 +-
sass/conditionals/faculty-research/faculty-landing-list.sass | 2 +-
sass/conditionals/faculty-research/publication-landing-list.sass | 2 +-
sass/conditionals/faculty-research/view-mode-teaser-listing.sass | 2 +-
sass/conditionals/faculty-research/working-paper-landing-list.sass | 2 +-
sass/conditionals/insights/design-insights.sass | 2 +-
sass/conditionals/insights/view-mode-idea-story-latest-stories.sass | 4 ++--
sass/conditionals/news/view-mode-news-listing.sass | 4 ++--
18 files changed, 22 insertions(+), 22 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5395: adjust item spacing above.
css/conditionals/alumni/alumni-reunion-schedule-list.css | 3 +--
sass/conditionals/alumni/alumni-reunion-schedule-list.sass | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5397: reduce title size at 850 and below.
css/conditionals/alumni/alumni-reunion-schedule-list.css | 5 +++++
sass/conditionals/alumni/alumni-reunion-schedule-list.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5401: add background to sidebar resource at full column width.
css/conditionals/insights/resources/sidebar-resource.css | 2 ++
sass/conditionals/insights/resources/sidebar-resource.sass | 2 ++
2 files changed, 4 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5034: changes for working paper pdf.
css/style.css | 74 +++++++++++++++-------
sass/partials/design/_existing-node.sass | 60 ++++++++++++------
.../ds-1col--node-working-paper-teaser.tpl.php | 24 +++++++
3 files changed, 113 insertions(+), 45 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5377: update spacing of social icons.
css/conditionals/insights/idea-story-detail.css | 4 ----
sass/conditionals/insights/idea-story-detail.sass | 3 +--
2 files changed, 1 insertion(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5224: update title size of featured insight card and existing node.
css/conditionals/insights/featured-insight-card.css | 4 ++--
css/style.css | 19 ++++++++++++++-----
sass/conditionals/insights/featured-insight-card.sass | 4 ++--
sass/partials/design/_existing-node.sass | 12 +++++++-----
4 files changed, 25 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5223: remove demi style on faculty author label.
.../faculty-research/meta-research-detail.css | 52 +++++++++++++++------
sass/partials/base/01-mixins/_custom.sass | 54 ++++++++++++++++++++++
2 files changed, 91 insertions(+), 15 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5250: update school story and announcement detail.
css/conditionals/news/announcement-detail.css | 2 ++
css/conditionals/news/school-story-detail.css | 2 ++
sass/conditionals/news/announcement-detail.sass | 2 ++
sass/conditionals/news/school-story-detail.sass | 2 ++
4 files changed, 8 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5249: update title on agenda item detail.
css/conditionals/alumni/alumni-reunion-agenda-item-detail.css | 6 +++---
sass/conditionals/alumni/alumni-reunion-agenda-item-detail.sass | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5252: update faculty header sizing.
css/conditionals/faculty-research/faculty-detail.css | 7 ++++---
sass/conditionals/faculty-research/faculty-detail.sass | 7 ++++---
2 files changed, 8 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5290: update the twitter handle styling.
css/style.css | 16 +++++++---------
sass/partials/design/_fpp-social-media.sass | 9 +++------
2 files changed, 10 insertions(+), 15 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5278: update clubs fpp title.
css/conditionals/club-landing-list.css | 10 ++---
sass/conditionals/club-landing-list.sass | 76 ++++++++++++++++----------------
2 files changed, 44 insertions(+), 42 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5196: update alumni banner title hover.
css/style.css | 12 ++++++++++++
sass/partials/design/_banner.sass | 7 +++++++
2 files changed, 19 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-4675: house ad and video fpp changes for responsive.
css/style.css | 168 ++++++++++-----------
sass/partials/base/05-layouts/_layouts.sass | 4 +-
.../base/06-ui-patterns/_drupal-patterns.sass | 11 +-
sass/partials/design/_house-ads.sass | 81 ++++------
sass/partials/design/_video.sass | 15 +-
5 files changed, 130 insertions(+), 149 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-4364: adjust media icon.
.../view-mode-idea-story-latest-stories.css | 27 ++++++++++---------
.../view-mode-idea-story-latest-stories.sass | 30 ++++++++++------------
2 files changed, 26 insertions(+), 31 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-4422: update listing styling.
.../faculty-research/view-mode-teaser-listing.css | 10 +++++++---
.../insights/view-mode-idea-story-latest-stories.css | 2 +-
css/conditionals/news/view-mode-news-listing.css | 13 +++++++------
.../faculty-research/view-mode-teaser-listing.sass | 7 +++++--
.../insights/view-mode-idea-story-latest-stories.sass | 2 +-
sass/conditionals/news/view-mode-news-listing.sass | 5 +++--
6 files changed, 24 insertions(+), 15 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5421: adjust spacing between people.
css/conditionals/faculty-research/meta-research-detail.css | 6 ------
css/conditionals/insights/idea-story-detail.css | 1 -
css/conditionals/insights/related-to-idea-story.css | 8 +-------
css/style.css | 1 -
sass/conditionals/faculty-research/meta-research-detail.sass | 2 --
sass/conditionals/insights/idea-story-detail.sass | 1 -
sass/conditionals/insights/related-to-idea-story.sass | 4 +---
sass/partials/design/_design.sass | 1 -
8 files changed, 2 insertions(+), 22 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5422: adjust related width at 700 and below.
css/conditionals/faculty-research/meta-research-detail.css | 2 ++
sass/conditionals/faculty-research/meta-research-detail.sass | 2 ++
2 files changed, 4 insertions(+)

view commit - committer: Greg Mercer, 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5430 Added test for contextual-links class when looking for the ul tags
js/show-more-less.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5422: add related fieldset to case.
css/conditionals/faculty-research/case-detail.css | 25 ----------------------
css/style.css | 24 ++++++++++++++-------
.../conditionals/faculty-research/case-detail.sass | 4 ----
sass/partials/design/_design.sass | 3 ++-
4 files changed, 18 insertions(+), 38 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5422: add related fieldset to case.
css/conditionals/faculty-research/case-detail.css | 25 ----------------------
css/style.css | 24 ++++++++++++++-------
.../conditionals/faculty-research/case-detail.sass | 4 ----
sass/partials/design/_design.sass | 3 ++-
4 files changed, 18 insertions(+), 38 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5421: divider adjustment on people fields in related block.
css/conditionals/insights/related-to-idea-story.css | 8 ++++++--
sass/conditionals/insights/related-to-idea-story.sass | 13 ++++++++++++-
2 files changed, 18 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5394: fix spacing for focus state.
css/style.css | 1 +
sass/partials/design/_fpp-links.sass | 2 ++
2 files changed, 3 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5404: add back container style.
css/conditionals/faculty-research/case-detail.css | 25 ++++++++++++++++++++++
.../conditionals/faculty-research/case-detail.sass | 4 ++++
2 files changed, 29 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5394 Changed open() for fielditem to use outerHeight() instead of height().
js/show-more-less.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5403: add bottom divider to faculty authors.
css/conditionals/insights/related-to-idea-story.css | 2 +-
sass/conditionals/insights/related-to-idea-story.sass | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5392: adjust padding for faculty field, add act collapsible functionality.
css/conditionals/faculty-research/meta-research-detail.css | 6 ------
css/conditionals/insights/related-to-idea-story.css | 4 ++--
css/style.css | 8 ++++++++
sass/conditionals/faculty-research/meta-research-detail.sass | 4 +---
sass/conditionals/insights/related-to-idea-story.sass | 8 +++-----
sass/partials/design/_design.sass | 3 ++-
6 files changed, 16 insertions(+), 17 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5367: use uncompressed background for alumni.
css/style.css | 2 +-
images/bg-alumni-2015-05-26-1.jpg | Bin 54889 -> 0 bytes
images/bg-alumni-2015-06-02-1.jpg | Bin 0 -> 71911 bytes
sass/partials/design/_design.sass | 2 +-
4 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5363: style the show more for links fpp.
css/conditionals/news/announcement-detail.css | 10 +--
css/style.css | 90 ++++++++++++++++++++++-----
sass/partials/base/01-mixins/_custom.sass | 9 +--
sass/partials/design/_design.sass | 4 +-
sass/partials/design/_fpp-links.sass | 87 +++++++++++++++++++++-----
5 files changed, 161 insertions(+), 39 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Greg Mercer, 1 year, 7 months ago
WP-5362 Added new type 'fielditems' - which we will be using in the Links FPP
js/show-more-less.js | 36 ++++++++++++++++++++++++++++++++++--
1 file changed, 34 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5358: update banner styling.
css/style.css | 24 +++++++++++-------------
sass/partials/design/_banner.sass | 21 +++++++++------------
2 files changed, 20 insertions(+), 25 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5367: compress large images, rename, adn update in Sass sheets.
css/conditionals/front.css | 4 +-
css/conditionals/program-landing.css | 2 +-
css/style.css | 72 ++++++++++-----------
images/bg-alumni-2015-05-26-1.jpg | Bin 0 -> 54889 bytes
images/bg-alumni.jpg | Bin 71911 -> 0 bytes
images/bg-banner-eventcal-2015-05-26-1.png | Bin 0 -> 103594 bytes
images/bg-banner-eventcal.png | Bin 283930 -> 0 bytes
images/bg-event-cal-wide-2015-05-26-1.png | Bin 0 -> 43318 bytes
images/bg-faculty-2015-05-26-1.jpg | Bin 0 -> 31513 bytes
images/bg-faculty.jpg | Bin 43628 -> 0 bytes
images/bg-landing-whitetitlebar-2015-05-26-1.jpg | Bin 0 -> 115731 bytes
images/bg-landing-whitetitlebar.jpg | Bin 261729 -> 0 bytes
...bg-library-conducting-research-2015-05-26-1.jpg | Bin 0 -> 26788 bytes
images/bg-library-conducting-research.jpg | Bin 30885 -> 0 bytes
images/bg-msxfellows-2015-05-26-1.jpg | Bin 0 -> 38998 bytes
images/bg-msxfellows.jpg | Bin 100900 -> 0 bytes
images/bg-organizations-2015-05-26-1.jpg | Bin 0 -> 49498 bytes
images/bg-organizations.jpg | Bin 68401 -> 0 bytes
images/bg-program-finder-2015-05-26-1.jpg | Bin 0 -> 49979 bytes
images/bg-program-finder.jpg | Bin 160763 -> 0 bytes
images/bg-quad-home-2015-05-26-1.png | Bin 0 -> 335459 bytes
images/bg-quad-home.png | Bin 889130 -> 0 bytes
images/bg-quad-standard-2015-05-26-1.png | Bin 0 -> 202566 bytes
images/bg-quad-standard.png | Bin 630030 -> 0 bytes
images/bg-social-feed-2015-05-26-1.png | Bin 0 -> 25244 bytes
images/bg-social-feed.png | Bin 184542 -> 0 bytes
images/cta-map-mobile-2015-05-26-1.jpg | Bin 0 -> 40562 bytes
images/cta-map-mobile.jpg | Bin 61761 -> 0 bytes
images/event-cal-wide_bg.png | Bin 278253 -> 0 bytes
images/logo-2015-05-26-1.png | Bin 0 -> 11157 bytes
images/logo.png | Bin 30853 -> 0 bytes
sass/conditionals/front.sass | 4 +-
sass/conditionals/program-landing.sass | 2 +-
sass/partials/design/_banner.sass | 2 +-
sass/partials/design/_cta-custom.sass | 4 +-
sass/partials/design/_design.sass | 22 +++----
sass/partials/design/_fpp-social-media.sass | 2 +-
37 files changed, 57 insertions(+), 57 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5379: update author block styling.
.../faculty-research/meta-research-detail.css | 50 ++++++----------------
.../faculty-research/meta-research-detail.sass | 24 +++--------
2 files changed, 19 insertions(+), 55 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5378: add class for text equivalent page to pick up styling.
css/style.css | 140 +++++++++++++++------
.../insights/resources/image-resource.sass | 2 +-
sass/partials/design/_wysiwyg.sass | 9 +-
3 files changed, 111 insertions(+), 40 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5375: update padding on people in related.
css/conditionals/insights/related-to-idea-story.css | 8 +++++++-
sass/conditionals/insights/related-to-idea-story.sass | 4 +++-
2 files changed, 10 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5374: use word-break instead.
css/conditionals/insights/related-to-idea-story.css | 2 +-
sass/conditionals/insights/related-to-idea-story.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5374: force files and links to wrap.
css/conditionals/insights/related-to-idea-story.css | 1 +
sass/conditionals/insights/related-to-idea-story.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5309: prevent organization, title, or academic area from wrapping.
css/conditionals/insights/related-to-idea-story.css | 15 +++++++++------
sass/conditionals/insights/related-to-idea-story.sass | 8 ++++----
2 files changed, 13 insertions(+), 10 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5357: add width 100% to half size soundcloud resource.
css/conditionals/insights/resources/soundcloud-resource.css | 1 +
sass/conditionals/insights/resources/soundcloud-resource.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 7 months ago author: Meghan Palagyi, 1 year, 7 months ago
WP-5309: Update related sidebar styling for working paper, book, and JABCO.
css/conditionals/faculty-research/book-detail.css | 39 +++++++-
.../faculty-research/meta-research-detail.css | 18 +---
.../insights/related-to-idea-story.css | 52 ++++++----
css/conditionals/msx-fellow-detail.css | 42 ++++----
css/style.css | 40 ++++++--
.../conditionals/faculty-research/book-detail.sass | 18 +++-
.../faculty-research/meta-research-detail.sass | 3 +-
.../insights/related-to-idea-story.sass | 107 +++++++++++----------
sass/conditionals/msx-fellow-detail.sass | 2 +-
sass/partials/design/_design.sass | 7 +-
10 files changed, 200 insertions(+), 128 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5342: style author block like related, until related is completed.
.../faculty-research/meta-research-detail.css | 165 +++++++--------------
.../faculty-research/meta-research-detail.sass | 48 +++++-
sass/partials/base/01-mixins/_custom.sass | 55 -------
3 files changed, 102 insertions(+), 166 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5357: sizing and responsive for soundcloud resource.
.../insights/resources/soundcloud-resource.css | 35 +++++++++++++++++++++
.../insights/resources/soundcloud-resource.sass | 36 ++++++++++++++++++++++
2 files changed, 71 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5357: add partial for soundcloud resource.
css/conditionals/insights/resources/soundcloud-resource.css | 0
gsb_theme.info | 1 +
sass/conditionals/insights/resources/soundcloud-resource.sass | 8 ++++++++
3 files changed, 9 insertions(+)

view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5345: style text equivalent link.
css/conditionals/insights/resources/image-resource.css | 10 ++++++++++
sass/conditionals/insights/resources/image-resource.sass | 9 +++++++++
2 files changed, 19 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5331: update spacing of dek and image in sidebar resource.
css/conditionals/insights/resources/sidebar-resource.css | 4 ++++
sass/conditionals/insights/resources/sidebar-resource.sass | 5 +++++
2 files changed, 9 insertions(+)

view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5314: update the cas login to not affect case download.
css/conditionals/faculty-research/case-cmi.css | 6 ++----
sass/conditionals/faculty-research/case-cmi.sass | 5 +++--
2 files changed, 5 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5121: update customizable clubs theming.
css/conditionals/club-landing-list.css | 84 +++++++++++++++--------------
sass/conditionals/club-landing-list.sass | 93 ++++++++++++++++++--------------
2 files changed, 97 insertions(+), 80 deletions(-)

view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5121: retheme alumni clubs list.
css/conditionals/club-landing-list.css | 15 +++++++++++----
sass/conditionals/club-landing-list.sass | 18 +++++++++++-------
2 files changed, 22 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5121: clubs list retheming.
css/conditionals/club-landing-list.css | 67 ++-----
css/style.css | 192 ++++++++++++---------
sass/conditionals/club-landing-list.sass | 63 ++-----
sass/partials/design/_search-filters.sass | 52 ++----
template.php | 19 +-
...s-exposed-form--club-filters--club-list.tpl.php | 84 ---------
6 files changed, 163 insertions(+), 314 deletions(-)

view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5121: start on alumni clubs list.
css/conditionals/club-landing-list.css | 63 +++++++++-----------------------
sass/conditionals/club-landing-list.sass | 49 ++++++++++++-------------
2 files changed, 40 insertions(+), 72 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5317: theme the title and department field collection.
css/conditionals/staff-detail.css | 10 ++++++++--
sass/conditionals/staff-detail.sass | 14 ++++++++++----
2 files changed, 18 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5224: update title size of featured insight card and existing node.
css/conditionals/insights/featured-insight-card.css | 4 ++--
css/style.css | 19 ++++++++++++++-----
sass/conditionals/insights/featured-insight-card.sass | 4 ++--
sass/partials/design/_existing-node.sass | 12 +++++++-----
4 files changed, 25 insertions(+), 14 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5223: remove demi style on faculty author label.
css/conditionals/faculty-research/meta-research-detail.css | 1 -
sass/partials/base/01-mixins/_custom.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5258: add email icons for mailto links in links fpp.
css/style.css | 19 +++++++++++++++++++
sass/partials/design/_fpp-links.sass | 5 +++++
2 files changed, 24 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5304: fix gradients and hovers for IE9.
css/style.css | 50 ++++++++++--------------------------------
sass/partials/design/_cta.sass | 29 ++++++++++++------------
2 files changed, 27 insertions(+), 52 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5267: increase fieldset margin.
css/style.css | 2 +-
sass/partials/base/04-defaults/forms/_webforms.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5317: theme staff detail.
css/conditionals/staff-detail.css | 243 ++++++++++++++++++++++++++++++++++++
gsb_theme.info | 3 +
sass/conditionals/staff-detail.sass | 154 +++++++++++++++++++++++
3 files changed, 400 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5267: add divider and grey button to webform.
css/style.css | 51 ++++++++++++++++------
sass/partials/base/03-extend/_gsb-revamp.sass | 11 +++++
.../partials/base/04-defaults/forms/_webforms.sass | 23 ++++++++--
3 files changed, 69 insertions(+), 16 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5317: theme staff detail.
css/conditionals/staff-detail.css | 243 ++++++++++++++++++++++++++++++++++++
gsb_theme.info | 3 +
sass/conditionals/staff-detail.sass | 154 +++++++++++++++++++++++
3 files changed, 400 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5267: add divider and grey button to webform.
css/style.css | 51 ++++++++++++++++------
sass/partials/base/03-extend/_gsb-revamp.sass | 11 +++++
.../partials/base/04-defaults/forms/_webforms.sass | 23 ++++++++--
3 files changed, 69 insertions(+), 16 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5314: update the cas login to not affect case download.
css/conditionals/faculty-research/case-cmi.css | 6 ++----
sass/conditionals/faculty-research/case-cmi.sass | 5 +++--
2 files changed, 5 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5294: update review excerpt styling.
css/conditionals/faculty-research/book-detail.css | 10 ++++++++++
sass/conditionals/faculty-research/book-detail.sass | 10 ++++++++++
2 files changed, 20 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5304: fix gradients and hovers for IE9.
css/style.css | 50 ++++++++++--------------------------------
sass/partials/design/_cta.sass | 29 ++++++++++++------------
2 files changed, 27 insertions(+), 52 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5250: update school story and announcement detail.
css/conditionals/news/announcement-detail.css | 2 ++
css/conditionals/news/school-story-detail.css | 2 ++
sass/conditionals/news/announcement-detail.sass | 2 ++
sass/conditionals/news/school-story-detail.sass | 2 ++
4 files changed, 8 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5249: update title on agenda item detail.
css/conditionals/alumni/alumni-reunion-agenda-item-detail.css | 6 +++---
sass/conditionals/alumni/alumni-reunion-agenda-item-detail.sass | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5260: update label under photo for msx.
css/conditionals/msx-fellow-detail.css | 5 ++++-
sass/conditionals/msx-fellow-detail.sass | 7 +++++--
sass/conditionals/phd-candidate-detail.sass | 2 +-
3 files changed, 10 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5252: update faculty header sizing.
css/conditionals/faculty-research/faculty-detail.css | 7 ++++---
sass/conditionals/faculty-research/faculty-detail.sass | 7 ++++---
2 files changed, 8 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5260: reduce margin below name.
css/conditionals/msx-fellow-detail.css | 2 +-
sass/conditionals/msx-fellow-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5260: reduce margin below name.
css/conditionals/msx-fellow-detail.css | 2 +-
sass/conditionals/msx-fellow-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5267: update spacing between date fields.
css/style.css | 4 ++++
sass/partials/base/04-defaults/forms/_webforms.sass | 5 +++++
2 files changed, 9 insertions(+)

view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5267: theme webforms.
css/style.css | 45 +++++++++++++++++++---
.../partials/base/04-defaults/forms/_webforms.sass | 40 ++++++++++++++++++-
2 files changed, 78 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5267: add a partial for webforms.
sass/partials/base/04-defaults/_all.sass | 1 +
sass/partials/base/04-defaults/forms/_webforms.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5260: update phd detail page theming.
css/conditionals/phd-candidate-detail.css | 33 ++++++++---------------
sass/conditionals/phd-candidate-detail.sass | 42 +++++++++++------------------
2 files changed, 26 insertions(+), 49 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5260: msx detail improvements.
css/conditionals/msx-fellow-detail.css | 40 ++++++++++++------------
sass/conditionals/msx-fellow-detail.sass | 52 ++++++++++++++++++++------------
2 files changed, 52 insertions(+), 40 deletions(-)

view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5296: adjust spacing of sidebar resource.
css/conditionals/insights/resources/sidebar-resource.css | 4 +++-
sass/conditionals/insights/resources/sidebar-resource.sass | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5265: update dek line height.
css/conditionals/insights/resources/sidebar-resource.css | 4 ++--
sass/conditionals/insights/resources/sidebar-resource.sass | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5265: update line height.
css/conditionals/insights/resources/sidebar-resource.css | 6 +++---
sass/conditionals/insights/resources/sidebar-resource.sass | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5265: adjust caption.
css/conditionals/insights/resources/sidebar-resource.css | 8 ++++----
sass/conditionals/insights/resources/sidebar-resource.sass | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5265: theme the sidebar resource.
.../insights/resources/image-resource.css | 5 +
.../insights/resources/sidebar-resource.css | 104 +++++++++++++++++++++
.../insights/resources/image-resource.sass | 6 +-
.../insights/resources/sidebar-resource.sass | 94 +++++++++++++++++++
4 files changed, 207 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 8 months ago author: Meghan Palagyi, 1 year, 8 months ago
WP-5265: add style sheet for sidebar resource.
css/conditionals/insights/resources/sidebar-resource.css | 0
gsb_theme.info | 1 +
sass/conditionals/insights/resources/sidebar-resource.sass | 8 ++++++++
3 files changed, 9 insertions(+)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago
WP-5167: Fix javascript to only move expand button to the associated figure tag.
js/custom.js | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago
WP-5172: Don't allow customSelect to run twice.
js/custom.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago
WP-5197: adjust utility nav link spacing.
css/style.css | 2 +-
sass/partials/design/_banner.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago
WP-5185: Recommit this issue.
css/style.css | 9 +++++----
sass/partials/design/_menu-main-mega.sass | 10 ++++++----
2 files changed, 11 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago This reverts commit 701fe9754a2749ad916447a6d1a4f1e243f2cd9a.

Revert "WP-5185: adjust mega menu panel styling."
css/style.css | 9 ++++-----
sass/partials/design/_menu-main-mega.sass | 10 ++++------
2 files changed, 8 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5187: adjust capitalization in firefox.
css/conditionals/alumni/view-mode-act-project-listing.css | 3 +++
sass/conditionals/alumni/view-mode-act-project-listing.sass | 8 ++++++--
2 files changed, 9 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5179: adjust h5 style in wysiwyg.
css/style.css | 6 ++++--
sass/partials/design/_wysiwyg.sass | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5184: update 403 page.
css/style.css | 26 ++++++++--------
sass/partials/design/_design.sass | 3 +-
sass/partials/design/_not-found.sass | 2 +-
template.php | 7 +++--
templates/page--403.tpl.php | 57 ++++++++++++++++++++----------------
5 files changed, 53 insertions(+), 42 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5165: scale social icons down to prevent wrapping.
css/conditionals/insights/idea-story-detail.css | 20 ++++++++++++
css/conditionals/news/announcement-detail.css | 40 +++++++++++++++++++++++
css/conditionals/news/school-story-detail.css | 40 +++++++++++++++++++++++
css/style.css | 37 +++++++++++++++++----
sass/conditionals/insights/idea-story-detail.sass | 3 ++
sass/conditionals/news/announcement-detail.sass | 5 ++-
sass/conditionals/news/school-story-detail.sass | 5 +++
sass/partials/base/01-mixins/_custom.sass | 18 ++++++++++
sass/partials/base/04-defaults/_common.sass | 5 +++
sass/partials/design/_design.sass | 25 ++++++--------
10 files changed, 175 insertions(+), 23 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5185: adjust mega menu panel styling.
css/style.css | 9 +++++----
sass/partials/design/_menu-main-mega.sass | 10 ++++++----
2 files changed, 11 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5135: align the label.
css/conditionals/alumni/view-mode-act-project-listing.css | 6 +++---
sass/conditionals/alumni/view-mode-act-project-listing.sass | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5135: align label on act project filter.
css/conditionals/alumni/view-mode-act-project-listing.css | 1 +
sass/conditionals/alumni/view-mode-act-project-listing.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5141: update logo spacing and page class on error page.
css/style.css | 32 ++++++++++++++++------------
sass/partials/base/00-variables/_fonts.sass | 6 ------
sass/partials/base/04-defaults/_common.sass | 4 ++--
sass/partials/base/04-defaults/_headers.sass | 2 +-
sass/partials/design/_design.sass | 4 ++--
sass/partials/design/_not-found.sass | 7 ++++--
template.php | 2 +-
7 files changed, 29 insertions(+), 28 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5020: update email icon in red gradient.
css/style.css | 5 +++--
sass/partials/design/_cta.sass | 15 ++++++++-------
2 files changed, 11 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-4916: responsive change for cas login.
css/conditionals/faculty-research/case-cmi.css | 5 +++++
sass/conditionals/faculty-research/case-cmi.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5177: add sass sheet for case cmi downloads.
css/style.css | 5 -----
1 file changed, 5 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-4968: change hover underline on home page cta.
css/style.css | 2 ++
sass/partials/design/_fpp-cta-image-homepage.sass | 2 ++
2 files changed, 4 insertions(+)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-4815: adjust search icon.
css/style.css | 25 ++++++++-----------------
sass/partials/design/_search-filters.sass | 17 ++++++++---------
2 files changed, 16 insertions(+), 26 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5084: update slideshow arrow styling.
css/style.css | 6 +++---
sass/partials/design/_slideshow.sass | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5080: force margin bottom 40 for people fpp.
css/style.css | 3 +++
sass/partials/design/_fpp-people.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5081: update name styling in responsive.
css/conditionals/alumni/alumni-detail.css | 4 +---
sass/conditionals/alumni/alumni-detail.sass | 3 +--
2 files changed, 2 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5088: adjust image size for view mode news listing.
css/conditionals/news/view-mode-news-listing.css | 2 +-
css/style.css | 5 ++++-
sass/conditionals/news/view-mode-news-listing.sass | 2 +-
sass/partials/design/_fpp-featured-content.sass | 3 ++-
4 files changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5177: theme cas login page.
css/conditionals/faculty-research/case-cmi.css | 74 ++++++++++++++++++++++++
sass/conditionals/faculty-research/case-cmi.sass | 29 ++++++++++
2 files changed, 103 insertions(+)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5177: add sass sheet for case cmi downloads.
gsb_theme.info | 1 +
sass/conditionals/faculty-research/case-cmi.sass | 9 +++++++++
2 files changed, 10 insertions(+)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5170: make byline logic more specific.
css/conditionals/insights/idea-story-detail.css | 12 +++----
sass/conditionals/insights/idea-story-detail.sass | 40 +++++++++++------------
2 files changed, 26 insertions(+), 26 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5148: modify filter for responsive.
.../alumni/view-mode-act-project-listing.css | 21 +++++++++++++++++++++
.../alumni/view-mode-act-project-listing.sass | 14 ++++++++++++--
2 files changed, 33 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5141: remove search from 404.
css/style.css | 49 +++---------------------------------
sass/partials/design/_not-found.sass | 43 +++----------------------------
template.php | 5 ----
templates/page--404.tpl.php | 5 +---
4 files changed, 7 insertions(+), 95 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5141: style the search field.
css/style.css | 45 +++++++++++++++++++++++++++++++++++-
sass/partials/design/_not-found.sass | 38 +++++++++++++++++++++++++++++-
2 files changed, 81 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5141: hardcode footer because of d.o issue #233807.
templates/page--404.tpl.php | 21 ++++++++++++++++++++-
1 file changed, 20 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5141: start on 404 implementation.
css/style.css | 142 +++++++++-----------------
sass/partials/design/_not-found.sass | 127 +++++++++--------------
template.php | 14 ++-
templates/page--404.tpl.php | 191 +++++++++--------------------------
templates/page.tpl.php | 13 +--
5 files changed, 156 insertions(+), 331 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5141: remove the html 404 page.
templates/html--404.tpl.php | 87 ---------------------------------------------
1 file changed, 87 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5141: add new 404 page template.
templates/page--404.tpl.php | 180 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 180 insertions(+)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5106: changes to main navigation for alumni link.
css/style.css | 57 +++++++++++++++---------------------
sass/partials/design/_design.sass | 29 +++++++-----------
sass/partials/design/_menu-main.sass | 22 +++++++-------
3 files changed, 46 insertions(+), 62 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5020: fix mail icons in CTA and body.
css/style.css | 70 ++++++++++++-----------
sass/partials/design/_cta.sass | 111 ++++++++++++++++++-------------------
sass/partials/design/_wysiwyg.sass | 4 +-
3 files changed, 89 insertions(+), 96 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5156: adjust margin on a instead of li.
css/style.css | 2 +-
sass/partials/design/_banner.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5152: add margin top in alumni section.
css/style.css | 5 +++++
sass/partials/design/_design.sass | 4 ++++
2 files changed, 9 insertions(+)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5135: unhide filters for act project list.
css/style.css | 3 +++
sass/partials/design/_search-filters.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5134: adjust banner title line height.
css/style.css | 3 ++-
sass/partials/design/_banner.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago
WP-5167: Fix javascript to only move expand button to the associated figure tag.
js/custom.js | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago
WP-5172: Don't allow customSelect to run twice.
js/custom.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 9 months ago
WP-5197: adjust utility nav link spacing.
css/style.css | 2 +-
sass/partials/design/_banner.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5130: add width 100 percent for firefox.
css/conditionals/alumni/alumni-reunion-finder.css | 1 +
sass/conditionals/alumni/alumni-reunion-finder.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5146: add spacing to reunion finder.
css/conditionals/alumni/alumni-reunion-finder.css | 4 ++++
sass/conditionals/alumni/alumni-reunion-finder.sass | 4 ++++
2 files changed, 8 insertions(+)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5130: overflow hidden for firefox.
css/conditionals/alumni/alumni-reunion-finder.css | 1 +
sass/conditionals/alumni/alumni-reunion-finder.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago
WP-5185: Recommit this issue.
css/style.css | 9 +++++----
sass/partials/design/_menu-main-mega.sass | 10 ++++++----
2 files changed, 11 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 1 year, 9 months ago author: Adam Moore, 1 year, 9 months ago This reverts commit 701fe9754a2749ad916447a6d1a4f1e243f2cd9a.

Revert "WP-5185: adjust mega menu panel styling."
css/style.css | 9 ++++-----
sass/partials/design/_menu-main-mega.sass | 10 ++++------
2 files changed, 8 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5187: adjust capitalization in firefox.
css/conditionals/alumni/view-mode-act-project-listing.css | 3 +++
sass/conditionals/alumni/view-mode-act-project-listing.sass | 8 ++++++--
2 files changed, 9 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5179: adjust h5 style in wysiwyg.
css/style.css | 6 ++++--
sass/partials/design/_wysiwyg.sass | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5184: update 403 page.
css/style.css | 26 ++++++++--------
sass/partials/design/_design.sass | 3 +-
sass/partials/design/_not-found.sass | 2 +-
template.php | 7 +++--
templates/page--403.tpl.php | 57 ++++++++++++++++++++----------------
5 files changed, 53 insertions(+), 42 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5165: scale social icons down to prevent wrapping.
css/conditionals/insights/idea-story-detail.css | 20 ++++++++++++
css/conditionals/news/announcement-detail.css | 40 +++++++++++++++++++++++
css/conditionals/news/school-story-detail.css | 40 +++++++++++++++++++++++
css/style.css | 37 +++++++++++++++++----
sass/conditionals/insights/idea-story-detail.sass | 3 ++
sass/conditionals/news/announcement-detail.sass | 5 ++-
sass/conditionals/news/school-story-detail.sass | 5 +++
sass/partials/base/01-mixins/_custom.sass | 18 ++++++++++
sass/partials/base/04-defaults/_common.sass | 5 +++
sass/partials/design/_design.sass | 25 ++++++--------
10 files changed, 175 insertions(+), 23 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5185: adjust mega menu panel styling.
css/style.css | 9 +++++----
sass/partials/design/_menu-main-mega.sass | 10 ++++++----
2 files changed, 11 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5135: align the label.
css/conditionals/alumni/view-mode-act-project-listing.css | 6 +++---
sass/conditionals/alumni/view-mode-act-project-listing.sass | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5135: align label on act project filter.
css/conditionals/alumni/view-mode-act-project-listing.css | 1 +
sass/conditionals/alumni/view-mode-act-project-listing.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5141: update logo spacing and page class on error page.
css/style.css | 32 ++++++++++++++++------------
sass/partials/base/00-variables/_fonts.sass | 6 ------
sass/partials/base/04-defaults/_common.sass | 4 ++--
sass/partials/base/04-defaults/_headers.sass | 2 +-
sass/partials/design/_design.sass | 4 ++--
sass/partials/design/_not-found.sass | 7 ++++--
template.php | 2 +-
7 files changed, 29 insertions(+), 28 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5020: update email icon in red gradient.
css/style.css | 10 +++-------
sass/partials/design/_cta.sass | 15 ++++++++-------
2 files changed, 11 insertions(+), 14 deletions(-)

view commit - committer: Greg Mercer, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
Integration
view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Greg Mercer (GBear), 1 year, 10 months ago
merge
view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-4916: responsive change for cas login.
css/conditionals/faculty-research/case-cmi.css | 5 +++++
sass/conditionals/faculty-research/case-cmi.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5177: theme cas login page.
css/conditionals/faculty-research/case-cmi.css | 74 ++++++++++++++++++++++++
sass/conditionals/faculty-research/case-cmi.sass | 29 ++++++++++
2 files changed, 103 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5177: add sass sheet for case cmi downloads.
gsb_theme.info | 1 +
sass/conditionals/faculty-research/case-cmi.sass | 9 +++++++++
2 files changed, 10 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-4968: change hover underline on home page cta.
css/style.css | 2 ++
sass/partials/design/_fpp-cta-image-homepage.sass | 2 ++
2 files changed, 4 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-4815: adjust search icon.
css/style.css | 25 ++++++++-----------------
sass/partials/design/_search-filters.sass | 17 ++++++++---------
2 files changed, 16 insertions(+), 26 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5084: update slideshow arrow styling.
css/style.css | 6 +++---
sass/partials/design/_slideshow.sass | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5080: force margin bottom 40 for people fpp.
css/style.css | 3 +++
sass/partials/design/_fpp-people.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5081: update name styling in responsive.
css/conditionals/alumni/alumni-detail.css | 4 +---
sass/conditionals/alumni/alumni-detail.sass | 3 +--
2 files changed, 2 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5088: adjust image size for view mode news listing.
css/conditionals/news/view-mode-news-listing.css | 2 +-
css/style.css | 5 ++++-
sass/conditionals/news/view-mode-news-listing.sass | 2 +-
sass/partials/design/_fpp-featured-content.sass | 3 ++-
4 files changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5130: add width 100 percent for firefox.
css/conditionals/alumni/alumni-reunion-finder.css | 1 +
sass/conditionals/alumni/alumni-reunion-finder.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5177: theme cas login page.
css/conditionals/faculty-research/case-cmi.css | 74 ++++++++++++++++++++++++
sass/conditionals/faculty-research/case-cmi.sass | 29 ++++++++++
2 files changed, 103 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5177: add sass sheet for case cmi downloads.
gsb_theme.info | 1 +
sass/conditionals/faculty-research/case-cmi.sass | 9 +++++++++
2 files changed, 10 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5170: make byline logic more specific.
css/conditionals/insights/idea-story-detail.css | 12 +++----
sass/conditionals/insights/idea-story-detail.sass | 40 +++++++++++------------
2 files changed, 26 insertions(+), 26 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5146: add spacing to reunion finder.
css/conditionals/alumni/alumni-reunion-finder.css | 4 ++++
sass/conditionals/alumni/alumni-reunion-finder.sass | 4 ++++
2 files changed, 8 insertions(+)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5148: modify filter for responsive.
.../alumni/view-mode-act-project-listing.css | 21 +++++++++++++++++++++
.../alumni/view-mode-act-project-listing.sass | 14 ++++++++++++--
2 files changed, 33 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5141: remove search from 404.
css/style.css | 49 +++---------------------------------
sass/partials/design/_not-found.sass | 43 +++----------------------------
template.php | 5 ----
templates/page--404.tpl.php | 5 +---
4 files changed, 7 insertions(+), 95 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5141: style the search field.
css/style.css | 45 +++++++++++++++++++++++++++++++++++-
sass/partials/design/_not-found.sass | 38 +++++++++++++++++++++++++++++-
2 files changed, 81 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5141: hardcode footer because of d.o issue #233807.
templates/page--404.tpl.php | 21 ++++++++++++++++++++-
1 file changed, 20 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5141: start on 404 implementation.
css/style.css | 142 +++++++++-----------------
sass/partials/design/_not-found.sass | 127 +++++++++--------------
template.php | 14 ++-
templates/page--404.tpl.php | 191 +++++++++--------------------------
templates/page.tpl.php | 13 +--
5 files changed, 156 insertions(+), 331 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5141: remove the html 404 page.
templates/html--404.tpl.php | 87 ---------------------------------------------
1 file changed, 87 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5141: add new 404 page template.
templates/page--404.tpl.php | 180 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 180 insertions(+)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5106: changes to main navigation for alumni link.
css/style.css | 57 +++++++++++++++---------------------
sass/partials/design/_design.sass | 29 +++++++-----------
sass/partials/design/_menu-main.sass | 22 +++++++-------
3 files changed, 46 insertions(+), 62 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5020: fix mail icons in CTA and body.
css/style.css | 70 ++++++++++++-----------
sass/partials/design/_cta.sass | 111 ++++++++++++++++++-------------------
sass/partials/design/_wysiwyg.sass | 4 +-
3 files changed, 89 insertions(+), 96 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5156: adjust margin on a instead of li.
css/style.css | 2 +-
sass/partials/design/_banner.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5152: add margin top in alumni section.
css/style.css | 5 +++++
sass/partials/design/_design.sass | 4 ++++
2 files changed, 9 insertions(+)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5130: overflow hidden for firefox.
css/conditionals/alumni/alumni-reunion-finder.css | 1 +
sass/conditionals/alumni/alumni-reunion-finder.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5135: unhide filters for act project list.
css/style.css | 3 +++
sass/partials/design/_search-filters.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5134: adjust banner title line height.
css/style.css | 3 ++-
sass/partials/design/_banner.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5146: add spacing to reunion finder.
css/conditionals/alumni/alumni-reunion-finder.css | 4 ++++
sass/conditionals/alumni/alumni-reunion-finder.sass | 4 ++++
2 files changed, 8 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5147: update spacing of featured item list.
css/style.css | 6 +++---
sass/partials/design/_fpp-featured-content.sass | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5147: use visibility hidden instead of display none to hold space.
css/style.css | 4 ++--
sass/partials/design/_fpp-featured-content.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5116: only faculty and research should have landing style.
css/style.css | 4 ++--
sass/partials/design/_design.sass | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5122: update headings in body with external icon.
css/style.css | 46 +++++++++++++++++++-------------------
sass/partials/design/_wysiwyg.sass | 29 ++++++++++++------------
2 files changed, 37 insertions(+), 38 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5119: change id for alumni footer.
css/style.css | 10 +++++-----
sass/partials/design/_footer.sass | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5118: remove external icons from chute.
css/style.css | 4 ++++
sass/partials/design/_design.sass | 6 ++++++
2 files changed, 10 insertions(+)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5089: add margin top to list.
css/conditionals/alumni/alumni-reunion-schedule-list.css | 3 +++
sass/conditionals/alumni/alumni-reunion-schedule-list.sass | 1 +
2 files changed, 4 insertions(+)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5014: remove margin bottom.
css/style.css | 6 ------
sass/partials/design/_fpp-featured-content.sass | 4 ----
2 files changed, 10 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5014: remove bottom margin on last list item.
css/style.css | 3 +++
sass/partials/design/_fpp-featured-content.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5105: hide the page titles, adjust the wrapping on mobile for orgs.
css/style.css | 21 ++++++++++++++-------
sass/partials/design/_banner.sass | 7 ++++---
sass/partials/design/_design.sass | 12 +++++++++++-
3 files changed, 29 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5026: override the chevron on faculty profile.
css/conditionals/faculty-research/faculty-detail.css | 14 +++++++++++++-
sass/partials/base/03-extend/_gsb-revamp.sass | 3 +--
2 files changed, 14 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5045: update responsive reunion finder.
css/conditionals/alumni/alumni-reunion-finder.css | 9 +++++++--
sass/conditionals/alumni/alumni-reunion-finder.sass | 6 ++++--
2 files changed, 11 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5045: update reunion finder.
css/conditionals/alumni/alumni-reunion-finder.css | 23 +++++++++-------------
.../conditionals/alumni/alumni-reunion-finder.sass | 21 +++++++++-----------
2 files changed, 18 insertions(+), 26 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-4813: adjust youtube icon.
css/style.css | 2 ++
sass/partials/design/_design.sass | 2 ++
2 files changed, 4 insertions(+)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5072: update customizable list styling.
css/conditionals/alumni/alumni-act-content-pane.css | 14 +++++++-------
sass/conditionals/alumni/alumni-act-content-pane.sass | 14 +++++++-------
2 files changed, 14 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5045: adjust min height.
css/conditionals/alumni/alumni-reunion-finder.css | 2 +-
sass/conditionals/alumni/alumni-reunion-finder.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5072: adjust design of act customizable list.
css/conditionals/alumni/alumni-act-content-pane.css | 21 ++++++++-------------
css/style.css | 2 +-
.../alumni/alumni-act-content-pane.sass | 19 ++++++++-----------
sass/partials/design/_fpp-files.sass | 2 +-
4 files changed, 18 insertions(+), 26 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5017: update filter theming.
.../alumni/view-mode-act-project-listing.css | 16 +++++++++-------
css/style.css | 2 +-
.../alumni/view-mode-act-project-listing.sass | 12 ++++++------
sass/partials/design/_search-filters.sass | 2 +-
4 files changed, 17 insertions(+), 15 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5082: no results text should not be bold.
css/conditionals/alumni/view-mode-act-project-listing.css | 1 +
css/conditionals/phd-candidate-job-market-list.css | 1 -
css/style.css | 1 -
sass/conditionals/alumni/view-mode-act-project-listing.sass | 1 +
sass/conditionals/phd-candidate-job-market-list.sass | 1 -
sass/partials/design/_pager.sass | 3 +--
6 files changed, 3 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5026: update code for external icon changes.
css/conditionals/alumni/alumni-act-detail.css | 16 ---
css/conditionals/alumni/alumni-detail.css | 16 ---
css/conditionals/club-landing-list.css | 33 ------
css/conditionals/faculty-research/book-detail.css | 31 -----
.../faculty-research/faculty-detail.css | 63 ----------
.../faculty-research/publication-detail.css | 30 -----
css/conditionals/front.css | 3 +
.../insights/related-to-idea-story.css | 34 ------
.../view-mode-idea-story-latest-stories.css | 16 ---
css/conditionals/library/pane-rss.css | 16 ---
.../library/view-business-website-detail.css | 16 ---
css/conditionals/news/announcement-detail.css | 16 ---
css/conditionals/news/view-mode-news-listing.css | 17 ---
css/style.css | 130 ++-------------------
sass/conditionals/alumni/alumni-act-detail.sass | 2 -
sass/conditionals/club-landing-list.sass | 7 +-
.../conditionals/faculty-research/book-detail.sass | 5 +-
.../faculty-research/publication-detail.sass | 2 -
sass/conditionals/front.sass | 7 ++
.../insights/related-to-idea-story.sass | 4 -
.../view-mode-idea-story-latest-stories.sass | 2 -
sass/conditionals/library/pane-rss.sass | 2 -
.../library/view-business-website-detail.sass | 2 -
sass/conditionals/news/view-mode-news-listing.sass | 2 -
sass/partials/base/01-mixins/_custom.sass | 2 -
sass/partials/base/03-extend/_gsb-revamp.sass | 6 -
sass/partials/design/_cta.sass | 8 +-
sass/partials/design/_existing-node.sass | 9 --
sass/partials/design/_fpp-featured-content.sass | 2 -
sass/partials/design/_fpp-links.sass | 4 -
sass/partials/design/_fpp-social-media.sass | 4 +
sass/partials/design/_menu-block.sass | 2 -
sass/partials/design/_slideshow.sass | 3 +
33 files changed, 33 insertions(+), 479 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5017: remove bad javascript.
js/custom.js | 9 ---------
1 file changed, 9 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-4997 Add hook_block_list_alter to remove the Section Menu: Alumni from the alumni/help and alumni/help/* pages
template.php | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5039: update global footer styling.
css/style.css | 49 ++++++++++++++++-----------------------
sass/partials/design/_footer.sass | 39 ++++++++++++++-----------------
2 files changed, 38 insertions(+), 50 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5040: theme the second alumni footer.
css/style.css | 37 +++++++++++++++++++++++++++++++++++++
sass/partials/design/_footer.sass | 31 +++++++++++++++++++++++++++++--
2 files changed, 66 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5043: set min width for autocomplete dropdown.
css/admin-modal/admin-modal.css | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5029: add back top spacing.
css/conditionals/news/view-mode-news-listing.css | 1 -
sass/conditionals/news/view-mode-news-listing.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5031: update video case icon size.
css/conditionals/faculty-research/case-landing-list.css | 3 +--
.../faculty-research/view-mode-views-content-pane.css | 5 ++---
sass/conditionals/faculty-research/case-landing-list.sass | 6 ++----
.../faculty-research/view-mode-views-content-pane.sass | 10 +++++-----
4 files changed, 10 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5024: fix for CTA link indented, mailto CTA link spacing.
css/style.css | 4 ++--
sass/partials/design/_cta.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-4813: update social icons, resize youtube icon.
css/style.css | 29 +-
fonts/icons/.fontcustom-manifest.json | 4 +-
fonts/icons/icons-preview.html | 2 +-
fonts/icons/icons.eot | Bin 7804 -> 7792 bytes
fonts/icons/icons.svg | 12 +-
fonts/icons/icons.ttf | Bin 7640 -> 7628 bytes
fonts/icons/icons.woff | Bin 4880 -> 4884 bytes
images/icons/youtube.svg | 1929 +------------------------
sass/partials/base/03-extend/_gsb-revamp.sass | 1 -
sass/partials/base/04-defaults/_common.sass | 4 +-
sass/partials/design/_design.sass | 20 +-
11 files changed, 65 insertions(+), 1936 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-4818: update responsive font sizes.
.../faculty-research/view-mode-teaser-listing.css | 8 +-------
css/conditionals/news/view-mode-news-listing.css | 12 +-----------
.../faculty-research/view-mode-teaser-listing.sass | 4 +---
sass/conditionals/news/view-mode-news-listing.sass | 4 +---
4 files changed, 4 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5015: adjust form margins.
css/conditionals/insights/idea-story-detail.css | 10 +++++-----
sass/conditionals/insights/idea-story-detail.sass | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-4812: adjust red link mail icon.
css/style.css | 10 ++++++----
sass/partials/design/_cta.sass | 10 ++++++----
2 files changed, 12 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-4576: update spacing and divders on related.
.../insights/related-to-idea-story.css | 29 +++++++---------------
.../insights/related-to-idea-story.sass | 20 +++++++--------
2 files changed, 18 insertions(+), 31 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-4504: fix superhead in wide view for firefox.
css/style.css | 1 +
sass/partials/design/_house-ads.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4940: caption style for image fpp.
css/style.css | 8 ++++++++
sass/partials/design/_wysiwyg.sass | 8 ++++++++
2 files changed, 16 insertions(+)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4964: remove margin creating extra row on tables.
css/style.css | 10 +++++++---
sass/partials/design/_wysiwyg.sass | 5 +++--
2 files changed, 10 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4814: update style and position of infographic button.
css/conditionals/insights/resources/image-resource.css | 9 +--------
js/custom.js | 9 +++++++++
sass/conditionals/insights/resources/image-resource.sass | 8 +-------
3 files changed, 11 insertions(+), 15 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4824: update the title sizing to 24px on add existing node, margin bottom on book.
css/style.css | 5 ++++-
sass/partials/design/_existing-node.sass | 3 ++-
2 files changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4871: update video fpp title size and line height.
css/style.css | 4 ++--
sass/partials/design/_video.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4922: update phd address styling.
css/conditionals/faculty-research/case-detail.css | 15 ----
css/conditionals/phd-candidate-detail.css | 97 +++++++---------------
css/style.css | 15 ++++
.../conditionals/faculty-research/case-detail.sass | 1 -
sass/conditionals/phd-candidate-detail.sass | 53 ++++++++----
sass/partials/base/04-defaults/_common.sass | 2 +
6 files changed, 84 insertions(+), 99 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4987: update responsive changes for insights layouts.
css/style.css | 38 ++++++++++++++++------------
sass/partials/base/05-layouts/_layouts.sass | 39 ++++++++++++++---------------
2 files changed, 41 insertions(+), 36 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5026: override the chevron on faculty profile.
css/conditionals/faculty-research/faculty-detail.css | 14 +++++++++++++-
sass/partials/base/03-extend/_gsb-revamp.sass | 3 +--
2 files changed, 14 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5045: update responsive reunion finder.
css/conditionals/alumni/alumni-reunion-finder.css | 9 +++++++--
sass/conditionals/alumni/alumni-reunion-finder.sass | 6 ++++--
2 files changed, 11 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5045: update reunion finder.
css/conditionals/alumni/alumni-reunion-finder.css | 23 +++++++++-------------
.../conditionals/alumni/alumni-reunion-finder.sass | 21 +++++++++-----------
2 files changed, 18 insertions(+), 26 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-4813: adjust youtube icon.
css/style.css | 2 ++
sass/partials/design/_design.sass | 2 ++
2 files changed, 4 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5072: update customizable list styling.
css/conditionals/alumni/alumni-act-content-pane.css | 14 +++++++-------
sass/conditionals/alumni/alumni-act-content-pane.sass | 14 +++++++-------
2 files changed, 14 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5045: adjust min height.
css/conditionals/alumni/alumni-reunion-finder.css | 2 +-
sass/conditionals/alumni/alumni-reunion-finder.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5072: adjust design of act customizable list.
css/conditionals/alumni/alumni-act-content-pane.css | 21 ++++++++-------------
css/style.css | 2 +-
.../alumni/alumni-act-content-pane.sass | 19 ++++++++-----------
sass/partials/design/_fpp-files.sass | 2 +-
4 files changed, 18 insertions(+), 26 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5017: update filter theming.
.../alumni/view-mode-act-project-listing.css | 16 +++++++++-------
css/style.css | 2 +-
.../alumni/view-mode-act-project-listing.sass | 12 ++++++------
sass/partials/design/_search-filters.sass | 2 +-
4 files changed, 17 insertions(+), 15 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5082: no results text should not be bold.
css/conditionals/alumni/view-mode-act-project-listing.css | 1 +
css/conditionals/phd-candidate-job-market-list.css | 1 -
css/style.css | 1 -
sass/conditionals/alumni/view-mode-act-project-listing.sass | 1 +
sass/conditionals/phd-candidate-job-market-list.sass | 1 -
sass/partials/design/_pager.sass | 3 +--
6 files changed, 3 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5026: update code for external icon changes.
css/conditionals/alumni/alumni-act-detail.css | 16 ---
css/conditionals/alumni/alumni-detail.css | 16 ---
css/conditionals/club-landing-list.css | 33 ------
css/conditionals/faculty-research/book-detail.css | 31 -----
.../faculty-research/faculty-detail.css | 63 ----------
.../faculty-research/publication-detail.css | 30 -----
css/conditionals/front.css | 3 +
.../insights/related-to-idea-story.css | 34 ------
.../view-mode-idea-story-latest-stories.css | 16 ---
css/conditionals/library/pane-rss.css | 16 ---
.../library/view-business-website-detail.css | 16 ---
css/conditionals/news/announcement-detail.css | 16 ---
css/conditionals/news/view-mode-news-listing.css | 17 ---
css/style.css | 130 ++-------------------
sass/conditionals/alumni/alumni-act-detail.sass | 2 -
sass/conditionals/club-landing-list.sass | 7 +-
.../conditionals/faculty-research/book-detail.sass | 5 +-
.../faculty-research/publication-detail.sass | 2 -
sass/conditionals/front.sass | 7 ++
.../insights/related-to-idea-story.sass | 4 -
.../view-mode-idea-story-latest-stories.sass | 2 -
sass/conditionals/library/pane-rss.sass | 2 -
.../library/view-business-website-detail.sass | 2 -
sass/conditionals/news/view-mode-news-listing.sass | 2 -
sass/partials/base/01-mixins/_custom.sass | 2 -
sass/partials/base/03-extend/_gsb-revamp.sass | 6 -
sass/partials/design/_cta.sass | 8 +-
sass/partials/design/_existing-node.sass | 9 --
sass/partials/design/_fpp-featured-content.sass | 2 -
sass/partials/design/_fpp-links.sass | 4 -
sass/partials/design/_fpp-social-media.sass | 4 +
sass/partials/design/_menu-block.sass | 2 -
sass/partials/design/_slideshow.sass | 3 +
33 files changed, 33 insertions(+), 479 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5017: remove bad javascript.
js/custom.js | 9 ---------
1 file changed, 9 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Greg Mercer, 1 year, 10 months ago
WP-4997 Add hook_block_list_alter to remove the Section Menu: Alumni from the alumni/help and alumni/help/* pages
template.php | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5039: update global footer styling.
css/style.css | 49 ++++++++++++++++-----------------------
sass/partials/design/_footer.sass | 39 ++++++++++++++-----------------
2 files changed, 38 insertions(+), 50 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5040: theme the second alumni footer.
css/style.css | 37 +++++++++++++++++++++++++++++++++++++
sass/partials/design/_footer.sass | 31 +++++++++++++++++++++++++++++--
2 files changed, 66 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5043: set min width for autocomplete dropdown.
css/admin-modal/admin-modal.css | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5029: add back top spacing.
css/conditionals/news/view-mode-news-listing.css | 1 -
sass/conditionals/news/view-mode-news-listing.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5031: update video case icon size.
css/conditionals/faculty-research/case-landing-list.css | 3 +--
.../faculty-research/view-mode-views-content-pane.css | 5 ++---
sass/conditionals/faculty-research/case-landing-list.sass | 6 ++----
.../faculty-research/view-mode-views-content-pane.sass | 10 +++++-----
4 files changed, 10 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5055: update CSS logic for adding and.
css/conditionals/insights/idea-story-detail.css | 2 +-
sass/conditionals/insights/idea-story-detail.sass | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5055: update CSS logic for adding and.
css/conditionals/insights/idea-story-detail.css | 2 +-
sass/conditionals/insights/idea-story-detail.sass | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5024: fix for CTA link indented, mailto CTA link spacing.
css/style.css | 4 ++--
sass/partials/design/_cta.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-4813: update social icons, resize youtube icon.
css/style.css | 29 +-
fonts/icons/.fontcustom-manifest.json | 4 +-
fonts/icons/icons-preview.html | 2 +-
fonts/icons/icons.eot | Bin 7804 -> 7792 bytes
fonts/icons/icons.svg | 12 +-
fonts/icons/icons.ttf | Bin 7640 -> 7628 bytes
fonts/icons/icons.woff | Bin 4880 -> 4884 bytes
images/icons/youtube.svg | 1929 +------------------------
sass/partials/base/03-extend/_gsb-revamp.sass | 1 -
sass/partials/base/04-defaults/_common.sass | 4 +-
sass/partials/design/_design.sass | 20 +-
11 files changed, 65 insertions(+), 1936 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-4818: update responsive font sizes.
.../faculty-research/view-mode-teaser-listing.css | 8 +-------
css/conditionals/news/view-mode-news-listing.css | 12 +-----------
.../faculty-research/view-mode-teaser-listing.sass | 4 +---
sass/conditionals/news/view-mode-news-listing.sass | 4 +---
4 files changed, 4 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-5015: adjust form margins.
css/conditionals/insights/idea-story-detail.css | 10 +++++-----
sass/conditionals/insights/idea-story-detail.sass | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-4812: adjust red link mail icon.
css/style.css | 10 ++++++----
sass/partials/design/_cta.sass | 10 ++++++----
2 files changed, 12 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-4576: update spacing and divders on related.
.../insights/related-to-idea-story.css | 29 +++++++---------------
.../insights/related-to-idea-story.sass | 20 +++++++--------
2 files changed, 18 insertions(+), 31 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-4504: fix superhead in wide view for firefox.
css/style.css | 1 +
sass/partials/design/_house-ads.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4940: caption style for image fpp.
css/style.css | 8 ++++++++
sass/partials/design/_wysiwyg.sass | 8 ++++++++
2 files changed, 16 insertions(+)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4964: remove margin creating extra row on tables.
css/style.css | 10 +++++++---
sass/partials/design/_wysiwyg.sass | 5 +++--
2 files changed, 10 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4814: update style and position of infographic button.
css/conditionals/insights/resources/image-resource.css | 9 +--------
js/custom.js | 9 +++++++++
sass/conditionals/insights/resources/image-resource.sass | 8 +-------
3 files changed, 11 insertions(+), 15 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4824: update the title sizing to 24px on add existing node, margin bottom on book.
css/style.css | 5 ++++-
sass/partials/design/_existing-node.sass | 3 ++-
2 files changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4871: update video fpp title size and line height.
css/style.css | 4 ++--
sass/partials/design/_video.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4922: update phd address styling.
css/conditionals/faculty-research/case-detail.css | 15 ----
css/conditionals/phd-candidate-detail.css | 97 +++++++---------------
css/style.css | 15 ++++
.../conditionals/faculty-research/case-detail.sass | 1 -
sass/conditionals/phd-candidate-detail.sass | 53 ++++++++----
sass/partials/base/04-defaults/_common.sass | 2 +
6 files changed, 84 insertions(+), 99 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4987: update responsive changes for insights layouts.
css/style.css | 38 ++++++++++++++++------------
sass/partials/base/05-layouts/_layouts.sass | 39 ++++++++++++++---------------
2 files changed, 41 insertions(+), 36 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-4989: include all lists.
css/style.css | 4 +++-
sass/partials/design/_search-filters.sass | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 10 months ago author: Meghan Palagyi, 1 year, 10 months ago
WP-4995: update banner title for faculty and research.
css/style.css | 33 +++++++++++++--------------------
sass/partials/design/_banner.sass | 22 +++++++++++-----------
template.php | 3 ++-
3 files changed, 26 insertions(+), 32 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4999: adjust featured insight card event.
css/conditionals/insights/featured-insight-card.css | 2 +-
sass/conditionals/insights/featured-insight-card.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4999: update image position.
css/style.css | 2 +-
sass/partials/design/_existing-node.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4991: update alumni section title.
css/style.css | 9 +++++++--
sass/partials/design/_banner.sass | 6 ++++--
2 files changed, 11 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4990: update spacing below date on teasers.
css/style.css | 2 +-
sass/partials/design/_existing-node.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4991: update alumni section title.
css/style.css | 9 +++++++--
sass/partials/design/_banner.sass | 6 ++++--
2 files changed, 11 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4989: update filter styling for act project customizable list.
css/style.css | 3 +--
sass/partials/design/_search-filters.sass | 4 +++-
2 files changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4985: force url text to wrap.
css/conditionals/alumni/alumni-act-content-pane.css | 1 +
sass/conditionals/alumni/alumni-act-content-pane.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4978: adjust for when there is url but not location.
css/conditionals/alumni/alumni-act-content-pane.css | 5 ++++-
sass/conditionals/alumni/alumni-act-content-pane.sass | 3 ++-
2 files changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4851: update theming for event teaser.
css/style.css | 12 +++++++++++-
sass/partials/design/_existing-node.sass | 8 +++++++-
2 files changed, 18 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4977: update event detail theming.
css/conditionals/event/event-detail.css | 84 ++++++++++++-----------
css/style.css | 12 ++++
sass/conditionals/event/event-detail.sass | 103 ++++++++++++++--------------
sass/partials/base/05-layouts/_layouts.sass | 13 ++++
4 files changed, 123 insertions(+), 89 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4936: move logo next to main menu and search globally.
css/style.css | 62 +++++++++++-------------------------
sass/partials/design/_design.sass | 34 +++++++-------------
sass/partials/design/_menu-main.sass | 12 +++----
3 files changed, 36 insertions(+), 72 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4937: hide alumni utility links.
css/style.css | 9 +++++++--
sass/partials/design/_banner.sass | 7 +++++++
2 files changed, 14 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4799: style utility navigation for alumni.
css/style.css | 76 ++++++++++++++++++----
gsb_theme.info | 1 +
sass/partials/base/04-defaults/_headers.sass | 7 +-
.../base/06-ui-patterns/_drupal-patterns.sass | 2 +-
sass/partials/design/_banner.sass | 45 +++++++++++--
sass/partials/design/_menu-main.sass | 4 +-
templates/page.tpl.php | 6 ++
7 files changed, 116 insertions(+), 25 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4944: update styling to apply to views fields.
.../alumni/alumni-act-content-pane.css | 38 +++++++++----------
.../alumni/alumni-act-content-pane.sass | 43 +++++++++++-----------
2 files changed, 41 insertions(+), 40 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4944: style the act project by criteria views panel pane.
.../alumni/alumni-act-content-pane.css | 72 ++++++++++++++++++++++
.../alumni/view-mode-act-project-listing.css | 9 +--
.../view-mode-views-content-pane.css | 6 +-
css/conditionals/news/pane-stories-by-criteria.css | 5 +-
css/style.css | 24 +++++---
.../alumni/alumni-act-content-pane.sass | 64 +++++++++++++++++++
.../alumni/view-mode-act-project-listing.sass | 5 +-
.../view-mode-views-content-pane.sass | 8 +--
.../news/pane-stories-by-criteria.sass | 5 +-
sass/partials/design/_fpp-featured-content.sass | 3 +-
10 files changed, 171 insertions(+), 30 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4944: create sheet for ACT content pane listing.
css/conditionals/alumni/alumni-act-content-pane.css | 0
gsb_theme.info | 1 +
sass/conditionals/alumni/alumni-act-content-pane.sass | 9 +++++++++
3 files changed, 10 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4957: filter terms should be in three columns in wide view.
.../alumni/view-mode-act-project-listing.css | 5 ++
css/style.css | 54 +++++++++++++++++-----
.../alumni/view-mode-act-project-listing.sass | 4 ++
sass/partials/design/_search-filters.sass | 5 +-
4 files changed, 55 insertions(+), 13 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4961: add space below label for narrow view wrap.
css/conditionals/alumni/view-mode-act-project-listing.css | 1 +
sass/conditionals/alumni/view-mode-act-project-listing.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4960: remove left padding in narrow.
css/style.css | 4 +++-
sass/partials/design/_pager.sass | 2 ++
2 files changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4959: update label line height.
css/conditionals/alumni/view-mode-act-project-listing.css | 2 +-
sass/conditionals/alumni/view-mode-act-project-listing.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4860: adjust select padding.
css/conditionals/alumni/view-mode-act-project-listing.css | 5 ++++-
sass/conditionals/alumni/view-mode-act-project-listing.sass | 4 +++-
2 files changed, 7 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4860: theme the ACT project lists.
.../alumni/view-mode-act-project-listing.css | 85 +++++++++++++++++++++
css/style.css | 89 +++++++++++++++-------
gsb_theme.info | 1 +
js/custom.js | 9 +++
.../alumni/view-mode-act-project-listing.sass | 83 ++++++++++++++++++++
sass/partials/design/_search-filters.sass | 8 +-
template.php | 3 +
7 files changed, 246 insertions(+), 32 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4833: fix styling for alumni spotlights.
css/style.css | 14 +++++---------
sass/partials/design/_fpp-spotlight.sass | 17 ++++++-----------
2 files changed, 11 insertions(+), 20 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4760: reduce padding between list items.
css/style.css | 2 +-
sass/partials/design/_fpp-links.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4907: remove font size change.
css/conditionals/alumni/alumni-reunion-finder.css | 8 --------
sass/conditionals/alumni/alumni-reunion-finder.sass | 5 -----
2 files changed, 13 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4890: adjust show more toggler.
css/style.css | 10 +++++++---
sass/partials/design/_design.sass | 2 +-
sass/partials/design/_fpp-featured-content.sass | 6 +++++-
3 files changed, 13 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4907: update reunion finder spacing.
css/conditionals/alumni/alumni-reunion-finder.css | 22 ++++++++++++----------
.../conditionals/alumni/alumni-reunion-finder.sass | 20 ++++++++++++--------
2 files changed, 24 insertions(+), 18 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4906: update spacing for ACT detail.
css/conditionals/alumni/alumni-act-detail.css | 10 ++++++++--
sass/conditionals/alumni/alumni-act-detail.sass | 9 ++++++---
2 files changed, 14 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4905: update spacing of title and location.
css/conditionals/alumni/alumni-reunion-agenda-item-detail.css | 5 +++--
sass/conditionals/alumni/alumni-reunion-agenda-item-detail.sass | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4891: adjust responsive.
css/style.css | 29 ++++++-------------------
sass/partials/design/_fpp-featured-content.sass | 13 +++--------
2 files changed, 10 insertions(+), 32 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago
Scroll back up when show less is clicked. Add a wrapper around show more link.
js/show-more-less.js | 20 +++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4891: no images on touch devices.
css/style.css | 32 +++++--------------------
sass/partials/design/_fpp-featured-content.sass | 18 ++++----------
2 files changed, 11 insertions(+), 39 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4859: more specific title and images.
css/conditionals/alumni/alumni-act-detail.css | 12 ++++++------
sass/conditionals/alumni/alumni-act-detail.sass | 4 ++--
2 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4859: responsive changes for detail page.
css/conditionals/alumni/alumni-act-detail.css | 27 ++++++++++++++++++++++++-
sass/conditionals/alumni/alumni-act-detail.sass | 12 ++++++++++-
2 files changed, 37 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4828: update spacing on error message.
css/conditionals/alumni/alumni-reunion-finder.css | 7 ++-----
sass/conditionals/alumni/alumni-reunion-finder.sass | 8 ++------
2 files changed, 4 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4874: update line height.
css/conditionals/alumni/alumni-reunion-agenda-item-detail.css | 2 +-
sass/conditionals/alumni/alumni-reunion-agenda-item-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4843: fix margin boo boo.
css/conditionals/alumni/alumni-reunion-schedule-list.css | 2 +-
sass/conditionals/alumni/alumni-reunion-schedule-list.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4859: title spacing.
css/conditionals/alumni/alumni-act-detail.css | 3 ++-
sass/conditionals/alumni/alumni-act-detail.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4859: style the related links and files.
.../insights/related-to-idea-story.css | 28 ++++++++++++++++------
.../insights/related-to-idea-story.sass | 7 ++++--
2 files changed, 26 insertions(+), 9 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4859: style the ACT detail page.
css/conditionals/alumni/alumni-act-detail.css | 419 ++++++++++++++++++++++++
css/style.css | 14 +-
gsb_theme.info | 1 +
sass/conditionals/alumni/alumni-act-detail.sass | 223 +++++++++++++
sass/partials/design/_fpp-featured-content.sass | 7 +-
templates/ds-2col--node-act.tpl.php | 32 ++
6 files changed, 685 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4836: books view pane styling.
.../view-mode-views-content-pane.css | 37 ++++++++++++++--------
.../view-mode-views-content-pane.sass | 15 +++++----
2 files changed, 32 insertions(+), 20 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4835: styling for working papers pane.
.../view-mode-views-content-pane.css | 47 +++++++++++++++++-----
.../view-mode-views-content-pane.sass | 27 +++++++++++--
2 files changed, 61 insertions(+), 13 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4855: featured content pane responsive implementation.
css/style.css | 123 +++++++++++++++++++++---
sass/partials/design/_fpp-featured-content.sass | 72 +++++++++++---
2 files changed, 167 insertions(+), 28 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4855: add container style.
css/style.css | 21 +++++++++++----------
sass/partials/design/_fpp-featured-content.sass | 8 ++++----
2 files changed, 15 insertions(+), 14 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4825: update plus position.
css/style.css | 2 +-
sass/partials/design/_accordion.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4843: update spacing on listing.
css/conditionals/alumni/alumni-reunion-schedule-list.css | 6 +++---
sass/conditionals/alumni/alumni-reunion-schedule-list.sass | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4846: update spacing on agenda item.
.../alumni/alumni-reunion-agenda-item-detail.css | 12 +++++++-----
.../alumni/alumni-reunion-agenda-item-detail.sass | 10 +++++-----
2 files changed, 12 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4863: add external arrow.
css/style.css | 23 +++++++++++++++++++++++
sass/partials/design/_fpp-featured-content.sass | 5 +++++
sass/partials/design/_menu-block.sass | 2 --
3 files changed, 28 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4825: update accordion styling.
css/style.css | 15 +--------------
sass/partials/design/_accordion.sass | 2 +-
sass/partials/design/_fpp-text.sass | 12 ------------
3 files changed, 2 insertions(+), 27 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4752: add bottom spacing.
css/style.css | 1 +
sass/partials/design/_fpp-featured-content.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4752: style the show more link.
css/style.css | 24 +++++++++++++++++++++++-
sass/partials/design/_fpp-featured-content.sass | 21 +++++++++++++++++++++
2 files changed, 44 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4752: featured content styling.
css/style.css | 193 ++++++++++++++++++++-
sass/partials/design/_all.sass | 3 +
sass/partials/design/_design.sass | 23 +++
sass/partials/design/_fieldgroup-commas.sass | 2 -
sass/partials/design/_fpp-featured-content.sass | 114 ++++++++++++
template.php | 33 +++-
...eld-collection-item-field-featured-item.tpl.php | 6 +-
7 files changed, 367 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Meghan Palagyi, 1 year, 11 months ago
WP-4752: add stacked template.
...eld-collection-item-field-featured-item.tpl.php | 37 ++++++++++++++++++++++
1 file changed, 37 insertions(+)

view commit - committer: Adam Moore, 1 year, 11 months ago author: Adam Moore, 1 year, 11 months ago
WP-4796: Add the blast attribution cookie.
gsb_theme.info | 3 +
js/blast-attribution-cookie.js | 466 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 469 insertions(+)

view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4810: fix spacing when time is inot included.
css/conditionals/alumni/alumni-reunion-schedule-list.css | 5 ++++-
sass/conditionals/alumni/alumni-reunion-schedule-list.sass | 3 ++-
2 files changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4810: update spacing.
css/conditionals/alumni/alumni-reunion-schedule-list.css | 8 ++++++--
sass/conditionals/alumni/alumni-reunion-schedule-list.sass | 7 +++++--
2 files changed, 11 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4817: update responsive.
css/conditionals/alumni/alumni-reunion-finder.css | 28 ++++++++++++++++++++++
.../conditionals/alumni/alumni-reunion-finder.sass | 16 +++++++++++++
2 files changed, 44 insertions(+)

view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4817: negative margin only in narrow.
css/conditionals/alumni/alumni-reunion-finder.css | 2 +-
sass/conditionals/alumni/alumni-reunion-finder.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4817: theme the reunion finder.
css/conditionals/alumni/alumni-reunion-finder.css | 60 ++++++++++++++++++++--
.../conditionals/alumni/alumni-reunion-finder.sass | 54 +++++++++++++++++--
2 files changed, 106 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4817: style reunion finder.
css/conditionals/alumni/alumni-reunion-finder.css | 20 ++++++++++++++++++++
css/style.css | 4 ++--
sass/conditionals/alumni/alumni-reunion-finder.sass | 21 ++++++++++++++++++++-
.../partials/base/04-defaults/forms/_formalize.sass | 4 ++--
4 files changed, 44 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4817: style reunion finder.
css/conditionals/alumni/alumni-reunion-finder.css | 63 ++++++++++++++++++++-
css/style.css | 7 +--
images/bg-reunion-finder.jpg | Bin 162858 -> 0 bytes
.../conditionals/alumni/alumni-reunion-finder.sass | 33 ++++++++++-
sass/partials/base/03-extend/_gsb-revamp.sass | 16 +++++-
sass/partials/design/_fpp-social-media.sass | 3 +-
6 files changed, 107 insertions(+), 15 deletions(-)

view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4817: add background image.
css/conditionals/alumni/alumni-reunion-finder.css | 13 +++++++++++++
images/bg-reunion-finder.jpg | Bin 0 -> 162858 bytes
sass/conditionals/alumni/alumni-reunion-finder.sass | 12 ++++++++++++
3 files changed, 25 insertions(+)

view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4817: create sass file for reunion finder.
css/conditionals/alumni/alumni-reunion-finder.css | 0
gsb_theme.info | 1 +
sass/conditionals/alumni/alumni-reunion-finder.sass | 12 ++++++++++++
3 files changed, 13 insertions(+)

view commit - committer: Adam Moore, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4810: theme agenda list.
.../alumni/alumni-reunion-schedule-list.css | 62 ++++++++++++++++++++++
gsb_theme.info | 1 +
.../alumni/alumni-reunion-schedule-list.sass | 58 ++++++++++++++++++++
3 files changed, 121 insertions(+)

view commit - committer: Meghan Palagyi, 2 years ago author: Meghan Palagyi, 2 years ago
WP-4803: update photo label styling.
css/conditionals/phd-candidate-detail.css | 12 +++---------
sass/conditionals/phd-candidate-detail.sass | 12 ++++--------
2 files changed, 7 insertions(+), 17 deletions(-)

view commit - committer: Adam Moore, 2 years ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4737: update featured insight card publication date.
css/conditionals/insights/featured-insight-card.css | 8 ++++++++
sass/conditionals/insights/featured-insight-card.sass | 4 ++++
2 files changed, 12 insertions(+)

view commit - committer: Adam Moore, 2 years ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4760: update links and files fpp styles, and container cleanup.
css/conditionals/alumni/alumni-detail.css | 7 +-
css/conditionals/block-weather.css | 7 +-
css/conditionals/club-landing-list.css | 8 +-
css/conditionals/e-newsletter-list.css | 7 +-
css/conditionals/event/event-upcoming.css | 7 +-
css/conditionals/event/view-academic-calendar.css | 7 +-
css/conditionals/faculty-research/book-detail.css | 10 +-
css/conditionals/faculty-research/case-detail.css | 3 -
.../faculty-research/faculty-detail.css | 10 +-
.../faculty-research/faculty-landing-list.css | 7 +-
.../faculty-research/meta-research-detail.css | 10 +-
.../faculty-research/publication-detail.css | 3 -
.../faculty-research/view-mode-teaser-listing.css | 3 -
.../view-mode-views-content-pane.css | 3 -
.../faculty-research/working-paper-detail.css | 3 -
css/conditionals/front.css | 7 +-
css/conditionals/insights/design-insights.css | 9 +-
.../insights/featured-insight-card.css | 12 +--
.../insights/fpp-story-lists-by-title.css | 12 +--
css/conditionals/insights/fpp-topic-teaser.css | 14 +--
css/conditionals/insights/idea-story-detail.css | 12 +--
.../insights/related-to-idea-story.css | 12 +--
css/conditionals/insights/top-stories.css | 12 +--
css/conditionals/library/pane-chat.css | 7 +-
css/conditionals/library/pane-faqs.css | 7 +-
css/conditionals/library/pane-hours.css | 7 +-
css/conditionals/library/pane-rss.css | 7 +-
css/conditionals/library/pane-searchworks.css | 7 +-
.../library/view-business-website-detail.css | 7 +-
css/conditionals/news/announcement-detail.css | 33 ++----
css/conditionals/news/pane-stories-by-criteria.css | 7 +-
css/conditionals/news/pr-contact.css | 7 +-
css/conditionals/phd-candidate-detail.css | 13 +--
css/conditionals/phd-candidate-job-market-list.css | 7 +-
css/conditionals/phd-candidate-placements-list.css | 7 +-
css/conditionals/program-landing.css | 7 +-
css/style.css | 114 ++++++---------------
.../insights/featured-insight-card.sass | 3 +-
.../insights/fpp-story-lists-by-title.sass | 3 +-
sass/conditionals/insights/fpp-topic-teaser.sass | 3 +-
sass/conditionals/insights/idea-story-detail.sass | 3 +-
.../insights/related-to-idea-story.sass | 3 +-
sass/conditionals/insights/top-stories.sass | 3 +-
sass/partials/base/01-mixins/_custom.sass | 14 +--
sass/partials/base/03-extend/_gsb-revamp.sass | 27 +++--
sass/partials/base/05-layouts/_layouts.sass | 6 --
sass/partials/design/_existing-node.sass | 3 +-
sass/partials/design/_fpp-files.sass | 25 ++---
sass/partials/design/_fpp-links.sass | 31 ++----
sass/partials/design/_fpp-text.sass | 4 +-
sass/partials/design/_search-filters.sass | 1 -
51 files changed, 135 insertions(+), 416 deletions(-)

view commit - committer: Adam Moore, 2 years ago author: Adam Moore, 2 years ago
Compile css.
css/conditionals/club-landing-list.css | 5 +++++
css/conditionals/event/event-detail.css | 6 ++++++
css/conditionals/msx-fellow-detail.css | 5 +++++
css/conditionals/phd-candidate-detail.css | 11 +++++++++++
css/style.css | 4 +++-
5 files changed, 30 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4269: increase padding on left for double digits.
css/style.css | 2 +-
sass/partials/design/_wysiwyg.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4771: update page spacing, fix event teaser.
css/conditionals/club-landing-list.css | 7 ++-
css/conditionals/event/event-detail.css | 11 ++--
css/conditionals/event/event-landing.css | 27 +++++-----
css/conditionals/msx-fellow-detail.css | 9 ++--
css/conditionals/phd-candidate-detail.css | 13 ++++-
css/style.css | 37 ++++++-------
sass/conditionals/club-landing-list.sass | 3 +-
sass/conditionals/event/event-detail.sass | 3 +-
sass/conditionals/event/event-landing.sass | 81 +++++++++++++++--------------
sass/conditionals/msx-fellow-detail.sass | 4 +-
sass/conditionals/phd-candidate-detail.sass | 3 +-
sass/partials/base/05-layouts/_layouts.sass | 14 ++---
sass/partials/design/_existing-node.sass | 8 +--
sass/partials/design/_fpp-text.sass | 2 +-
sass/partials/design/_wysiwyg.sass | 14 ++---
15 files changed, 117 insertions(+), 119 deletions(-)

view commit - committer: Adam Moore, 2 years ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4772: remove left padding on mobile when the pager wraps.
css/style.css | 5 +++++
sass/partials/design/_pager.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Adam Moore, 2 years ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4706: add bottom space to breadcrumbs, light theme cleanup.
css/style.css | 41 +++------------
sass/partials/base/00-variables/_base.sass | 12 ++---
sass/partials/base/01-mixins/_custom.sass | 2 -
sass/partials/base/03-extend/_gsb-revamp.sass | 8 +--
sass/partials/base/03-extend/_typography.sass | 10 ----
sass/partials/base/04-defaults/_common.sass | 3 +-
sass/partials/base/04-defaults/_font-custom.sass | 2 +-
sass/partials/base/04-defaults/_font-face.sass | 3 --
sass/partials/base/04-defaults/_tables.sass | 2 +-
.../base/04-defaults/forms/_form-defaults.sass | 2 +-
.../base/04-defaults/forms/_formalize.sass | 2 -
sass/partials/base/05-layouts/_layouts.sass | 14 +++---
sass/partials/base/06-ui-patterns/_common.sass | 1 -
.../base/06-ui-patterns/_drupal-patterns.sass | 58 +++++-----------------
sass/partials/design/_accordion.sass | 2 -
sass/partials/design/_az-filter.sass | 5 +-
sass/partials/design/_banner.sass | 4 +-
sass/partials/design/_cta-custom.sass | 4 +-
sass/partials/design/_design.sass | 14 +-----
sass/partials/design/_fieldgroup-commas.sass | 8 +--
sass/partials/design/_fpp-text.sass | 2 -
sass/partials/design/_menu-main.sass | 17 ++-----
sass/partials/design/_menu-sidebar.sass | 2 -
sass/partials/design/_not-found.sass | 10 ++--
sass/partials/design/_pager.sass | 4 +-
sass/partials/design/_search-filters.sass | 13 ++---
sass/partials/design/_selectbox.sass | 2 +-
sass/partials/design/_slideshow.sass | 7 +--
sass/partials/design/_spinner.sass | 2 -
sass/partials/design/_taxonomy-listings.sass | 5 +-
sass/partials/design/_video.sass | 2 -
sass/partials/design/_wysiwyg.sass | 2 -
32 files changed, 67 insertions(+), 198 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4734: event styling.
css/conditionals/alumni/alumni-reunion-agenda-item-detail.css | 7 +++++--
sass/conditionals/alumni/alumni-reunion-agenda-item-detail.sass | 3 ++-
2 files changed, 7 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4734: add registration theming, update faculty.
.../alumni/alumni-reunion-agenda-item-detail.css | 9 ++++++---
css/conditionals/insights/related-to-idea-story.css | 14 +++++++++++++-
.../alumni/alumni-reunion-agenda-item-detail.sass | 7 +++----
sass/conditionals/insights/related-to-idea-story.sass | 5 ++++-
4 files changed, 26 insertions(+), 9 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4787: indent event teaser theming under existing node class.
css/style.css | 7 +++---
sass/partials/design/_existing-node.sass | 42 ++++++++++++++++----------------
2 files changed, 24 insertions(+), 25 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4734: add pricing field, and responsive.
.../alumni/alumni-reunion-agenda-item-detail.css | 43 ++++++++++++++++++++++
css/conditionals/faculty-research/case-detail.css | 5 +++
.../faculty-research/meta-research-detail.css | 12 ++++++
css/style.css | 5 +++
.../alumni/alumni-reunion-agenda-item-detail.sass | 24 ++++++++++++
sass/partials/base/03-extend/_gsb-revamp.sass | 2 +
6 files changed, 91 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4734: main content well.
.../alumni/alumni-reunion-agenda-item-detail.css | 55 +++++++++++++++++++++-
.../insights/featured-insight-card.css | 23 ++++-----
.../alumni/alumni-reunion-agenda-item-detail.sass | 45 +++++++++++++++++-
.../insights/featured-insight-card.sass | 14 +-----
sass/partials/base/03-extend/_gsb-revamp.sass | 18 +++++++
5 files changed, 129 insertions(+), 26 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4734: start on alumni reunion agenda item, related sidebar.
.../alumni/alumni-reunion-agenda-item-detail.css | 39 +++++++++++++
.../insights/related-to-idea-story.css | 32 ++++++++---
css/conditionals/news/announcement-detail.css | 48 ----------------
css/conditionals/news/school-story-detail.css | 48 ----------------
css/style.css | 65 ++++++++++++++++++++++
gsb_theme.info | 1 +
.../alumni/alumni-reunion-agenda-item-detail.sass | 42 ++++++++++++++
.../insights/related-to-idea-story.sass | 20 +++++--
sass/conditionals/news/announcement-detail.sass | 51 -----------------
sass/conditionals/news/school-story-detail.sass | 51 -----------------
sass/partials/design/_design.sass | 54 ++++++++++++++++++
...s-2col--node-alumni-reunion-agenda-item.tpl.php | 32 +++++++++++
12 files changed, 273 insertions(+), 210 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4759: adjust line height and padding.
css/admin-modal/admin-modal.css | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4682: remove extra padding.
css/style.css | 8 --------
sass/partials/design/_fpp-people.sass | 7 -------
2 files changed, 15 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4682: style people fpp with alumni fields.
css/style.css | 54 ++++++++++++++---------
sass/partials/design/_fpp-people.sass | 82 ++++++++++++++++++++---------------
2 files changed, 81 insertions(+), 55 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4724: update search placeholder text on listings.
template.php | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4738: override file field to open in a new tab.
template.php | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4683: update styling for the extra name and degree display field.
css/conditionals/alumni/alumni-detail.css | 71 ++++++++++++++++-------------
sass/conditionals/alumni/alumni-detail.sass | 48 +++++++++++--------
2 files changed, 70 insertions(+), 49 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4683: alumni detail theming.
css/conditionals/alumni/alumni-detail.css | 71 +++++++++++++++++-----
.../faculty-research/faculty-detail.css | 12 ++--
css/conditionals/phd-candidate-detail.css | 4 +-
sass/conditionals/alumni/alumni-detail.sass | 69 +++++++++++++++------
.../faculty-research/faculty-detail.sass | 7 +--
sass/partials/base/03-extend/_gsb-revamp.sass | 4 +-
6 files changed, 122 insertions(+), 45 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4683: alumni detail theming.
css/conditionals/alumni/alumni-detail.css | 262 +++++++++++++++++++++
.../faculty-research/faculty-detail.css | 14 +-
gsb_theme.info | 1 +
sass/conditionals/alumni/alumni-detail.sass | 150 ++++++++++++
.../faculty-research/faculty-detail.sass | 65 -----
sass/partials/base/03-extend/_gsb-revamp.sass | 65 +++++
6 files changed, 485 insertions(+), 72 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4707: update event teaser styling.
css/style.css | 48 +++++++++++++++--------
sass/partials/design/_existing-node.sass | 67 +++++++++++++++++++-------------
2 files changed, 72 insertions(+), 43 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4707: styling for teasers.
css/style.css | 250 +++++++++----------------------
sass/partials/design/_existing-node.sass | 127 +++++++---------
2 files changed, 125 insertions(+), 252 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4740: hide breadcrumb on alumni landing, move into better place.
css/style.css | 49 ++++++++++++++++++++-------------------
sass/partials/design/_banner.sass | 28 ----------------------
sass/partials/design/_design.sass | 32 +++++++++++++++++++++----
3 files changed, 53 insertions(+), 56 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4727: fix the table drag handle.
css/admin-modal/admin-modal.css | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4732: hide keywords filter.
css/conditionals/event/event-landing.css | 3 +++
sass/conditionals/event/event-landing.sass | 4 ++++
2 files changed, 7 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4691: images only on landings.
css/style.css | 8 ++++----
sass/partials/design/_design.sass | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4691: add new backgrounds.
css/style.css | 28 +++++++++++++++++++++-------
images/bg-alumni.jpg | Bin 0 -> 71911 bytes
images/bg-organizations.jpg | Bin 0 -> 68401 bytes
sass/partials/design/_banner.sass | 6 ++++--
sass/partials/design/_design.sass | 24 +++++++++++++++++++-----
5 files changed, 44 insertions(+), 14 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4681: people fpp pre alumni adjustments.
css/style.css | 28 ++++++++++++++++++++--------
sass/partials/design/_fpp-people.sass | 23 +++++++++++++++++++----
2 files changed, 39 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4702: style alumni banner.
css/style.css | 19 +++++++++++++++++++
sass/partials/design/_banner.sass | 21 +++++++++++++++------
2 files changed, 34 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4715: adjust files fpp authoring.
css/admin-modal/admin-modal.css | 29 ++++++++++++++++++++++++++++-
1 file changed, 28 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4679: files fpp styling.
css/style.css | 101 +-
fonts/icons/.fontcustom-manifest.json | 24 +-
fonts/icons/_icons.scss | 4 +-
fonts/icons/icons-preview.html | 43 +-
fonts/icons/icons.eot | Bin 7448 -> 7804 bytes
fonts/icons/icons.svg | 57 +-
fonts/icons/icons.ttf | Bin 7284 -> 7640 bytes
fonts/icons/icons.woff | Bin 4760 -> 4880 bytes
images/icons/document-blank.svg | 1918 +++++++++++++++++++++
images/icons/document-lines.svg | 1935 ++++++++++++++++++++++
images/icons/document.svg | 1935 ----------------------
images/icons/lock.svg | 1908 +++++++++++++++++++++
sass/partials/base/04-defaults/_font-custom.sass | 34 +-
sass/partials/design/_fpp-files.sass | 45 +-
14 files changed, 5998 insertions(+), 2006 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4679: creat file fpp partial.
css/style.css | 18 ++++++++++++++++++
sass/partials/design/_all.sass | 3 +++
sass/partials/design/_fpp-files.sass | 31 +++++++++++++++++++++++++++++++
sass/partials/design/_fpp-links.sass | 2 --
4 files changed, 52 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4680: adjust for responsive.
css/conditionals/news/view-mode-news-listing.css | 10 ++++++++++
sass/conditionals/news/view-mode-news-listing.sass | 2 ++
2 files changed, 12 insertions(+)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4680: update font sizes.
css/conditionals/news/view-mode-news-listing.css | 27 +++++++++++++++++-----
sass/conditionals/news/view-mode-news-listing.sass | 26 +++++++++++++++------
2 files changed, 40 insertions(+), 13 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4680: update book listing styles.
css/conditionals/alumni/alumni-book-listing.css | 102 --
.../faculty-research/view-mode-teaser-listing.css | 8 -
css/conditionals/news/view-mode-news-listing.css | 71 +-
css/style.css | 1102 +++-----------------
sass/conditionals/alumni/alumni-book-listing.sass | 79 --
.../faculty-research/view-mode-teaser-listing.sass | 2 -
sass/conditionals/news/view-mode-news-listing.sass | 38 +-
sass/partials/design/_search-filters.sass | 95 +-
template.php | 5 +
templates/ds-2col--node-book-news-listing.tpl.php | 33 +
10 files changed, 309 insertions(+), 1226 deletions(-)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4680: add styling for the alumni books listing.
css/conditionals/alumni/alumni-book-listing.css | 102 ++++++++++++++++++++++
sass/conditionals/alumni/alumni-book-listing.sass | 79 +++++++++++++++++
2 files changed, 181 insertions(+)

view commit - committer: Adam Moore, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4680: create alumni styles directory.
css/conditionals/alumni/alumni-book-listing.css | 0
gsb_theme.info | 3 +++
sass/conditionals/alumni/alumni-book-listing.sass | 8 ++++++++
3 files changed, 11 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 1 month ago author: Meghan Palagyi, 2 years, 1 month ago
WP-4692: add taupe banner for organizations.
css/style.css | 3 ++-
sass/partials/design/_banner.sass | 7 ++++---
template.php | 4 +++-
3 files changed, 9 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4226: add narrow-view class to quicklinks panel region.
.../gsb-landing-standard-page-one.tpl.php | 6 +++---
layouts/gsb-standard-page-two/gsb-standard-page-two.tpl.php | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-3706: adjust 2 column responsive.
css/style.css | 16 ++++++++++++++++
sass/partials/design/_fpp-people.sass | 13 +++++++++++--
2 files changed, 27 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4380: update people fpp listing.
css/style.css | 8 ++++----
sass/partials/design/_fpp-people.sass | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4497: add additional form id.
css/style.css | 18 ++++++++++++------
sass/partials/design/_design.sass | 3 ++-
2 files changed, 14 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-3852: remove inline-block.
css/style.css | 3 ---
sass/partials/base/04-defaults/_common.sass | 6 ------
2 files changed, 9 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4574: update the code for show more less on field collections.
css/conditionals/faculty-research/faculty-detail.css | 12 ++++++------
css/style.css | 4 ++++
js/show-more-less.js | 3 +--
sass/conditionals/faculty-research/faculty-detail.sass | 8 +++-----
sass/partials/design/_design.sass | 4 ++++
5 files changed, 18 insertions(+), 13 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4466: add space around pipe.
css/conditionals/faculty-research/case-landing-list.css | 3 +++
sass/conditionals/faculty-research/case-landing-list.sass | 3 +++
2 files changed, 6 insertions(+)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4470: update responsive font size.
css/conditionals/faculty-research/view-mode-teaser-listing.css | 2 +-
sass/conditionals/faculty-research/view-mode-teaser-listing.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4471: listing typography updates.
.../faculty-research/book-landing-list.css | 3 ---
.../faculty-research/case-landing-list.css | 7 -------
.../faculty-research/view-mode-teaser-listing.css | 22 ++++++++++++----------
.../working-paper-landing-list.css | 7 -------
.../faculty-research/book-landing-list.sass | 4 ----
.../faculty-research/case-landing-list.sass | 11 +----------
.../faculty-research/view-mode-teaser-listing.sass | 18 ++++++++++--------
.../working-paper-landing-list.sass | 10 ----------
8 files changed, 23 insertions(+), 59 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4475: add space between image and title for video in narrow.
css/style.css | 6 ++----
sass/partials/design/_video.sass | 3 +--
2 files changed, 3 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4595: style the giving stories list.
css/conditionals/news/view-mode-news-listing.css | 9 +-
css/style.css | 167 ++++++++++++++++++---
sass/conditionals/news/view-mode-news-listing.sass | 3 +-
sass/partials/design/_search-filters.sass | 6 +-
template.php | 15 +-
5 files changed, 171 insertions(+), 29 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4572: updat title style and spacing.
css/conditionals/faculty-research/meta-research-detail.css | 6 +++---
sass/conditionals/faculty-research/meta-research-detail.sass | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4497: style the email submit button.
css/style.css | 12 ++++++------
sass/partials/design/_design.sass | 5 +++++
2 files changed, 11 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4476: add 1 px top for box shadow.
css/style.css | 1 +
sass/partials/base/05-layouts/_layouts.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4593: clean up list spacing.
css/conditionals/news/view-mode-news-listing.css | 16 +++++++---------
css/style.css | 4 +++-
sass/conditionals/news/view-mode-news-listing.sass | 17 +++++++----------
sass/partials/base/04-defaults/_common.sass | 7 ++++++-
4 files changed, 23 insertions(+), 21 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4593: update styling for narrow-view.
css/conditionals/news/view-mode-news-listing.css | 23 +++++++----------
sass/conditionals/news/view-mode-news-listing.sass | 29 +++++++---------------
2 files changed, 18 insertions(+), 34 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4593: refactor list styling and add alumni stories.
css/conditionals/news/view-mode-news-listing.css | 1235 ++------------------
css/style.css | 224 +++-
sass/conditionals/news/view-mode-news-listing.sass | 837 ++-----------
sass/partials/design/_search-filters.sass | 11 +-
template.php | 7 +-
5 files changed, 473 insertions(+), 1841 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4671: adjust social icons.
css/style.css | 4 +++-
sass/partials/design/_design.sass | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4232: create view mode sheet for idea story listing.
css/conditionals/insights/design-insights.css | 139 --------------
.../insights/insights-topic-listing.css | 200 --------------------
.../view-mode-idea-story-latest-stories.css | 204 +++++++++++++++++++++
gsb_theme.info | 1 +
sass/conditionals/insights/design-insights.sass | 97 +---------
.../insights/insights-topic-listing.sass | 135 --------------
.../view-mode-idea-story-latest-stories.sass | 146 +++++++++++++++
7 files changed, 352 insertions(+), 570 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4232: update styling for offsite school story in list.
.../insights/insights-topic-listing.css | 65 +++++++++++++++++++++-
.../insights/insights-topic-listing.sass | 42 +++++++++++++-
2 files changed, 103 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-3852: add line-height to citation.
css/conditionals/phd-candidate-detail.css | 1 +
sass/conditionals/phd-candidate-detail.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-3852: change icon to inline.
css/conditionals/block-weather.css | 2 +-
css/conditionals/club-landing-list.css | 8 +-
css/conditionals/e-newsletter-list.css | 2 +-
css/conditionals/event/event-featured.css | 4 +-
css/conditionals/event/event-landing.css | 4 +-
css/conditionals/event/event-upcoming.css | 4 +-
css/conditionals/event/view-academic-calendar.css | 2 +-
css/conditionals/faculty-research/book-detail.css | 6 +-
css/conditionals/faculty-research/case-detail.css | 4 +-
.../faculty-research/case-landing-list.css | 2 +-
.../faculty-research/faculty-detail.css | 20 +--
.../faculty-research/meta-research-detail.css | 2 +-
.../faculty-research/publication-detail.css | 4 +-
.../faculty-research/view-mode-teaser-listing.css | 4 +-
.../view-mode-views-content-pane.css | 4 +-
.../faculty-research/working-paper-detail.css | 2 +-
css/conditionals/front.css | 12 +-
css/conditionals/insights/design-insights.css | 6 +-
.../insights/fpp-story-lists-by-title.css | 2 +-
css/conditionals/insights/fpp-topic-teaser.css | 2 +-
css/conditionals/insights/idea-story-detail.css | 6 +-
.../insights/insights-topic-listing.css | 4 +-
css/conditionals/insights/menu-insights-topics.css | 6 +-
.../insights/related-to-idea-story.css | 8 +-
.../insights/resources/image-resource.css | 2 +-
css/conditionals/library/pane-chat.css | 2 +-
css/conditionals/library/pane-hours.css | 4 +-
css/conditionals/library/pane-rss.css | 4 +-
.../library/view-business-website-detail.css | 2 +-
css/conditionals/news/announcement-detail.css | 6 +-
css/conditionals/news/pane-stories-by-criteria.css | 2 +-
css/conditionals/news/pr-contact.css | 2 +-
css/conditionals/news/school-story-detail.css | 4 +-
css/conditionals/news/view-mode-news-listing.css | 34 ++---
css/conditionals/phd-candidate-detail.css | 10 +-
css/conditionals/phd-candidate-job-market-list.css | 2 +-
css/conditionals/program-landing.css | 8 +-
css/conditionals/week-in-the-life-landing.css | 4 +-
css/style.css | 155 ++++++++++-----------
fonts/icons/_icons.scss | 6 +-
.../faculty-research/view-mode-teaser-listing.sass | 2 +-
41 files changed, 182 insertions(+), 187 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4619: style the alumni footer.
css/style.css | 24 ++++++++++++++++--------
sass/partials/design/_footer.sass | 9 ++++++---
2 files changed, 22 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4585: update spacing on home page.
css/conditionals/front.css | 13 +----------
css/style.css | 31 +++++++++------------------
layouts/gsb-front-page/gsb-front-page.tpl.php | 2 +-
sass/conditionals/front.sass | 8 +------
sass/partials/base/04-defaults/_common.sass | 5 ++---
sass/partials/base/05-layouts/_layouts.sass | 7 ++----
sass/partials/design/_design.sass | 13 +++++------
sass/partials/design/_footer.sass | 5 ++---
8 files changed, 24 insertions(+), 60 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4474: update spotlights.
css/style.css | 28 ++++++++++++----------
.../base/06-ui-patterns/_drupal-patterns.sass | 13 ++--------
sass/partials/design/_fpp-spotlight.sass | 23 +++++++++++++-----
3 files changed, 35 insertions(+), 29 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4585: update spacing on home page.
css/conditionals/front.css | 13 +----------
css/style.css | 31 +++++++++------------------
layouts/gsb-front-page/gsb-front-page.tpl.php | 2 +-
sass/conditionals/front.sass | 8 +------
sass/partials/base/04-defaults/_common.sass | 5 ++---
sass/partials/base/05-layouts/_layouts.sass | 7 ++----
sass/partials/design/_design.sass | 13 +++++------
sass/partials/design/_footer.sass | 5 ++---
8 files changed, 24 insertions(+), 60 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4474: update spotlights.
css/style.css | 28 ++++++++++++----------
.../base/06-ui-patterns/_drupal-patterns.sass | 13 ++--------
sass/partials/design/_fpp-spotlight.sass | 23 +++++++++++++-----
3 files changed, 35 insertions(+), 29 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4501: update twitter feeds.
css/conditionals/front.css | 4 ++--
css/style.css | 12 +++---------
sass/conditionals/front.sass | 4 ++--
sass/partials/design/_fpp-social-media.sass | 15 +++------------
4 files changed, 10 insertions(+), 25 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4559: change line height.
css/conditionals/insights/idea-story-detail.css | 2 +-
sass/conditionals/insights/idea-story-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4611: comment out float.
css/admin-modal/admin-modal.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4591: remove CSS from items being deleted.
css/conditionals/form-rethink.css | 22 +-
css/style.css | 348 +-------------------------------
images/cta-about-blurred.png | Bin 84874 -> 0 bytes
images/cta-about.png | Bin 94658 -> 0 bytes
images/cta-learn-mobile.jpg | Bin 98319 -> 0 bytes
images/cta-tour-mobile.jpg | Bin 63980 -> 0 bytes
images/cta-visit-blurred.png | Bin 28136 -> 0 bytes
images/cta-visit.png | Bin 27630 -> 0 bytes
images/gsbaroundtheglobe-wide.jpg | Bin 41601 -> 0 bytes
images/gsbaroundtheglobe.jpg | Bin 21218 -> 0 bytes
images/rethink-logo.png | Bin 1313 -> 0 bytes
images/rethink-logo.svg | 23 ---
sass/conditionals/form-rethink.sass | 16 +-
sass/partials/base/07-media/_print.sass | 1 -
sass/partials/design/_cta-custom.sass | 208 -------------------
15 files changed, 12 insertions(+), 606 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4573: make the title inline.
css/conditionals/insights/related-to-idea-story.css | 2 +-
sass/conditionals/insights/related-to-idea-story.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4569: adjust social icon position.
css/style.css | 2 +-
sass/partials/design/_design.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4559: adjust line heights.
css/conditionals/insights/idea-story-detail.css | 4 ++--
sass/conditionals/insights/idea-story-detail.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4568: adjust video icon.
css/conditionals/insights/design-insights.css | 1 -
css/conditionals/insights/idea-story-detail.css | 4 ++--
css/conditionals/insights/insights-topic-listing.css | 1 -
css/conditionals/news/announcement-detail.css | 4 ++--
css/conditionals/news/school-story-detail.css | 4 ++--
css/style.css | 2 +-
sass/conditionals/insights/design-insights.sass | 1 -
sass/conditionals/insights/idea-story-detail.sass | 4 ++--
sass/conditionals/insights/insights-topic-listing.sass | 1 -
sass/conditionals/news/announcement-detail.sass | 4 ++--
sass/conditionals/news/school-story-detail.sass | 4 ++--
sass/partials/design/_existing-node.sass | 2 +-
12 files changed, 14 insertions(+), 18 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4554: adjust padding on insights landing.
css/conditionals/insights/design-insights.css | 10 ++++++++++
sass/conditionals/insights/design-insights.sass | 4 ++++
2 files changed, 14 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4555: reduce topic title at 600px.
css/conditionals/insights/design-insights.css | 2 ++
sass/conditionals/insights/design-insights.sass | 2 ++
2 files changed, 4 insertions(+)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4588: add styling for alumni clubs.
css/conditionals/club-landing-list.css | 65 +++++++++++++++++++++++++++++---
sass/conditionals/club-landing-list.sass | 38 ++++++++++++++++++-
2 files changed, 97 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4601: add CSS for double modal.
css/admin-modal/admin-modal.css | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4556: align topic landing title with card.
css/conditionals/front.css | 6 +++---
css/conditionals/insights/design-insights.css | 17 +++++++++--------
sass/conditionals/front.sass | 2 +-
sass/conditionals/insights/design-insights.sass | 9 ++++++---
4 files changed, 19 insertions(+), 15 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4557: adjust padding for insight topic teaser responsive.
css/conditionals/insights/fpp-topic-teaser.css | 6 ++++++
sass/conditionals/insights/fpp-topic-teaser.sass | 3 +++
2 files changed, 9 insertions(+)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4560: update typography for mobile.
css/conditionals/insights/idea-story-detail.css | 25 +++++++++++++++++++++++
css/conditionals/news/announcement-detail.css | 5 +++++
css/conditionals/news/school-story-detail.css | 5 +++++
sass/conditionals/insights/idea-story-detail.sass | 8 ++++++++
sass/partials/base/03-extend/_gsb-revamp.sass | 2 ++
5 files changed, 45 insertions(+)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4564: reduce spacing between title and teaser description.
css/style.css | 6 +-----
sass/partials/design/_existing-node.sass | 7 +------
2 files changed, 2 insertions(+), 11 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4558: add margin bottom to house ad image.
css/style.css | 1 +
sass/partials/design/_house-ads.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4558: add margin bottom to house ad image.
css/style.css | 3 +--
sass/partials/design/_house-ads.sass | 38 ++++++++++++++++++------------------
2 files changed, 20 insertions(+), 21 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4491: adjust the bottom section.
css/style.css | 12 +++++++++---
sass/partials/design/_footer.sass | 9 ++++++---
2 files changed, 15 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4563: update throbber styling and reusable styling.
css/admin-modal/admin-modal.css | 58 +++++++++++++++++++++--------
css/style.css | 58 +++++++++++++++--------------
sass/partials/base/05-layouts/_layouts.sass | 30 ++++++++-------
3 files changed, 90 insertions(+), 56 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4563: fix up the modal, spacing.
css/admin-modal/admin-modal.css | 353 +++++++++------
css/conditionals/front.css | 197 ++++-----
css/conditionals/insights/idea-story-detail.css | 1 +
css/style.css | 6 +
sass/conditionals/front.sass | 505 +++++++++++-----------
sass/conditionals/insights/idea-story-detail.sass | 1 +
sass/partials/design/_design.sass | 4 +
7 files changed, 572 insertions(+), 495 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4563: add panopoly magic css in.
css/admin-modal/admin-modal.css | 555 ++++++++++++++++++++++++++++++++++++++++
images/close-popup.png | Bin 0 -> 407 bytes
images/status-active.gif | Bin 0 -> 1067 bytes
3 files changed, 555 insertions(+)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4491: fix footer in responsive.
css/style.css | 1 +
sass/partials/design/_footer.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4491: make 3 across columns narrower.
css/style.css | 4 ++--
sass/partials/base/05-layouts/_layouts.sass | 2 +-
sass/partials/design/_footer.sass | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 2 months ago
WP-4491: fix footer column widths, and sign up fix.
css/style.css | 97 +++++++++++++++++++++++++--------------
sass/partials/design/_footer.sass | 85 ++++++++++++++++++++--------------
2 files changed, 113 insertions(+), 69 deletions(-)

view commit - committer: Adam Moore, 2 years, 2 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4491: first go at fotter fix.
css/style.css | 309 +++++++++++++---------------
sass/partials/base/05-layouts/_layouts.sass | 6 +-
sass/partials/design/_cta-custom.sass | 13 --
sass/partials/design/_design.sass | 12 ++
sass/partials/design/_footer.sass | 124 +++++------
5 files changed, 219 insertions(+), 245 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 3 months ago author: Greg Mercer (GBear), 2 years, 3 months ago
WP-4507 Changed method for getting the request path
template.php | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago
WP-4506: Needed to compile the sass.
css/style.css | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Adam Moore, 2 years, 3 months ago
WP-4506: Fix missing sharing icons in mobile using select and share.
sass/partials/design/_design.sass | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4492: change the font size of cta on home page.
css/style.css | 35 +++++++++++++++++++----
sass/partials/design/_fpp-cta-image-homepage.sass | 20 +++++++++----
2 files changed, 45 insertions(+), 10 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4484-1: remove old comment.
sass/partials/design/_house-ads.sass | 3 ---
1 file changed, 3 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4484: fix house ads placed in wide on insights responsive.
css/style.css | 37 +++++++++++++++++++++-
.../base/06-ui-patterns/_drupal-patterns.sass | 5 +++
sass/partials/design/_house-ads.sass | 19 ++++++++++-
3 files changed, 59 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4489: remove old media toolkit styling, fix quicklinks spacing.
css/style.css | 43 +++++++++--------------------
sass/partials/base/05-layouts/_layouts.sass | 6 ++++
sass/partials/design/_design.sass | 21 --------------
3 files changed, 19 insertions(+), 51 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4487: add external icon to related offsite.
css/conditionals/insights/related-to-idea-story.css | 19 +++++++++++++++++++
sass/conditionals/insights/related-to-idea-story.sass | 5 +++++
2 files changed, 24 insertions(+)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4488: adjust related title, and homepage bottom titles.
css/conditionals/front.css | 5 ++---
css/conditionals/insights/related-to-idea-story.css | 2 +-
sass/conditionals/front.sass | 5 ++---
sass/conditionals/insights/related-to-idea-story.sass | 2 +-
4 files changed, 6 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4488: front page adjustments.
css/conditionals/front.css | 10 +++++++---
css/style.css | 13 +++++++++++++
sass/conditionals/front.sass | 8 +++++---
sass/partials/base/05-layouts/_layouts.sass | 8 ++++++++
4 files changed, 33 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4484: house ad responsive adjustments.
css/style.css | 21 +++++----------------
sass/partials/design/_house-ads.sass | 17 +++++------------
2 files changed, 10 insertions(+), 28 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4435: fix icons.
css/conditionals/front.css | 45 ++++++++++++++++++--------------------------
sass/conditionals/front.sass | 39 ++++++++++++++++++--------------------
2 files changed, 36 insertions(+), 48 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4435: update homepage latest story and add school story blocks.
css/conditionals/front.css | 143 ++++++++++++++++++++--------
css/style.css | 31 +++---
sass/conditionals/front.sass | 115 +++++++++++++++-------
sass/partials/base/05-layouts/_layouts.sass | 28 +++---
4 files changed, 220 insertions(+), 97 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4408: snap to one column at 1169.
css/conditionals/insights/design-insights.css | 13 +---
css/style.css | 89 +++++++------------------
sass/conditionals/insights/design-insights.sass | 8 +--
sass/partials/base/01-mixins/_custom.sass | 10 +--
sass/partials/base/05-layouts/_layouts.sass | 40 +++++------
sass/partials/design/_existing-node.sass | 2 +-
6 files changed, 49 insertions(+), 113 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4478: remove overflow hidden, change select color.
css/conditionals/insights/idea-story-detail.css | 1 -
css/style.css | 14 +-------------
sass/conditionals/insights/idea-story-detail.sass | 1 -
sass/partials/base/04-defaults/_common.sass | 15 ++-------------
4 files changed, 3 insertions(+), 28 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4426: update the spacing of related.
css/conditionals/insights/related-to-idea-story.css | 11 ++++++-----
css/style.css | 1 +
sass/conditionals/insights/related-to-idea-story.sass | 13 ++++++++-----
sass/partials/design/_design.sass | 1 +
4 files changed, 16 insertions(+), 10 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4468: fix topics menu.
css/conditionals/insights/menu-insights-topics.css | 113 ++++++++--------
.../insights/menu-insights-topics.sass | 142 +++++++--------------
2 files changed, 102 insertions(+), 153 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4444: update highlight styling.
css/conditionals/insights/idea-story-detail.css | 2 ++
css/style.css | 4 ----
sass/conditionals/insights/idea-story-detail.sass | 2 ++
sass/partials/design/_design.sass | 5 +----
4 files changed, 5 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4444: update shareable select theming.
css/style.css | 22 ++++++++++++++++++++++
sass/partials/base/04-defaults/_common.sass | 13 ++++++++++++-
sass/partials/design/_design.sass | 7 +++++++
3 files changed, 41 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4447: update the styling for new evas.
.../faculty-research/faculty-detail.css | 98 +++++++++++++++++-----
.../faculty-research/faculty-detail.sass | 30 +++++--
2 files changed, 100 insertions(+), 28 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4424: adjust attribution and max-widths.
css/conditionals/insights/resources/callout-resource.css | 10 +++++++++-
sass/conditionals/insights/resources/callout-resource.sass | 8 +++++++-
2 files changed, 16 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4424: adjust callout resource styling.
css/conditionals/insights/resources/callout-resource.css | 14 +++++++++++++-
sass/conditionals/insights/resources/callout-resource.sass | 13 ++++++++++++-
2 files changed, 25 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4446: add margin bottom to full width video.
css/conditionals/insights/resources/video-resource.css | 3 +++
sass/conditionals/insights/resources/video-resource.sass | 1 +
2 files changed, 4 insertions(+)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4353: reduce bottom padding.
css/conditionals/insights/idea-story-detail.css | 2 +-
css/conditionals/news/announcement-detail.css | 2 +-
css/conditionals/news/school-story-detail.css | 2 +-
sass/partials/base/03-extend/_gsb-revamp.sass | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4353: reduce button size of top social.
css/style.css | 8 ++++----
sass/partials/design/_design.sass | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4353: style the social sharing buttons.
css/conditionals/insights/idea-story-detail.css | 64 ++++++++-----
css/conditionals/news/announcement-detail.css | 35 +++-----
css/conditionals/news/school-story-detail.css | 35 +++-----
css/style.css | 105 +++++++++++++---------
fonts/icons/.fontcustom-manifest.json | 4 +-
fonts/icons/_icons.scss | 1 +
fonts/icons/icons.eot | Bin 7448 -> 7448 bytes
fonts/icons/icons.svg | 4 +-
fonts/icons/icons.ttf | Bin 7284 -> 7284 bytes
fonts/icons/icons.woff | Bin 4764 -> 4760 bytes
sass/conditionals/insights/idea-story-detail.sass | 26 ++++--
sass/conditionals/news/announcement-detail.sass | 8 +-
sass/conditionals/news/school-story-detail.sass | 8 +-
sass/partials/base/03-extend/_gsb-revamp.sass | 24 ++---
sass/partials/design/_design.sass | 100 ++++++++++++---------
15 files changed, 220 insertions(+), 194 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4353: add google plus icon, start on theming.
css/style.css | 107 ++++++++++++++++++++++++++++++++++
fonts/icons/.fontcustom-manifest.json | 14 +++--
fonts/icons/fontcustom.yml | 2 +-
fonts/icons/icons-preview.html | 17 +++++-
fonts/icons/icons.eot | Bin 7188 -> 7448 bytes
fonts/icons/icons.svg | 15 +++--
fonts/icons/icons.ttf | Bin 7024 -> 7284 bytes
fonts/icons/icons.woff | Bin 4560 -> 4764 bytes
images/icons/google-plus.svg | 19 ++++++
sass/partials/design/_design.sass | 63 ++++++++++++++++++++
10 files changed, 226 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4423: increase bottom margin.
css/style.css | 2 +-
sass/partials/design/_pager.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4417: adjust width and padding of menu item.
css/style.css | 5 +++--
sass/partials/design/_menu-main.sass | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4425: reduce top and bottom margin on title.
css/conditionals/insights/design-insights.css | 2 +-
sass/conditionals/insights/design-insights.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4405: add margin bottom to full width.
css/conditionals/insights/resources/image-resource.css | 1 +
sass/conditionals/insights/resources/image-resource.sass | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4405: fix caption and infographic.
css/conditionals/insights/resources/image-resource.css | 15 ++++-----------
sass/conditionals/insights/resources/image-resource.sass | 12 ++++--------
2 files changed, 8 insertions(+), 19 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4377: update placeholder text.
template.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4428: adjust placeholder size earlier.
css/conditionals/insights/design-insights.css | 4 ++--
sass/conditionals/insights/design-insights.sass | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4152: adjust responsive insights topic menu.
css/conditionals/insights/menu-insights-topics.css | 17 +++++++++++++++--
sass/conditionals/insights/menu-insights-topics.sass | 13 +++++++++++--
2 files changed, 26 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4412: theme the insights search results.
css/conditionals/insights/design-insights.css | 152 +++++++++++++++++++++
css/style.css | 46 +++++++
sass/conditionals/insights/design-insights.sass | 109 +++++++++++++++
.../insights/insights-topic-listing.sass | 1 -
sass/partials/design/_search-filters.sass | 43 +++++-
...nsights-search--insights-search-results.tpl.php | 14 +-
6 files changed, 358 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4412: add default template.
...nsights-search--insights-search-results.tpl.php | 90 ++++++++++++++++++++++
1 file changed, 90 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4413: change styling id.
css/conditionals/insights/design-insights.css | 10 +++++-----
sass/conditionals/insights/design-insights.sass | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4402: fix spacing and titles display.
css/conditionals/insights/idea-story-detail.css | 15 ---------------
css/conditionals/news/announcement-detail.css | 15 ---------------
css/conditionals/news/school-story-detail.css | 18 +++---------------
sass/conditionals/insights/idea-story-detail.sass | 10 ----------
sass/conditionals/news/announcement-detail.sass | 10 ----------
sass/conditionals/news/school-story-detail.sass | 16 +++++-----------
6 files changed, 8 insertions(+), 76 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4403: apply green links style to media tool kit.
css/conditionals/news/announcement-detail.css | 78 +++++++++++++++++++++++++
sass/conditionals/news/announcement-detail.sass | 9 ++-
sass/partials/base/01-mixins/_custom.sass | 32 ++++++++++
sass/partials/design/_fpp-links.sass | 30 +---------
4 files changed, 119 insertions(+), 30 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 3 months ago
WP-4355: third will become full width.
css/conditionals/insights/resources/video-resource.css | 4 ++++
sass/conditionals/insights/resources/video-resource.sass | 3 +++
2 files changed, 7 insertions(+)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4355: update third width responsive switching.
css/conditionals/insights/resources/video-resource.css | 9 +++++++++
sass/conditionals/insights/resources/video-resource.sass | 9 +++++++++
2 files changed, 18 insertions(+)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4355: theme video resources.
css/conditionals/insights/idea-story-detail.css | 2 +-
.../insights/resources/video-resource.css | 69 ++++++++++++++++++++++
sass/conditionals/insights/idea-story-detail.sass | 2 +-
.../insights/resources/video-resource.sass | 58 +++++++++++++++++-
4 files changed, 128 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4374: responsive changes for announcement, school story, offsite school story teasers.
.../insights/featured-insight-card.css | 5 ++++
css/style.css | 35 ++++++++++++++++++++++
.../insights/featured-insight-card.sass | 2 ++
sass/partials/design/_existing-node.sass | 17 +++++++++++
4 files changed, 59 insertions(+)

view commit - committer: Adam Moore, 2 years, 3 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4339: restore page title styling to other insight pages.
css/conditionals/insights/design-insights.css | 39 ++++++++++++++++---------
sass/conditionals/insights/design-insights.sass | 23 ++++++++-------
2 files changed, 38 insertions(+), 24 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4396: prevent icons after title from wrapping on their own.
css/conditionals/news/view-mode-news-listing.css | 10 ++++++++++
sass/conditionals/news/view-mode-news-listing.sass | 10 ++++++++++
2 files changed, 20 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4397: update title spacing.
css/conditionals/insights/design-insights.css | 17 ++++++++++++++++-
sass/conditionals/insights/design-insights.sass | 12 +++++++++++-
2 files changed, 27 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4291: update layout b.
css/conditionals/insights/design-insights.css | 9 +++++++++
css/style.css | 11 +++++++++++
layouts/gsb-insights-b/gsb-insights-b.tpl.php | 6 ++++--
sass/conditionals/insights/design-insights.sass | 8 ++++++++
sass/partials/base/05-layouts/_layouts.sass | 8 ++++++++
5 files changed, 40 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4291: fix layout c.
css/conditionals/insights/design-insights.css | 13 +++-
css/style.css | 93 ++++++++++++-------------
sass/conditionals/insights/design-insights.sass | 9 ++-
sass/partials/base/05-layouts/_layouts.sass | 70 ++++++++++++-------
4 files changed, 104 insertions(+), 81 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4291: responsive changes for layout b.
css/conditionals/insights/design-insights.css | 2 +-
css/style.css | 8 ++++----
sass/conditionals/insights/design-insights.sass | 2 +-
sass/partials/base/01-mixins/_custom.sass | 2 +-
sass/partials/base/05-layouts/_layouts.sass | 4 ++--
5 files changed, 9 insertions(+), 9 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4292: update layout images.
layouts/gsb-insights-a/gsb-insights-a.inc | 2 +-
layouts/gsb-insights-a/gsb-insights-a.jpg | Bin 0 -> 2463 bytes
layouts/gsb-insights-a/gsb-insights-a.png | Bin 1168 -> 0 bytes
layouts/gsb-insights-b/gsb-insights-b.inc | 2 +-
layouts/gsb-insights-b/gsb-insights-b.jpg | Bin 0 -> 2243 bytes
layouts/gsb-insights-b/gsb-insights-b.png | Bin 2914 -> 0 bytes
6 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4371: update the short url theming.
css/conditionals/insights/idea-story-detail.css | 90 ++++++++++++-----------
css/conditionals/news/announcement-detail.css | 63 ++++++++++++++++
css/conditionals/news/school-story-detail.css | 63 ++++++++++++++++
sass/conditionals/insights/idea-story-detail.sass | 33 +--------
sass/conditionals/news/announcement-detail.sass | 30 ++++++++
sass/conditionals/news/school-story-detail.sass | 30 ++++++++
sass/partials/base/03-extend/_gsb-revamp.sass | 45 ++++++++++++
7 files changed, 282 insertions(+), 72 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4371: fix margin error.
css/conditionals/insights/idea-story-detail.css | 2 +-
css/conditionals/news/announcement-detail.css | 2 +-
css/conditionals/news/school-story-detail.css | 2 +-
sass/partials/base/03-extend/_gsb-revamp.sass | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4376: theme stories by title.
.../insights/fpp-story-lists-by-title.css | 59 +++++++
css/conditionals/news/view-mode-news-listing.css | 188 +++++++++++++++++++++
gsb_theme.info | 1 +
.../insights/fpp-story-lists-by-title.sass | 39 +++++
sass/conditionals/news/view-mode-news-listing.sass | 124 ++++++++++++++
5 files changed, 411 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4357: display external icon inline.
css/style.css | 2 ++
sass/partials/design/_existing-node.sass | 2 ++
2 files changed, 4 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4341: chevron should display inline with text.
css/conditionals/insights/fpp-topic-teaser.css | 1 +
sass/conditionals/insights/fpp-topic-teaser.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4365: update container styles.
css/style.css | 87 +++++++++++++++++++++++++++++--
sass/partials/design/_search-filters.sass | 5 +-
2 files changed, 88 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4321: fix commas on taxonomy.
css/conditionals/insights/idea-story-detail.css | 8 ++++++++
css/conditionals/insights/insights-topic-listing.css | 1 -
sass/conditionals/insights/idea-story-detail.sass | 13 +++++++++++--
sass/conditionals/insights/insights-topic-listing.sass | 1 -
4 files changed, 19 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4358: make explore more taxonomy links inline.
css/conditionals/insights/idea-story-detail.css | 2 +-
sass/conditionals/insights/idea-story-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4373: update body styles.
css/conditionals/insights/idea-story-detail.css | 35 ++++++++++------------
.../insights/related-to-idea-story.css | 1 +
.../insights/resources/callout-resource.css | 5 ++--
css/conditionals/news/announcement-detail.css | 16 ++++++++--
css/conditionals/news/school-story-detail.css | 16 ++++++++--
css/style.css | 2 +-
sass/conditionals/insights/idea-story-detail.sass | 15 ++--------
.../insights/related-to-idea-story.sass | 3 +-
.../insights/resources/callout-resource.sass | 5 ++--
sass/partials/base/03-extend/_gsb-revamp.sass | 18 +++++++----
sass/partials/design/_wysiwyg.sass | 4 +--
11 files changed, 69 insertions(+), 51 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4363: adjust placement of magnifying glass icon.
css/conditionals/insights/design-insights.css | 6 +++---
sass/conditionals/insights/design-insights.sass | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4363: remove padding.
css/conditionals/insights/design-insights.css | 1 +
sass/conditionals/insights/design-insights.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4363: adjust placement of magnifying glass icon.
css/conditionals/insights/design-insights.css | 2 +-
sass/conditionals/insights/design-insights.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4338: theme the stories by criteris pane.
css/conditionals/news/pane-stories-by-criteria.css | 66 ++++++++
css/conditionals/news/view-mode-news-listing.css | 187 +++++++++++++++++++++
gsb_theme.info | 1 +
.../news/pane-stories-by-criteria.sass | 45 +++++
sass/conditionals/news/view-mode-news-listing.sass | 127 +++++++++++++-
sass/partials/base/03-extend/_gsb-revamp.sass | 11 +-
6 files changed, 426 insertions(+), 11 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4362: adjust quotation marks.
css/conditionals/insights/resources/callout-resource.css | 13 +++++++------
.../insights/resources/callout-resource.sass | 16 ++++++++++------
2 files changed, 17 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4151: update menu interaction for tap to close.
css/conditionals/insights/menu-insights-topics.css | 86 +++++++++++++--
js/responsive-menu.js | 1 +
.../insights/menu-insights-topics.sass | 116 ++++++++++++++-------
3 files changed, 156 insertions(+), 47 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4152: update menu breakpoints.
css/conditionals/insights/design-insights.css | 2 +-
css/conditionals/insights/menu-insights-topics.css | 14 +++++++++++++-
sass/conditionals/insights/design-insights.sass | 2 +-
sass/conditionals/insights/menu-insights-topics.sass | 8 +++++++-
4 files changed, 22 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4310: update the source display in case it wraps.
css/style.css | 7 +++++++
sass/partials/design/_existing-node.sass | 1 +
2 files changed, 8 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4308: hide taxonomy outside of insights on idea story and offsite idea story.
css/style.css | 10 +++++-----
sass/partials/design/_existing-node.sass | 15 ++++++++-------
2 files changed, 13 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4216: update house ad responsive.
css/style.css | 16 ++++++++++------
sass/partials/design/_house-ads.sass | 11 +++++++----
2 files changed, 17 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4216: house ads changes.
css/style.css | 41 +++++++++++++++++++++++++++++++-----
sass/partials/design/_house-ads.sass | 32 ++++++++++++++++++++++------
2 files changed, 62 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4216: house ad styling.
css/style.css | 42 ++++++++++++++++++++----------------
sass/partials/design/_house-ads.sass | 33 +++++++++++++++++++---------
2 files changed, 47 insertions(+), 28 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4193: styling for topic teaser.
css/conditionals/insights/fpp-topic-teaser.css | 79 ++++++++++++++++++++++++
gsb_theme.info | 1 +
sass/conditionals/insights/fpp-topic-teaser.sass | 51 +++++++++++++++
sass/partials/base/00-variables/_colors.sass | 2 +-
4 files changed, 132 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4300: float the form file input.
css/admin-modal/admin-modal.css | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4239: fix styling again for mixed list.
css/style.css | 68 ++++++++++++++-----------------
sass/partials/design/_search-filters.sass | 14 +------
2 files changed, 32 insertions(+), 50 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4248: update twitter feed styling.
css/conditionals/insights/design-insights.css | 6 +-
css/style.css | 106 ++++++++++++++++--------
sass/conditionals/insights/design-insights.sass | 3 +-
sass/partials/design/_design.sass | 21 -----
sass/partials/design/_fpp-social-media.sass | 99 ++++++++++++++++++----
5 files changed, 160 insertions(+), 75 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4267: share this link responsive fix.
css/conditionals/insights/idea-story-detail.css | 30 +++++++++++++++++++++--
sass/conditionals/insights/idea-story-detail.sass | 18 ++++++++++++--
2 files changed, 44 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4267: theme short url.
css/conditionals/insights/idea-story-detail.css | 19 +++++++++++++++++++
sass/conditionals/insights/idea-story-detail.sass | 21 +++++++++++++++++++++
2 files changed, 40 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4250: theme black links.
css/style.css | 59 +++++++++++++++++-------------------
sass/partials/design/_fpp-links.sass | 32 +++++++++----------
2 files changed, 44 insertions(+), 47 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4295: adjust chevron.
css/style.css | 10 ++++------
sass/partials/design/_cta-custom.sass | 10 ++++------
2 files changed, 8 insertions(+), 12 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4158: center the column.
css/conditionals/insights/design-insights.css | 1 +
sass/conditionals/insights/design-insights.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4158: changes to layout b.
css/conditionals/insights/design-insights.css | 39 +++++++++++--------------
css/style.css | 2 +-
sass/conditionals/insights/design-insights.sass | 22 +++++++-------
sass/partials/base/05-layouts/_layouts.sass | 2 +-
4 files changed, 31 insertions(+), 34 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4158: teaser responsive implementation.
css/conditionals/insights/design-insights.css | 82 +++---
.../insights/featured-insight-card.css | 7 +-
css/style.css | 287 +++++++++++++++------
sass/conditionals/insights/design-insights.sass | 30 ++-
.../insights/featured-insight-card.sass | 7 +-
sass/partials/base/01-mixins/_custom.sass | 13 +-
sass/partials/base/05-layouts/_layouts.sass | 22 +-
sass/partials/design/_existing-node.sass | 112 +++++++-
8 files changed, 406 insertions(+), 154 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4158: teaser theming.
css/conditionals/insights/design-insights.css | 12 +
.../insights/featured-insight-card.css | 2 +-
css/conditionals/insights/idea-story-detail.css | 14 +-
css/style.css | 318 ++++++++++++++++++++-
sass/conditionals/insights/design-insights.sass | 14 +
.../insights/featured-insight-card.sass | 2 +-
sass/conditionals/insights/idea-story-detail.sass | 7 +-
sass/partials/design/_existing-node.sass | 124 +++++++-
8 files changed, 477 insertions(+), 16 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4158: fix clubs listing after header change.
css/conditionals/club-landing-list.css | 24 +++++++++++++++---------
sass/conditionals/club-landing-list.sass | 13 ++++++++++---
2 files changed, 25 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4215: theme social buttons on idea story detail.
css/conditionals/insights/idea-story-detail.css | 42 +++++++++++++++++++++--
sass/conditionals/insights/idea-story-detail.sass | 35 ++++++++++++++++++-
2 files changed, 74 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-3928: change icon color to red.
css/style.css | 2 +-
sass/partials/design/_fpp-links.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-3928: update the pdf icon.
css/style.css | 15 ++++++++++++---
sass/partials/design/_fpp-links.sass | 15 ++++++++++++---
2 files changed, 24 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4239: update theming after view change.
css/conditionals/news/view-mode-news-listing.css | 212 ++++++++--------
css/style.css | 270 ++++++++++-----------
sass/conditionals/news/view-mode-news-listing.sass | 4 +-
sass/partials/design/_search-filters.sass | 4 +-
template.php | 2 +-
5 files changed, 246 insertions(+), 246 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4192: theme insights quote.
css/style.css | 94 +++++++++++++++++---------------
sass/partials/design/_fpp-quote.sass | 100 ++++++++++++++++++-----------------
2 files changed, 103 insertions(+), 91 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4176: topics landing list changes.
css/conditionals/insights/design-insights.css | 133 ++++++++++++++--
.../insights/insights-topic-listing.css | 90 +++++------
layouts/gsb-insights-a/gsb-insights-a.tpl.php | 29 ++--
layouts/gsb-insights-b/gsb-insights-b.tpl.php | 28 ++--
layouts/gsb-insights-c/gsb-insights-c.tpl.php | 28 ++--
sass/conditionals/insights/design-insights.sass | 77 ++++++---
.../insights/insights-topic-listing.sass | 174 +++++++++++----------
template.php | 3 +
templates/page.tpl.php | 2 +-
9 files changed, 358 insertions(+), 206 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4247: change class names on field groups.
.../faculty-research/meta-research-detail.css | 8 +-
css/conditionals/week-in-the-life-detail.css | 88 +++++++++++++++++++++-
css/conditionals/week-in-the-life-landing.css | 84 +--------------------
css/style.css | 20 -----
sass/conditionals/week-in-the-life-detail.sass | 57 +++++++++++++-
sass/conditionals/week-in-the-life-landing.sass | 58 +-------------
sass/partials/base/01-mixins/_custom.sass | 2 +-
sass/partials/design/_fpp-quote.sass | 15 ----
8 files changed, 148 insertions(+), 184 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4247: re style the featured event.
css/conditionals/event/event-featured.css | 79 +++++++++++------------------
sass/conditionals/event/event-featured.sass | 67 ++++++++++--------------
2 files changed, 57 insertions(+), 89 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4201: Theming for in the media listing.
css/conditionals/news/view-mode-news-listing.css | 213 ++++++++++++++++++++-
css/style.css | 177 +++++++++++++++--
sass/conditionals/news/view-mode-news-listing.sass | 121 +++++++++++-
sass/partials/design/_search-filters.sass | 8 +-
template.php | 5 +
5 files changed, 498 insertions(+), 26 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4199: faculty insights listing theming.
css/conditionals/news/view-mode-news-listing.css | 266 +++++++++++++++++++--
css/style.css | 163 +++++++++++--
sass/conditionals/news/view-mode-news-listing.sass | 147 ++++++++++--
sass/partials/design/_search-filters.sass | 8 +-
template.php | 10 +-
templates/ds-2col--node-news-listing.tpl.php | 33 +++
6 files changed, 557 insertions(+), 70 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4205: ranking listing styling.
css/conditionals/news/view-mode-news-listing.css | 145 +++++++++++++++++++-
css/style.css | 149 ++++++++++++++++++---
sass/conditionals/news/view-mode-news-listing.sass | 98 ++++++++++++++
sass/partials/design/_search-filters.sass | 8 +-
template.php | 5 +
5 files changed, 380 insertions(+), 25 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4213: add icon styling.
css/conditionals/news/view-mode-news-listing.css | 67 ++++++++++++++++++++--
sass/conditionals/news/view-mode-news-listing.sass | 29 ++++++++--
2 files changed, 88 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4213: styling for the mixed school story and announcement listing.
css/conditionals/news/view-mode-news-listing.css | 127 ++++++++++++++++-
css/style.css | 153 ++++++++++++++++++---
sass/conditionals/news/view-mode-news-listing.sass | 91 ++++++++++++
sass/partials/design/_search-filters.sass | 32 ++++-
template.php | 5 +
5 files changed, 383 insertions(+), 25 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4141: input align with main nav button.
css/conditionals/insights/design-insights.css | 5 +++++
sass/conditionals/insights/design-insights.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4141: hidde slogan and search at responsive breakpoints.
css/style.css | 11 +++++++++++
sass/partials/design/_design.sass | 3 +++
sass/partials/design/_search-filters.sass | 3 +++
3 files changed, 17 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4141: responsive search for insights.
css/conditionals/insights/design-insights.css | 13 ++++++++++---
css/conditionals/insights/menu-insights-topics.css | 3 +++
css/style.css | 2 ++
sass/conditionals/insights/design-insights.sass | 11 ++++++++---
sass/conditionals/insights/menu-insights-topics.sass | 3 +++
sass/partials/design/_banner.sass | 3 ++-
sass/partials/design/_design.sass | 2 --
7 files changed, 28 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4141: insights search.
css/conditionals/insights/design-insights.css | 70 +++++++++++++++-------
css/style.css | 6 +-
sass/conditionals/insights/design-insights.sass | 42 +++++++++----
.../base/04-defaults/forms/_formalize.sass | 4 +-
sass/partials/design/_design.sass | 2 +-
5 files changed, 87 insertions(+), 37 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4141: insights search styling.
css/conditionals/insights/design-insights.css | 140 +++++++++++++++++++++
css/conditionals/insights/menu-insights-topics.css | 2 +-
css/style.css | 35 +-----
js/responsive-menu.js | 1 +
sass/conditionals/insights/design-insights.sass | 104 +++++++++++++++
.../insights/menu-insights-topics.sass | 2 +-
sass/partials/design/_banner.sass | 26 ----
sass/partials/design/_search-filters.sass | 2 +-
8 files changed, 249 insertions(+), 63 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4177: update class name.
css/conditionals/insights/related-to-idea-story.css | 14 +++++++-------
sass/conditionals/insights/related-to-idea-story.sass | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4177: update theming to specs.
css/conditionals/insights/related-to-idea-story.css | 12 ++++++------
sass/conditionals/insights/related-to-idea-story.sass | 12 ++++++------
2 files changed, 12 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4177: update related faculty theming.
css/conditionals/insights/related-to-idea-story.css | 14 +++++++-------
sass/conditionals/insights/related-to-idea-story.sass | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-3926: change line-height and margin bottom.
css/style.css | 4 ++--
sass/partials/design/_wysiwyg.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-3926: bullet alignment.
css/style.css | 11 +++++++++++
sass/partials/design/_wysiwyg.sass | 12 +++++++++---
2 files changed, 20 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4153: mobile insights fix.
css/conditionals/insights/design-insights.css | 116 ++++++++++++++++++++++++
css/style.css | 110 ++--------------------
gsb_theme.info | 5 +
sass/conditionals/insights/design-insights.sass | 94 +++++++++++++++++++
sass/partials/design/_banner.sass | 2 +
sass/partials/design/_design.sass | 100 +-------------------
6 files changed, 228 insertions(+), 199 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4153: update header position.
templates/page.tpl.php | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 4 months ago
WP-4185: include new content types in related styling.
css/conditionals/insights/related-to-idea-story.css | 4 ++--
sass/conditionals/insights/related-to-idea-story.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4183: update banner title styling.
css/style.css | 19 +++++++++++++++++--
sass/partials/design/_banner.sass | 23 ++++++++++++++++++-----
2 files changed, 35 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-3993: image infographic pop up.
.../insights/resources/image-resource.css | 83 +++++++++++++++++++++-
.../insights/resources/image-resource.sass | 26 ++++++-
2 files changed, 107 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-3993: twitter resource styling.
.../insights/resources/twitter-resource.css | 19 ++++++++++++-------
.../insights/resources/twitter-resource.sass | 15 +++++++++------
2 files changed, 21 insertions(+), 13 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-3993: image resource responsive.
.../insights/resources/image-resource.css | 30 +++++++++++++++++-----
.../insights/resources/image-resource.sass | 17 ++++++++++++
sass/partials/base/03-extend/_gsb-revamp.sass | 3 ---
3 files changed, 40 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-3993: add figure wrapper.
templates/ds-1col--file-resource-image.tpl.php | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-3993: add new template for image resource.
templates/ds-1col--file-resource-image.tpl.php | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-3993: pullquote float styling.
css/conditionals/insights/resources/callout-resource.css | 9 +++++++++
sass/conditionals/insights/resources/callout-resource.sass | 7 +++++++
2 files changed, 16 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-3993: align twitter resources.
css/conditionals/insights/resources/twitter-resource.css | 8 ++++++--
sass/conditionals/insights/resources/twitter-resource.sass | 6 +++++-
2 files changed, 11 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-3993: callout resource styling.
css/conditionals/insights/resources/image-resource.css | 8 ++++----
css/conditionals/insights/resources/twitter-resource.css | 11 +++++++++++
sass/conditionals/insights/resources/callout-resource.sass | 1 -
sass/conditionals/insights/resources/image-resource.sass | 7 +------
sass/conditionals/insights/resources/twitter-resource.sass | 11 +++++++++++
sass/partials/base/03-extend/_gsb-revamp.sass | 8 ++++++++
6 files changed, 35 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-3993: add resource sheets.
css/conditionals/insights/idea-story-detail.css | 1 -
.../insights/resources/callout-resource.css | 38 ++++++++++++++++++++++
.../insights/resources/image-resource.css | 25 ++++++++++++++
.../insights/resources/twitter-resource.css | 0
.../insights/resources/video-resource.css | 0
gsb_theme.info | 6 ++++
sass/conditionals/insights/idea-story-detail.sass | 1 -
.../insights/resources/callout-resource.sass | 38 ++++++++++++++++++++++
.../insights/resources/image-resource.sass | 32 ++++++++++++++++++
.../insights/resources/twitter-resource.sass | 10 ++++++
.../insights/resources/video-resource.sass | 10 ++++++
11 files changed, 159 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4145: indent subscribe and media inquiries.
css/conditionals/insights/idea-story-detail.css | 4 ++++
sass/conditionals/insights/idea-story-detail.sass | 5 +++++
2 files changed, 9 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4103: responsive main menu adjustments.
css/conditionals/insights/menu-insights-topics.css | 10 +++---
css/style.css | 42 ++++++++++++++++++++++
.../insights/menu-insights-topics.sass | 10 +++---
sass/partials/design/_banner.sass | 2 ++
sass/partials/design/_design.sass | 17 +++++++++
sass/partials/design/_menu-main.sass | 10 ++++++
6 files changed, 81 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4144: adjust title padding.
css/style.css | 2 +-
sass/partials/design/_design.sass | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4061: hide footer adjustments.
css/style.css | 17 -----------------
sass/partials/design/_design.sass | 30 +++++++++++++++---------------
2 files changed, 15 insertions(+), 32 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4061: topic landing page style.
css/style.css | 37 ++++++++++++++++++++++++++++++++++---
sass/partials/design/_banner.sass | 3 ++-
sass/partials/design/_design.sass | 36 ++++++++++++++++++++++++++++++++++++
template.php | 2 +-
4 files changed, 73 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4105: responsive implementation of topics menu.
css/conditionals/insights/menu-insights-topics.css | 33 ++++++++++++++++++++++
css/style.css | 3 ++
.../insights/menu-insights-topics.sass | 18 ++++++++++++
sass/partials/design/_banner.sass | 2 ++
4 files changed, 56 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4105: style the taxonomy menu.
css/conditionals/insights/menu-insights-topics.css | 18 ++++++++++++++----
sass/conditionals/insights/menu-insights-topics.sass | 10 ++++++++--
2 files changed, 22 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4105: style the taxonomy menu.
css/conditionals/insights/menu-insights-topics.css | 88 ++++++++++++++++++++++
css/style.css | 4 +
gsb_theme.info | 1 +
.../insights/menu-insights-topics.sass | 67 ++++++++++++++++
sass/partials/design/_banner.sass | 3 +
5 files changed, 163 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4106: style the banner and banner title.
css/style.css | 14 ++++++++++++--
sass/partials/design/_banner.sass | 13 +++++++++++--
sass/partials/design/_design.sass | 3 ++-
3 files changed, 25 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4101: style footer menus.
css/style.css | 67 +++++++++++++++++++++++++++---
sass/partials/design/_design.sass | 85 +++++++++++++++++++++++++--------------
sass/partials/design/_footer.sass | 18 +++++++++
3 files changed, 134 insertions(+), 36 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4101: style the bottom content area.
css/style.css | 55 +++++++++++++++++++++++++++++++++------
sass/partials/design/_design.sass | 41 +++++++++++++++++++++++++----
template.php | 1 +
3 files changed, 84 insertions(+), 13 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4095: media inquiries styling.
css/conditionals/news/media-inquiries.css | 4 ++++
sass/conditionals/news/media-inquiries.sass | 4 ++++
2 files changed, 8 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4095: style media inquiries.
css/conditionals/news/media-inquiries.css | 14 ++++++++++++++
gsb_theme.info | 1 +
sass/conditionals/news/media-inquiries.sass | 18 ++++++++++++++++++
3 files changed, 33 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4127: pr contact updated theming with responsive.
css/conditionals/news/pr-contact.css | 80 ++++++++++++----------
.../insights/related-to-idea-story.sass | 1 +
sass/conditionals/news/pr-contact.sass | 52 +++++++++-----
3 files changed, 82 insertions(+), 51 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-3922: explore more theming on school story and announcement.
css/conditionals/news/announcement-detail.css | 2 +-
css/conditionals/news/school-story-detail.css | 2 +-
css/conditionals/news/view-mode-news-listing.css | 138 +++++++++++++++++++++
gsb_theme.info | 1 +
sass/conditionals/news/announcement-detail.sass | 2 +-
sass/conditionals/news/school-story-detail.sass | 2 +-
sass/conditionals/news/view-mode-news-listing.sass | 96 ++++++++++++++
template.php | 3 +
...ds-2col--node-announcement-news-listing.tpl.php | 33 +++++
...ds-2col--node-school-story-news-listing.tpl.php | 33 +++++
10 files changed, 308 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4122: infographic label in related should be bold.
css/conditionals/insights/related-to-idea-story.css | 1 +
sass/conditionals/insights/related-to-idea-story.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4108: pr contact styling.
css/conditionals/news/pr-contact.css | 118 +++++++++++++++++++++++++++++++++
sass/conditionals/news/pr-contact.sass | 72 ++++++++++++++++++++
2 files changed, 190 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4108: add sheet for pr contact.
css/conditionals/news/pr-contact.css | 0
gsb_theme.info | 1 +
sass/conditionals/news/pr-contact.sass | 11 +++++++++++
3 files changed, 12 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4098: fix foonote link color.
css/style.css | 25 +++++++------
sass/partials/design/_design.sass | 78 ++++++++++++++++++++-------------------
2 files changed, 54 insertions(+), 49 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-3932: school story detail theming.
css/conditionals/news/announcement-detail.css | 28 ++--
css/conditionals/news/school-story-detail.css | 211 ++++++++++++++++++++++++
gsb_theme.info | 1 +
sass/conditionals/news/announcement-detail.sass | 49 +++---
sass/conditionals/news/school-story-detail.sass | 163 ++++++++++++++++++
templates/ds-2col--node-school-story.tpl.php | 32 ++++
6 files changed, 443 insertions(+), 41 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-3917: adjust media icons in related.
.../insights/related-to-idea-story.css | 38 ++++++++++++++
css/conditionals/news/announcement-detail.css | 18 +++----
.../insights/related-to-idea-story.sass | 8 +++
sass/conditionals/news/announcement-detail.sass | 61 +++++++++++-----------
4 files changed, 86 insertions(+), 39 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-3917: theme announcement batch 1.
css/conditionals/insights/idea-story-detail.css | 150 ++++-----
.../insights/related-to-idea-story.css | 140 +++------
css/conditionals/news/announcement-detail.css | 215 +++++++++++++
css/style.css | 49 ++-
gsb_theme.info | 1 +
sass/conditionals/insights/idea-story-detail.sass | 123 ++++----
.../insights/related-to-idea-story.sass | 344 ++++++++++-----------
sass/conditionals/news/announcement-detail.sass | 163 ++++++++++
sass/partials/base/03-extend/_gsb-revamp.sass | 34 ++
sass/partials/design/_design.sass | 41 +++
templates/ds-2col--node-announcement.tpl.php | 32 ++
11 files changed, 864 insertions(+), 428 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4070: update title line height and date margin.
css/conditionals/insights/featured-insight-card.css | 3 ++-
css/conditionals/insights/idea-story-detail.css | 2 +-
css/conditionals/insights/related-to-idea-story.css | 12 ++++++------
sass/conditionals/insights/featured-insight-card.sass | 3 ++-
sass/conditionals/insights/idea-story-detail.sass | 3 +--
sass/conditionals/insights/related-to-idea-story.sass | 13 +++++++------
6 files changed, 19 insertions(+), 17 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4001: change margin top spacing.
css/conditionals/insights/idea-story-detail.css | 2 +-
sass/conditionals/insights/idea-story-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4064: update font size.
css/conditionals/insights/related-to-idea-story.css | 2 +-
sass/conditionals/insights/related-to-idea-story.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4007: add styling for listings.
.../insights/insights-topic-listing.css | 161 +++++++++++++++++++++
.../insights/insights-topic-listing.sass | 118 +++++++++++++++
2 files changed, 279 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4007: add sheet for insights topic listing.
css/conditionals/insights/insights-topic-listing.css | 0
gsb_theme.info | 1 +
sass/conditionals/insights/insights-topic-listing.sass | 1 +
3 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4050: adjust font-size.
css/conditionals/insights/idea-story-detail.css | 3 +--
sass/conditionals/insights/idea-story-detail.sass | 4 ++--
2 files changed, 3 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-4046: update jabco date style.
css/conditionals/insights/featured-insight-card.css | 3 ++-
sass/conditionals/insights/featured-insight-card.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 5 months ago
WP-3997: sign up form styling.
css/conditionals/insights/idea-story-detail.css | 160 +++++++++++++++++++++-
sass/conditionals/insights/idea-story-detail.sass | 102 +++++++++++++-
2 files changed, 260 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4040: update footnote styling, commit border color extend change.
css/conditionals/event/event-landing.css | 2 +-
css/conditionals/faculty-research/book-detail.css | 4 ++--
css/conditionals/faculty-research/book-landing-list.css | 2 +-
css/conditionals/faculty-research/case-detail.css | 4 ++--
css/conditionals/faculty-research/case-landing-list.css | 2 +-
css/conditionals/faculty-research/faculty-detail.css | 2 +-
css/conditionals/faculty-research/publication-detail.css | 4 ++--
css/conditionals/faculty-research/publication-landing-list.css | 2 +-
css/conditionals/faculty-research/working-paper-detail.css | 4 ++--
css/conditionals/faculty-research/working-paper-landing-list.css | 2 +-
css/conditionals/insights/idea-story-detail.css | 4 ++--
css/conditionals/phd-candidate-detail.css | 2 +-
sass/conditionals/insights/idea-story-detail.sass | 2 +-
13 files changed, 18 insertions(+), 18 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4001: style the explore more section.
css/conditionals/insights/idea-story-detail.css | 131 ++++++++++++++++++++-
.../insights/related-to-idea-story.css | 16 +--
css/conditionals/insights/top-stories.css | 22 ++--
sass/conditionals/insights/idea-story-detail.sass | 98 +++++++++++++++
.../insights/related-to-idea-story.sass | 2 +-
sass/conditionals/insights/top-stories.sass | 20 ++--
sass/partials/base/00-variables/_base.sass | 4 +-
7 files changed, 260 insertions(+), 33 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4028: add left margin to taxonomy.
css/conditionals/insights/idea-story-detail.css | 6 ++++++
sass/conditionals/insights/idea-story-detail.sass | 3 +++
2 files changed, 9 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4027: realign icon.
css/conditionals/insights/idea-story-detail.css | 8 ++++----
sass/conditionals/insights/idea-story-detail.sass | 18 +++++++++---------
2 files changed, 13 insertions(+), 13 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3994: featured insight card responsive.
.../insights/featured-insight-card.css | 54 ++++++++++++++++------
css/style.css | 37 +++++++++++++++
.../insights/featured-insight-card.sass | 41 +++++++++-------
sass/partials/base/05-layouts/_layouts.sass | 15 ++++++
4 files changed, 116 insertions(+), 31 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3994: content insight featured card styling.
.../insights/featured-insight-card.css | 76 ++++++++++++++++++++++
.../insights/featured-insight-card.sass | 69 ++++++++++++++++++++
2 files changed, 145 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3994: add sheet for featured insight card.
css/conditionals/insights/featured-insight-card.css | 0
gsb_theme.info | 1 +
sass/conditionals/insights/featured-insight-card.sass | 10 ++++++++++
3 files changed, 11 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4010: update related content styling.
css/conditionals/insights/idea-story-detail.css | 2 +-
.../insights/related-to-idea-story.css | 49 +++++++++++++++-----
.../insights/related-to-idea-story.sass | 52 +++++++++++++++++-----
sass/partials/base/03-extend/_gsb-revamp.sass | 4 +-
4 files changed, 83 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3894: adjust footnote size.
css/conditionals/insights/idea-story-detail.css | 11 ++++++-----
sass/conditionals/insights/idea-story-detail.sass | 12 +++++++-----
2 files changed, 13 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4006: add listing region to layouts.
layouts/gsb-insights-a/gsb-insights-a.inc | 4 +++-
layouts/gsb-insights-a/gsb-insights-a.tpl.php | 8 +++++++
layouts/gsb-insights-b/gsb-insights-b.inc | 2 ++
layouts/gsb-insights-b/gsb-insights-b.tpl.php | 34 +++++++++++++++++----------
layouts/gsb-insights-c/gsb-insights-c.inc | 2 ++
layouts/gsb-insights-c/gsb-insights-c.tpl.php | 8 +++++++
6 files changed, 44 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4016: taxonomy spacing.
css/conditionals/insights/idea-story-detail.css | 3 ---
sass/conditionals/insights/idea-story-detail.sass | 2 --
2 files changed, 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4017: update the author and styling.
css/conditionals/insights/idea-story-detail.css | 2 +-
sass/conditionals/insights/idea-story-detail.sass | 7 +++----
2 files changed, 4 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4019: force related faculty linked author name to wrap.
css/conditionals/insights/related-to-idea-story.css | 5 +++++
sass/conditionals/insights/related-to-idea-story.sass | 6 +++++-
2 files changed, 10 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-4014: update styling for wide-view.
css/conditionals/insights/top-stories.css | 78 ++++++++++++++++++++++++++---
sass/conditionals/insights/top-stories.sass | 78 ++++++++++++++++++++++-------
2 files changed, 133 insertions(+), 23 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3893: style footnotes and footnotes section.
css/conditionals/insights/idea-story-detail.css | 37 +++++++++++++---
css/style.css | 4 ++
sass/conditionals/insights/idea-story-detail.sass | 54 ++++++++++++++++-------
sass/partials/design/_design.sass | 4 ++
template.php | 6 +--
5 files changed, 79 insertions(+), 26 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3893: addfootnote list function.
template.php | 43 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3911-1: update styling.
.../insights/related-to-idea-story.css | 47 ++++++++++++++++------
css/conditionals/insights/top-stories.css | 14 +------
.../insights/related-to-idea-story.sass | 31 +++++++++++++-
sass/conditionals/insights/top-stories.sass | 6 ++-
4 files changed, 70 insertions(+), 28 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3911: configure and style the related content.
.../insights/related-to-idea-story.css | 189 +++++++++++++++++++++
css/conditionals/insights/top-stories.css | 1 +
gsb_theme.info | 1 +
.../insights/related-to-idea-story.sass | 146 ++++++++++++++++
sass/conditionals/insights/top-stories.sass | 3 +-
5 files changed, 339 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3904: Top stories styling.
css/conditionals/insights/idea-story-detail.css | 3 +-
css/conditionals/insights/top-stories.css | 197 ++++++++++++++++++++++
sass/conditionals/insights/idea-story-detail.sass | 4 +-
sass/conditionals/insights/top-stories.sass | 157 +++++++++++++++++
sass/partials/base/00-variables/_base.sass | 3 +
5 files changed, 361 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3904: add sheet for top stories.
css/conditionals/insights/top-stories.css | 0
gsb_theme.info | 1 +
sass/conditionals/insights/top-stories.sass | 1 +
3 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3890: change infographic label style.
css/conditionals/insights/idea-story-detail.css | 10 +++++-----
sass/conditionals/insights/idea-story-detail.sass | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3882: super text styling.
css/conditionals/insights/idea-story-detail.css | 19 +++++++++++++++++++
sass/conditionals/insights/idea-story-detail.sass | 16 ++++++++++++++++
2 files changed, 35 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3882: idea story markdown body styling.
css/conditionals/insights/idea-story-detail.css | 30 ++++++++++++++++-----
sass/conditionals/insights/idea-story-detail.sass | 33 ++++++++++++++++++++---
2 files changed, 52 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3878: adjust taxonomy comma spacing.
css/conditionals/insights/idea-story-detail.css | 6 ++++++
sass/conditionals/insights/idea-story-detail.sass | 4 ++++
2 files changed, 10 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3876: adjust spacing on key taxonomy terms.
css/conditionals/insights/idea-story-detail.css | 4 +++-
sass/conditionals/insights/idea-story-detail.sass | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3871: add insights c layout.
css/style.css | 278 ++++++++++++++++++----
layouts/gsb-insights-a/gsb-insights-a.css | 4 +
layouts/gsb-insights-a/gsb-insights-a.inc | 35 +++
layouts/gsb-insights-a/gsb-insights-a.png | Bin 0 -> 1168 bytes
layouts/gsb-insights-a/gsb-insights-a.tpl.php | 108 +++++++++
layouts/gsb-insights-b/gsb-insights-b.css | 4 +
layouts/gsb-insights-b/gsb-insights-b.inc | 27 +++
layouts/gsb-insights-b/gsb-insights-b.png | Bin 0 -> 2914 bytes
layouts/gsb-insights-b/gsb-insights-b.tpl.php | 78 ++++++
layouts/gsb-insights-c/gsb-insights-c.css | 4 +
layouts/gsb-insights-c/gsb-insights-c.inc | 20 ++
layouts/gsb-insights-c/gsb-insights-c.png | Bin 0 -> 2904 bytes
layouts/gsb-insights-c/gsb-insights-c.tpl.php | 53 +++++
layouts/gsb-insights-one/gsb-insights-one.css | 4 -
layouts/gsb-insights-one/gsb-insights-one.inc | 25 --
layouts/gsb-insights-one/gsb-insights-one.png | Bin 2914 -> 0 bytes
layouts/gsb-insights-one/gsb-insights-one.tpl.php | 84 -------
layouts/gsb-insights-two/gsb-insights-two.css | 4 -
layouts/gsb-insights-two/gsb-insights-two.inc | 18 --
layouts/gsb-insights-two/gsb-insights-two.png | Bin 2904 -> 0 bytes
layouts/gsb-insights-two/gsb-insights-two.tpl.php | 53 -----
sass/partials/base/00-variables/_base.sass | 1 +
sass/partials/base/01-mixins/_custom.sass | 12 +
sass/partials/base/05-layouts/_layouts.sass | 93 +++++++-
24 files changed, 660 insertions(+), 245 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Adam Moore, 2 years, 6 months ago
Remove bad merge file.
.../insights/idea-story-detail.sass/HEAD | 169 ---------------------
1 file changed, 169 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3804: adjust dek line height to match intro copy.
css/conditionals/insights/idea-story-detail.css | 2 +-
sass/conditionals/insights/idea-story-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3804: add commas to key taxonomy terms.
css/conditionals/insights/idea-story-detail.css | 7 +++++++
sass/conditionals/insights/idea-story-detail.sass | 6 ++++++
2 files changed, 13 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3804: style batch one of idea story detail.
sass/conditionals/insights/idea-story-detail.sass | 159 ++++++++++++++++++++++
1 file changed, 159 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3804: rename sheet for idea story detail styling.
sass/conditionals/insights/idea-story-detail.sass | 159 -------------------
.../insights/idea-story-detail.sass/HEAD | 169 +++++++++++++++++++++
sass/conditionals/insights/insights-detail.sass | 10 --
3 files changed, 169 insertions(+), 169 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3804: add sheet for insights detail styling.
css/conditionals/insights/insights-detail.css | 71 -------------------------
sass/conditionals/insights/insights-detail.sass | 10 ++++
2 files changed, 10 insertions(+), 71 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3804: style batch one of idea story detail.
css/conditionals/insights/idea-story-detail.css | 190 ++++++++++++++++++++++
sass/conditionals/insights/idea-story-detail.sass | 159 ++++++++++++++++++
2 files changed, 349 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3804: rename sheet for idea story detail styling.
css/conditionals/insights/idea-story-detail.css | 0
css/conditionals/insights/insights-detail.css | 4 ++--
gsb_theme.info | 2 +-
sass/conditionals/insights/idea-story-detail.sass | 10 ++++++++++
sass/conditionals/insights/insights-detail.sass | 10 ----------
5 files changed, 13 insertions(+), 13 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3804: add sheet for insights detail styling.
css/conditionals/insights/insights-detail.css | 71 +++++++++++++++++++++++++
gsb_theme.info | 1 +
sass/conditionals/insights/insights-detail.sass | 10 ++++
3 files changed, 82 insertions(+)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3834: add insights two layout.
css/style.css | 70 ++++++++++++++++++++--
layouts/gsb-insights-one/gsb-insights-one.png | Bin 1111 -> 2914 bytes
layouts/gsb-insights-one/gsb-insights-one.tpl.php | 2 +-
layouts/gsb-insights-two/gsb-insights-two.css | 4 ++
layouts/gsb-insights-two/gsb-insights-two.inc | 18 ++++++
layouts/gsb-insights-two/gsb-insights-two.png | Bin 0 -> 2904 bytes
layouts/gsb-insights-two/gsb-insights-two.tpl.php | 53 ++++++++++++++++
sass/partials/base/05-layouts/_layouts.sass | 42 ++++++++++++-
8 files changed, 181 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3834: insights one layout.
css/style.css | 76 +++++++++++++++++
layouts/gsb-insights-one/gsb-business-insights.css | 11 ---
layouts/gsb-insights-one/gsb-business-insights.inc | 23 -----
layouts/gsb-insights-one/gsb-business-insights.png | Bin 1111 -> 0 bytes
.../gsb-insights-one/gsb-business-insights.tpl.php | 93 ---------------------
layouts/gsb-insights-one/gsb-insights-one.css | 4 +
layouts/gsb-insights-one/gsb-insights-one.inc | 25 ++++++
layouts/gsb-insights-one/gsb-insights-one.png | Bin 0 -> 1111 bytes
layouts/gsb-insights-one/gsb-insights-one.tpl.php | 84 +++++++++++++++++++
sass/partials/base/00-variables/_base.sass | 3 +
sass/partials/base/05-layouts/_layouts.sass | 44 +++++++++-
11 files changed, 235 insertions(+), 128 deletions(-)

view commit - committer: Adam Moore, 2 years, 4 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3834: rename layout.
.../gsb-business-insights.css | 11 ---
.../gsb-business-insights.inc | 23 -----
.../gsb-business-insights.png | Bin 1111 -> 0 bytes
.../gsb-business-insights.tpl.php | 93 ---------------------
layouts/gsb-insights-one/gsb-business-insights.css | 11 +++
layouts/gsb-insights-one/gsb-business-insights.inc | 23 +++++
layouts/gsb-insights-one/gsb-business-insights.png | Bin 0 -> 1111 bytes
.../gsb-insights-one/gsb-business-insights.tpl.php | 93 +++++++++++++++++++++
8 files changed, 127 insertions(+), 127 deletions(-)

view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3919: remove the feature person sass partial.
css/style.css | 178 +------------------------
sass/partials/design/_all.sass | 1 -
sass/partials/design/_fpp-featured-person.sass | 98 --------------
3 files changed, 5 insertions(+), 272 deletions(-)

view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3842: remove line-height override.
css/style.css | 1 -
sass/partials/design/_pager.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 5 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3841: faculty author chevron position.
css/conditionals/faculty-research/meta-research-detail.css | 3 +--
sass/partials/base/01-mixins/_custom.sass | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3958: style form button.
css/conditionals/form-rethink.css | 20 ++++++++++++++------
sass/conditionals/form-rethink.sass | 11 +++++++++++
2 files changed, 25 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3924: adjust phd faculty advisor theming on detail page.
css/conditionals/phd-candidate-detail.css | 9 ++++-----
css/conditionals/phd-candidate-job-market-list.css | 2 +-
sass/conditionals/phd-candidate-detail.sass | 4 ++--
sass/conditionals/phd-candidate-job-market-list.sass | 2 +-
4 files changed, 8 insertions(+), 9 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3923: update class name to style faculty advisors.
css/conditionals/phd-candidate-job-market-list.css | 16 ++++++++--------
sass/conditionals/phd-candidate-job-market-list.sass | 2 +-
2 files changed, 9 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3855: resolve tags issues for desktop and mobile.
css/style.css | 9 ++++++++-
sass/partials/design/_fieldgroup-commas.sass | 4 +++-
2 files changed, 11 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3832: update link or pdf button styling.
css/conditionals/faculty-research/book-detail.css | 17 +++++++++++------
sass/conditionals/faculty-research/book-detail.sass | 13 ++++++++-----
2 files changed, 19 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 6 months ago
WP-3854: add left margin to image cta chevron.
css/style.css | 1 +
sass/partials/design/_cta-image.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 2 years, 6 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3801: adjust show more arrow in IE.
css/style.css | 5 ++---
sass/partials/design/_design.sass | 5 ++---
2 files changed, 4 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3799: add case number and style.
css/conditionals/faculty-research/case-landing-list.css | 4 ++++
sass/conditionals/faculty-research/case-landing-list.sass | 5 +++++
2 files changed, 9 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3838: indent link class for clubs.
css/style.css | 21 ++++++------
sass/partials/design/_fpp-cta-image-homepage.sass | 42 +++++++++++------------
2 files changed, 31 insertions(+), 32 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3836: add right padding for double wide.
css/style.css | 2 ++
sass/partials/design/_slideshow.sass | 2 ++
2 files changed, 4 insertions(+)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3783: text link field spacing.
css/admin-modal/admin-modal.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3830: update slide theming.
css/style.css | 44 ++++++++++-------------------------
sass/partials/design/_slideshow.sass | 45 +++++++++++-------------------------
2 files changed, 26 insertions(+), 63 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3785: better implementation of slideshow arrows.
css/style.css | 89 +++++++++++++++---------------------
sass/partials/design/_slideshow.sass | 81 ++++++++++++++------------------
2 files changed, 71 insertions(+), 99 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3794: image cta responsive implementation.
css/style.css | 151 ++++++++++++++++++++++-----
sass/partials/base/00-variables/_colors.sass | 4 +-
sass/partials/design/_cta-image.sass | 122 ++++++++++++++++------
3 files changed, 217 insertions(+), 60 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3783: add margin to fix overlap.
css/admin-modal/admin-modal.css | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3792: add space before chevron.
css/style.css | 1 +
sass/partials/design/_slideshow.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3791: update superhead font size.
css/style.css | 10 ++++++++--
sass/partials/design/_slideshow.sass | 7 +++++--
2 files changed, 13 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3736: make styling more specific.
css/style.css | 32 ++++++++++++++++----------------
sass/partials/design/_cta-image.sass | 7 +++----
2 files changed, 19 insertions(+), 20 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3736: image cta redesign.
css/style.css | 294 ++++++---------------------
sass/partials/base/00-variables/_colors.sass | 9 +
sass/partials/design/_cta-image.sass | 253 +++++++----------------
3 files changed, 139 insertions(+), 417 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3720: fix link hover color.
css/conditionals/front.css | 10 +-
css/style.css | 573 +++++++++-------------------
js/custom.js | 3 +
sass/conditionals/front.sass | 25 +-
sass/partials/base/05-layouts/_layouts.sass | 9 +-
sass/partials/design/_slideshow.sass | 440 ++++++++-------------
6 files changed, 351 insertions(+), 709 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3722: update wysiwyg list styles.
css/style.css | 20 +++++++-------------
sass/partials/design/_wysiwyg.sass | 16 +++++++---------
2 files changed, 14 insertions(+), 22 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3739: initial home page cta styling.
css/style.css | 91 +++++++++++++----------
js/custom.js | 11 +++
sass/partials/design/_fpp-cta-image-homepage.sass | 54 +++++++-------
3 files changed, 92 insertions(+), 64 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3739: initial home page cta styling.
css/style.css | 110 +++++++++++++++++++++-
sass/partials/design/_fpp-cta-image-homepage.sass | 60 ++++++++++++
2 files changed, 167 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3739: create a partial for the homepage cta.
sass/partials/design/_all.sass | 3 +++
sass/partials/design/_fpp-cta-image-homepage.sass | 3 +++
2 files changed, 6 insertions(+)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3720: fix link hover color.
css/style.css | 4 ++--
sass/partials/design/_wysiwyg.sass | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3718: add underline to show more on hover.
css/style.css | 1 +
sass/partials/base/03-extend/_gsb-revamp.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3720: update body link hover state.
css/style.css | 5 -----
sass/partials/design/_wysiwyg.sass | 5 +----
2 files changed, 1 insertion(+), 9 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3717: update the title styling.
css/conditionals/event/event-detail.css | 11 +++++------
sass/conditionals/event/event-detail.sass | 8 ++++----
2 files changed, 9 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3716: update twitter handle styling.
css/conditionals/front.css | 13 ++++---------
sass/conditionals/front.sass | 16 ++++++----------
2 files changed, 10 insertions(+), 19 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3708: update narrow view text fpp.
css/style.css | 7 ++++---
sass/partials/design/_fpp-text.sass | 7 ++++---
2 files changed, 8 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3703: update the icon line heights and label for faculty detail.
css/conditionals/faculty-research/faculty-detail.css | 10 +++-------
css/style.css | 19 ++++++++++---------
.../conditionals/faculty-research/faculty-detail.sass | 10 ++++------
sass/partials/design/_menu-main.sass | 6 +-----
sass/partials/design/_search-filters.sass | 7 ++++---
5 files changed, 22 insertions(+), 30 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3685: update comma styling.
css/style.css | 10 +++-------
sass/partials/design/_fieldgroup-commas.sass | 13 +++++++------
2 files changed, 10 insertions(+), 13 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3686: remove width and margin.
css/conditionals/library/pane-searchworks.css | 2 --
sass/conditionals/library/pane-searchworks.sass | 2 --
2 files changed, 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3683: update business websites styling.
css/conditionals/library/pane-faqs.css | 20 ++++++++--
.../library/view-business-website-detail.css | 37 ++++++++++++-------
sass/conditionals/library/pane-faqs.sass | 8 ++--
.../library/view-business-website-detail.sass | 43 +++++++++++++++-------
4 files changed, 73 insertions(+), 35 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3688: adjust tabs.
css/style.css | 8 ++++----
sass/partials/design/_pager.sass | 10 +++++-----
2 files changed, 9 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3689: update chevron styling.
css/style.css | 6 +++---
sass/partials/design/_house-ads.sass | 7 +++----
2 files changed, 6 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3685: update tags styling on events listing.
css/conditionals/event/event-landing.css | 3 ---
css/style.css | 4 +++-
sass/conditionals/event/event-landing.sass | 4 +---
sass/partials/design/_fieldgroup-commas.sass | 4 +++-
4 files changed, 7 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3651: update breakpoint, make more specific.
css/style.css | 66 +++++++++++++++-------
.../base/06-ui-patterns/_drupal-patterns.sass | 56 ++++++++++++------
sass/partials/design/_video.sass | 6 +-
3 files changed, 87 insertions(+), 41 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3682: update diptych cta.
css/style.css | 7 ++++++-
sass/partials/design/_diptych.sass | 9 ++++++++-
2 files changed, 14 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 7 months ago
WP-3657: Update responsive behavior.
css/conditionals/event/event-landing.css | 11 +++++------
sass/conditionals/event/event-landing.sass | 6 ++----
2 files changed, 7 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3651: update responsive implementation of video, spotlight and house ad.
css/style.css | 95 ++++++++++++++++------
js/custom.js | 2 +-
.../base/06-ui-patterns/_drupal-patterns.sass | 24 ++++--
sass/partials/design/_fpp-spotlight.sass | 3 +
sass/partials/design/_video.sass | 37 ++++++---
5 files changed, 119 insertions(+), 42 deletions(-)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Alexei Gorobets, 2 years, 7 months ago
WP-3351: Remove link on image invisible titles that redirected users to file entity page.
templates/file_entity.tpl.php | 94 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 94 insertions(+)

view commit - committer: Adam Moore, 2 years, 7 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3286: updating link styles globally.
css/conditionals/block-weather.css | 1 +
css/conditionals/club-landing-list.css | 21 +-
css/conditionals/e-newsletter-list.css | 1 +
css/conditionals/event/event-detail.css | 33 +-
css/conditionals/event/event-featured.css | 2 +
css/conditionals/event/event-landing.css | 25 +-
css/conditionals/event/event-upcoming.css | 94 ++-
css/conditionals/event/view-academic-calendar.css | 1 +
css/conditionals/event/view-admission-calendar.css | 41 +-
css/conditionals/faculty-research/book-detail.css | 76 +--
css/conditionals/faculty-research/case-detail.css | 51 +-
.../faculty-research/case-landing-list.css | 1 +
.../faculty-research/faculty-detail.css | 10 +
.../faculty-research/meta-research-detail.css | 1 +
.../faculty-research/publication-detail.css | 43 +-
.../faculty-research/view-mode-teaser-listing.css | 1 +
.../view-mode-views-content-pane.css | 34 +-
.../faculty-research/working-paper-detail.css | 42 +-
css/conditionals/form-rethink.css | 22 +-
css/conditionals/front.css | 53 +-
css/conditionals/library/pane-bookmarklet.css | 19 +-
css/conditionals/library/pane-chat.css | 1 +
css/conditionals/library/pane-hours.css | 67 ++-
css/conditionals/library/pane-rss.css | 2 +
.../library/view-business-website-detail.css | 1 +
css/conditionals/phd-candidate-detail.css | 5 +
css/conditionals/phd-candidate-job-market-list.css | 25 +-
css/conditionals/program-landing.css | 4 +
css/conditionals/week-in-the-life-detail.css | 32 +-
css/conditionals/week-in-the-life-landing.css | 101 ++--
css/style.css | 649 +++++++++++----------
fonts/icons/_icons.scss | 20 +-
sass/conditionals/club-landing-list.sass | 12 +-
sass/conditionals/event/event-detail.sass | 10 +-
sass/conditionals/event/event-landing.sass | 8 +-
sass/conditionals/event/event-upcoming.sass | 17 +-
.../event/view-admission-calendar.sass | 35 +-
.../conditionals/faculty-research/book-detail.sass | 2 -
.../conditionals/faculty-research/case-detail.sass | 2 -
.../faculty-research/publication-detail.sass | 2 -
.../faculty-research/working-paper-detail.sass | 2 -
sass/conditionals/form-rethink.sass | 2 -
sass/conditionals/front.sass | 20 +-
.../phd-candidate-job-market-list.sass | 24 +-
sass/conditionals/week-in-the-life-detail.sass | 2 +-
sass/conditionals/week-in-the-life-landing.sass | 62 +-
sass/partials/base/03-extend/_gsb-revamp.sass | 169 +++---
sass/partials/base/04-defaults/_common.sass | 7 +
sass/partials/design/_accordion.sass | 4 +-
sass/partials/design/_cta-custom.sass | 8 +-
sass/partials/design/_cta.sass | 16 +-
sass/partials/design/_design.sass | 3 -
sass/partials/design/_diptych.sass | 45 +-
sass/partials/design/_fieldgroup-commas.sass | 4 -
sass/partials/design/_footer.sass | 43 +-
sass/partials/design/_fpp-links.sass | 32 +-
sass/partials/design/_fpp-spotlight.sass | 4 +-
sass/partials/design/_house-ads.sass | 2 +-
sass/partials/design/_menu-main-mega.sass | 2 -
sass/partials/design/_menu-main.sass | 10 +-
sass/partials/design/_menu-sidebar.sass | 2 +
sass/partials/design/_pager.sass | 31 +-
sass/partials/design/_search-filters.sass | 11 +-
sass/partials/design/_slideshow.sass | 36 +-
sass/partials/design/_wysiwyg.sass | 3 +-
65 files changed, 1135 insertions(+), 976 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3647: update faculty listing filters.
css/conditionals/faculty-research/faculty-landing-list.css | 14 ++++++++++++++
.../faculty-research/faculty-landing-list.sass | 10 ++++++++++
2 files changed, 24 insertions(+)

view commit - committer: Greg Mercer (GBear), 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3647: fix for case availability.
css/conditionals/faculty-research/case-landing-list.css | 15 +++++++++++++++
css/style.css | 2 +-
sass/conditionals/faculty-research/case-landing-list.sass | 6 ++++++
sass/partials/design/_search-filters.sass | 2 +-
4 files changed, 23 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3646: add margin bottom for spacing.
css/admin-modal/admin-modal.css | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3587: update links style.
css/conditionals/library/pane-rss.css | 20 ++++++++++++++++++++
sass/conditionals/library/pane-rss.sass | 8 +++++++-
2 files changed, 27 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3586: adjust spacing.
css/conditionals/faculty-research/faculty-detail.css | 1 -
sass/conditionals/faculty-research/faculty-detail.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3631: update the dark grey color.
.../faculty-research/faculty-detail.css | 2 +-
css/conditionals/library/pane-hours.css | 2 +-
css/conditionals/msx-fellow-detail.css | 2 +-
css/conditionals/phd-candidate-detail.css | 4 +--
css/conditionals/phd-candidate-job-market-list.css | 2 +-
css/conditionals/phd-candidate-placements-list.css | 2 +-
css/conditionals/program-landing.css | 10 +++----
css/conditionals/week-in-the-life-landing.css | 4 +--
css/style.css | 32 +++++++++++-----------
sass/partials/base/00-variables/_colors.sass | 2 +-
sass/partials/design/_fpp-spotlight.sass | 9 ++++--
11 files changed, 37 insertions(+), 34 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3632: remove hyphen.
css/conditionals/front.css | 5 -----
sass/conditionals/front.sass | 3 ---
2 files changed, 8 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3632: update front page events styling.
css/conditionals/front.css | 41 +++++++++++++++---------------
sass/conditionals/front.sass | 60 +++++++++++++++++++++++++-------------------
2 files changed, 54 insertions(+), 47 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3636: update event detail text and link colors.
css/conditionals/event/event-detail.css | 22 +++++++++++++---------
css/style.css | 4 ++--
sass/conditionals/event/event-detail.sass | 19 ++++++++++++-------
sass/partials/design/_fieldgroup-commas.sass | 8 ++++----
4 files changed, 31 insertions(+), 22 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3625: switch to 1 column, add hover state.
css/style.css | 23 +++++++++++++++++++++++
sass/partials/design/_search-filters.sass | 6 ++++++
2 files changed, 29 insertions(+)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3552: update list and grid styling.
css/style.css | 68 ++++++++++++++-----------------
sass/partials/design/_fpp-people.sass | 75 +++++++++++++++--------------------
2 files changed, 62 insertions(+), 81 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3552: remove template file.
.../ds-1col--node-working-paper-teaser.tpl.php | 33 ----------------------
1 file changed, 33 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3552: update grid style.
css/style.css | 56 ++++++++++++++++------
sass/partials/design/_fpp-people.sass | 54 ++++++++++++++++-----
.../ds-1col--node-working-paper-teaser.tpl.php | 2 +-
3 files changed, 83 insertions(+), 29 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3552: prevent wrapping.
css/style.css | 5 ++++-
sass/partials/design/_fpp-people.sass | 3 +++
sass/partials/design/_search-filters.sass | 3 ++-
3 files changed, 9 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3552: update styling for list view.
css/style.css | 235 +++++++++------------
sass/partials/design/_design.sass | 8 -
sass/partials/design/_fpp-people.sass | 211 +++++++++---------
sass/partials/design/_grid-responsive.sass | 12 --
.../ds-1col--node-working-paper-teaser.tpl.php | 15 +-
5 files changed, 210 insertions(+), 271 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3585: fix top alignment.
css/style.css | 1 +
sass/partials/design/_search-filters.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3590: fix the search and events classes in template.
css/style.css | 60 +++++++++++++++++++------------
sass/partials/design/_design.sass | 2 +-
sass/partials/design/_menu-main.sass | 2 +-
sass/partials/design/_search-filters.sass | 3 +-
template.php | 4 ++-
templates/page--403.tpl.php | 4 +--
6 files changed, 47 insertions(+), 28 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3576: update styling of faculty by criteria.
css/style.css | 61 +++++++++++-----------
.../partials/design/_faculty-by-academic-area.sass | 54 ++++++++++++-------
2 files changed, 65 insertions(+), 50 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago
Remove unneeded template file.
...ollection-item-field-person-description.tpl.php | 26 ----------------------
1 file changed, 26 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3578: remove custom styling from specific lists.
css/style.css | 4 ++++
js/custom.js | 2 +-
sass/partials/base/04-defaults/forms/_form-defaults.sass | 4 ++++
3 files changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago
WP-3551: Add template file for field collection in person fpp.
...ollection-item-field-person-description.tpl.php | 26 ++++++++++++++++++++++
1 file changed, 26 insertions(+)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Adam Moore, 2 years, 8 months ago This reverts commit 53fc5adb3ac601d73a444e53aa3ea539df8eb65d.

Revert "WP-3551: Add template for field_person_description field collection."
...ollection-item-field-person-description.tpl.php | 26 ----------------------
1 file changed, 26 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Alexei Gorobets, 2 years, 8 months ago
WP-3551: Add template for field_person_description field collection.
...ollection-item-field-person-description.tpl.php | 26 ++++++++++++++++++++++
1 file changed, 26 insertions(+)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3558: update link hover.
css/conditionals/faculty-research/case-detail.css | 4 ++++
sass/conditionals/faculty-research/case-detail.sass | 4 ++++
2 files changed, 8 insertions(+)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3545: change link icons.
css/conditionals/faculty-research/book-detail.css | 21 +++++++++++++++++++--
sass/conditionals/faculty-research/book-detail.sass | 8 ++++++--
2 files changed, 25 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3509: update pdf link styling.
css/conditionals/faculty-research/faculty-detail.css | 10 +++++-----
sass/conditionals/faculty-research/faculty-detail.sass | 11 +++++------
2 files changed, 10 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3558: update case detail theming.
css/conditionals/faculty-research/case-detail.css | 65 +++++++++++-----------
.../conditionals/faculty-research/case-detail.sass | 43 ++++++++------
2 files changed, 59 insertions(+), 49 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3562: update title non-link styling and spacing.
css/conditionals/faculty-research/faculty-detail.css | 14 ++++++++++++--
sass/conditionals/faculty-research/faculty-detail.sass | 12 ++++++++----
2 files changed, 20 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Greg Mercer, 2 years, 8 months ago
WP-3531 New page template for download page
.../page--gsb-cmis--gsb-cmis-download-doc.tpl.php | 38 ++++++++++++++++++++++
1 file changed, 38 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3508: adjust download button theming.
.../faculty-research/working-paper-detail.css | 38 +++++++++++++---------
.../faculty-research/working-paper-detail.sass | 32 +++++++++---------
2 files changed, 39 insertions(+), 31 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3466: update publication EVA styling.
.../faculty-research/faculty-detail.css | 92 +++++++++++-----------
.../faculty-research/faculty-detail.sass | 49 ++++++------
2 files changed, 70 insertions(+), 71 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3419: custom availability filters.
.../faculty-research/book-landing-list.css | 5 -----
.../faculty-research/case-landing-list.css | 19 +++++++++++++-----
.../faculty-research/faculty-landing-list.css | 5 +++++
.../faculty-research/publication-landing-list.css | 5 -----
.../working-paper-landing-list.css | 5 -----
css/style.css | 23 +++++++++++++---------
.../faculty-research/book-landing-list.sass | 5 -----
.../faculty-research/case-landing-list.sass | 19 +++++++++++++-----
.../faculty-research/faculty-landing-list.sass | 5 +++++
.../faculty-research/publication-landing-list.sass | 5 -----
.../working-paper-landing-list.sass | 5 -----
sass/partials/design/_search-filters.sass | 13 +++++++-----
12 files changed, 60 insertions(+), 54 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3481: add period after book authors on eva.
css/conditionals/faculty-research/faculty-detail.css | 3 +++
sass/conditionals/faculty-research/faculty-detail.sass | 5 +++++
2 files changed, 8 insertions(+)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3544: fix phd candidate line height.
css/conditionals/phd-candidate-detail.css | 3 +++
sass/conditionals/phd-candidate-detail.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3479: use correct icon.
css/conditionals/phd-candidate-detail.css | 5 +++--
sass/conditionals/phd-candidate-detail.sass | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-2957: update book teaser responsive behavior.
css/style.css | 9 ++++-----
sass/partials/design/_existing-node.sass | 4 ++--
2 files changed, 6 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-2957: update book teaser responsive behavior.
css/style.css | 27 +++++++++++++++------------
sass/partials/design/_existing-node.sass | 16 +++++++++-------
2 files changed, 24 insertions(+), 19 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3541: remove select style from modals.
css/style.css | 2 +-
js/custom.js | 2 +-
sass/partials/base/04-defaults/forms/_form-defaults.sass | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3500: remove line-height override.
css/conditionals/faculty-research/faculty-detail.css | 3 ---
sass/conditionals/faculty-research/faculty-detail.sass | 2 --
2 files changed, 5 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3501: update information block link styles.
css/conditionals/faculty-research/faculty-detail.css | 11 +++++++++++
css/conditionals/phd-candidate-detail.css | 3 +++
css/style.css | 4 ++++
sass/conditionals/faculty-research/faculty-detail.sass | 8 ++++++++
sass/partials/base/03-extend/_gsb-revamp.sass | 2 ++
5 files changed, 28 insertions(+)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3479: clean up rethink.
css/conditionals/e-newsletter-list.css | 2 +-
css/conditionals/event/event-detail.css | 6 ++----
css/conditionals/faculty-research/book-detail.css | 6 ++----
css/conditionals/faculty-research/case-detail.css | 6 ++----
css/conditionals/faculty-research/publication-detail.css | 6 ++----
css/conditionals/faculty-research/working-paper-detail.css | 6 ++----
css/conditionals/form-rethink.css | 7 ++-----
css/conditionals/library/pane-bookmarklet.css | 6 ++----
css/style.css | 6 ++----
sass/conditionals/e-newsletter-list.sass | 2 +-
sass/conditionals/form-rethink.sass | 1 -
sass/partials/base/03-extend/_gsb-revamp.sass | 4 ++--
sass/partials/base/04-defaults/forms/_form-defaults.sass | 3 +++
13 files changed, 23 insertions(+), 38 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3479: fix week in the life icons.
css/conditionals/week-in-the-life-landing.css | 14 ++++----------
sass/conditionals/week-in-the-life-landing.sass | 16 +++++-----------
2 files changed, 9 insertions(+), 21 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3479: fix icons on phd.
css/conditionals/phd-candidate-detail.css | 8 +++++---
css/conditionals/phd-candidate-job-market-list.css | 4 ++--
sass/conditionals/phd-candidate-detail.sass | 6 +++---
sass/conditionals/phd-candidate-job-market-list.sass | 4 ++--
4 files changed, 12 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3525: update title styling and spacing.
css/conditionals/faculty-research/faculty-detail.css | 5 +++--
sass/conditionals/faculty-research/faculty-detail.sass | 13 +++++++++----
2 files changed, 12 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3499: change class name.
css/conditionals/faculty-research/faculty-detail.css | 2 +-
sass/conditionals/faculty-research/faculty-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3499: adjust affiliations order and commas.
css/conditionals/faculty-research/faculty-detail.css | 6 +++---
sass/conditionals/faculty-research/faculty-detail.sass | 7 ++++---
2 files changed, 7 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3343: update select input styling.
css/conditionals/library/pane-rss.css | 4 +-
css/conditionals/library/pane-searchworks.css | 10 ---
css/style.css | 72 ++++------------------
js/custom.js | 2 +-
sass/conditionals/library/pane-rss.sass | 4 +-
sass/conditionals/library/pane-searchworks.sass | 9 ---
.../base/04-defaults/forms/_form-defaults.sass | 2 +-
sass/partials/design/_selectbox.sass | 62 ++++---------------
8 files changed, 28 insertions(+), 137 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3343: add new custom select library.
gsb_theme.info | 1 +
js/custom.js | 9 +++++++++
js/libs/jquery.customSelect.min.js | 10 ++++++++++
3 files changed, 20 insertions(+)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3343: remove old select library.
js/libs/jquery.selectbox-0.6.1.js | 147 --------------------------------------
1 file changed, 147 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3483: update icon font path to fix errors.
css/conditionals/block-weather.css | 15 ------------
css/conditionals/club-landing-list.css | 15 ------------
css/conditionals/e-newsletter-list.css | 15 ------------
css/conditionals/event/event-detail.css | 15 ------------
css/conditionals/event/event-featured.css | 15 ------------
css/conditionals/event/event-landing.css | 15 ------------
css/conditionals/event/event-upcoming.css | 15 ------------
css/conditionals/event/view-academic-calendar.css | 15 ------------
css/conditionals/faculty-research/book-detail.css | 15 ------------
.../faculty-research/book-landing-list.css | 15 ------------
css/conditionals/faculty-research/case-detail.css | 15 ------------
.../faculty-research/case-landing-list.css | 15 ------------
.../faculty-research/faculty-detail.css | 15 ------------
.../faculty-research/faculty-landing-list.css | 15 ------------
.../faculty-research/meta-research-detail.css | 15 ------------
.../faculty-research/publication-detail.css | 15 ------------
.../faculty-research/publication-landing-list.css | 15 ------------
.../faculty-research/view-mode-teaser-listing.css | 15 ------------
.../view-mode-views-content-pane.css | 15 ------------
.../faculty-research/working-paper-detail.css | 15 ------------
.../working-paper-landing-list.css | 15 ------------
css/conditionals/form-rethink.css | 15 ------------
css/conditionals/front.css | 15 ------------
css/conditionals/library/pane-bookmarklet.css | 15 ------------
css/conditionals/library/pane-chat.css | 15 ------------
css/conditionals/library/pane-faqs.css | 15 ------------
css/conditionals/library/pane-hours.css | 15 ------------
css/conditionals/library/pane-rss.css | 15 ------------
css/conditionals/library/pane-searchworks.css | 15 ------------
.../library/view-business-website-detail.css | 15 ------------
css/conditionals/phd-candidate-detail.css | 15 ------------
css/conditionals/phd-candidate-job-market-list.css | 15 ------------
css/conditionals/phd-candidate-placements-list.css | 15 ------------
css/conditionals/program-landing.css | 15 ------------
css/conditionals/week-in-the-life-landing.css | 15 ------------
css/style.css | 28 ++++++++++------------
fonts/icons/_icons.scss | 20 ++--------------
sass/conditionals/block-weather.sass | 3 +--
sass/conditionals/club-landing-list.sass | 3 +--
sass/conditionals/e-newsletter-list.sass | 3 +--
sass/conditionals/event/event-detail.sass | 3 +--
sass/conditionals/event/event-featured.sass | 3 +--
sass/conditionals/event/event-landing.sass | 3 +--
sass/conditionals/event/event-upcoming.sass | 3 +--
.../conditionals/event/view-academic-calendar.sass | 3 +--
.../event/view-admission-calendar.sass | 1 -
.../conditionals/faculty-research/book-detail.sass | 3 +--
.../faculty-research/book-landing-list.sass | 3 +--
.../conditionals/faculty-research/case-detail.sass | 3 +--
.../faculty-research/case-landing-list.sass | 3 +--
.../faculty-research/faculty-detail.sass | 3 +--
.../faculty-research/faculty-landing-list.sass | 3 +--
.../faculty-research/meta-research-detail.sass | 3 +--
.../faculty-research/publication-detail.sass | 3 +--
.../faculty-research/publication-landing-list.sass | 3 +--
.../faculty-research/view-mode-teaser-listing.sass | 3 +--
.../view-mode-views-content-pane.sass | 3 +--
.../faculty-research/working-paper-detail.sass | 3 +--
.../working-paper-landing-list.sass | 3 +--
sass/conditionals/form-rethink.sass | 3 +--
sass/conditionals/front.sass | 3 +--
sass/conditionals/library/pane-bookmarklet.sass | 3 +--
sass/conditionals/library/pane-chat.sass | 3 +--
sass/conditionals/library/pane-faqs.sass | 3 +--
sass/conditionals/library/pane-hours.sass | 3 +--
sass/conditionals/library/pane-rss.sass | 3 +--
sass/conditionals/library/pane-searchworks.sass | 3 +--
.../library/view-business-website-detail.sass | 3 +--
.../library/view-business-website-listing.sass | 1 -
sass/conditionals/msx-fellow-detail.sass | 2 +-
sass/conditionals/msx-fellow-landing-list.sass | 2 +-
sass/conditionals/phd-candidate-detail.sass | 3 +--
.../phd-candidate-job-market-list.sass | 3 +--
.../phd-candidate-placements-list.sass | 3 +--
sass/conditionals/program-landing.sass | 3 +--
sass/conditionals/week-in-the-life-detail.sass | 2 +-
sass/conditionals/week-in-the-life-landing.sass | 3 +--
sass/partials/base/04-defaults/_font-face.sass | 14 +++++++++++
78 files changed, 67 insertions(+), 633 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3269: remove some unneeded extends, small fixes.
css/conditionals/e-newsletter-list.css | 2 +-
css/conditionals/event/view-admission-calendar.css | 15 ---------------
.../library/view-business-website-listing.css | 15 ---------------
css/conditionals/msx-fellow-detail.css | 15 ---------------
css/conditionals/msx-fellow-landing-list.css | 15 ---------------
css/conditionals/week-in-the-life-detail.css | 15 ---------------
gsb_theme.info | 7 +++----
sass/conditionals/e-newsletter-list.sass | 2 +-
sass/conditionals/event/event-featured.sass | 1 -
sass/conditionals/event/view-admission-calendar.sass | 2 --
.../library/view-business-website-listing.sass | 2 --
sass/conditionals/msx-fellow-detail.sass | 2 --
sass/conditionals/msx-fellow-landing-list.sass | 2 --
sass/conditionals/week-in-the-life-detail.sass | 2 --
14 files changed, 5 insertions(+), 92 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3269: change partials to full sass files.
css/conditionals/block-weather.css | 87 +
css/conditionals/club-landing-list.css | 208 +
css/conditionals/e-newsletter-list.css | 92 +
css/conditionals/event/event-detail.css | 159 +
css/conditionals/event/event-featured.css | 168 +
css/conditionals/event/event-landing.css | 232 +
css/conditionals/event/event-upcoming.css | 136 +
css/conditionals/event/view-academic-calendar.css | 163 +
css/conditionals/event/view-admission-calendar.css | 131 +
css/conditionals/faculty-research/book-detail.css | 302 +
.../faculty-research/book-landing-list.css | 68 +
css/conditionals/faculty-research/case-detail.css | 217 +
.../faculty-research/case-landing-list.css | 64 +
.../faculty-research/faculty-detail.css | 780 ++
.../faculty-research/faculty-landing-list.css | 135 +
.../faculty-research/meta-research-detail.css | 396 +
.../faculty-research/publication-detail.css | 128 +
.../faculty-research/publication-landing-list.css | 37 +
.../faculty-research/view-mode-teaser-listing.css | 127 +
.../view-mode-views-content-pane.css | 171 +
.../faculty-research/working-paper-detail.css | 108 +
.../working-paper-landing-list.css | 37 +
css/conditionals/form-rethink.css | 58 +
css/conditionals/front.css | 419 +
css/conditionals/library/pane-bookmarklet.css | 44 +
css/conditionals/library/pane-chat.css | 100 +
css/conditionals/library/pane-faqs.css | 121 +
css/conditionals/library/pane-hours.css | 138 +
css/conditionals/library/pane-rss.css | 119 +
css/conditionals/library/pane-searchworks.css | 179 +
.../library/view-business-website-detail.css | 81 +
.../library/view-business-website-listing.css | 33 +
css/conditionals/msx-fellow-detail.css | 110 +
css/conditionals/msx-fellow-landing-list.css | 95 +
css/conditionals/phd-candidate-detail.css | 349 +
css/conditionals/phd-candidate-job-market-list.css | 255 +
css/conditionals/phd-candidate-placements-list.css | 197 +
css/conditionals/program-landing.css | 348 +
css/conditionals/week-in-the-life-detail.css | 119 +
css/conditionals/week-in-the-life-landing.css | 268 +
css/style.css | 9848 +++++---------------
gsb_theme.info | 47 +-
sass/conditionals/block-weather.sass | 33 +
sass/conditionals/club-landing-list.sass | 107 +
sass/conditionals/e-newsletter-list.sass | 41 +
sass/conditionals/event/event-detail.sass | 113 +
sass/conditionals/event/event-featured.sass | 120 +
sass/conditionals/event/event-landing.sass | 172 +
sass/conditionals/event/event-upcoming.sass | 59 +
.../conditionals/event/view-academic-calendar.sass | 81 +
.../event/view-admission-calendar.sass | 107 +
.../conditionals/faculty-research/book-detail.sass | 166 +
.../faculty-research/book-landing-list.sass | 56 +
.../conditionals/faculty-research/case-detail.sass | 132 +
.../faculty-research/case-landing-list.sass | 51 +
.../faculty-research/faculty-detail.sass | 511 +
.../faculty-research/faculty-landing-list.sass | 82 +
.../faculty-research/meta-research-detail.sass | 102 +
.../faculty-research/publication-detail.sass | 61 +
.../faculty-research/publication-landing-list.sass | 38 +
.../faculty-research/view-mode-teaser-listing.sass | 89 +
.../view-mode-views-content-pane.sass | 97 +
.../faculty-research/working-paper-detail.sass | 55 +
.../working-paper-landing-list.sass | 39 +
sass/conditionals/form-rethink.sass | 28 +
sass/conditionals/front.sass | 262 +
sass/conditionals/library/pane-bookmarklet.sass | 14 +
sass/conditionals/library/pane-chat.sass | 47 +
sass/conditionals/library/pane-faqs.sass | 77 +
sass/conditionals/library/pane-hours.sass | 51 +
sass/conditionals/library/pane-rss.sass | 68 +
sass/conditionals/library/pane-searchworks.sass | 122 +
.../library/view-business-website-detail.sass | 31 +
.../library/view-business-website-listing.sass | 28 +
sass/conditionals/msx-fellow-detail.sass | 84 +
sass/conditionals/msx-fellow-landing-list.sass | 69 +
sass/conditionals/phd-candidate-detail.sass | 204 +
.../phd-candidate-job-market-list.sass | 166 +
.../phd-candidate-placements-list.sass | 133 +
sass/conditionals/program-landing.sass | 211 +
sass/conditionals/week-in-the-life-detail.sass | 100 +
sass/conditionals/week-in-the-life-landing.sass | 184 +
sass/partials/base/03-extend/_gsb-revamp.sass | 3 +
sass/partials/base/04-defaults/_common.sass | 7 +-
sass/partials/design/_all.sass | 29 -
sass/partials/design/_book-detail.sass | 158 -
sass/partials/design/_book-landing-list.sass | 50 -
sass/partials/design/_business-website.sass | 46 -
sass/partials/design/_case-study-detail.sass | 123 -
sass/partials/design/_case-study-landing-list.sass | 43 -
sass/partials/design/_clubs.sass | 102 -
sass/partials/design/_e-newsletters.sass | 33 -
sass/partials/design/_event-landing-list.sass | 75 -
sass/partials/design/_event.sass | 478 -
sass/partials/design/_faculty-detail.sass | 504 -
sass/partials/design/_faculty-landing-list.sass | 75 -
sass/partials/design/_form-rethink.sass | 20 -
sass/partials/design/_front.sass | 257 -
sass/partials/design/_library.sass | 307 -
sass/partials/design/_msxfellows.sass | 136 -
sass/partials/design/_phd-candidate.sass | 472 -
sass/partials/design/_program-finder.sass | 203 -
sass/partials/design/_publication-detail.sass | 52 -
.../partials/design/_publication-landing-list.sass | 30 -
sass/partials/design/_search-filters.sass | 2 +-
sass/partials/design/_upcoming-events.sass | 52 -
.../partials/design/_view-mode-teaser-listing.sass | 81 -
.../design/_view-mode-views-content-pane.sass | 89 -
sass/partials/design/_weather.sass | 24 -
sass/partials/design/_witl.sass | 266 -
sass/partials/design/_working-paper-detail.sass | 137 -
.../design/_working-paper-landing-list.sass | 31 -
112 files changed, 13494 insertions(+), 11456 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3358: Use PHP instead of JS to make views tables responsive.
js/custom.js | 12 ------------
template.php | 14 ++++++++++++++
2 files changed, 14 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3358: Remove the currentFilter code.
css/style.css | 2 +-
js/custom.js | 1 -
sass/partials/design/_event.sass | 4 ++--
3 files changed, 3 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3435: apply new wysiwyg class in theme.
css/style.css | 77 ++++++++++++++++++++++++++++++++------
sass/partials/design/_wysiwyg.sass | 5 +--
2 files changed, 68 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3437: update video and podcast icons on in the media.
css/style.css | 33 ++++++++++++++++++++++++-------
sass/partials/design/_faculty-detail.sass | 13 ++++--------
2 files changed, 30 insertions(+), 16 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-2931: adjust responsive listings.
css/style.css | 53 ++++++++++++++++++++++------
sass/partials/design/_book-landing-list.sass | 16 +++++----
2 files changed, 51 insertions(+), 18 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
Fix missing icon in function.
css/style.css | 13 ++++++++++++-
sass/partials/design/_wysiwyg.sass | 2 +-
2 files changed, 13 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-2931: fix comma in function.
sass/partials/design/_view-mode-teaser-listing.sass | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3385: remove permission statement styling.
css/style.css | 8 --------
sass/partials/design/_case-study-detail.sass | 7 -------
2 files changed, 15 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3420: change how borders are applied.
css/style.css | 18 +++++++++---------
sass/partials/design/_faculty-detail.sass | 12 ++++--------
2 files changed, 13 insertions(+), 17 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-2957: remove set widths on right rail.
css/style.css | 6 ------
sass/partials/base/05-layouts/_layouts.sass | 3 ---
2 files changed, 9 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3350: change line height for retina display.
css/style.css | 2 +-
sass/partials/design/_cta-custom.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3367: rename directories.
sass/partials/00-variables/_all.sass | 3 -
sass/partials/00-variables/_base.sass | 43 --
sass/partials/00-variables/_colors.sass | 49 --
sass/partials/00-variables/_fonts.sass | 12 -
sass/partials/01-mixins/_custom.sass | 108 ----
sass/partials/02-reset/_reset.sass | 238 --------
sass/partials/03-extend/_all.sass | 2 -
sass/partials/03-extend/_gsb-revamp.sass | 247 --------
sass/partials/03-extend/_typography.sass | 24 -
sass/partials/04-defaults/_all.sass | 10 -
sass/partials/04-defaults/_common.sass | 108 ----
sass/partials/04-defaults/_edits.sass | 6 -
sass/partials/04-defaults/_font-custom.sass | 81 ---
sass/partials/04-defaults/_font-face.sass | 181 ------
sass/partials/04-defaults/_headers.sass | 79 ---
sass/partials/04-defaults/_images.sass | 12 -
sass/partials/04-defaults/_semantics.sass | 44 --
sass/partials/04-defaults/_tables.sass | 46 --
.../partials/04-defaults/forms/_form-defaults.sass | 48 --
sass/partials/04-defaults/forms/_formalize.sass | 211 -------
sass/partials/05-layouts/_layouts.sass | 250 --------
sass/partials/06-ui-patterns/_common.sass | 4 -
sass/partials/06-ui-patterns/_drupal-patterns.sass | 135 -----
sass/partials/07-media/_print.sass | 158 -----
sass/partials/base/00-variables/_all.sass | 3 +
sass/partials/base/00-variables/_base.sass | 43 ++
sass/partials/base/00-variables/_colors.sass | 49 ++
sass/partials/base/00-variables/_fonts.sass | 12 +
sass/partials/base/01-mixins/_custom.sass | 108 ++++
sass/partials/base/02-reset/_reset.sass | 238 ++++++++
sass/partials/base/03-extend/_all.sass | 2 +
sass/partials/base/03-extend/_gsb-revamp.sass | 247 ++++++++
sass/partials/base/03-extend/_typography.sass | 24 +
sass/partials/base/04-defaults/_all.sass | 10 +
sass/partials/base/04-defaults/_common.sass | 108 ++++
sass/partials/base/04-defaults/_edits.sass | 6 +
sass/partials/base/04-defaults/_font-custom.sass | 81 +++
sass/partials/base/04-defaults/_font-face.sass | 181 ++++++
sass/partials/base/04-defaults/_headers.sass | 79 +++
sass/partials/base/04-defaults/_images.sass | 12 +
sass/partials/base/04-defaults/_semantics.sass | 44 ++
sass/partials/base/04-defaults/_tables.sass | 46 ++
.../base/04-defaults/forms/_form-defaults.sass | 48 ++
.../base/04-defaults/forms/_formalize.sass | 211 +++++++
sass/partials/base/05-layouts/_layouts.sass | 250 ++++++++
sass/partials/base/06-ui-patterns/_common.sass | 4 +
.../base/06-ui-patterns/_drupal-patterns.sass | 135 +++++
sass/partials/base/07-media/_print.sass | 158 +++++
sass/partials/design/_accordion.sass | 76 +++
sass/partials/design/_all.sass | 74 +++
sass/partials/design/_az-filter.sass | 157 +++++
sass/partials/design/_banner.sass | 330 ++++++++++
sass/partials/design/_book-detail.sass | 158 +++++
sass/partials/design/_book-landing-list.sass | 48 ++
sass/partials/design/_business-website.sass | 46 ++
sass/partials/design/_case-study-detail.sass | 130 ++++
sass/partials/design/_case-study-landing-list.sass | 43 ++
sass/partials/design/_clubs.sass | 102 ++++
sass/partials/design/_cta-custom.sass | 309 ++++++++++
sass/partials/design/_cta-image.sass | 202 +++++++
sass/partials/design/_cta.sass | 162 +++++
sass/partials/design/_custom-preview.sass | 72 +++
sass/partials/design/_design.sass | 427 +++++++++++++
sass/partials/design/_diptych.sass | 201 +++++++
sass/partials/design/_e-newsletters.sass | 33 +
sass/partials/design/_event-landing-list.sass | 75 +++
sass/partials/design/_event.sass | 478 +++++++++++++++
sass/partials/design/_existing-node.sass | 175 ++++++
.../partials/design/_faculty-by-academic-area.sass | 29 +
sass/partials/design/_faculty-detail.sass | 513 ++++++++++++++++
sass/partials/design/_faculty-landing-list.sass | 75 +++
sass/partials/design/_faculty-search.sass | 48 ++
sass/partials/design/_fieldgroup-commas.sass | 82 +++
sass/partials/design/_footer.sass | 195 ++++++
sass/partials/design/_form-rethink.sass | 20 +
sass/partials/design/_fpp-featured-person.sass | 98 +++
sass/partials/design/_fpp-links.sass | 120 ++++
sass/partials/design/_fpp-people.sass | 130 ++++
sass/partials/design/_fpp-quote.sass | 68 +++
sass/partials/design/_fpp-social-media.sass | 43 ++
sass/partials/design/_fpp-spotlight.sass | 128 ++++
sass/partials/design/_fpp-text.sass | 67 +++
sass/partials/design/_front.sass | 257 ++++++++
.../design/_google-search-page-elements.sass | 41 ++
sass/partials/design/_grid-responsive.sass | 92 +++
sass/partials/design/_house-ads.sass | 116 ++++
sass/partials/design/_library.sass | 307 ++++++++++
sass/partials/design/_menu-block.sass | 30 +
sass/partials/design/_menu-main-mega.sass | 142 +++++
sass/partials/design/_menu-main.sass | 289 +++++++++
sass/partials/design/_menu-sidebar.sass | 79 +++
sass/partials/design/_msxfellows.sass | 136 +++++
sass/partials/design/_not-found.sass | 83 +++
sass/partials/design/_pager.sass | 54 ++
sass/partials/design/_phd-candidate.sass | 472 +++++++++++++++
sass/partials/design/_program-finder.sass | 203 +++++++
sass/partials/design/_publication-detail.sass | 52 ++
.../partials/design/_publication-landing-list.sass | 30 +
sass/partials/design/_search-filters.sass | 663 +++++++++++++++++++++
sass/partials/design/_selectbox.sass | 63 ++
sass/partials/design/_slideshow.sass | 341 +++++++++++
sass/partials/design/_spinner.sass | 26 +
sass/partials/design/_taxonomy-listings.sass | 10 +
sass/partials/design/_upcoming-events.sass | 52 ++
sass/partials/design/_video.sass | 167 ++++++
.../partials/design/_view-mode-teaser-listing.sass | 72 +++
.../design/_view-mode-views-content-pane.sass | 89 +++
sass/partials/design/_weather.sass | 24 +
sass/partials/design/_witl.sass | 266 +++++++++
sass/partials/design/_working-paper-detail.sass | 137 +++++
.../design/_working-paper-landing-list.sass | 31 +
sass/partials/design/_wysiwyg.sass | 171 ++++++
sass/revamp-design/_accordion.sass | 76 ---
sass/revamp-design/_all.sass | 74 ---
sass/revamp-design/_az-filter.sass | 157 -----
sass/revamp-design/_banner.sass | 330 ----------
sass/revamp-design/_book-detail.sass | 158 -----
sass/revamp-design/_book-landing-list.sass | 48 --
sass/revamp-design/_business-website.sass | 46 --
sass/revamp-design/_case-study-detail.sass | 130 ----
sass/revamp-design/_case-study-landing-list.sass | 43 --
sass/revamp-design/_clubs.sass | 102 ----
sass/revamp-design/_cta-custom.sass | 309 ----------
sass/revamp-design/_cta-image.sass | 202 -------
sass/revamp-design/_cta.sass | 162 -----
sass/revamp-design/_custom-preview.sass | 72 ---
sass/revamp-design/_design.sass | 427 -------------
sass/revamp-design/_diptych.sass | 201 -------
sass/revamp-design/_e-newsletters.sass | 33 -
sass/revamp-design/_event-landing-list.sass | 75 ---
sass/revamp-design/_event.sass | 478 ---------------
sass/revamp-design/_existing-node.sass | 175 ------
sass/revamp-design/_faculty-by-academic-area.sass | 29 -
sass/revamp-design/_faculty-detail.sass | 513 ----------------
sass/revamp-design/_faculty-landing-list.sass | 75 ---
sass/revamp-design/_faculty-search.sass | 48 --
sass/revamp-design/_fieldgroup-commas.sass | 82 ---
sass/revamp-design/_footer.sass | 195 ------
sass/revamp-design/_form-rethink.sass | 20 -
sass/revamp-design/_fpp-featured-person.sass | 98 ---
sass/revamp-design/_fpp-links.sass | 120 ----
sass/revamp-design/_fpp-people.sass | 130 ----
sass/revamp-design/_fpp-quote.sass | 68 ---
sass/revamp-design/_fpp-social-media.sass | 43 --
sass/revamp-design/_fpp-spotlight.sass | 128 ----
sass/revamp-design/_fpp-text.sass | 67 ---
sass/revamp-design/_front.sass | 257 --------
.../_google-search-page-elements.sass | 41 --
sass/revamp-design/_grid-responsive.sass | 92 ---
sass/revamp-design/_house-ads.sass | 116 ----
sass/revamp-design/_library.sass | 307 ----------
sass/revamp-design/_menu-block.sass | 30 -
sass/revamp-design/_menu-main-mega.sass | 142 -----
sass/revamp-design/_menu-main.sass | 289 ---------
sass/revamp-design/_menu-sidebar.sass | 79 ---
sass/revamp-design/_msxfellows.sass | 136 -----
sass/revamp-design/_not-found.sass | 83 ---
sass/revamp-design/_pager.sass | 54 --
sass/revamp-design/_phd-candidate.sass | 472 ---------------
sass/revamp-design/_program-finder.sass | 203 -------
sass/revamp-design/_publication-detail.sass | 52 --
sass/revamp-design/_publication-landing-list.sass | 30 -
sass/revamp-design/_search-filters.sass | 663 ---------------------
sass/revamp-design/_selectbox.sass | 63 --
sass/revamp-design/_slideshow.sass | 341 -----------
sass/revamp-design/_spinner.sass | 26 -
sass/revamp-design/_taxonomy-listings.sass | 10 -
sass/revamp-design/_upcoming-events.sass | 52 --
sass/revamp-design/_video.sass | 167 ------
sass/revamp-design/_view-mode-teaser-listing.sass | 72 ---
.../_view-mode-views-content-pane.sass | 89 ---
sass/revamp-design/_weather.sass | 24 -
sass/revamp-design/_witl.sass | 266 ---------
sass/revamp-design/_working-paper-detail.sass | 137 -----
.../revamp-design/_working-paper-landing-list.sass | 31 -
sass/revamp-design/_wysiwyg.sass | 171 ------
sass/style.sass | 20 +-
177 files changed, 11518 insertions(+), 11518 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3367: update directory number.
sass/partials/07-media/_print.sass | 158 +++++++++++++++++++++++++++++++++++++
sass/partials/08-media/_print.sass | 158 -------------------------------------
sass/style.sass | 2 +-
3 files changed, 159 insertions(+), 159 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3367: remove empty sprites partail.
sass/partials/07-sprites/_sprites.sass | 0
1 file changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3367: rename layouts folder and partial.
sass/partials/05-grids/_grids-singularity.sass | 253 -------------------------
sass/partials/05-layouts/_layouts.sass | 250 ++++++++++++++++++++++++
sass/style.sass | 2 +-
3 files changed, 251 insertions(+), 254 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3367: prune variables, update colors using variables.
css/style.css | 2 +-
sass/partials/00-variables/_colors.sass | 20 +++++-------------
sass/partials/01-mixins/_custom.sass | 2 +-
sass/partials/03-extend/_gsb-revamp.sass | 2 +-
sass/partials/04-defaults/_common.sass | 8 +++----
sass/partials/04-defaults/_headers.sass | 2 +-
sass/partials/04-defaults/forms/_formalize.sass | 28 ++++++++++++-------------
sass/partials/08-media/_print.sass | 2 +-
sass/revamp-design/_az-filter.sass | 2 +-
sass/revamp-design/_banner.sass | 16 +++++++-------
sass/revamp-design/_clubs.sass | 2 +-
sass/revamp-design/_custom-preview.sass | 6 +++---
sass/revamp-design/_design.sass | 2 +-
sass/revamp-design/_event.sass | 10 ++++-----
sass/revamp-design/_fpp-links.sass | 2 +-
sass/revamp-design/_fpp-spotlight.sass | 4 ++--
sass/revamp-design/_fpp-text.sass | 2 +-
sass/revamp-design/_library.sass | 2 +-
sass/revamp-design/_menu-main-mega.sass | 10 ++++-----
sass/revamp-design/_slideshow.sass | 2 +-
sass/revamp-design/_video.sass | 4 ++--
sass/revamp-design/_witl.sass | 6 +++---
22 files changed, 63 insertions(+), 73 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3367: removeing business insights code, removing and cleaning up variables.
css/style.css | 216 ++++++++++---------------
sass/partials/00-variables/_all.sass | 2 +-
sass/partials/00-variables/_base.sass | 80 +--------
sass/partials/00-variables/_settings.sass | 39 -----
sass/partials/03-extend/_gsb-revamp.sass | 12 +-
sass/partials/05-grids/_grids-singularity.sass | 21 +--
sass/revamp-design/_accordion.sass | 1 +
sass/revamp-design/_az-filter.sass | 3 +-
sass/revamp-design/_banner.sass | 10 --
sass/revamp-design/_cta.sass | 6 +-
sass/revamp-design/_design.sass | 91 +++++++----
sass/revamp-design/_event.sass | 2 +-
sass/revamp-design/_fieldgroup-commas.sass | 1 -
sass/revamp-design/_menu-main-mega.sass | 13 --
sass/revamp-design/_phd-candidate.sass | 2 +
sass/revamp-design/_program-finder.sass | 2 +
sass/revamp-design/_video.sass | 2 +
17 files changed, 168 insertions(+), 335 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3367: rename and remove partials.
sass/revamp-design/_all.sass | 11 +-
sass/revamp-design/_business-insights.sass | 182 -----------------------------
sass/revamp-design/_citation.sass | 70 -----------
sass/revamp-design/_fpp-people.sass | 130 +++++++++++++++++++++
sass/revamp-design/_fpp-quote.sass | 68 +++++++++++
sass/revamp-design/_fpp-social-media.sass | 43 +++++++
sass/revamp-design/_fpp-spotlight.sass | 128 ++++++++++++++++++++
sass/revamp-design/_media-mention.sass | 30 -----
sass/revamp-design/_news.sass | 93 ---------------
sass/revamp-design/_people.sass | 130 ---------------------
sass/revamp-design/_quote.sass | 68 -----------
sass/revamp-design/_social-media.sass | 43 -------
sass/revamp-design/_spotlight.sass | 128 --------------------
13 files changed, 373 insertions(+), 751 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3294: replacing icons..
css/style.css | 14 ++++++++++++++
sass/revamp-design/_case-study-detail.sass | 1 +
2 files changed, 15 insertions(+)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3294: adjust pdf size.
css/style.css | 1 +
sass/partials/04-defaults/_font-custom.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3294: update icon styling in specific instances.
css/style.css | 28 +++++++++++++++++++---------
sass/revamp-design/_cta-custom.sass | 2 +-
sass/revamp-design/_fpp-links.sass | 3 +++
sass/revamp-design/_fpp-text.sass | 1 +
sass/revamp-design/_library.sass | 16 ++++++++++------
sass/revamp-design/_wysiwyg.sass | 4 ++--
6 files changed, 36 insertions(+), 18 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3294: remove old icon fonts.
fonts/arrow-double.eot | Bin 1936 -> 0 bytes
fonts/arrow-double.svg | 34 -------------------
fonts/arrow-double.ttf | Bin 4244 -> 0 bytes
fonts/arrow-double.woff | Bin 1168 -> 0 bytes
fonts/gsb-chat.eot | Bin 1736 -> 0 bytes
fonts/gsb-chat.svg | 11 ------
fonts/gsb-chat.ttf | Bin 1568 -> 0 bytes
fonts/gsb-chat.woff | Bin 1364 -> 0 bytes
fonts/gsb-clock.eot | Bin 1340 -> 0 bytes
fonts/gsb-clock.svg | 11 ------
fonts/gsb-clock.ttf | Bin 1168 -> 0 bytes
fonts/gsb-clock.woff | Bin 1220 -> 0 bytes
fonts/gsb-email-icon.eot | Bin 1260 -> 0 bytes
fonts/gsb-email-icon.svg | 12 -------
fonts/gsb-email-icon.ttf | Bin 1092 -> 0 bytes
fonts/gsb-email-icon.woff | Bin 1168 -> 0 bytes
fonts/gsb-webfont.eot | Bin 8234 -> 0 bytes
fonts/gsb-webfont.svg | 84 ----------------------------------------------
fonts/gsb-webfont.ttf | Bin 15812 -> 0 bytes
fonts/gsb-webfont.woff | Bin 9376 -> 0 bytes
20 files changed, 152 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3294: finish implementing icon font.
css/style.css | 182 +++++++++++++++++----
sass/partials/03-extend/_gsb-revamp.sass | 5 +-
sass/revamp-design/_banner.sass | 2 +-
sass/revamp-design/_book-detail.sass | 4 +-
sass/revamp-design/_cta-custom.sass | 5 +-
sass/revamp-design/_diptych.sass | 2 +-
sass/revamp-design/_event.sass | 6 +-
sass/revamp-design/_existing-node.sass | 4 +-
sass/revamp-design/_menu-main-mega.sass | 10 +-
sass/revamp-design/_menu-sidebar.sass | 2 +-
sass/revamp-design/_phd-candidate.sass | 19 ++-
sass/revamp-design/_quote.sass | 4 +-
.../_view-mode-views-content-pane.sass | 4 +-
sass/revamp-design/_witl.sass | 6 +-
sass/revamp-design/_working-paper-detail.sass | 5 +-
sass/revamp-design/_wysiwyg.sass | 5 +-
16 files changed, 187 insertions(+), 78 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3320: add line-height 1.
css/style.css | 2 +-
sass/revamp-design/_menu-sidebar.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3317: fix up the case study detail page.
css/style.css | 14 ++++++++++----
sass/revamp-design/_case-study-detail.sass | 3 +++
2 files changed, 13 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3294: replacing icons..
css/style.css | 1065 ++++++++++++++++-----
sass/partials/01-mixins/_custom.sass | 6 +-
sass/partials/03-extend/_gsb-revamp.sass | 4 +-
sass/partials/04-defaults/_font-face.sass | 108 ---
sass/revamp-design/_az-filter.sass | 35 +-
sass/revamp-design/_banner.sass | 4 +-
sass/revamp-design/_book-detail.sass | 4 +-
sass/revamp-design/_business-website.sass | 4 +-
sass/revamp-design/_case-study-detail.sass | 10 +-
sass/revamp-design/_case-study-landing-list.sass | 4 +-
sass/revamp-design/_cta-custom.sass | 3 +-
sass/revamp-design/_cta-image.sass | 6 +-
sass/revamp-design/_design.sass | 14 +-
sass/revamp-design/_diptych.sass | 14 +-
sass/revamp-design/_e-newsletters.sass | 7 +-
sass/revamp-design/_event.sass | 47 +-
sass/revamp-design/_faculty-by-academic-area.sass | 4 +-
sass/revamp-design/_faculty-detail.sass | 45 +-
sass/revamp-design/_form-rethink.sass | 2 +-
sass/revamp-design/_fpp-featured-person.sass | 9 +-
sass/revamp-design/_fpp-links.sass | 2 +-
sass/revamp-design/_fpp-text.sass | 5 +-
sass/revamp-design/_library.sass | 14 +-
sass/revamp-design/_menu-block.sass | 4 +-
sass/revamp-design/_pager.sass | 10 +-
sass/revamp-design/_phd-candidate.sass | 24 +-
sass/revamp-design/_program-finder.sass | 27 +-
sass/revamp-design/_publication-detail.sass | 5 +-
sass/revamp-design/_quote.sass | 7 +-
sass/revamp-design/_search-filters.sass | 24 +-
sass/revamp-design/_selectbox.sass | 5 +-
sass/revamp-design/_view-mode-teaser-listing.sass | 2 +-
sass/revamp-design/_weather.sass | 5 +-
sass/revamp-design/_witl.sass | 12 +-
sass/revamp-design/_working-paper-detail.sass | 4 +-
35 files changed, 993 insertions(+), 552 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3294: icons in stanford gsb experience section.
css/style.css | 340 ++++++++++++++++++++++++-------
sass/partials/03-extend/_gsb-revamp.sass | 19 +-
sass/revamp-design/_accordion.sass | 15 +-
sass/revamp-design/_clubs.sass | 12 +-
sass/revamp-design/_cta-custom.sass | 13 +-
sass/revamp-design/_cta.sass | 20 +-
sass/revamp-design/_fpp-links.sass | 4 +-
sass/revamp-design/_house-ads.sass | 12 +-
sass/revamp-design/_slideshow.sass | 9 +-
sass/revamp-design/_social-media.sass | 7 +-
sass/revamp-design/_upcoming-events.sass | 2 +-
sass/revamp-design/_video.sass | 19 +-
sass/revamp-design/_wysiwyg.sass | 10 +-
13 files changed, 331 insertions(+), 151 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3294: icons on homepage.
css/style.css | 77 ++++++++++++++++++++++++++++++--------
sass/revamp-design/_cta-image.sass | 7 ++--
sass/revamp-design/_front.sass | 37 +++++++++---------
3 files changed, 82 insertions(+), 39 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3294: changing icons on homepage.
css/style.css | 517 +++++++++++++++++++++-----
sass/partials/03-extend/_gsb-revamp.sass | 22 +-
sass/partials/04-defaults/_font-custom.sass | 60 ++-
sass/revamp-design/_clubs.sass | 3 +-
sass/revamp-design/_cta-custom.sass | 20 +-
sass/revamp-design/_cta.sass | 9 +-
sass/revamp-design/_event.sass | 3 +-
sass/revamp-design/_footer.sass | 5 +-
sass/revamp-design/_fpp-links.sass | 12 +-
sass/revamp-design/_front.sass | 14 +-
sass/revamp-design/_slideshow.sass | 54 ++-
sass/revamp-design/_working-paper-detail.sass | 3 +-
12 files changed, 539 insertions(+), 183 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3294: update menu icons.
css/style.css | 193 ++++++++++++++++++++++++--------
sass/revamp-design/_banner.sass | 10 +-
sass/revamp-design/_menu-main.sass | 57 +++++-----
sass/revamp-design/_menu-sidebar.sass | 20 ++--
sass/revamp-design/_search-filters.sass | 2 +-
5 files changed, 185 insertions(+), 97 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3294: adjust menu sidebar active styling.
css/style.css | 48 +++++++++++++++--------------------
sass/revamp-design/_menu-sidebar.sass | 18 ++++++-------
2 files changed, 29 insertions(+), 37 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3294: replace extend in order to use with @media.
fonts/icons/_icons.scss | 42 +++++++++++++++++++++++++++++++++++++++---
1 file changed, 39 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3294: change icon in left menu on non-touch.
css/style.css | 38 +++++++++++++++++++++++++----------
sass/revamp-design/_menu-sidebar.sass | 21 +++++++++----------
2 files changed, 37 insertions(+), 22 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3294: implement new icon method.
Gemfile | 1 +
Gemfile.lock | 6 +
config.rb | 1 +
css/style.css | 65 +-
fonts/icons/.fontcustom-manifest.json | 191 +++
fonts/icons/_icons.scss | 112 ++
fonts/icons/fontcustom.yml | 14 +
fonts/icons/icons-preview.html | 758 +++++++++++
fonts/icons/icons.eot | Bin 0 -> 7188 bytes
fonts/icons/icons.svg | 276 ++++
fonts/icons/icons.ttf | Bin 0 -> 7024 bytes
fonts/icons/icons.woff | Bin 0 -> 4560 bytes
images/icons/arrow-double-left.svg | 1912 ++++++++++++++++++++++++++
images/icons/arrow-double-right.svg | 1912 ++++++++++++++++++++++++++
images/icons/arrow-external.svg | 1912 ++++++++++++++++++++++++++
images/icons/arrow-heavy-down.svg | 1907 ++++++++++++++++++++++++++
images/icons/arrow-heavy-up.svg | 1906 ++++++++++++++++++++++++++
images/icons/arrow-med-down.svg | 1906 ++++++++++++++++++++++++++
images/icons/arrow-med-left.svg | 1904 ++++++++++++++++++++++++++
images/icons/arrow-med-right.svg | 1906 ++++++++++++++++++++++++++
images/icons/arrow-med-up.svg | 1905 ++++++++++++++++++++++++++
images/icons/calendar-blank.svg | 1912 ++++++++++++++++++++++++++
images/icons/calendar-day.svg | 1957 ++++++++++++++++++++++++++
images/icons/chat.svg | 1938 ++++++++++++++++++++++++++
images/icons/circle-arrow-left.svg | 1919 ++++++++++++++++++++++++++
images/icons/circle-arrow-right.svg | 1921 ++++++++++++++++++++++++++
images/icons/circle.svg | 1898 ++++++++++++++++++++++++++
images/icons/clock.svg | 1910 ++++++++++++++++++++++++++
images/icons/document.svg | 1935 ++++++++++++++++++++++++++
images/icons/email-fill.svg | 1903 ++++++++++++++++++++++++++
images/icons/email-stroke.svg | 1904 ++++++++++++++++++++++++++
images/icons/facebook.svg | 1902 ++++++++++++++++++++++++++
images/icons/linkedin.svg | 1915 ++++++++++++++++++++++++++
images/icons/menu-list.svg | 1930 ++++++++++++++++++++++++++
images/icons/menu.svg | 1913 ++++++++++++++++++++++++++
images/icons/minus.svg | 1901 ++++++++++++++++++++++++++
images/icons/pdf.svg | 1958 +++++++++++++++++++++++++++
images/icons/picture.svg | 1912 ++++++++++++++++++++++++++
images/icons/play.svg | 1903 ++++++++++++++++++++++++++
images/icons/plus.svg | 1908 ++++++++++++++++++++++++++
images/icons/podcast.svg | 1940 ++++++++++++++++++++++++++
images/icons/presentation.svg | 1911 ++++++++++++++++++++++++++
images/icons/rss.svg | 1930 ++++++++++++++++++++++++++
images/icons/search.svg | 1914 ++++++++++++++++++++++++++
images/icons/spreadsheet.svg | 1925 ++++++++++++++++++++++++++
images/icons/twitter.svg | 1923 ++++++++++++++++++++++++++
images/icons/video.svg | 1929 ++++++++++++++++++++++++++
images/icons/youtube.svg | 1920 ++++++++++++++++++++++++++
images/icons/zip.svg | 1930 ++++++++++++++++++++++++++
sass/partials/04-defaults/_font-custom.sass | 41 -
sass/partials/04-defaults/_font-face.sass | 52 +-
sass/style.sass | 1 +
52 files changed, 72332 insertions(+), 117 deletions(-)

view commit - committer: Adam Moore, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3294: update the icon documentation.
css/style.css | 2 +-
sass/partials/04-defaults/_font-face.sass | 45 ++++++++++++++++---------------
sass/revamp-design/_selectbox.sass | 2 +-
3 files changed, 25 insertions(+), 24 deletions(-)

view commit - committer: Meghan P, 2 years, 8 months ago author: Meghan P, 2 years, 8 months ago
WP-3274: Update the theme documentation.
README.md | 144 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++------
1 file changed, 131 insertions(+), 13 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3343: update select input styling.
css/conditionals/library/pane-rss.css | 4 +-
css/conditionals/library/pane-searchworks.css | 10 ---
css/style.css | 72 ++++------------------
js/custom.js | 2 +-
sass/conditionals/library/pane-rss.sass | 4 +-
sass/conditionals/library/pane-searchworks.sass | 9 ---
.../base/04-defaults/forms/_form-defaults.sass | 2 +-
sass/partials/design/_selectbox.sass | 62 ++++---------------
8 files changed, 28 insertions(+), 137 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3343: add new custom select library.
gsb_theme.info | 1 +
js/custom.js | 9 +++++++++
js/libs/jquery.customSelect.min.js | 10 ++++++++++
3 files changed, 20 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 8 months ago author: Meghan Palagyi, 2 years, 8 months ago
WP-3343: remove old select library.
js/libs/jquery.selectbox-0.6.1.js | 147 --------------------------------------
1 file changed, 147 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3483: update icon font path to fix errors.
css/conditionals/block-weather.css | 15 ------------
css/conditionals/club-landing-list.css | 15 ------------
css/conditionals/e-newsletter-list.css | 15 ------------
css/conditionals/event/event-detail.css | 15 ------------
css/conditionals/event/event-featured.css | 15 ------------
css/conditionals/event/event-landing.css | 15 ------------
css/conditionals/event/event-upcoming.css | 15 ------------
css/conditionals/event/view-academic-calendar.css | 15 ------------
css/conditionals/faculty-research/book-detail.css | 15 ------------
.../faculty-research/book-landing-list.css | 15 ------------
css/conditionals/faculty-research/case-detail.css | 15 ------------
.../faculty-research/case-landing-list.css | 15 ------------
.../faculty-research/faculty-detail.css | 15 ------------
.../faculty-research/faculty-landing-list.css | 15 ------------
.../faculty-research/meta-research-detail.css | 15 ------------
.../faculty-research/publication-detail.css | 15 ------------
.../faculty-research/publication-landing-list.css | 15 ------------
.../faculty-research/view-mode-teaser-listing.css | 15 ------------
.../view-mode-views-content-pane.css | 15 ------------
.../faculty-research/working-paper-detail.css | 15 ------------
.../working-paper-landing-list.css | 15 ------------
css/conditionals/form-rethink.css | 15 ------------
css/conditionals/front.css | 15 ------------
css/conditionals/library/pane-bookmarklet.css | 15 ------------
css/conditionals/library/pane-chat.css | 15 ------------
css/conditionals/library/pane-faqs.css | 15 ------------
css/conditionals/library/pane-hours.css | 15 ------------
css/conditionals/library/pane-rss.css | 15 ------------
css/conditionals/library/pane-searchworks.css | 15 ------------
.../library/view-business-website-detail.css | 15 ------------
css/conditionals/phd-candidate-detail.css | 15 ------------
css/conditionals/phd-candidate-job-market-list.css | 15 ------------
css/conditionals/phd-candidate-placements-list.css | 15 ------------
css/conditionals/program-landing.css | 15 ------------
css/conditionals/week-in-the-life-landing.css | 15 ------------
css/style.css | 28 ++++++++++------------
fonts/icons/_icons.scss | 20 ++--------------
sass/conditionals/block-weather.sass | 3 +--
sass/conditionals/club-landing-list.sass | 3 +--
sass/conditionals/e-newsletter-list.sass | 3 +--
sass/conditionals/event/event-detail.sass | 3 +--
sass/conditionals/event/event-featured.sass | 3 +--
sass/conditionals/event/event-landing.sass | 3 +--
sass/conditionals/event/event-upcoming.sass | 3 +--
.../conditionals/event/view-academic-calendar.sass | 3 +--
.../event/view-admission-calendar.sass | 1 -
.../conditionals/faculty-research/book-detail.sass | 3 +--
.../faculty-research/book-landing-list.sass | 3 +--
.../conditionals/faculty-research/case-detail.sass | 3 +--
.../faculty-research/case-landing-list.sass | 3 +--
.../faculty-research/faculty-detail.sass | 3 +--
.../faculty-research/faculty-landing-list.sass | 3 +--
.../faculty-research/meta-research-detail.sass | 3 +--
.../faculty-research/publication-detail.sass | 3 +--
.../faculty-research/publication-landing-list.sass | 3 +--
.../faculty-research/view-mode-teaser-listing.sass | 3 +--
.../view-mode-views-content-pane.sass | 3 +--
.../faculty-research/working-paper-detail.sass | 3 +--
.../working-paper-landing-list.sass | 3 +--
sass/conditionals/form-rethink.sass | 3 +--
sass/conditionals/front.sass | 3 +--
sass/conditionals/library/pane-bookmarklet.sass | 3 +--
sass/conditionals/library/pane-chat.sass | 3 +--
sass/conditionals/library/pane-faqs.sass | 3 +--
sass/conditionals/library/pane-hours.sass | 3 +--
sass/conditionals/library/pane-rss.sass | 3 +--
sass/conditionals/library/pane-searchworks.sass | 3 +--
.../library/view-business-website-detail.sass | 3 +--
.../library/view-business-website-listing.sass | 1 -
sass/conditionals/msx-fellow-detail.sass | 2 +-
sass/conditionals/msx-fellow-landing-list.sass | 2 +-
sass/conditionals/phd-candidate-detail.sass | 3 +--
.../phd-candidate-job-market-list.sass | 3 +--
.../phd-candidate-placements-list.sass | 3 +--
sass/conditionals/program-landing.sass | 3 +--
sass/conditionals/week-in-the-life-detail.sass | 2 +-
sass/conditionals/week-in-the-life-landing.sass | 3 +--
sass/partials/base/04-defaults/_font-face.sass | 14 +++++++++++
78 files changed, 67 insertions(+), 633 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3269: remove some unneeded extends, small fixes.
css/conditionals/e-newsletter-list.css | 2 +-
css/conditionals/event/view-admission-calendar.css | 15 ---------------
.../library/view-business-website-listing.css | 15 ---------------
css/conditionals/msx-fellow-detail.css | 15 ---------------
css/conditionals/msx-fellow-landing-list.css | 15 ---------------
css/conditionals/week-in-the-life-detail.css | 15 ---------------
gsb_theme.info | 7 +++----
sass/conditionals/e-newsletter-list.sass | 2 +-
sass/conditionals/event/event-featured.sass | 1 -
sass/conditionals/event/view-admission-calendar.sass | 2 --
.../library/view-business-website-listing.sass | 2 --
sass/conditionals/msx-fellow-detail.sass | 2 --
sass/conditionals/msx-fellow-landing-list.sass | 2 --
sass/conditionals/week-in-the-life-detail.sass | 2 --
14 files changed, 5 insertions(+), 92 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3269: change partials to full sass files.
css/conditionals/block-weather.css | 87 +
css/conditionals/club-landing-list.css | 208 +
css/conditionals/e-newsletter-list.css | 92 +
css/conditionals/event/event-detail.css | 159 +
css/conditionals/event/event-featured.css | 168 +
css/conditionals/event/event-landing.css | 232 +
css/conditionals/event/event-upcoming.css | 136 +
css/conditionals/event/view-academic-calendar.css | 163 +
css/conditionals/event/view-admission-calendar.css | 131 +
css/conditionals/faculty-research/book-detail.css | 302 +
.../faculty-research/book-landing-list.css | 68 +
css/conditionals/faculty-research/case-detail.css | 217 +
.../faculty-research/case-landing-list.css | 64 +
.../faculty-research/faculty-detail.css | 780 ++
.../faculty-research/faculty-landing-list.css | 135 +
.../faculty-research/meta-research-detail.css | 396 +
.../faculty-research/publication-detail.css | 128 +
.../faculty-research/publication-landing-list.css | 37 +
.../faculty-research/view-mode-teaser-listing.css | 127 +
.../view-mode-views-content-pane.css | 171 +
.../faculty-research/working-paper-detail.css | 108 +
.../working-paper-landing-list.css | 37 +
css/conditionals/form-rethink.css | 58 +
css/conditionals/front.css | 419 +
css/conditionals/library/pane-bookmarklet.css | 44 +
css/conditionals/library/pane-chat.css | 100 +
css/conditionals/library/pane-faqs.css | 121 +
css/conditionals/library/pane-hours.css | 138 +
css/conditionals/library/pane-rss.css | 119 +
css/conditionals/library/pane-searchworks.css | 179 +
.../library/view-business-website-detail.css | 81 +
.../library/view-business-website-listing.css | 33 +
css/conditionals/msx-fellow-detail.css | 110 +
css/conditionals/msx-fellow-landing-list.css | 95 +
css/conditionals/phd-candidate-detail.css | 349 +
css/conditionals/phd-candidate-job-market-list.css | 255 +
css/conditionals/phd-candidate-placements-list.css | 197 +
css/conditionals/program-landing.css | 348 +
css/conditionals/week-in-the-life-detail.css | 119 +
css/conditionals/week-in-the-life-landing.css | 268 +
css/style.css | 9848 +++++---------------
gsb_theme.info | 47 +-
sass/conditionals/block-weather.sass | 33 +
sass/conditionals/club-landing-list.sass | 107 +
sass/conditionals/e-newsletter-list.sass | 41 +
sass/conditionals/event/event-detail.sass | 113 +
sass/conditionals/event/event-featured.sass | 120 +
sass/conditionals/event/event-landing.sass | 172 +
sass/conditionals/event/event-upcoming.sass | 59 +
.../conditionals/event/view-academic-calendar.sass | 81 +
.../event/view-admission-calendar.sass | 107 +
.../conditionals/faculty-research/book-detail.sass | 166 +
.../faculty-research/book-landing-list.sass | 56 +
.../conditionals/faculty-research/case-detail.sass | 132 +
.../faculty-research/case-landing-list.sass | 51 +
.../faculty-research/faculty-detail.sass | 511 +
.../faculty-research/faculty-landing-list.sass | 82 +
.../faculty-research/meta-research-detail.sass | 102 +
.../faculty-research/publication-detail.sass | 61 +
.../faculty-research/publication-landing-list.sass | 38 +
.../faculty-research/view-mode-teaser-listing.sass | 89 +
.../view-mode-views-content-pane.sass | 97 +
.../faculty-research/working-paper-detail.sass | 55 +
.../working-paper-landing-list.sass | 39 +
sass/conditionals/form-rethink.sass | 28 +
sass/conditionals/front.sass | 262 +
sass/conditionals/library/pane-bookmarklet.sass | 14 +
sass/conditionals/library/pane-chat.sass | 47 +
sass/conditionals/library/pane-faqs.sass | 77 +
sass/conditionals/library/pane-hours.sass | 51 +
sass/conditionals/library/pane-rss.sass | 68 +
sass/conditionals/library/pane-searchworks.sass | 122 +
.../library/view-business-website-detail.sass | 31 +
.../library/view-business-website-listing.sass | 28 +
sass/conditionals/msx-fellow-detail.sass | 84 +
sass/conditionals/msx-fellow-landing-list.sass | 69 +
sass/conditionals/phd-candidate-detail.sass | 204 +
.../phd-candidate-job-market-list.sass | 166 +
.../phd-candidate-placements-list.sass | 133 +
sass/conditionals/program-landing.sass | 211 +
sass/conditionals/week-in-the-life-detail.sass | 100 +
sass/conditionals/week-in-the-life-landing.sass | 184 +
sass/partials/base/03-extend/_gsb-revamp.sass | 3 +
sass/partials/base/04-defaults/_common.sass | 7 +-
sass/partials/design/_all.sass | 29 -
sass/partials/design/_book-detail.sass | 158 -
sass/partials/design/_book-landing-list.sass | 50 -
sass/partials/design/_business-website.sass | 46 -
sass/partials/design/_case-study-detail.sass | 123 -
sass/partials/design/_case-study-landing-list.sass | 43 -
sass/partials/design/_clubs.sass | 102 -
sass/partials/design/_e-newsletters.sass | 33 -
sass/partials/design/_event-landing-list.sass | 75 -
sass/partials/design/_event.sass | 478 -
sass/partials/design/_faculty-detail.sass | 504 -
sass/partials/design/_faculty-landing-list.sass | 75 -
sass/partials/design/_form-rethink.sass | 20 -
sass/partials/design/_front.sass | 257 -
sass/partials/design/_library.sass | 307 -
sass/partials/design/_msxfellows.sass | 136 -
sass/partials/design/_phd-candidate.sass | 472 -
sass/partials/design/_program-finder.sass | 203 -
sass/partials/design/_publication-detail.sass | 52 -
.../partials/design/_publication-landing-list.sass | 30 -
sass/partials/design/_search-filters.sass | 2 +-
sass/partials/design/_upcoming-events.sass | 52 -
.../partials/design/_view-mode-teaser-listing.sass | 81 -
.../design/_view-mode-views-content-pane.sass | 89 -
sass/partials/design/_weather.sass | 24 -
sass/partials/design/_witl.sass | 266 -
sass/partials/design/_working-paper-detail.sass | 137 -
.../design/_working-paper-landing-list.sass | 31 -
112 files changed, 13494 insertions(+), 11456 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3358: Use PHP instead of JS to make views tables responsive.
js/custom.js | 12 ------------
template.php | 14 ++++++++++++++
2 files changed, 14 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3358: Remove the currentFilter code.
css/style.css | 2 +-
js/custom.js | 1 -
sass/partials/design/_event.sass | 4 ++--
3 files changed, 3 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3435: apply new wysiwyg class in theme.
css/style.css | 77 ++++++++++++++++++++++++++++++++------
sass/partials/design/_wysiwyg.sass | 5 +--
2 files changed, 68 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3437: update video and podcast icons on in the media.
css/style.css | 33 ++++++++++++++++++++++++-------
sass/partials/design/_faculty-detail.sass | 13 ++++--------
2 files changed, 30 insertions(+), 16 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-2931: adjust responsive listings.
css/style.css | 53 ++++++++++++++++++++++------
sass/partials/design/_book-landing-list.sass | 16 +++++----
2 files changed, 51 insertions(+), 18 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
Fix missing icon in function.
css/style.css | 13 ++++++++++++-
sass/partials/design/_wysiwyg.sass | 2 +-
2 files changed, 13 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-2931: fix comma in function.
sass/partials/design/_view-mode-teaser-listing.sass | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3385: remove permission statement styling.
css/style.css | 8 --------
sass/partials/design/_case-study-detail.sass | 7 -------
2 files changed, 15 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
Remove selectbox handling because it's done broke.
gsb_theme.info | 1 -
js/custom.js | 12 ------------
2 files changed, 13 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
Remove selectbox handling because it's done broke.
gsb_theme.info | 1 -
js/custom.js | 12 ------------
2 files changed, 13 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3420: change how borders are applied.
css/style.css | 18 +++++++++---------
sass/partials/design/_faculty-detail.sass | 12 ++++--------
2 files changed, 13 insertions(+), 17 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-2957: remove set widths on right rail.
css/style.css | 6 ------
sass/partials/base/05-layouts/_layouts.sass | 3 ---
2 files changed, 9 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3350: change line height for retina display.
css/style.css | 2 +-
sass/partials/design/_cta-custom.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3367: rename directories.
sass/partials/00-variables/_all.sass | 3 -
sass/partials/00-variables/_base.sass | 43 --
sass/partials/00-variables/_colors.sass | 49 --
sass/partials/00-variables/_fonts.sass | 12 -
sass/partials/01-mixins/_custom.sass | 108 ----
sass/partials/02-reset/_reset.sass | 238 --------
sass/partials/03-extend/_all.sass | 2 -
sass/partials/03-extend/_gsb-revamp.sass | 247 --------
sass/partials/03-extend/_typography.sass | 24 -
sass/partials/04-defaults/_all.sass | 10 -
sass/partials/04-defaults/_common.sass | 108 ----
sass/partials/04-defaults/_edits.sass | 6 -
sass/partials/04-defaults/_font-custom.sass | 81 ---
sass/partials/04-defaults/_font-face.sass | 181 ------
sass/partials/04-defaults/_headers.sass | 79 ---
sass/partials/04-defaults/_images.sass | 12 -
sass/partials/04-defaults/_semantics.sass | 44 --
sass/partials/04-defaults/_tables.sass | 46 --
.../partials/04-defaults/forms/_form-defaults.sass | 48 --
sass/partials/04-defaults/forms/_formalize.sass | 211 -------
sass/partials/05-layouts/_layouts.sass | 250 --------
sass/partials/06-ui-patterns/_common.sass | 4 -
sass/partials/06-ui-patterns/_drupal-patterns.sass | 135 -----
sass/partials/07-media/_print.sass | 158 -----
sass/partials/base/00-variables/_all.sass | 3 +
sass/partials/base/00-variables/_base.sass | 43 ++
sass/partials/base/00-variables/_colors.sass | 49 ++
sass/partials/base/00-variables/_fonts.sass | 12 +
sass/partials/base/01-mixins/_custom.sass | 108 ++++
sass/partials/base/02-reset/_reset.sass | 238 ++++++++
sass/partials/base/03-extend/_all.sass | 2 +
sass/partials/base/03-extend/_gsb-revamp.sass | 247 ++++++++
sass/partials/base/03-extend/_typography.sass | 24 +
sass/partials/base/04-defaults/_all.sass | 10 +
sass/partials/base/04-defaults/_common.sass | 108 ++++
sass/partials/base/04-defaults/_edits.sass | 6 +
sass/partials/base/04-defaults/_font-custom.sass | 81 +++
sass/partials/base/04-defaults/_font-face.sass | 181 ++++++
sass/partials/base/04-defaults/_headers.sass | 79 +++
sass/partials/base/04-defaults/_images.sass | 12 +
sass/partials/base/04-defaults/_semantics.sass | 44 ++
sass/partials/base/04-defaults/_tables.sass | 46 ++
.../base/04-defaults/forms/_form-defaults.sass | 48 ++
.../base/04-defaults/forms/_formalize.sass | 211 +++++++
sass/partials/base/05-layouts/_layouts.sass | 250 ++++++++
sass/partials/base/06-ui-patterns/_common.sass | 4 +
.../base/06-ui-patterns/_drupal-patterns.sass | 135 +++++
sass/partials/base/07-media/_print.sass | 158 +++++
sass/partials/design/_accordion.sass | 76 +++
sass/partials/design/_all.sass | 74 +++
sass/partials/design/_az-filter.sass | 157 +++++
sass/partials/design/_banner.sass | 330 ++++++++++
sass/partials/design/_book-detail.sass | 158 +++++
sass/partials/design/_book-landing-list.sass | 48 ++
sass/partials/design/_business-website.sass | 46 ++
sass/partials/design/_case-study-detail.sass | 130 ++++
sass/partials/design/_case-study-landing-list.sass | 43 ++
sass/partials/design/_clubs.sass | 102 ++++
sass/partials/design/_cta-custom.sass | 309 ++++++++++
sass/partials/design/_cta-image.sass | 202 +++++++
sass/partials/design/_cta.sass | 162 +++++
sass/partials/design/_custom-preview.sass | 72 +++
sass/partials/design/_design.sass | 427 +++++++++++++
sass/partials/design/_diptych.sass | 201 +++++++
sass/partials/design/_e-newsletters.sass | 33 +
sass/partials/design/_event-landing-list.sass | 75 +++
sass/partials/design/_event.sass | 478 +++++++++++++++
sass/partials/design/_existing-node.sass | 175 ++++++
.../partials/design/_faculty-by-academic-area.sass | 29 +
sass/partials/design/_faculty-detail.sass | 513 ++++++++++++++++
sass/partials/design/_faculty-landing-list.sass | 75 +++
sass/partials/design/_faculty-search.sass | 48 ++
sass/partials/design/_fieldgroup-commas.sass | 82 +++
sass/partials/design/_footer.sass | 195 ++++++
sass/partials/design/_form-rethink.sass | 20 +
sass/partials/design/_fpp-featured-person.sass | 98 +++
sass/partials/design/_fpp-links.sass | 120 ++++
sass/partials/design/_fpp-people.sass | 130 ++++
sass/partials/design/_fpp-quote.sass | 68 +++
sass/partials/design/_fpp-social-media.sass | 43 ++
sass/partials/design/_fpp-spotlight.sass | 128 ++++
sass/partials/design/_fpp-text.sass | 67 +++
sass/partials/design/_front.sass | 257 ++++++++
.../design/_google-search-page-elements.sass | 41 ++
sass/partials/design/_grid-responsive.sass | 92 +++
sass/partials/design/_house-ads.sass | 116 ++++
sass/partials/design/_library.sass | 307 ++++++++++
sass/partials/design/_menu-block.sass | 30 +
sass/partials/design/_menu-main-mega.sass | 142 +++++
sass/partials/design/_menu-main.sass | 289 +++++++++
sass/partials/design/_menu-sidebar.sass | 79 +++
sass/partials/design/_msxfellows.sass | 136 +++++
sass/partials/design/_not-found.sass | 83 +++
sass/partials/design/_pager.sass | 54 ++
sass/partials/design/_phd-candidate.sass | 472 +++++++++++++++
sass/partials/design/_program-finder.sass | 203 +++++++
sass/partials/design/_publication-detail.sass | 52 ++
.../partials/design/_publication-landing-list.sass | 30 +
sass/partials/design/_search-filters.sass | 663 +++++++++++++++++++++
sass/partials/design/_selectbox.sass | 63 ++
sass/partials/design/_slideshow.sass | 341 +++++++++++
sass/partials/design/_spinner.sass | 26 +
sass/partials/design/_taxonomy-listings.sass | 10 +
sass/partials/design/_upcoming-events.sass | 52 ++
sass/partials/design/_video.sass | 167 ++++++
.../partials/design/_view-mode-teaser-listing.sass | 72 +++
.../design/_view-mode-views-content-pane.sass | 89 +++
sass/partials/design/_weather.sass | 24 +
sass/partials/design/_witl.sass | 266 +++++++++
sass/partials/design/_working-paper-detail.sass | 137 +++++
.../design/_working-paper-landing-list.sass | 31 +
sass/partials/design/_wysiwyg.sass | 171 ++++++
sass/revamp-design/_accordion.sass | 76 ---
sass/revamp-design/_all.sass | 74 ---
sass/revamp-design/_az-filter.sass | 157 -----
sass/revamp-design/_banner.sass | 330 ----------
sass/revamp-design/_book-detail.sass | 158 -----
sass/revamp-design/_book-landing-list.sass | 48 --
sass/revamp-design/_business-website.sass | 46 --
sass/revamp-design/_case-study-detail.sass | 130 ----
sass/revamp-design/_case-study-landing-list.sass | 43 --
sass/revamp-design/_clubs.sass | 102 ----
sass/revamp-design/_cta-custom.sass | 309 ----------
sass/revamp-design/_cta-image.sass | 202 -------
sass/revamp-design/_cta.sass | 162 -----
sass/revamp-design/_custom-preview.sass | 72 ---
sass/revamp-design/_design.sass | 427 -------------
sass/revamp-design/_diptych.sass | 201 -------
sass/revamp-design/_e-newsletters.sass | 33 -
sass/revamp-design/_event-landing-list.sass | 75 ---
sass/revamp-design/_event.sass | 478 ---------------
sass/revamp-design/_existing-node.sass | 175 ------
sass/revamp-design/_faculty-by-academic-area.sass | 29 -
sass/revamp-design/_faculty-detail.sass | 513 ----------------
sass/revamp-design/_faculty-landing-list.sass | 75 ---
sass/revamp-design/_faculty-search.sass | 48 --
sass/revamp-design/_fieldgroup-commas.sass | 82 ---
sass/revamp-design/_footer.sass | 195 ------
sass/revamp-design/_form-rethink.sass | 20 -
sass/revamp-design/_fpp-featured-person.sass | 98 ---
sass/revamp-design/_fpp-links.sass | 120 ----
sass/revamp-design/_fpp-people.sass | 130 ----
sass/revamp-design/_fpp-quote.sass | 68 ---
sass/revamp-design/_fpp-social-media.sass | 43 --
sass/revamp-design/_fpp-spotlight.sass | 128 ----
sass/revamp-design/_fpp-text.sass | 67 ---
sass/revamp-design/_front.sass | 257 --------
.../_google-search-page-elements.sass | 41 --
sass/revamp-design/_grid-responsive.sass | 92 ---
sass/revamp-design/_house-ads.sass | 116 ----
sass/revamp-design/_library.sass | 307 ----------
sass/revamp-design/_menu-block.sass | 30 -
sass/revamp-design/_menu-main-mega.sass | 142 -----
sass/revamp-design/_menu-main.sass | 289 ---------
sass/revamp-design/_menu-sidebar.sass | 79 ---
sass/revamp-design/_msxfellows.sass | 136 -----
sass/revamp-design/_not-found.sass | 83 ---
sass/revamp-design/_pager.sass | 54 --
sass/revamp-design/_phd-candidate.sass | 472 ---------------
sass/revamp-design/_program-finder.sass | 203 -------
sass/revamp-design/_publication-detail.sass | 52 --
sass/revamp-design/_publication-landing-list.sass | 30 -
sass/revamp-design/_search-filters.sass | 663 ---------------------
sass/revamp-design/_selectbox.sass | 63 --
sass/revamp-design/_slideshow.sass | 341 -----------
sass/revamp-design/_spinner.sass | 26 -
sass/revamp-design/_taxonomy-listings.sass | 10 -
sass/revamp-design/_upcoming-events.sass | 52 --
sass/revamp-design/_video.sass | 167 ------
sass/revamp-design/_view-mode-teaser-listing.sass | 72 ---
.../_view-mode-views-content-pane.sass | 89 ---
sass/revamp-design/_weather.sass | 24 -
sass/revamp-design/_witl.sass | 266 ---------
sass/revamp-design/_working-paper-detail.sass | 137 -----
.../revamp-design/_working-paper-landing-list.sass | 31 -
sass/revamp-design/_wysiwyg.sass | 171 ------
sass/style.sass | 20 +-
177 files changed, 11518 insertions(+), 11518 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3367: update directory number.
sass/partials/07-media/_print.sass | 158 +++++++++++++++++++++++++++++++++++++
sass/partials/08-media/_print.sass | 158 -------------------------------------
sass/style.sass | 2 +-
3 files changed, 159 insertions(+), 159 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3367: remove empty sprites partail.
sass/partials/07-sprites/_sprites.sass | 0
1 file changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3367: rename layouts folder and partial.
sass/partials/05-grids/_grids-singularity.sass | 253 -------------------------
sass/partials/05-layouts/_layouts.sass | 250 ++++++++++++++++++++++++
sass/style.sass | 2 +-
3 files changed, 251 insertions(+), 254 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3367: prune variables, update colors using variables.
css/style.css | 2 +-
sass/partials/00-variables/_colors.sass | 20 +++++-------------
sass/partials/01-mixins/_custom.sass | 2 +-
sass/partials/03-extend/_gsb-revamp.sass | 2 +-
sass/partials/04-defaults/_common.sass | 8 +++----
sass/partials/04-defaults/_headers.sass | 2 +-
sass/partials/04-defaults/forms/_formalize.sass | 28 ++++++++++++-------------
sass/partials/08-media/_print.sass | 2 +-
sass/revamp-design/_az-filter.sass | 2 +-
sass/revamp-design/_banner.sass | 16 +++++++-------
sass/revamp-design/_clubs.sass | 2 +-
sass/revamp-design/_custom-preview.sass | 6 +++---
sass/revamp-design/_design.sass | 2 +-
sass/revamp-design/_event.sass | 10 ++++-----
sass/revamp-design/_fpp-links.sass | 2 +-
sass/revamp-design/_fpp-spotlight.sass | 4 ++--
sass/revamp-design/_fpp-text.sass | 2 +-
sass/revamp-design/_library.sass | 2 +-
sass/revamp-design/_menu-main-mega.sass | 10 ++++-----
sass/revamp-design/_slideshow.sass | 2 +-
sass/revamp-design/_video.sass | 4 ++--
sass/revamp-design/_witl.sass | 6 +++---
22 files changed, 63 insertions(+), 73 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3367: removeing business insights code, removing and cleaning up variables.
css/style.css | 216 ++++++++++---------------
sass/partials/00-variables/_all.sass | 2 +-
sass/partials/00-variables/_base.sass | 80 +--------
sass/partials/00-variables/_settings.sass | 39 -----
sass/partials/03-extend/_gsb-revamp.sass | 12 +-
sass/partials/05-grids/_grids-singularity.sass | 21 +--
sass/revamp-design/_accordion.sass | 1 +
sass/revamp-design/_az-filter.sass | 3 +-
sass/revamp-design/_banner.sass | 10 --
sass/revamp-design/_cta.sass | 6 +-
sass/revamp-design/_design.sass | 91 +++++++----
sass/revamp-design/_event.sass | 2 +-
sass/revamp-design/_fieldgroup-commas.sass | 1 -
sass/revamp-design/_menu-main-mega.sass | 13 --
sass/revamp-design/_phd-candidate.sass | 2 +
sass/revamp-design/_program-finder.sass | 2 +
sass/revamp-design/_video.sass | 2 +
17 files changed, 168 insertions(+), 335 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3367: rename and remove partials.
sass/revamp-design/_all.sass | 11 +-
sass/revamp-design/_business-insights.sass | 182 -----------------------------
sass/revamp-design/_citation.sass | 70 -----------
sass/revamp-design/_fpp-people.sass | 130 +++++++++++++++++++++
sass/revamp-design/_fpp-quote.sass | 68 +++++++++++
sass/revamp-design/_fpp-social-media.sass | 43 +++++++
sass/revamp-design/_fpp-spotlight.sass | 128 ++++++++++++++++++++
sass/revamp-design/_media-mention.sass | 30 -----
sass/revamp-design/_news.sass | 93 ---------------
sass/revamp-design/_people.sass | 130 ---------------------
sass/revamp-design/_quote.sass | 68 -----------
sass/revamp-design/_social-media.sass | 43 -------
sass/revamp-design/_spotlight.sass | 128 --------------------
13 files changed, 373 insertions(+), 751 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3294: replacing icons..
css/style.css | 14 ++++++++++++++
sass/revamp-design/_case-study-detail.sass | 1 +
2 files changed, 15 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3294: adjust pdf size.
css/style.css | 1 +
sass/partials/04-defaults/_font-custom.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3294: update icon styling in specific instances.
css/style.css | 28 +++++++++++++++++++---------
sass/revamp-design/_cta-custom.sass | 2 +-
sass/revamp-design/_fpp-links.sass | 3 +++
sass/revamp-design/_fpp-text.sass | 1 +
sass/revamp-design/_library.sass | 16 ++++++++++------
sass/revamp-design/_wysiwyg.sass | 4 ++--
6 files changed, 36 insertions(+), 18 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3294: remove old icon fonts.
fonts/arrow-double.eot | Bin 1936 -> 0 bytes
fonts/arrow-double.svg | 34 -------------------
fonts/arrow-double.ttf | Bin 4244 -> 0 bytes
fonts/arrow-double.woff | Bin 1168 -> 0 bytes
fonts/gsb-chat.eot | Bin 1736 -> 0 bytes
fonts/gsb-chat.svg | 11 ------
fonts/gsb-chat.ttf | Bin 1568 -> 0 bytes
fonts/gsb-chat.woff | Bin 1364 -> 0 bytes
fonts/gsb-clock.eot | Bin 1340 -> 0 bytes
fonts/gsb-clock.svg | 11 ------
fonts/gsb-clock.ttf | Bin 1168 -> 0 bytes
fonts/gsb-clock.woff | Bin 1220 -> 0 bytes
fonts/gsb-email-icon.eot | Bin 1260 -> 0 bytes
fonts/gsb-email-icon.svg | 12 -------
fonts/gsb-email-icon.ttf | Bin 1092 -> 0 bytes
fonts/gsb-email-icon.woff | Bin 1168 -> 0 bytes
fonts/gsb-webfont.eot | Bin 8234 -> 0 bytes
fonts/gsb-webfont.svg | 84 ----------------------------------------------
fonts/gsb-webfont.ttf | Bin 15812 -> 0 bytes
fonts/gsb-webfont.woff | Bin 9376 -> 0 bytes
20 files changed, 152 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3294: finish implementing icon font.
css/style.css | 182 +++++++++++++++++----
sass/partials/03-extend/_gsb-revamp.sass | 5 +-
sass/revamp-design/_banner.sass | 2 +-
sass/revamp-design/_book-detail.sass | 4 +-
sass/revamp-design/_cta-custom.sass | 5 +-
sass/revamp-design/_diptych.sass | 2 +-
sass/revamp-design/_event.sass | 6 +-
sass/revamp-design/_existing-node.sass | 4 +-
sass/revamp-design/_menu-main-mega.sass | 10 +-
sass/revamp-design/_menu-sidebar.sass | 2 +-
sass/revamp-design/_phd-candidate.sass | 19 ++-
sass/revamp-design/_quote.sass | 4 +-
.../_view-mode-views-content-pane.sass | 4 +-
sass/revamp-design/_witl.sass | 6 +-
sass/revamp-design/_working-paper-detail.sass | 5 +-
sass/revamp-design/_wysiwyg.sass | 5 +-
16 files changed, 187 insertions(+), 78 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3320: add line-height 1.
css/style.css | 2 +-
sass/revamp-design/_menu-sidebar.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3317: fix up the case study detail page.
css/style.css | 14 ++++++++++----
sass/revamp-design/_case-study-detail.sass | 3 +++
2 files changed, 13 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3294: replacing icons..
css/style.css | 1065 ++++++++++++++++-----
sass/partials/01-mixins/_custom.sass | 6 +-
sass/partials/03-extend/_gsb-revamp.sass | 4 +-
sass/partials/04-defaults/_font-face.sass | 108 ---
sass/revamp-design/_az-filter.sass | 35 +-
sass/revamp-design/_banner.sass | 4 +-
sass/revamp-design/_book-detail.sass | 4 +-
sass/revamp-design/_business-website.sass | 4 +-
sass/revamp-design/_case-study-detail.sass | 10 +-
sass/revamp-design/_case-study-landing-list.sass | 4 +-
sass/revamp-design/_cta-custom.sass | 3 +-
sass/revamp-design/_cta-image.sass | 6 +-
sass/revamp-design/_design.sass | 14 +-
sass/revamp-design/_diptych.sass | 14 +-
sass/revamp-design/_e-newsletters.sass | 7 +-
sass/revamp-design/_event.sass | 47 +-
sass/revamp-design/_faculty-by-academic-area.sass | 4 +-
sass/revamp-design/_faculty-detail.sass | 45 +-
sass/revamp-design/_form-rethink.sass | 2 +-
sass/revamp-design/_fpp-featured-person.sass | 9 +-
sass/revamp-design/_fpp-links.sass | 2 +-
sass/revamp-design/_fpp-text.sass | 5 +-
sass/revamp-design/_library.sass | 14 +-
sass/revamp-design/_menu-block.sass | 4 +-
sass/revamp-design/_pager.sass | 10 +-
sass/revamp-design/_phd-candidate.sass | 24 +-
sass/revamp-design/_program-finder.sass | 27 +-
sass/revamp-design/_publication-detail.sass | 5 +-
sass/revamp-design/_quote.sass | 7 +-
sass/revamp-design/_search-filters.sass | 24 +-
sass/revamp-design/_selectbox.sass | 5 +-
sass/revamp-design/_view-mode-teaser-listing.sass | 2 +-
sass/revamp-design/_weather.sass | 5 +-
sass/revamp-design/_witl.sass | 12 +-
sass/revamp-design/_working-paper-detail.sass | 4 +-
35 files changed, 993 insertions(+), 552 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3294: icons in stanford gsb experience section.
css/style.css | 340 ++++++++++++++++++++++++-------
sass/partials/03-extend/_gsb-revamp.sass | 19 +-
sass/revamp-design/_accordion.sass | 15 +-
sass/revamp-design/_clubs.sass | 12 +-
sass/revamp-design/_cta-custom.sass | 13 +-
sass/revamp-design/_cta.sass | 20 +-
sass/revamp-design/_fpp-links.sass | 4 +-
sass/revamp-design/_house-ads.sass | 12 +-
sass/revamp-design/_slideshow.sass | 9 +-
sass/revamp-design/_social-media.sass | 7 +-
sass/revamp-design/_upcoming-events.sass | 2 +-
sass/revamp-design/_video.sass | 19 +-
sass/revamp-design/_wysiwyg.sass | 10 +-
13 files changed, 331 insertions(+), 151 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3294: icons on homepage.
css/style.css | 77 ++++++++++++++++++++++++++++++--------
sass/revamp-design/_cta-image.sass | 7 ++--
sass/revamp-design/_front.sass | 37 +++++++++---------
3 files changed, 82 insertions(+), 39 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3294: changing icons on homepage.
css/style.css | 517 +++++++++++++++++++++-----
sass/partials/03-extend/_gsb-revamp.sass | 22 +-
sass/partials/04-defaults/_font-custom.sass | 60 ++-
sass/revamp-design/_clubs.sass | 3 +-
sass/revamp-design/_cta-custom.sass | 20 +-
sass/revamp-design/_cta.sass | 9 +-
sass/revamp-design/_event.sass | 3 +-
sass/revamp-design/_footer.sass | 5 +-
sass/revamp-design/_fpp-links.sass | 12 +-
sass/revamp-design/_front.sass | 14 +-
sass/revamp-design/_slideshow.sass | 54 ++-
sass/revamp-design/_working-paper-detail.sass | 3 +-
12 files changed, 539 insertions(+), 183 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3294: update menu icons.
css/style.css | 193 ++++++++++++++++++++++++--------
sass/revamp-design/_banner.sass | 10 +-
sass/revamp-design/_menu-main.sass | 57 +++++-----
sass/revamp-design/_menu-sidebar.sass | 20 ++--
sass/revamp-design/_search-filters.sass | 2 +-
5 files changed, 185 insertions(+), 97 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3294: adjust menu sidebar active styling.
css/style.css | 48 +++++++++++++++--------------------
sass/revamp-design/_menu-sidebar.sass | 18 ++++++-------
2 files changed, 29 insertions(+), 37 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3294: replace extend in order to use with @media.
fonts/icons/_icons.scss | 42 +++++++++++++++++++++++++++++++++++++++---
1 file changed, 39 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3294: change icon in left menu on non-touch.
css/style.css | 38 +++++++++++++++++++++++++----------
sass/revamp-design/_menu-sidebar.sass | 21 +++++++++----------
2 files changed, 37 insertions(+), 22 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3294: implement new icon method.
Gemfile | 1 +
Gemfile.lock | 6 +
config.rb | 1 +
css/style.css | 65 +-
fonts/icons/.fontcustom-manifest.json | 191 +++
fonts/icons/_icons.scss | 112 ++
fonts/icons/fontcustom.yml | 14 +
fonts/icons/icons-preview.html | 758 +++++++++++
fonts/icons/icons.eot | Bin 0 -> 7188 bytes
fonts/icons/icons.svg | 276 ++++
fonts/icons/icons.ttf | Bin 0 -> 7024 bytes
fonts/icons/icons.woff | Bin 0 -> 4560 bytes
images/icons/arrow-double-left.svg | 1912 ++++++++++++++++++++++++++
images/icons/arrow-double-right.svg | 1912 ++++++++++++++++++++++++++
images/icons/arrow-external.svg | 1912 ++++++++++++++++++++++++++
images/icons/arrow-heavy-down.svg | 1907 ++++++++++++++++++++++++++
images/icons/arrow-heavy-up.svg | 1906 ++++++++++++++++++++++++++
images/icons/arrow-med-down.svg | 1906 ++++++++++++++++++++++++++
images/icons/arrow-med-left.svg | 1904 ++++++++++++++++++++++++++
images/icons/arrow-med-right.svg | 1906 ++++++++++++++++++++++++++
images/icons/arrow-med-up.svg | 1905 ++++++++++++++++++++++++++
images/icons/calendar-blank.svg | 1912 ++++++++++++++++++++++++++
images/icons/calendar-day.svg | 1957 ++++++++++++++++++++++++++
images/icons/chat.svg | 1938 ++++++++++++++++++++++++++
images/icons/circle-arrow-left.svg | 1919 ++++++++++++++++++++++++++
images/icons/circle-arrow-right.svg | 1921 ++++++++++++++++++++++++++
images/icons/circle.svg | 1898 ++++++++++++++++++++++++++
images/icons/clock.svg | 1910 ++++++++++++++++++++++++++
images/icons/document.svg | 1935 ++++++++++++++++++++++++++
images/icons/email-fill.svg | 1903 ++++++++++++++++++++++++++
images/icons/email-stroke.svg | 1904 ++++++++++++++++++++++++++
images/icons/facebook.svg | 1902 ++++++++++++++++++++++++++
images/icons/linkedin.svg | 1915 ++++++++++++++++++++++++++
images/icons/menu-list.svg | 1930 ++++++++++++++++++++++++++
images/icons/menu.svg | 1913 ++++++++++++++++++++++++++
images/icons/minus.svg | 1901 ++++++++++++++++++++++++++
images/icons/pdf.svg | 1958 +++++++++++++++++++++++++++
images/icons/picture.svg | 1912 ++++++++++++++++++++++++++
images/icons/play.svg | 1903 ++++++++++++++++++++++++++
images/icons/plus.svg | 1908 ++++++++++++++++++++++++++
images/icons/podcast.svg | 1940 ++++++++++++++++++++++++++
images/icons/presentation.svg | 1911 ++++++++++++++++++++++++++
images/icons/rss.svg | 1930 ++++++++++++++++++++++++++
images/icons/search.svg | 1914 ++++++++++++++++++++++++++
images/icons/spreadsheet.svg | 1925 ++++++++++++++++++++++++++
images/icons/twitter.svg | 1923 ++++++++++++++++++++++++++
images/icons/video.svg | 1929 ++++++++++++++++++++++++++
images/icons/youtube.svg | 1920 ++++++++++++++++++++++++++
images/icons/zip.svg | 1930 ++++++++++++++++++++++++++
sass/partials/04-defaults/_font-custom.sass | 41 -
sass/partials/04-defaults/_font-face.sass | 52 +-
sass/style.sass | 1 +
52 files changed, 72332 insertions(+), 117 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3294: update the icon documentation.
css/style.css | 2 +-
sass/partials/04-defaults/_font-face.sass | 45 ++++++++++++++++---------------
sass/revamp-design/_selectbox.sass | 2 +-
3 files changed, 25 insertions(+), 24 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3271: Remove redundancies in accordion code.
js/custom.js | 110 ++++++++++++++++++++++++++---------------------------------
1 file changed, 48 insertions(+), 62 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3271: Move tweetfeed code to social_feed module.
gsb_theme.info | 1 -
js/custom.js | 26 -------
js/gsb_tweetfeed.js | 213 ----------------------------------------------------
3 files changed, 240 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3271: Begin chopping up JS behaviors.
js/bi_map.js | 48 ++++++++++++++
js/custom.js | 197 +++++++++++++-------------------------------------------
js/gsb_forms.js | 78 ++++++++++++++++++++++
template.php | 3 +
4 files changed, 175 insertions(+), 151 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3340: remove featured publication styling.
css/style.css | 34 +++++----------------------------
sass/revamp-design/_faculty-detail.sass | 28 ---------------------------
2 files changed, 5 insertions(+), 57 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3340: restore media item icon styling.
css/style.css | 33 +++++++++++++++++++++++++++++----
sass/revamp-design/_faculty-detail.sass | 25 +++++++++++++++++++++++--
2 files changed, 52 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3340: update theming for date fields.
css/style.css | 22 ++++++++++++++++++++--
sass/revamp-design/_existing-node.sass | 3 +++
sass/revamp-design/_view-mode-teaser-listing.sass | 7 +++++--
sass/revamp-design/_working-paper-detail.sass | 3 +++
4 files changed, 31 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3320: add line-height 1.
css/style.css | 1 +
sass/revamp-design/_menu-sidebar.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3317: fix up the case study detail page.
css/style.css | 28 ++++++++++----------------
sass/revamp-design/_case-study-detail.sass | 32 ++++++++++++------------------
2 files changed, 24 insertions(+), 36 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3317: remove added space.
css/style.css | 31 +++++++++++----------------
sass/revamp-design/_case-study-detail.sass | 6 ++++++
sass/revamp-design/_publication-detail.sass | 6 ------
sass/revamp-design/_working-paper-detail.sass | 11 +++++-----
4 files changed, 24 insertions(+), 30 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3272: Clean up coding standards in twitter code.
js/gsb_tweetfeed.js | 415 +++++++++++++++++++++++++---------------------------
1 file changed, 200 insertions(+), 215 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3272: Move custom twitter code out of libs directory.
gsb_theme.info | 2 +-
js/gsb_tweetfeed.js | 228 +++++++++++++++++++++++++++++++++++++++++++++++++
js/libs/twitterfeed.js | 228 -------------------------------------------------
3 files changed, 229 insertions(+), 229 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3272: Restore upstream selectbox library, pass in our custom options.
js/custom.js | 11 +++++++----
js/libs/jquery.selectbox-0.6.1.js | 12 ++++++------
2 files changed, 13 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3319: add green button style to link.
css/style.css | 8 ++++----
sass/revamp-design/_library.sass | 5 +++++
2 files changed, 9 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3285: update styling for teaching materials and conferences, remove video and podcsat styling.
css/style.css | 119 ++++++++++++++++----------------
sass/revamp-design/_faculty-detail.sass | 113 ++++++++++++++++++------------
2 files changed, 126 insertions(+), 106 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-2527: add font weight normal to demi styled elements.
css/style.css | 31 ++++++++++++++++++++++-----
sass/partials/01-mixins/_custom.sass | 3 +++
sass/partials/03-extend/_gsb-revamp.sass | 1 +
sass/partials/04-defaults/_headers.sass | 3 +++
sass/revamp-design/_book-detail.sass | 1 +
sass/revamp-design/_fpp-featured-person.sass | 4 ++++
sass/revamp-design/_fpp-text.sass | 1 +
sass/revamp-design/_front.sass | 1 +
sass/revamp-design/_library.sass | 1 +
sass/revamp-design/_people.sass | 1 +
sass/revamp-design/_phd-candidate.sass | 1 -
sass/revamp-design/_publication-detail.sass | 1 +
sass/revamp-design/_upcoming-events.sass | 1 +
sass/revamp-design/_working-paper-detail.sass | 12 ++++++-----
sass/revamp-design/_wysiwyg.sass | 2 ++
15 files changed, 53 insertions(+), 11 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3306: change the field name.
css/style.css | 8 ++++----
sass/revamp-design/_faculty-detail.sass | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3273: remove unused template.
template.php | 6 +-
templates/page--404.tpl.php | 143 --------------------------------------------
2 files changed, 5 insertions(+), 144 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3186: change font size.
css/style.css | 1 +
sass/revamp-design/_case-study-detail.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3062: remove entypo font.
css/style.css | 7 -------
fonts/entypo.eot | Bin 35540 -> 0 bytes
fonts/entypo.svg | 13 -------------
fonts/entypo.ttf | Bin 35392 -> 0 bytes
fonts/entypo.woff | Bin 21916 -> 0 bytes
sass/partials/04-defaults/_font-face.sass | 10 ----------
6 files changed, 30 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3062: switch out entypo font for gsb.
css/style.css | 92 +++++++++++++++----------------
sass/partials/03-extend/_gsb-revamp.sass | 21 +++----
sass/partials/04-defaults/_font-face.sass | 13 +++--
sass/revamp-design/_banner.sass | 25 +++++----
sass/revamp-design/_design.sass | 14 +++--
sass/revamp-design/_menu-sidebar.sass | 10 ++--
sass/revamp-design/_pager.sass | 12 ++--
sass/revamp-design/_program-finder.sass | 14 +++--
8 files changed, 102 insertions(+), 99 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3277: limit select styling to main content selects only.
js/custom.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3264: hide newsroom title.
css/style.css | 3 ++-
sass/revamp-design/_design.sass | 8 ++------
2 files changed, 4 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3263: adjust position and color of icons.
css/style.css | 21 +++++++++++++++++----
sass/revamp-design/_faculty-detail.sass | 14 ++++++++++----
2 files changed, 27 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
WP-2882: fix library select styling.
css/style.css | 20 +++++++++++++++++---
sass/revamp-design/_library.sass | 15 ++++++++++++---
2 files changed, 29 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3171: Run selectbox on invisible select elements.
js/custom.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3200: toolbar height change.
css/style.css | 4 ++++
sass/revamp-design/_faculty-detail.sass | 4 ++++
2 files changed, 8 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2882: update some styling.
css/style.css | 77 +++++++++----------
gsb_theme.info | 2 +-
js/jquery.selectbox-0.6.1.js | 147 -------------------------------------
js/libs/jquery.selectbox-0.6.1.js | 147 +++++++++++++++++++++++++++++++++++++
sass/revamp-design/_selectbox.sass | 100 +++++++++++++------------
5 files changed, 237 insertions(+), 236 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: hgupta, 2 years, 10 months ago
WP-2882: Added style on select box
css/style.css | 4 +++-
sass/revamp-design/_selectbox.sass | 5 +++--
2 files changed, 6 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: hgupta, 2 years, 10 months ago
Added styling for select using jquery-selectbox library
css/style.css | 62 ++++++++++++++++++--------------------
sass/revamp-design/_selectbox.sass | 36 +++++++++++-----------
2 files changed, 47 insertions(+), 51 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: hgupta, 2 years, 10 months ago
WP-2882: Added styling for select
css/style.css | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Tim Plunkett, 2 years, 10 months ago
Remove global vars.
sass/partials/00-variables/_base.sass | 2 --
sass/revamp-design/_clubs.sass | 1 -
sass/revamp-design/_event.sass | 2 --
sass/revamp-design/_fpp-links.sass | 1 -
4 files changed, 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: hgupta, 2 years, 10 months ago
WP-2882: Added style on select box
css/style.css | 9 ++++++---
js/custom.js | 3 +++
sass/revamp-design/_selectbox.sass | 9 ++++++---
3 files changed, 15 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: hgupta, 2 years, 10 months ago
WP-2882: Added selectbox method in custom javascript
js/custom.js | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: hgupta, 2 years, 10 months ago
Added styling for select using jquery-selectbox library
css/style.css | 118 ++++++++++++++++++++++-------
gsb_theme.info | 1 +
js/jquery.selectbox-0.6.1.js | 147 +++++++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_selectbox.sass | 64 ++++++++++++++++
5 files changed, 304 insertions(+), 27 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: hgupta, 2 years, 10 months ago
WP-2882: Added styling for select
css/style.css | 64 +++++++++++++++----------
sass/partials/04-defaults/forms/_formalize.sass | 13 +++++
2 files changed, 52 insertions(+), 25 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3146: theme the media item eva.
css/style.css | 52 ++++++++++++++++++++++++++-------
sass/revamp-design/_faculty-detail.sass | 34 +++++++++++++++++----
2 files changed, 70 insertions(+), 16 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3185: change follow us cta styling.
css/style.css | 42 +++++++++++++++++++++---------------
images/cta-follow-us.jpg | Bin 60556 -> 18747 bytes
sass/revamp-design/_cta-custom.sass | 39 ++++++++++++++++++++-------------
3 files changed, 49 insertions(+), 32 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3191: adjust library hours block.
css/style.css | 31 +++++++++++----------
sass/revamp-design/_library.sass | 60 +++++++++++++++++++++-------------------
2 files changed, 47 insertions(+), 44 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3190: adjust input height.
css/style.css | 2 +-
sass/revamp-design/_search-filters.sass | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3184: add taupe banner to newsroom section.
css/style.css | 3 ++-
sass/revamp-design/_banner.sass | 5 +++--
template.php | 1 +
3 files changed, 6 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3110: change dark teal color.
css/style.css | 28 ++++++++++++++--------------
sass/partials/00-variables/_colors.sass | 2 +-
sass/revamp-design/_cta-custom.sass | 4 +---
3 files changed, 16 insertions(+), 18 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3174: add a max-width to select element.
css/style.css | 3 ++-
sass/revamp-design/_library.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3183: remove dividers and container.
css/style.css | 25 +++++++------------------
sass/revamp-design/_business-website.sass | 6 ++----
2 files changed, 9 insertions(+), 22 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3036: remove book listing only style.
sass/revamp-design/_book-landing-list.sass | 7 -------
1 file changed, 7 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3036: change separator display.
css/style.css | 10 ++++++----
sass/revamp-design/_fieldgroup-commas.sass | 7 ++++++-
2 files changed, 12 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: hgupta, 2 years, 10 months ago
WP-2951: Added styling for search form
css/style.css | 35 +++++++++++++++++++++++++++++++++
sass/revamp-design/_search-filters.sass | 31 +++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3046: generalize faculty author styling.
css/style.css | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: hgupta, 2 years, 10 months ago
WP-3036: Added changes in seperator
css/style.css | 52 ++++++++++++++++--------------
sass/revamp-design/_book-landing-list.sass | 7 ++++
2 files changed, 35 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3144: remove old style and re theme subhead.
css/style.css | 33 +++++++++++++++----------
sass/revamp-design/_library.sass | 53 ++++++++++++++++++++++++----------------
2 files changed, 52 insertions(+), 34 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3094: update spacing and refine styles on blog listing.
css/style.css | 22 ++++++++++--------
sass/revamp-design/_library.sass | 50 ++++++++++++++++++++--------------------
2 files changed, 38 insertions(+), 34 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3059: change grey on upcoming events.
css/style.css | 2 +-
sass/revamp-design/_front.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3073: use z-index to allow select to be selected.
css/style.css | 68 ++++++++++++++++++----------------------
sass/revamp-design/_library.sass | 21 +++----------
2 files changed, 34 insertions(+), 55 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: hgupta, 2 years, 10 months ago
WP-3073: fixed width of search box for mobile device
css/style.css | 5 +++++
sass/revamp-design/_library.sass | 3 +++
2 files changed, 8 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: hgupta, 2 years, 10 months ago
WP-3073: removed padding and margin from search text
css/style.css | 61 ++++++++++++++++++++++------------------
sass/revamp-design/_library.sass | 15 ++++++++--
2 files changed, 46 insertions(+), 30 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3035: add margin, but not on first year.
css/style.css | 52 ++++++++++++++++++---------------
sass/revamp-design/_faculty-detail.sass | 3 ++
2 files changed, 31 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: hgupta, 2 years, 10 months ago
WP-3035: Removed margin-top from year in courses taught
css/style.css | 49 ++++++++++++++++-----------------
sass/revamp-design/_faculty-detail.sass | 1 -
2 files changed, 24 insertions(+), 26 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3154: change name of font so that it is called.
css/style.css | 2 +-
sass/partials/04-defaults/_font-face.sass | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3061: change green color.
css/style.css | 94 ++++++++++++++++-----------------
sass/partials/00-variables/_colors.sass | 2 +-
2 files changed, 48 insertions(+), 48 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3044: updated container gradients.
css/style.css | 71 +++++++++++---------------------
sass/partials/03-extend/_gsb-revamp.sass | 12 ++++--
sass/revamp-design/_cta.sass | 5 +--
sass/revamp-design/_event.sass | 1 -
sass/revamp-design/_fpp-links.sass | 4 +-
5 files changed, 36 insertions(+), 57 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3044: small cleanup on variable and heading.
css/style.css | 2 +-
sass/revamp-design/_menu-block.sass | 6 +++---
sass/revamp-design/_video.sass | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3043: house ad style changes.
css/style.css | 59 ++++++++++++++++++--------------
sass/partials/03-extend/_gsb-revamp.sass | 26 +++++++-------
sass/revamp-design/_house-ads.sass | 10 ++++--
3 files changed, 53 insertions(+), 42 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2940: change input border and background colors.
css/style.css | 32 +++++++++++++---------
sass/partials/00-variables/_colors.sass | 2 +-
sass/partials/04-defaults/_edits.sass | 2 +-
.../partials/04-defaults/forms/_form-defaults.sass | 4 +--
sass/revamp-design/_footer.sass | 2 +-
sass/revamp-design/_search-filters.sass | 20 ++++++++------
6 files changed, 36 insertions(+), 26 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2951: change implementation to fix wrap, float, change classes used.
css/style.css | 124 +++++++++++++++++---------------
sass/revamp-design/_menu-main.sass | 2 +-
sass/revamp-design/_search-filters.sass | 74 ++++++++++---------
3 files changed, 104 insertions(+), 96 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: hgupta, 2 years, 10 months ago
WP-2951: Added styling for search form
css/style.css | 83 +++++++++++++++++++++++----------
sass/revamp-design/_search-filters.sass | 31 ++++++++++++
2 files changed, 90 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2524: add padding variable, change padding of elements.
css/style.css | 93 ++++++++++++----------
sass/partials/00-variables/_base.sass | 3 +
sass/revamp-design/_accordion.sass | 2 +-
sass/revamp-design/_book-detail.sass | 6 +-
sass/revamp-design/_business-website.sass | 10 ++-
sass/revamp-design/_clubs.sass | 4 +-
sass/revamp-design/_cta-custom.sass | 12 +--
sass/revamp-design/_cta-image.sass | 8 +-
sass/revamp-design/_cta.sass | 2 +-
sass/revamp-design/_design.sass | 6 +-
sass/revamp-design/_diptych.sass | 8 +-
sass/revamp-design/_e-newsletters.sass | 2 +-
sass/revamp-design/_event.sass | 5 +-
sass/revamp-design/_existing-node.sass | 3 +-
sass/revamp-design/_faculty-by-academic-area.sass | 2 +-
sass/revamp-design/_faculty-detail.sass | 2 +-
sass/revamp-design/_fpp-featured-person.sass | 2 +-
sass/revamp-design/_fpp-links.sass | 8 +-
sass/revamp-design/_fpp-text.sass | 2 +-
sass/revamp-design/_front.sass | 8 +-
sass/revamp-design/_house-ads.sass | 11 +--
sass/revamp-design/_library.sass | 14 ++--
sass/revamp-design/_menu-block.sass | 2 +-
sass/revamp-design/_msxfellows.sass | 2 +-
sass/revamp-design/_news.sass | 3 +-
sass/revamp-design/_pager.sass | 6 +-
sass/revamp-design/_people.sass | 2 +-
sass/revamp-design/_phd-candidate.sass | 8 +-
sass/revamp-design/_publication-detail.sass | 2 +-
sass/revamp-design/_search-filters.sass | 4 +-
sass/revamp-design/_slideshow.sass | 10 +--
sass/revamp-design/_social-media.sass | 2 +-
sass/revamp-design/_spotlight.sass | 2 +-
sass/revamp-design/_upcoming-events.sass | 3 +-
sass/revamp-design/_video.sass | 2 +-
.../_view-mode-views-content-pane.sass | 3 +-
sass/revamp-design/_weather.sass | 2 +-
sass/revamp-design/_working-paper-detail.sass | 4 +-
sass/revamp-design/_wysiwyg.sass | 2 +-
39 files changed, 146 insertions(+), 126 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2972: add dividing borders.
css/style.css | 36 +++++++++++++++++++++++++--------
sass/revamp-design/_faculty-detail.sass | 19 ++++++++++++++++-
2 files changed, 46 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2971: add spacing above citation.
css/style.css | 5 +++++
sass/revamp-design/_faculty-detail.sass | 7 +++++++
2 files changed, 12 insertions(+)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2971: clear line heights on wrapping titles.
css/style.css | 2 ++
sass/revamp-design/_faculty-detail.sass | 2 ++
2 files changed, 4 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3277: limit select styling to main content selects only.
js/custom.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3264: hide newsroom title.
css/style.css | 3 ++-
sass/revamp-design/_design.sass | 8 ++------
2 files changed, 4 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Meghan Palagyi, 2 years, 9 months ago
WP-3263: adjust position and color of icons.
css/style.css | 21 +++++++++++++++++----
sass/revamp-design/_faculty-detail.sass | 14 ++++++++++----
2 files changed, 27 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago
WP-2882: fix library select styling.
css/style.css | 20 +++++++++++++++++---
sass/revamp-design/_library.sass | 15 ++++++++++++---
2 files changed, 29 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Tim Plunkett, 2 years, 9 months ago
WP-3171: Run selectbox on invisible select elements.
js/custom.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 9 months ago author: Adam Moore, 2 years, 9 months ago Remove global vars.
Merge pull request #8 from gsbitse/remove-global-vars
view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3200: toolbar height change.
css/style.css | 4 ++++
sass/revamp-design/_faculty-detail.sass | 4 ++++
2 files changed, 8 insertions(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2882: update some styling.
css/style.css | 77 +++++++++----------
gsb_theme.info | 2 +-
js/jquery.selectbox-0.6.1.js | 147 -------------------------------------
js/libs/jquery.selectbox-0.6.1.js | 147 +++++++++++++++++++++++++++++++++++++
sass/revamp-design/_selectbox.sass | 100 +++++++++++++------------
5 files changed, 237 insertions(+), 236 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: hgupta, 2 years, 10 months ago
WP-2882: Added style on select box
css/style.css | 4 +++-
sass/revamp-design/_selectbox.sass | 5 +++--
2 files changed, 6 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: hgupta, 2 years, 10 months ago
Added styling for select using jquery-selectbox library
css/style.css | 62 ++++++++++++++++++--------------------
sass/revamp-design/_selectbox.sass | 36 +++++++++++-----------
2 files changed, 47 insertions(+), 51 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: hgupta, 2 years, 10 months ago
WP-2882: Added styling for select
css/style.css | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
Remove global vars.
sass/partials/00-variables/_base.sass | 2 --
sass/revamp-design/_clubs.sass | 1 -
sass/revamp-design/_event.sass | 2 --
sass/revamp-design/_fpp-links.sass | 1 -
4 files changed, 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: hgupta, 2 years, 10 months ago
WP-2882: Added style on select box
css/style.css | 9 ++++++---
js/custom.js | 3 +++
sass/revamp-design/_selectbox.sass | 9 ++++++---
3 files changed, 15 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: hgupta, 2 years, 10 months ago
WP-2882: Added selectbox method in custom javascript
js/custom.js | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: hgupta, 2 years, 10 months ago
Added styling for select using jquery-selectbox library
css/style.css | 118 ++++++++++++++++++++++-------
gsb_theme.info | 1 +
js/jquery.selectbox-0.6.1.js | 147 +++++++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_selectbox.sass | 64 ++++++++++++++++
5 files changed, 304 insertions(+), 27 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: hgupta, 2 years, 10 months ago
WP-2882: Added styling for select
css/style.css | 64 +++++++++++++++----------
sass/partials/04-defaults/forms/_formalize.sass | 13 +++++
2 files changed, 52 insertions(+), 25 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3146: theme the media item eva.
css/style.css | 52 ++++++++++++++++++++++++++-------
sass/revamp-design/_faculty-detail.sass | 34 +++++++++++++++++----
2 files changed, 70 insertions(+), 16 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3185: change follow us cta styling.
css/style.css | 42 +++++++++++++++++++++---------------
images/cta-follow-us.jpg | Bin 60556 -> 18747 bytes
sass/revamp-design/_cta-custom.sass | 39 ++++++++++++++++++++-------------
3 files changed, 49 insertions(+), 32 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3191: adjust library hours block.
css/style.css | 31 +++++++++++----------
sass/revamp-design/_library.sass | 60 +++++++++++++++++++++-------------------
2 files changed, 47 insertions(+), 44 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3190: adjust input height.
css/style.css | 2 +-
sass/revamp-design/_search-filters.sass | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3184: add taupe banner to newsroom section.
css/style.css | 3 ++-
sass/revamp-design/_banner.sass | 5 +++--
template.php | 1 +
3 files changed, 6 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3110: change dark teal color.
css/style.css | 28 ++++++++++++++--------------
sass/partials/00-variables/_colors.sass | 2 +-
sass/revamp-design/_cta-custom.sass | 4 +---
3 files changed, 16 insertions(+), 18 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3174: add a max-width to select element.
css/style.css | 3 ++-
sass/revamp-design/_library.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3183: remove dividers and container.
css/style.css | 25 +++++++------------------
sass/revamp-design/_business-website.sass | 6 ++----
2 files changed, 9 insertions(+), 22 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3036: remove book listing only style.
sass/revamp-design/_book-landing-list.sass | 7 -------
1 file changed, 7 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3036: change separator display.
css/style.css | 10 ++++++----
sass/revamp-design/_fieldgroup-commas.sass | 7 ++++++-
2 files changed, 12 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: hgupta, 2 years, 10 months ago
WP-2951: Added styling for search form
css/style.css | 35 +++++++++++++++++++++++++++++++++
sass/revamp-design/_search-filters.sass | 31 +++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3046: generalize faculty author styling.
css/style.css | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: hgupta, 2 years, 10 months ago
WP-3036: Added changes in seperator
css/style.css | 52 ++++++++++++++++--------------
sass/revamp-design/_book-landing-list.sass | 7 ++++
2 files changed, 35 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3144: remove old style and re theme subhead.
css/style.css | 33 +++++++++++++++----------
sass/revamp-design/_library.sass | 53 ++++++++++++++++++++++++----------------
2 files changed, 52 insertions(+), 34 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3094: update spacing and refine styles on blog listing.
css/style.css | 22 ++++++++++--------
sass/revamp-design/_library.sass | 50 ++++++++++++++++++++--------------------
2 files changed, 38 insertions(+), 34 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3059: change grey on upcoming events.
css/style.css | 2 +-
sass/revamp-design/_front.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3073: use z-index to allow select to be selected.
css/style.css | 68 ++++++++++++++++++----------------------
sass/revamp-design/_library.sass | 21 +++----------
2 files changed, 34 insertions(+), 55 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: hgupta, 2 years, 10 months ago
WP-3073: fixed width of search box for mobile device
css/style.css | 5 +++++
sass/revamp-design/_library.sass | 3 +++
2 files changed, 8 insertions(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: hgupta, 2 years, 10 months ago
WP-3073: removed padding and margin from search text
css/style.css | 61 ++++++++++++++++++++++------------------
sass/revamp-design/_library.sass | 15 ++++++++--
2 files changed, 46 insertions(+), 30 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3035: add margin, but not on first year.
css/style.css | 52 ++++++++++++++++++---------------
sass/revamp-design/_faculty-detail.sass | 3 ++
2 files changed, 31 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: hgupta, 2 years, 10 months ago
WP-3035: Removed margin-top from year in courses taught
css/style.css | 49 ++++++++++++++++-----------------
sass/revamp-design/_faculty-detail.sass | 1 -
2 files changed, 24 insertions(+), 26 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3154: change name of font so that it is called.
css/style.css | 2 +-
sass/partials/04-defaults/_font-face.sass | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3061: change green color.
css/style.css | 94 ++++++++++++++++-----------------
sass/partials/00-variables/_colors.sass | 2 +-
2 files changed, 48 insertions(+), 48 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3044: updated container gradients.
css/style.css | 71 +++++++++++---------------------
sass/partials/03-extend/_gsb-revamp.sass | 12 ++++--
sass/revamp-design/_cta.sass | 5 +--
sass/revamp-design/_event.sass | 1 -
sass/revamp-design/_fpp-links.sass | 4 +-
5 files changed, 36 insertions(+), 57 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3044: small cleanup on variable and heading.
css/style.css | 2 +-
sass/revamp-design/_menu-block.sass | 6 +++---
sass/revamp-design/_video.sass | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3043: house ad style changes.
css/style.css | 59 ++++++++++++++++++--------------
sass/partials/03-extend/_gsb-revamp.sass | 26 +++++++-------
sass/revamp-design/_house-ads.sass | 10 ++++--
3 files changed, 53 insertions(+), 42 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2940: change input border and background colors.
css/style.css | 32 +++++++++++++---------
sass/partials/00-variables/_colors.sass | 2 +-
sass/partials/04-defaults/_edits.sass | 2 +-
.../partials/04-defaults/forms/_form-defaults.sass | 4 +--
sass/revamp-design/_footer.sass | 2 +-
sass/revamp-design/_search-filters.sass | 20 ++++++++------
6 files changed, 36 insertions(+), 26 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2951: change implementation to fix wrap, float, change classes used.
css/style.css | 124 +++++++++++++++++---------------
sass/revamp-design/_menu-main.sass | 2 +-
sass/revamp-design/_search-filters.sass | 74 ++++++++++---------
3 files changed, 104 insertions(+), 96 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: hgupta, 2 years, 10 months ago
WP-2951: Added styling for search form
css/style.css | 83 +++++++++++++++++++++++----------
sass/revamp-design/_search-filters.sass | 31 ++++++++++++
2 files changed, 90 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2524: add padding variable, change padding of elements.
css/style.css | 93 ++++++++++++----------
sass/partials/00-variables/_base.sass | 3 +
sass/revamp-design/_accordion.sass | 2 +-
sass/revamp-design/_book-detail.sass | 6 +-
sass/revamp-design/_business-website.sass | 10 ++-
sass/revamp-design/_clubs.sass | 4 +-
sass/revamp-design/_cta-custom.sass | 12 +--
sass/revamp-design/_cta-image.sass | 8 +-
sass/revamp-design/_cta.sass | 2 +-
sass/revamp-design/_design.sass | 6 +-
sass/revamp-design/_diptych.sass | 8 +-
sass/revamp-design/_e-newsletters.sass | 2 +-
sass/revamp-design/_event.sass | 5 +-
sass/revamp-design/_existing-node.sass | 3 +-
sass/revamp-design/_faculty-by-academic-area.sass | 2 +-
sass/revamp-design/_faculty-detail.sass | 2 +-
sass/revamp-design/_fpp-featured-person.sass | 2 +-
sass/revamp-design/_fpp-links.sass | 8 +-
sass/revamp-design/_fpp-text.sass | 2 +-
sass/revamp-design/_front.sass | 8 +-
sass/revamp-design/_house-ads.sass | 11 +--
sass/revamp-design/_library.sass | 14 ++--
sass/revamp-design/_menu-block.sass | 2 +-
sass/revamp-design/_msxfellows.sass | 2 +-
sass/revamp-design/_news.sass | 3 +-
sass/revamp-design/_pager.sass | 6 +-
sass/revamp-design/_people.sass | 2 +-
sass/revamp-design/_phd-candidate.sass | 8 +-
sass/revamp-design/_publication-detail.sass | 2 +-
sass/revamp-design/_search-filters.sass | 4 +-
sass/revamp-design/_slideshow.sass | 10 +--
sass/revamp-design/_social-media.sass | 2 +-
sass/revamp-design/_spotlight.sass | 2 +-
sass/revamp-design/_upcoming-events.sass | 3 +-
sass/revamp-design/_video.sass | 2 +-
.../_view-mode-views-content-pane.sass | 3 +-
sass/revamp-design/_weather.sass | 2 +-
sass/revamp-design/_working-paper-detail.sass | 4 +-
sass/revamp-design/_wysiwyg.sass | 2 +-
39 files changed, 146 insertions(+), 126 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2972: add dividing borders.
css/style.css | 36 +++++++++++++++++++++++++--------
sass/revamp-design/_faculty-detail.sass | 19 ++++++++++++++++-
2 files changed, 46 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2971: add spacing above citation.
css/style.css | 5 +++++
sass/revamp-design/_faculty-detail.sass | 7 +++++++
2 files changed, 12 insertions(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2971: clear line heights on wrapping titles.
css/style.css | 2 ++
sass/revamp-design/_faculty-detail.sass | 2 ++
2 files changed, 4 insertions(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3083: adjust wide and responsive implementation.
css/style.css | 57 +++++++++++++++++++++++++++++++++----
sass/revamp-design/_cta-custom.sass | 41 ++++++++++++++++++++++----
2 files changed, 88 insertions(+), 10 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3085: adjust author label styling.
css/style.css | 11 +++++++++++
sass/revamp-design/_working-paper-detail.sass | 10 ++++++++++
2 files changed, 21 insertions(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3046: generalize faculty author styling.
css/style.css | 299 +++++++++-----------------
sass/revamp-design/_book-detail.sass | 3 -
sass/revamp-design/_case-study-detail.sass | 4 -
sass/revamp-design/_publication-detail.sass | 4 -
sass/revamp-design/_working-paper-detail.sass | 8 +-
5 files changed, 104 insertions(+), 214 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3017: adjust spacing below name.
css/style.css | 2 +-
sass/revamp-design/_faculty-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3017: adjust spacing.
css/style.css | 7 ++++---
sass/revamp-design/_faculty-detail.sass | 7 ++++---
2 files changed, 8 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3017: responsive implementation of info and image.
css/style.css | 43 ++++++++++++++++++++++++++++-----
sass/revamp-design/_banner.sass | 3 ++-
sass/revamp-design/_faculty-detail.sass | 38 +++++++++++++++++++++++------
3 files changed, 69 insertions(+), 15 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3017: move info wrapper up to right, hide black label.
css/style.css | 16 ++++++++++++++--
sass/revamp-design/_faculty-detail.sass | 11 +++++++++--
2 files changed, 23 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-3017: implement scaling.
css/style.css | 11 +++++++++++
sass/revamp-design/_faculty-detail.sass | 5 +++++
2 files changed, 16 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2973: adjustments for wrapper fieldset change.
css/style.css | 34 ++++++++++++++++++++++++++++++---
sass/revamp-design/_faculty-detail.sass | 27 ++++++++++++++++++++++++--
2 files changed, 56 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2897: paper copy changes styling.
css/style.css | 44 ++++++++++++++++++++++++++----
sass/revamp-design/_case-study-detail.sass | 44 ++++++++++++++++++++++++++----
2 files changed, 77 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2938: changes for conditional 2 col on listing, new partial.
css/style.css | 132 ++++++++++++++++------------
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_event-landing-list.sass | 75 ++++++++++++++++
sass/revamp-design/_event.sass | 58 ------------
template.php | 7 +-
5 files changed, 159 insertions(+), 114 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2938: customize for conditional column.
templates/ds-2col--node-event-listing.tpl.php | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2938: add template for event listing.
templates/ds-2col--node-event-listing.tpl.php | 29 +++++++++++++++++++++++++++
1 file changed, 29 insertions(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2961: retheme rethink cta.
css/style.css | 91 ++++++++++++++++++++---------------
images/rethink-logo.png | Bin 0 -> 1313 bytes
images/rethink-logo.svg | 23 +++++++++
sass/partials/01-mixins/_custom.sass | 6 +++
sass/revamp-design/_cta-custom.sass | 66 ++++++++++++++-----------
5 files changed, 119 insertions(+), 67 deletions(-)

view commit - committer: Tim Plunkett, 2 years, 10 months ago author: Tim Plunkett, 2 years, 10 months ago
Remove alert about Chrome Frame.
templates/html.tpl.php | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2956: add citation changes.
css/style.css | 6 +++---
sass/revamp-design/_publication-detail.sass | 5 ++---
2 files changed, 5 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2956: add citation changes.
css/style.css | 11 ++++++++++-
sass/revamp-design/_publication-detail.sass | 11 ++++++++++-
2 files changed, 20 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
Fix icons.
css/style.css | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: hgupta, 2 years, 10 months ago
WP-2948: Added extra space between breadcrumb and content
css/style.css | 55 +++++++++++++++++++++++------------------
sass/revamp-design/_banner.sass | 8 ++++++
2 files changed, 39 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
Fix icons.
css/style.css | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: hgupta, 2 years, 10 months ago
WP-2949: Added normal weight to arrow icon for Show more
css/style.css | 49 +++++++++++++++++++++---------------------
sass/revamp-design/_pager.sass | 3 ++-
2 files changed, 27 insertions(+), 25 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
Fix icons.
css/style.css | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: hgupta, 2 years, 10 months ago
WP-2946: Changed the font size for mail icon
css/style.css | 50 ++++++++++++++++++++++----------------------
sass/revamp-design/_cta.sass | 2 +-
2 files changed, 26 insertions(+), 26 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2947: add responsive changes.
css/style.css | 22 ++++++++++++++++++++++
sass/revamp-design/_library.sass | 16 +++++++++++++++-
2 files changed, 37 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2947: adjustment for select box.
css/style.css | 12 +++++++-----
sass/revamp-design/_library.sass | 13 ++++++++-----
2 files changed, 15 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2947: apply input wrapper styling with width, clear float to remove fixed heights.
css/style.css | 60 ++++++----------------------------------
sass/revamp-design/_library.sass | 43 ++++++++--------------------
2 files changed, 21 insertions(+), 82 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2947: update class names.
css/style.css | 82 ++++++++++++++++++++--------------------
sass/revamp-design/_library.sass | 32 ++++++++--------
2 files changed, 57 insertions(+), 57 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: hgupta, 2 years, 10 months ago
WP-2947: Added reponsive styling for the block
css/style.css | 13 ++++++++++++-
sass/revamp-design/_library.sass | 7 ++++++-
2 files changed, 18 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: hgupta, 2 years, 10 months ago
WP-2947: Added responsive styling for search block
css/style.css | 81 ++++++++++++++++++++++++++--------------
sass/revamp-design/_library.sass | 18 ++++++++-
2 files changed, 68 insertions(+), 31 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2844: remove alphabetical divider based on theme review.
css/style.css | 7 +------
sass/revamp-design/_business-website.sass | 19 +++++++------------
2 files changed, 8 insertions(+), 18 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: hgupta, 2 years, 10 months ago
WP-2844:Changes added with padding and border
css/style.css | 11 ++++-------
sass/revamp-design/_business-website.sass | 11 ++++-------
2 files changed, 8 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2944: add wide view implementation.
css/style.css | 103 +++++++++++++++++++++++++--------
sass/revamp-design/_book-detail.sass | 43 +++++++-------
sass/revamp-design/_existing-node.sass | 43 +++++++++++++-
3 files changed, 141 insertions(+), 48 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2944: book teaser in narrow view.
css/style.css | 48 ++++++++++++++++++++++++++++++++++
sass/revamp-design/_existing-node.sass | 48 ++++++++++++++++++++++------------
2 files changed, 80 insertions(+), 16 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2944: remove commented out styles.
sass/revamp-design/_existing-node.sass | 40 ----------------------------------
1 file changed, 40 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2944: responsive book detail styling.
css/style.css | 60 ++++++++++++++++++++++++++++++++++--
sass/revamp-design/_book-detail.sass | 32 +++++++++++++++++--
2 files changed, 86 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2941: adjust pdf icon sizes.
css/style.css | 24 ++++++++++++++++++++++-
sass/revamp-design/_book-detail.sass | 1 +
sass/revamp-design/_case-study-detail.sass | 1 +
sass/revamp-design/_existing-node.sass | 3 +++
sass/revamp-design/_faculty-detail.sass | 10 +++++++++-
sass/revamp-design/_view-mode-teaser-listing.sass | 3 +++
sass/revamp-design/_working-paper-detail.sass | 1 +
7 files changed, 41 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2942: case detail changes.
css/style.css | 18 ++++++++++--------
sass/revamp-design/_case-study-detail.sass | 21 ++++++++++++++-------
2 files changed, 24 insertions(+), 15 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2943: adjust line height of publication information.
css/style.css | 5 ++++-
sass/revamp-design/_publication-detail.sass | 4 ++++
sass/revamp-design/_publication-landing-list.sass | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2943: adjust publication fpp.
css/style.css | 8 ++++----
sass/revamp-design/_view-mode-views-content-pane.sass | 7 +++----
2 files changed, 7 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
Fix icons.
css/style.css | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: hgupta, 2 years, 10 months ago
WP-2844: Added styling for Category listing
css/style.css | 89 +++++++++++++++++++++----------
sass/revamp-design/_business-website.sass | 31 ++++++++++-
2 files changed, 90 insertions(+), 30 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: Adam Moore, 2 years, 10 months ago
Fix icons.
css/style.css | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 2 years, 10 months ago author: hgupta, 2 years, 10 months ago
WP-2934: changed the border color for search block
css/style.css | 4 ++++
sass/revamp-design/_library.sass | 2 ++
2 files changed, 6 insertions(+)

view commit - committer: Adam Moore, 2 years, 10 months ago author: hgupta, 2 years, 10 months ago
WP-2934: Adjusted height of the block
css/style.css | 53 ++++++++++++++++++++++------------------
sass/revamp-design/_library.sass | 2 ++
2 files changed, 31 insertions(+), 24 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2927: add responsive behavior.
css/style.css | 13 ++++++++++++-
sass/revamp-design/_book-detail.sass | 10 ++++++++--
2 files changed, 20 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 10 months ago author: Meghan Palagyi, 2 years, 10 months ago
WP-2927: add left margin to book image.
css/style.css | 1 +
sass/revamp-design/_book-detail.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Fix icons.
css/style.css | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: hgupta, 2 years, 11 months ago
WP-2845: Added styling for site page on Business website
css/style.css | 86 ++++++++++++++++++++-----------
sass/revamp-design/_all.sass | 3 ++
sass/revamp-design/_business-website.sass | 27 ++++++++++
3 files changed, 86 insertions(+), 30 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2883: change how space is created.
css/style.css | 8 ++------
sass/revamp-design/_faculty-detail.sass | 3 ++-
2 files changed, 4 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2883: update comma styling.
css/style.css | 3 +++
sass/revamp-design/_faculty-detail.sass | 6 ++++++
2 files changed, 9 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2867: add white background to faculty and research landing.
css/style.css | 31 ++++++++++++++++++++-----------
sass/revamp-design/_design.sass | 23 ++++++++++++++++-------
2 files changed, 36 insertions(+), 18 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2885: restore native select styling.
css/style.css | 2 +-
sass/partials/04-defaults/forms/_form-defaults.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2885: change border color and padding.
css/style.css | 4 ++--
sass/partials/04-defaults/forms/_formalize.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2905: make changes for listings.
css/style.css | 30 ++++++++++++++--------
sass/revamp-design/_book-landing-list.sass | 8 +++---
sass/revamp-design/_case-study-landing-list.sass | 8 ++++++
sass/revamp-design/_publication-landing-list.sass | 6 ++++-
sass/revamp-design/_view-mode-teaser-listing.sass | 15 +++++++----
.../revamp-design/_working-paper-landing-list.sass | 7 +++++
6 files changed, 54 insertions(+), 20 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2908: remove toggle image, use font.
css/style.css | 21 ++++++++++++---------
images/toggle-close-hover.png | Bin 1152 -> 0 bytes
images/toggle-close.png | Bin 1133 -> 0 bytes
images/toggle-open-hover.png | Bin 1009 -> 0 bytes
images/toggle-open.png | Bin 1014 -> 0 bytes
sass/revamp-design/_search-filters.sass | 19 ++++++++++++-------
6 files changed, 24 insertions(+), 16 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2906: add line-height 0 for authors.
css/style.css | 3 +++
sass/revamp-design/_existing-node.sass | 3 +++
2 files changed, 6 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2909: remove video and podcast icons from faculty detail.
css/style.css | 7 -------
sass/revamp-design/_faculty-detail.sass | 14 --------------
2 files changed, 21 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Fix icons.
css/style.css | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: hgupta, 2 years, 11 months ago
WP-2835: changes the margin and font size in faculty authors
css/style.css | 80 ++++++++++++++++++------------------
sass/partials/01-mixins/_custom.sass | 8 ++--
2 files changed, 44 insertions(+), 44 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
WP-2903: Don't use the last class because in grouped rows there are multiple lasts.
js/show-more-less.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2886: make label bold.
css/style.css | 3 +++
sass/revamp-design/_case-study-detail.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Fixo el iconso
css/style.css | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)

view commit - committer: hgupta, 2 years, 11 months ago author: hgupta, 2 years, 11 months ago
WP-2887: fixed the narrow view issue in chat block
css/style.css | 62 +++++++++++++++++++++++-----------------
sass/revamp-design/_library.sass | 14 +++++++--
2 files changed, 48 insertions(+), 28 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2886: restore label bold.
css/style.css | 3 ---
sass/revamp-design/_case-study-detail.sass | 2 --
2 files changed, 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2888: re-add em dash and curly quotes to reviews.
css/style.css | 9 +++++++++
sass/revamp-design/_book-detail.sass | 6 ++++++
2 files changed, 15 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2884: change field name for body and spacing.
css/style.css | 1 +
sass/revamp-design/_book-detail.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2764: name of field on book changed.
css/style.css | 12 ++++++++++--
sass/revamp-design/_working-paper-detail.sass | 3 ++-
2 files changed, 12 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2764: add section bar for library.
css/style.css | 13 ++++++++++++-
sass/revamp-design/_banner.sass | 7 +++++++
sass/revamp-design/_design.sass | 3 ++-
template.php | 1 +
4 files changed, 22 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2715: font size for narrow.
css/style.css | 3 +++
sass/revamp-design/_cta-custom.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2788: changes so that text doesnt wrap, and responsive.
css/style.css | 20 ++++++++++++++++++--
sass/revamp-design/_book-landing-list.sass | 11 +++++++++--
2 files changed, 27 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2788: adjust book listing layout.
css/style.css | 19 ++++++++++++++-----
sass/revamp-design/_book-landing-list.sass | 12 +++++++++---
template.php | 15 +++++++++++++++
3 files changed, 38 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2788: add different method for column.
css/style.css | 7 ++-----
sass/revamp-design/_book-landing-list.sass | 10 +++++-----
templates/ds-2col--node-book-teaser-listing.tpl.php | 12 ++++++++----
3 files changed, 15 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2788: add a template for 2nd column.
.../ds-2col--node-book-teaser-listing.tpl.php | 29 ++++++++++++++++++++++
1 file changed, 29 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2880: change link icon.
css/style.css | 12 +++++++++---
sass/revamp-design/_publication-detail.sass | 14 ++++++++++++--
2 files changed, 21 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2814: updated styling after Kerri reviewed.
css/style.css | 95 +++++++-------
.../partials/04-defaults/forms/_form-defaults.sass | 1 +
sass/revamp-design/_library.sass | 142 ++++++++++-----------
3 files changed, 112 insertions(+), 126 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: hgupta, 2 years, 11 months ago
WP-2814: Added changes in styling
css/style.css | 20 +++++++++++++++-----
sass/revamp-design/_library.sass | 16 ++++++++++------
2 files changed, 25 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: hgupta, 2 years, 11 months ago
WP-2814: Added more styling changes
css/style.css | 10 +++++++---
sass/revamp-design/_library.sass | 4 +++-
2 files changed, 10 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: hgupta, 2 years, 11 months ago
WP-2814: Added styling for library Searchwork block
css/style.css | 127 +++++++++++++++++++++------------------
sass/revamp-design/_library.sass | 104 +++++++++++++++++---------------
2 files changed, 125 insertions(+), 106 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: hgupta, 2 years, 11 months ago
Wp-2814 : styling added for searchwork block
css/style.css | 73 +++++++++++++++++++++++++++++++++++++---
sass/revamp-design/_library.sass | 59 ++++++++++++++++++++++++++++++--
2 files changed, 125 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Fix icons.
css/style.css | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: hgupta, 2 years, 11 months ago
WP-2804: Added styling for Library Blog
css/style.css | 99 +++++++++++++++++++++++++++++-----------
sass/revamp-design/_library.sass | 45 +++++++++++++++++-
2 files changed, 117 insertions(+), 27 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2808: change how top spacing is applied.
css/style.css | 5 ++++-
sass/revamp-design/_view-mode-views-content-pane.sass | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2808: update title styling.
css/style.css | 7 +++++++
sass/revamp-design/_view-mode-views-content-pane.sass | 4 ++++
2 files changed, 11 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2715: add font size breakpoint adjustments.
css/style.css | 20 ++++++++++++++++++++
sass/revamp-design/_cta-custom.sass | 10 +++++++++-
2 files changed, 29 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2715: additional styling for conducting research.
css/style.css | 13 +++++++------
sass/revamp-design/_cta-custom.sass | 6 +++---
2 files changed, 10 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2715: initial theming of CTA.
css/style.css | 23 ++++++++++++++++++++---
images/bg-library-conducting-research.jpg | Bin 0 -> 30885 bytes
sass/revamp-design/_cta-custom.sass | 14 ++++++++++++++
3 files changed, 34 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
WP-2473: Use theme_preprocess_menu_link instead.
template.php | 16 +++-------------
1 file changed, 3 insertions(+), 13 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
WP-2473: Forcibly remove any menu_minipanels settings that are not on the main menu.
template.php | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2857: update comment.
sass/revamp-design/_view-mode-teaser-listing.sass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2857: remove taxonomy wrapper.
css/style.css | 9 +++------
sass/revamp-design/_view-mode-teaser-listing.sass | 3 +--
2 files changed, 4 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2871: update wrapper class name,
css/style.css | 8 ++++----
sass/revamp-design/_faculty-detail.sass | 2 +-
sass/revamp-design/_publication-landing-list.sass | 2 +-
sass/revamp-design/_view-mode-views-content-pane.sass | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2733: remove line breaks from templates.
templates/ds-1col--node-book-teaser.tpl.php | 3 ++-
templates/ds-1col--node-case-teaser.tpl.php | 3 ++-
templates/ds-1col--node-publication-teaser.tpl.php | 3 ++-
templates/ds-1col--node-working-paper-teaser.tpl.php | 3 ++-
templates/ds-1col.tpl.php | 3 +--
5 files changed, 9 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Alexei Gorobets, 2 years, 11 months ago
WP-2733: Remove whitespace between author names.
templates/ds-1col.tpl.php | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2839: adjust line height.
css/style.css | 8 +++++++-
sass/revamp-design/_faculty-detail.sass | 5 ++++-
2 files changed, 11 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
WP-2801 Change to remove the width 50% on .pane-library-chat-form
css/style.css | 1 -
sass/revamp-design/_library.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Greg Mercer (GBear), 2 years, 11 months ago
More style compile changes
css/style.css | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: hgupta, 2 years, 11 months ago
WP-2801: Added chat icon and aligned helptext
css/style.css | 53 +++++++++++++++++++++++-----------------
sass/revamp-design/_library.sass | 10 +++++++-
2 files changed, 40 insertions(+), 23 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: hgupta, 2 years, 11 months ago
WP-2801: Added styling for Library Chat Block
css/style.css | 63 +++++++++++++++++-----------------------
sass/revamp-design/_library.sass | 10 +------
2 files changed, 28 insertions(+), 45 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: hgupta, 2 years, 11 months ago
WP-2801: Added chat icon and aligned helptext
css/style.css | 54 ++++++++++++++++++++++++----------------
sass/revamp-design/_library.sass | 11 +++++++-
2 files changed, 42 insertions(+), 23 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2801: add documentation.
sass/partials/04-defaults/_font-face.sass | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2801: add gsb chat icon.
css/style.css | 49 +++++++++++++++++-------------
fonts/gsb-chat.eot | Bin 0 -> 1736 bytes
fonts/gsb-chat.svg | 11 +++++++
fonts/gsb-chat.ttf | Bin 0 -> 1568 bytes
fonts/gsb-chat.woff | Bin 0 -> 1364 bytes
sass/partials/04-defaults/_font-face.sass | 7 +++++
6 files changed, 46 insertions(+), 21 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: hgupta, 2 years, 11 months ago
WP-2801: Added styling for Library Chat Block
css/style.css | 71 +++++++++++++++++++++++++---------------
sass/revamp-design/_library.sass | 24 +++++++++++++-
2 files changed, 68 insertions(+), 27 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2857: update the detail page styling.
css/style.css | 36 ++++++++++++++++++++----------------
sass/partials/01-mixins/_custom.sass | 1 +
sass/revamp-design/_book-detail.sass | 2 +-
3 files changed, 22 insertions(+), 17 deletions(-)

view commit - committer: Greg Mercer (GBear), 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2852: adjust spacing and type.
css/style.css | 21 +++++++++++----------
sass/revamp-design/_faculty-detail.sass | 18 +++++++++---------
2 files changed, 20 insertions(+), 19 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2790: add black border top.
css/style.css | 6 +++++-
sass/revamp-design/_search-filters.sass | 1 +
2 files changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2790: theme filters on publication listing.
css/style.css | 154 ++++++++++++++++-----
sass/revamp-design/_search-filters.sass | 6 +-
.../revamp-design/_working-paper-landing-list.sass | 4 +
template.php | 7 +
4 files changed, 138 insertions(+), 33 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP=2790: publications listing theming.
css/style.css | 23 ++++++++++++++++++--
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_publication-landing-list.sass | 26 +++++++++++++++++++++++
sass/revamp-design/_view-mode-teaser-listing.sass | 3 ++-
4 files changed, 50 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Recompile
css/style.css | 3 ---
1 file changed, 3 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Remove Authors commas.
sass/revamp-design/_faculty-detail.sass | 5 -----
1 file changed, 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Recompile css.
css/style.css | 30 +++++++++++++++++++++++++-----
1 file changed, 25 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Fix bad merge.
sass/revamp-design/_faculty-detail.sass | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2639: change photo label styling.
css/style.css | 13 +++++--------
sass/revamp-design/_faculty-detail.sass | 11 +++++------
2 files changed, 10 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2825: reapply styling.
css/style.css | 33 +++++++--------------------------
sass/revamp-design/_faculty-detail.sass | 33 ++-------------------------------
2 files changed, 9 insertions(+), 57 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: hgupta, 2 years, 11 months ago
WP-2799: Added styling for Library FAQ block
css/style.css | 79 +++++++++++++++++++++++++++++++++++++---
sass/revamp-design/_library.sass | 68 +++++++++++++++++++++++++++++++++-
2 files changed, 141 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2794: add feature label.
templates/ds-1col--node-publication-teaser.tpl.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2794: add template for publication teaser.
templates/ds-1col--node-publication-teaser.tpl.php | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2807: theming for featured journals.
css/style.css | 35 ++++++++++++++++++++++++---------
sass/revamp-design/_faculty-detail.sass | 31 ++++++++++++++++++++++++++++-
2 files changed, 56 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2803: changes for cases.
css/style.css | 6 +++++-
sass/revamp-design/_case-study-landing-list.sass | 4 ++++
sass/revamp-design/_faculty-detail.sass | 3 ++-
3 files changed, 11 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2789: style adjustments for publication content pane.
css/style.css | 40 ++++++++++++++++------
.../_view-mode-views-content-pane.sass | 30 ++++++++++------
2 files changed, 50 insertions(+), 20 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2792: publications styling.
css/style.css | 23 +++++++++++++++++++----
sass/revamp-design/_book-detail.sass | 2 +-
sass/revamp-design/_publication-detail.sass | 4 ++++
sass/revamp-design/_working-paper-detail.sass | 3 ++-
4 files changed, 26 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2792: publication detail theming.
css/style.css | 219 +++++++++++++++++++-------
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_case-study-detail.sass | 2 -
sass/revamp-design/_design.sass | 4 +
sass/revamp-design/_faculty-detail.sass | 2 -
sass/revamp-design/_phd-candidate.sass | 2 -
sass/revamp-design/_publication-detail.sass | 36 +++++
sass/revamp-design/_working-paper-detail.sass | 32 ++--
8 files changed, 220 insertions(+), 78 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2792: add inner column.
templates/ds-2col--node-publication.tpl.php | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2792: add template for publications detail.
templates/ds-2col--node-publication.tpl.php | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2812: change title and image size.
css/style.css | 3 ++-
sass/revamp-design/_event.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2705: force pdf icons on evas.
css/style.css | 7 ++++---
sass/revamp-design/_faculty-detail.sass | 4 +++-
2 files changed, 7 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2721: include other wrapper.
css/style.css | 9 ++++++---
sass/revamp-design/_view-mode-teaser-listing.sass | 3 ++-
2 files changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2812: adjust event listing styling.
css/style.css | 113 ++++++++++++++++++++++-------------------
sass/revamp-design/_event.sass | 80 ++++++++++++++++-------------
2 files changed, 107 insertions(+), 86 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: hgupta, 2 years, 11 months ago
WP-2797: added styling for today's hour block
css/style.css | 27 ++++++++--------
sass/revamp-design/_all.sass | 2 +-
sass/revamp-design/_library-todays-hours.sass | 44 ---------------------------
sass/revamp-design/_library.sass | 44 +++++++++++++++++++++++++++
4 files changed, 59 insertions(+), 58 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: hgupta, 2 years, 11 months ago
WP-2797: Added styling for today's hours block
css/style.css | 100 ++++++++++++++++++--------
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_library-todays-hours.sass | 44 ++++++++++++
3 files changed, 116 insertions(+), 29 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2797: add clock icon and rename font.
css/style.css | 11 +++-
fonts/gsb-clock.eot | Bin 0 -> 1340 bytes
fonts/gsb-clock.svg | 11 ++++
fonts/gsb-clock.ttf | Bin 0 -> 1168 bytes
fonts/gsb-clock.woff | Bin 0 -> 1220 bytes
fonts/gsb-webfont.eot | Bin 0 -> 8234 bytes
fonts/gsb-webfont.svg | 84 ++++++++++++++++++++++++++++++
fonts/gsb-webfont.ttf | Bin 0 -> 15812 bytes
fonts/gsb-webfont.woff | Bin 0 -> 9376 bytes
fonts/gsb.svg-webfont.eot | Bin 8234 -> 0 bytes
fonts/gsb.svg-webfont.svg | 84 ------------------------------
fonts/gsb.svg-webfont.ttf | Bin 15812 -> 0 bytes
fonts/gsb.svg-webfont.woff | Bin 9376 -> 0 bytes
sass/partials/04-defaults/_font-face.sass | 16 ++++--
14 files changed, 116 insertions(+), 90 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2720: hide taxonomy label.
css/style.css | 5 +++++
sass/revamp-design/_working-paper-detail.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2793: style the publications eva.
css/style.css | 35 ++++++++++++++++++++-------------
sass/revamp-design/_faculty-detail.sass | 18 ++++++++---------
2 files changed, 30 insertions(+), 23 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2554: style the content pane listing.
css/style.css | 122 ++++++++++++++++-----
sass/partials/01-mixins/_custom.sass | 8 ++
sass/partials/03-extend/_gsb-revamp.sass | 29 ++++-
sass/revamp-design/_case-study-landing-list.sass | 24 ++--
sass/revamp-design/_upcoming-events.sass | 17 +--
.../_view-mode-views-content-pane.sass | 73 +++++++++++-
6 files changed, 217 insertions(+), 56 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2554: add content pane partial.
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_view-mode-views-content-pane.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2680: books listing styling.
css/style.css | 184 +++++++++++++++++-----
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_book-detail.sass | 4 +
sass/revamp-design/_book-landing-list.sass | 35 ++++
sass/revamp-design/_search-filters.sass | 8 +-
sass/revamp-design/_view-mode-teaser-listing.sass | 11 +-
template.php | 9 +-
7 files changed, 206 insertions(+), 46 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2728: chang the label size and title font.
css/style.css | 5 +++--
sass/revamp-design/_existing-node.sass | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2725: add courses styles.
css/style.css | 77 +++++++++++++++++++++++++--------
sass/revamp-design/_faculty-detail.sass | 74 +++++++++++++++++++++++++------
2 files changed, 118 insertions(+), 33 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2759: change margin bottom.
css/style.css | 2 +-
sass/revamp-design/_faculty-detail.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2752: use more specific views class.
css/style.css | 208 ++++++++++-----------
sass/revamp-design/_case-study-landing-list.sass | 2 +-
sass/revamp-design/_search-filters.sass | 4 +-
.../revamp-design/_working-paper-landing-list.sass | 2 +-
4 files changed, 108 insertions(+), 108 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2674: style the books eva.
css/style.css | 30 ++++++++++++++++++++----------
sass/revamp-design/_faculty-detail.sass | 27 ++++++++++++++++-----------
2 files changed, 36 insertions(+), 21 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2621: style cta and links on right.
css/style.css | 96 +++++++++++++++++++++++++++++++++---
sass/revamp-design/_book-detail.sass | 40 +++++++++++++++
2 files changed, 130 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2621: style document links.
css/style.css | 44 +++++++++++++++++++++------
sass/partials/03-extend/_gsb-revamp.sass | 4 +++
sass/revamp-design/_book-detail.sass | 20 ++++++++++++
sass/revamp-design/_working-paper-detail.sass | 4 +--
4 files changed, 59 insertions(+), 13 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2621: book detail theming.
css/style.css | 228 +++++++++++++-------------
sass/revamp-design/_book-detail.sass | 70 +++++---
sass/revamp-design/_case-study-detail.sass | 14 +-
sass/revamp-design/_working-paper-detail.sass | 45 ++---
4 files changed, 184 insertions(+), 173 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2623: style author block.
css/style.css | 116 ++++++++++++++++++--------
sass/partials/01-mixins/_custom.sass | 78 +++++++++--------
sass/revamp-design/_book-detail.sass | 5 ++
sass/revamp-design/_case-study-detail.sass | 2 +-
sass/revamp-design/_working-paper-detail.sass | 2 +-
5 files changed, 125 insertions(+), 78 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2598: case listing styling.
css/style.css | 151 ++++++++++++++++++-----
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_case-study-landing-list.sass | 33 +++++
sass/revamp-design/_search-filters.sass | 10 +-
template.php | 5 +
5 files changed, 165 insertions(+), 35 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2599: remove old listing overrides, put in new listing styles.
sass/revamp-design/_view-mode-teaser-listing.sass | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2599: remove label styling.
css/style.css | 7 -------
sass/revamp-design/_view-mode-teaser-listing.sass | 6 ------
2 files changed, 13 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2599: working paper styling.
css/style.css | 129 +++++++++++++++------
sass/revamp-design/_search-filters.sass | 8 +-
sass/revamp-design/_view-mode-teaser-listing.sass | 13 ++-
.../revamp-design/_working-paper-landing-list.sass | 11 +-
template.php | 6 +
5 files changed, 120 insertions(+), 47 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2599: remove old listing overrides, put in new listing styles.
css/style.css | 42 ++++++++++++++++------
sass/revamp-design/_faculty-landing-list.sass | 3 --
sass/revamp-design/_faculty-search.sass | 4 ---
sass/revamp-design/_view-mode-teaser-listing.sass | 37 ++++++++++++++-----
.../revamp-design/_working-paper-landing-list.sass | 10 ++++++
5 files changed, 69 insertions(+), 27 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2599: remove old listing styles.
css/style.css | 83 -----------------------------
sass/revamp-design/_all.sass | 1 -
sass/revamp-design/_views-listings.sass | 92 ---------------------------------
3 files changed, 176 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2599: view mode teaser listing styles.
css/style.css | 33 +++++++++++++++++++++
sass/revamp-design/_view-mode-teaser-listing.sass | 36 +++++++++++++++++++++++
2 files changed, 69 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2599: add view mode partial.
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_view-mode-teaser-listing.sass | 6 ++++++
2 files changed, 7 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2599: add partaial for working paper landing.
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_working-paper-landing-list.sass | 3 +++
2 files changed, 4 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2711: add featured label.
templates/ds-1col--node-case-teaser.tpl.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2711: add template for case teaser.
templates/ds-1col--node-case-teaser.tpl.php | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2712: existing node refactoring.
css/style.css | 127 ++++++++----------------
sass/revamp-design/_existing-node.sass | 174 +++++++++++++++++----------------
2 files changed, 132 insertions(+), 169 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2712: add working paper featured label.
templates/ds-1col--node-working-paper-teaser.tpl.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2712: add template for working paper teaser.
.../ds-1col--node-working-paper-teaser.tpl.php | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Tim Plunkett, 2 years, 11 months ago
WP-2679: Add book listing to list of views.
template.php | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2684: remove css spacing.
css/style.css | 3 ---
sass/revamp-design/_existing-node.sass | 3 ---
2 files changed, 6 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2684: style teasers for add existing node.
css/style.css | 46 ++++++++++++++++++++++++------
sass/partials/03-extend/_gsb-revamp.sass | 4 +++
sass/revamp-design/_existing-node.sass | 49 ++++++++++++++++++++++++++------
3 files changed, 82 insertions(+), 17 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2684: add featured label.
templates/ds-1col--node-book-teaser.tpl.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2684: add template for node teaser.
templates/ds-1col--node-book-teaser.tpl.php | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 11 months ago author: Tim Plunkett, 2 years, 11 months ago
WP-2596: Add gsb_case_listing to views list.
template.php | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2717: change description.
sass/partials/03-extend/_gsb-revamp.sass | 4 ++--
sass/revamp-design/_house-ads.sass | 2 +-
sass/revamp-design/_spotlight.sass | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2717: style the show more show less link.
css/style.css | 25 +++++++++++++++++++++++++
sass/revamp-design/_design.sass | 24 ++++++++++++++++++++++++
2 files changed, 49 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2628: condense case and working paper detail layouts, implement responive.
css/style.css | 110 +++++++++-----------------
sass/revamp-design/_case-study-detail.sass | 47 +----------
sass/revamp-design/_working-paper-detail.sass | 20 +++--
3 files changed, 54 insertions(+), 123 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2628: remove page title swap, create a mixin.
css/style.css | 18 ------------------
sass/partials/01-mixins/_custom.sass | 4 ++++
sass/revamp-design/_case-study-detail.sass | 9 +--------
sass/revamp-design/_working-paper-detail.sass | 9 +--------
4 files changed, 6 insertions(+), 34 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Add the ability to have open all and close all.
js/show-more-less.js | 32 ++++++++++++++++++++++++++++++--
1 file changed, 30 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Add the ability to close/open all of them in one shot. Refactor a little on the way.
js/show-more-less.js | 154 ++++++++++++++++++++++++++++++++++-----------------
1 file changed, 103 insertions(+), 51 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2622: do not show title on mobile.
css/style.css | 9 ---------
sass/revamp-design/_book-detail.sass | 6 ------
2 files changed, 15 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2622: add layout for book detail.
css/style.css | 48 +++++++++++++++++++++++++++++++++++-
sass/revamp-design/_book-detail.sass | 36 +++++++++++++++++++++++++++
2 files changed, 83 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2622: add book detail partial.
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_book-detail.sass | 3 +++
2 files changed, 4 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2622: add the inner wrapper.
templates/ds-2col--node-book.tpl.php | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2622: add template for book as is.
templates/ds-2col--node-book.tpl.php | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Adam Moore, 2 years, 11 months ago
Add support for show more/less on fields.
gsb_theme.info | 1 +
js/show-more-less.js | 265 +++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 266 insertions(+)

view commit - committer: Tim Plunkett, 2 years, 11 months ago author: Tim Plunkett, 2 years, 11 months ago
WP-2597: Add gsb_working_paper_listing
template.php | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2660: refactor borders with extend.
css/style.css | 25 ++++++++++----------
sass/partials/01-mixins/_custom.sass | 2 +-
sass/partials/03-extend/_gsb-revamp.sass | 33 ++++++++++++++++++++++-----
sass/revamp-design/_case-study-detail.sass | 2 +-
sass/revamp-design/_search-filters.sass | 6 ++---
sass/revamp-design/_working-paper-detail.sass | 2 +-
6 files changed, 46 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2660: use extend for grey dividers.
css/style.css | 13 ++++---------
sass/revamp-design/_case-study-detail.sass | 2 +-
sass/revamp-design/_working-paper-detail.sass | 4 ++--
3 files changed, 7 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2660: convert author styling to mixin, fix implementation of spacing.
css/style.css | 62 +++++++++++++++------------
sass/partials/01-mixins/_custom.sass | 54 +++++++++++++++++++++++
sass/revamp-design/_case-study-detail.sass | 47 ++------------------
sass/revamp-design/_working-paper-detail.sass | 47 ++------------------
4 files changed, 95 insertions(+), 115 deletions(-)

view commit - committer: Adam Moore, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2660: remove old partials for case study, research paper, and publication.
sass/revamp-design/_all.sass | 2 -
sass/revamp-design/_case-study-research.sass | 95 ----------------------------
sass/revamp-design/_publication.sass | 74 ----------------------
3 files changed, 171 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2671: remove old faculty background image.
images/bg-facultygrid.jpg | Bin 42231 -> 0 bytes
1 file changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Meghan Palagyi, 2 years, 11 months ago author: Meghan Palagyi, 2 years, 11 months ago
WP-2671: add new faculty background.
css/style.css | 4 ++--
images/bg-faculty.jpg | Bin 0 -> 43628 bytes
sass/revamp-design/_design.sass | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2670: show ajax loader.
css/style.css | 7 ++++++-
sass/revamp-design/_search-filters.sass | 6 +++++-
2 files changed, 11 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2661: change vertical-align.
css/style.css | 2 +-
sass/revamp-design/_search-filters.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2661: remove line-height.
css/style.css | 1 -
sass/revamp-design/_search-filters.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2661: adjust spacing.
css/style.css | 10 ++++++++--
sass/revamp-design/_search-filters.sass | 11 ++++++++---
2 files changed, 16 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2658: adjust font sizing.
css/style.css | 7 ++++++-
sass/partials/04-defaults/_common.sass | 4 ++++
sass/revamp-design/_case-study-detail.sass | 4 +++-
sass/revamp-design/_working-paper-detail.sass | 1 +
4 files changed, 14 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2655: apply same changes to working paper.
css/style.css | 38 +++++++++++----------------
sass/revamp-design/_case-study-detail.sass | 16 +++++------
sass/revamp-design/_working-paper-detail.sass | 16 +++++------
3 files changed, 32 insertions(+), 38 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2655: add left inner wrapper to working paper detail.
templates/ds-2col--node-working-paper.tpl.php | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2655: add default template for working paper detail.
templates/ds-2col--node-working-paper.tpl.php | 29 +++++++++++++++++++++++++++
1 file changed, 29 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2655: add left inner wrapper.
templates/ds-2col--node-case.tpl.php | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2655: add default template.
templates/ds-2col--node-case.tpl.php | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)

view commit - committer: Meghan Palagyi, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2657: adjust spacing when topic is not present.
css/style.css | 210 +++++++++++++-------------
sass/revamp-design/_case-study-detail.sass | 39 ++---
sass/revamp-design/_working-paper-detail.sass | 29 ++--
3 files changed, 141 insertions(+), 137 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2653: update listy spacing and comma.
css/style.css | 15 ++++++++++++++-
sass/revamp-design/_faculty-landing-list.sass | 12 +++++++++++-
2 files changed, 25 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2649: add 1px top for top border.
css/style.css | 1 +
sass/revamp-design/_faculty-landing-list.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2624: remove float on callout in narrow-view.
css/style.css | 1 +
sass/revamp-design/_wysiwyg.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: Tim Plunkett, 3 years ago
WP-2650: Consolidate custom exposed search functionality.
css/style.css | 84 +++++++++------
sass/revamp-design/_search-filters.sass | 118 ++++++++++-----------
template.php | 21 ++--
templates/views-exposed-form--events.tpl.php | 104 ------------------
.../views-exposed-form--faculty-filters.tpl.php | 102 ------------------
templates/views-exposed-form--split-search.tpl.php | 104 ++++++++++++++++++
6 files changed, 228 insertions(+), 305 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Tim Plunkett, 3 years ago
Remove AZ group
template.php | 10 ----------
.../views-exposed-form--faculty-filters.tpl.php | 22 ----------------------
2 files changed, 32 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2619: adjust dividers and spacing.
css/style.css | 33 +++++++++++++++++---------------
sass/partials/03-extend/_gsb-revamp.sass | 2 +-
sass/revamp-design/_faculty-detail.sass | 26 +++++++++++++------------
3 files changed, 33 insertions(+), 28 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2635: adjust eva title font size.
css/style.css | 9 +++++----
sass/revamp-design/_faculty-detail.sass | 7 +++++--
2 files changed, 10 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2612: adjust placeholder text.
template.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2612: finish theming filters.
css/style.css | 45 ++++++++++++++++++++++---------
sass/revamp-design/_search-filters.sass | 48 ++++++++++++++++++++-------------
2 files changed, 61 insertions(+), 32 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2612: add search field placeholder text.
template.php | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2612: filter label and closed spacing.
css/style.css | 56 +++++++++++------------
sass/revamp-design/_az-filter.sass | 13 +++---
sass/revamp-design/_search-filters.sass | 79 ++++++++++++++++++---------------
3 files changed, 76 insertions(+), 72 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2612: remove unneeded faculty template.
...views-view--faculty-filters--panel-pane.tpl.php | 91 ----------------------
1 file changed, 91 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2612: search bar.
css/style.css | 52 +++++++++++++++++++++------------
sass/revamp-design/_search-filters.sass | 48 ++++++++++++++++++++----------
2 files changed, 67 insertions(+), 33 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2612: filter changes.
css/style.css | 21 +++++++++--------
sass/revamp-design/_az-filter.sass | 47 +++++++++++++++++++-------------------
2 files changed, 36 insertions(+), 32 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2612: Add preporcess for exposed form template for faculty filters.
template.php | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2611: Customize exposed form template for faculty filters.
.../views-exposed-form--faculty-filters.tpl.php | 50 ++++++++++++++++++++--
1 file changed, 47 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2611: Add vanilla exposed form template for faculty filters.
.../views-exposed-form--faculty-filters.tpl.php | 80 ++++++++++++++++++++++
1 file changed, 80 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2610: style the new search button.
css/style.css | 29 +++++++++++++++++++++++++++++
images/search-white.png | Bin 0 -> 694 bytes
images/search-white.svg | 12 ++++++++++++
sass/revamp-design/_search-filters.sass | 23 +++++++++++++++++++++++
4 files changed, 64 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2611: filter label styling.
css/style.css | 73 +++++++++++++++++-------------
sass/revamp-design/_search-filters.sass | 78 ++++++++++++++++++++-------------
2 files changed, 90 insertions(+), 61 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2611: start on new filters.
css/style.css | 57 +++++++++++++++++++++++++++++
sass/revamp-design/_search-filters.sass | 63 +++++++++++++++++++++++++++++++++
2 files changed, 120 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2611: fix spelling of collapsible.
js/custom.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2612: apply to new markup.
css/style.css | 57 ++++++++++++++++++--------------------
sass/revamp-design/_az-filter.sass | 19 ++++++-------
2 files changed, 36 insertions(+), 40 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2612: new gsb-az-filter styling.
css/style.css | 107 +++++++++++++++++++++++++++++++++++++
sass/revamp-design/_az-filter.sass | 85 +++++++++++++++++++++++++++++
2 files changed, 192 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2595: theme the faculty landing grid.
css/style.css | 91 +++++++++++++++++++++++++--
sass/revamp-design/_faculty-landing-list.sass | 62 ++++++++++++++++++
2 files changed, 148 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2595: apply faculty background.
css/style.css | 3 ++-
sass/revamp-design/_design.sass | 7 ++++---
2 files changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2595: add faculty landing list partial.
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_faculty-landing-list.sass | 5 +++++
2 files changed, 6 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: hgupta, 3 years ago
WP-2608: Added padding below description field
css/style.css | 3 +++
sass/revamp-design/_working-paper-detail.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: hgupta, 3 years ago
WP-2603: Added styling for faculty authors block in case detail page
css/style.css | 120 +++++++++++++++++++++++------
sass/revamp-design/_case-study-detail.sass | 58 +++++++++++++-
2 files changed, 152 insertions(+), 26 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2541: adjustments to style working paper eva.
css/style.css | 3 ++-
sass/revamp-design/_faculty-detail.sass | 9 +++++----
2 files changed, 7 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2541: style the case study eva listing.
css/style.css | 43 +++++++++++++++++++++++---------
sass/partials/03-extend/_gsb-revamp.sass | 2 --
sass/revamp-design/_faculty-detail.sass | 32 +++++++++++++++++++++---
3 files changed, 60 insertions(+), 17 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2600: reduce margin bottom between sections.
css/style.css | 3 +++
sass/revamp-design/_faculty-detail.sass | 3 +++
2 files changed, 6 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: hgupta, 3 years ago
WP-2579: Theming style for working papers
css/style.css | 229 ++++++++++++++++++++++----
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_working-paper-detail.sass | 151 +++++++++++++++++
3 files changed, 353 insertions(+), 28 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2590: make changes to person fpp.
css/style.css | 7 +++----
sass/revamp-design/_fpp-featured-person.sass | 5 +++--
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years ago author: Meghan Palagyi, 3 years ago
Finish font face implementation fix.
css/style.css | 56 +++++++++++++
sass/partials/04-defaults/_font-face.sass | 129 ++++++++++++++++++++++--------
2 files changed, 150 insertions(+), 35 deletions(-)

view commit - committer: Meghan Palagyi, 3 years ago author: Meghan Palagyi, 3 years ago
Try font face fix.
css/style.css | 72 ++++------------------------
sass/partials/04-defaults/_font-face.sass | 78 +++++++++++++++++++++----------
2 files changed, 61 insertions(+), 89 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Adam Moore, 3 years ago
Fix compile since updated ruby.
css/style.css | 161 ++++------------------------------------------------------
1 file changed, 10 insertions(+), 151 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2388: compile css, make adjustments, remove singularity.
config.rb | 1 -
css/style.css | 1061 ++++++++----------------
sass/partials/00-variables/_base.sass | 1 +
sass/partials/05-grids/_grids-singularity.sass | 81 +-
sass/revamp-design/_search-filters.sass | 4 +-
sass/style.sass | 1 -
6 files changed, 401 insertions(+), 748 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2388: update ruby, gems, and bundle.
.ruby-version | 1 +
Gemfile | 11 ++++++-----
Gemfile.lock | 57 +++++++++++++++++++++++++++++++++++----------------------
3 files changed, 42 insertions(+), 27 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: hgupta, 3 years, 1 month ago
WP-2453: Added styling for newsletter on Re:Think page
css/style.css | 882 -------------------------------------------
sass/revamp-design/_all.sass | 6 -
2 files changed, 888 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 2 +
2 files changed, 296 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 2 +
2 files changed, 296 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 2 +
2 files changed, 296 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: hgupta, 3 years, 1 month ago
WP-2453: Added styling for newsletter on Re:Think page
css/style.css | 294 -------------------------------------------
sass/revamp-design/_all.sass | 2 -
2 files changed, 296 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 2 +
2 files changed, 296 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: hgupta, 3 years, 1 month ago
WP-2453: Added styling for newsletter on Re:Think page
css/style.css | 294 -------------------------------------------
sass/revamp-design/_all.sass | 2 -
2 files changed, 296 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 2 +
2 files changed, 296 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: hgupta, 3 years, 1 month ago
WP-2453: Added styling for newsletter on Re:Think page
css/style.css | 294 -------------------------------------------
sass/revamp-design/_all.sass | 2 -
2 files changed, 296 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 2 +
2 files changed, 296 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2577: add view mode full class.
css/style.css | 234 ++++++++++++++++----------------
sass/revamp-design/_faculty-detail.sass | 2 +-
2 files changed, 118 insertions(+), 118 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: hgupta, 3 years, 1 month ago
WP-2547: Adjusted padding
css/style.css | 110 ++++++++++-------------------
sass/revamp-design/_case-study-detail.sass | 17 +++--
2 files changed, 49 insertions(+), 78 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: hgupta, 3 years, 1 month ago
WP-2546: Added normal font weight
css/style.css | 12 +++++++++++-
sass/revamp-design/_case-study-detail.sass | 10 +++++++++-
2 files changed, 20 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Adam Moore, 3 years, 1 month ago
Fix house ad responsive.
sass/revamp-design/_house-ads.sass | 89 +++++++++++++++-----------------------
1 file changed, 36 insertions(+), 53 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: hgupta, 3 years, 1 month ago
WP-2453: Added styling for newsletter on Re:Think page
css/style.css | 294 ---------------------------------
sass/revamp-design/_all.sass | 2 -
sass/revamp-design/_e-newsletters.sass | 1 -
3 files changed, 297 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 2 +
2 files changed, 296 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: hgupta, 3 years, 1 month ago
WP-2453: Added styling for newsletter on Re:Think page
css/style.css | 294 -------------------------------------------
sass/revamp-design/_all.sass | 2 -
2 files changed, 296 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 2 +
2 files changed, 296 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: hgupta, 3 years, 1 month ago
WP-2453: Added styling for newsletter on Re:Think page
css/style.css | 294 -------------------------------------------
sass/revamp-design/_all.sass | 2 -
2 files changed, 296 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 2 +
2 files changed, 296 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: hgupta, 3 years, 1 month ago
WP-2453: Added styling for newsletter on Re:Think page
css/style.css | 294 -------------------------------------------
sass/revamp-design/_all.sass | 2 -
2 files changed, 296 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 2 +
2 files changed, 296 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: hgupta, 3 years, 1 month ago
WP-2453: Added styling for newsletter on Re:Think page
css/style.css | 294 -------------------------------------------
sass/revamp-design/_all.sass | 2 -
2 files changed, 296 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 294 -------------------------------------------
sass/revamp-design/_all.sass | 2 +
2 files changed, 2 insertions(+), 294 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: hgupta, 3 years, 1 month ago
WP-2453: Added styling for newsletter on Re:Think page
sass/revamp-design/_all.sass | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 609 +++++++++++++++++++++++++++++++++++++++++--
sass/revamp-design/_all.sass | 2 +
2 files changed, 590 insertions(+), 21 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 21 +++++++++++++++++++++
sass/revamp-design/_all.sass | 2 ++
2 files changed, 23 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: hgupta, 3 years, 1 month ago
WP-2515: Styling for case study detial page
css/style.css | 142 ++++++++++++++++++++++++++++-
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_case-study-detail.sass | 120 ++++++++++++++++++++++++
template.php | 7 ++
4 files changed, 266 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: hgupta, 3 years, 1 month ago
WP-2453: Added styling for newsletter on Re:Think page
css/style.css | 294 -------------------------------------------
sass/revamp-design/_all.sass | 2 -
2 files changed, 296 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 295 ++++++++++++++++++++++++++++++++++++++++++-
sass/revamp-design/_all.sass | 2 +
2 files changed, 296 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 2 +
2 files changed, 296 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 2 +
2 files changed, 296 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: hgupta, 3 years, 1 month ago
WP-2453: Added styling for newsletter on Re:Think page
css/style.css | 294 -------------------------------------------
sass/revamp-design/_all.sass | 2 -
2 files changed, 296 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 2 +
2 files changed, 296 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: hgupta, 3 years, 1 month ago
WP-2453: Added styling for newsletter on Re:Think page
css/style.css | 294 -------------------------------------------
sass/revamp-design/_all.sass | 2 -
2 files changed, 296 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 2 +
2 files changed, 296 insertions(+)

view commit - committer: Adam Moore, 3 years ago author: hgupta, 3 years, 1 month ago
WP-2453: Added styling for newsletter on Re:Think page
css/style.css | 294 -------------------------------------------
sass/revamp-design/_all.sass | 2 -
2 files changed, 296 deletions(-)

view commit - committer: Adam Moore, 3 years ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 2 +
2 files changed, 296 insertions(+)

view commit - committer: Meghan Palagyi, 3 years ago author: Meghan Palagyi, 3 years ago
WP-2577: add view mode full class.
css/style.css | 234 ++++++++++++++++----------------
sass/revamp-design/_faculty-detail.sass | 2 +-
2 files changed, 118 insertions(+), 118 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2547: Adjusted padding
css/style.css | 110 ++++++++++-------------------
sass/revamp-design/_case-study-detail.sass | 17 +++--
2 files changed, 49 insertions(+), 78 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2546: Added normal font weight
css/style.css | 12 +++++++++++-
sass/revamp-design/_case-study-detail.sass | 10 +++++++++-
2 files changed, 20 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Adam Moore, 3 years, 1 month ago
Fix house ad responsive.
sass/revamp-design/_house-ads.sass | 89 +++++++++++++++-----------------------
1 file changed, 36 insertions(+), 53 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2453: Added styling for newsletter on Re:Think page
css/style.css | 294 ---------------------------------
sass/revamp-design/_all.sass | 2 -
sass/revamp-design/_e-newsletters.sass | 1 -
3 files changed, 297 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 295 ++++++++++++++++++++++++++++++++++++++++++-
sass/revamp-design/_all.sass | 2 +
2 files changed, 296 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2497: adjust spacing.
css/style.css | 5 ++++-
sass/revamp-design/_menu-sidebar.sass | 3 ++-
2 files changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2510: add space so comments print.
css/style.css | 1 +
sass/partials/04-defaults/_font-face.sass | 4 +---
2 files changed, 2 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2526: fix icons in responsive menu.
css/style.css | 17 +++++++++--------
sass/revamp-design/_banner.sass | 1 +
sass/revamp-design/_menu-sidebar.sass | 17 +++++++++--------
3 files changed, 19 insertions(+), 16 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2522: update the font stack and padding.
css/style.css | 9 +++++----
sass/revamp-design/_e-newsletters.sass | 11 ++++++-----
2 files changed, 11 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2437: responsive changes for house ads.
css/style.css | 7 ++++---
sass/revamp-design/_house-ads.sass | 7 ++++---
2 files changed, 8 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2518: change fpp body font size.
css/style.css | 4 ++++
sass/revamp-design/_accordion.sass | 4 ++++
2 files changed, 8 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2509: fix accordion title wrap.
css/style.css | 16 +++++++++++-----
sass/revamp-design/_accordion.sass | 15 ++++++++++-----
2 files changed, 21 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2507: Removed text wrapping below image in video wide-blocks
css/style.css | 1 +
sass/revamp-design/_video.sass | 3 +--
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2510: comment webfont license properly.
css/style.css | 71 +++++++++++++++
sass/partials/04-defaults/_font-face.sass | 142 +++++++++++++++---------------
2 files changed, 142 insertions(+), 71 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2497: Change the font for nesting hierarchy in section menu
css/style.css | 6 ++++++
sass/revamp-design/_menu-sidebar.sass | 4 ++++
2 files changed, 10 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2499: Pdf icon is aligned with text
css/style.css | 1 +
sass/partials/04-defaults/_font-custom.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2463: Scaling for email icon is fixed
css/style.css | 2 +-
sass/revamp-design/_wysiwyg.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2453: Added styling for newsletter on Re:Think page
css/style.css | 294 -------------------------------------------
sass/revamp-design/_all.sass | 2 -
2 files changed, 296 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 2 +
2 files changed, 296 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2493: changed style for pane and event title
css/style.css | 8 +++++++-
sass/revamp-design/_front.sass | 4 +++-
2 files changed, 10 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2453: Added styling for newsletter on Re:Think page
css/style.css | 588 -------------------------------------------
sass/revamp-design/_all.sass | 4 -
2 files changed, 592 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 2 +
2 files changed, 296 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2472: social icons and twitter feed.
css/style.css | 472 ++++++++++++-------------------
js/custom.js | 6 +-
sass/partials/03-extend/_gsb-revamp.sass | 24 ++
sass/revamp-design/_cta-custom.sass | 69 +----
sass/revamp-design/_design.sass | 46 +++
sass/revamp-design/_footer.sass | 80 +++---
sass/revamp-design/_front.sass | 67 ++---
sass/revamp-design/_social-media.sass | 105 ++-----
8 files changed, 354 insertions(+), 515 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 2 +
2 files changed, 296 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2494: update month text.
js/libs/twitterfeed.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2453: Added styling for newsletter on Re:Think page
css/style.css | 294 -------------------------------------------
sass/revamp-design/_all.sass | 2 -
2 files changed, 296 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 2 +
2 files changed, 296 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2465: Adjusted the email icon for windows chrome
css/style.css | 2 +-
sass/partials/04-defaults/_font-face.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2453: Added styling for newsletter on Re:Think page
css/style.css | 294 -------------------------------------------
sass/revamp-design/_all.sass | 2 -
2 files changed, 296 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 294 -------------------------------------------
sass/revamp-design/_all.sass | 2 +
2 files changed, 2 insertions(+), 294 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2471: Adjusted MSx fellows + future faculty grid-view
css/style.css | 4 ++--
sass/revamp-design/_msxfellows.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2453: Added styling for newsletter on Re:Think page
sass/revamp-design/_all.sass | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 454 +++++++++++++++++++++++++++++++++++--------
sass/revamp-design/_all.sass | 2 +
2 files changed, 376 insertions(+), 80 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2469: Adjusted Featured Event typography
css/style.css | 12 +++++++-----
sass/revamp-design/_event.sass | 12 +++++++-----
2 files changed, 14 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add left side styles, including a new extend.
css/style.css | 301 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 287 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 21 +++++++++++++++++++++
sass/revamp-design/_all.sass | 2 ++
2 files changed, 23 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2464: added margin in email icon to wrap with text
css/style.css | 3 ++-
sass/revamp-design/_wysiwyg.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2419: change global WYSIWYG styles.
css/style.css | 13 +++++++++++++
sass/revamp-design/_fpp-text.sass | 12 ++++++++++++
2 files changed, 25 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2497: adjust spacing.
css/style.css | 5 ++++-
sass/revamp-design/_menu-sidebar.sass | 3 ++-
2 files changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2510: add space so comments print.
css/style.css | 1 +
sass/partials/04-defaults/_font-face.sass | 4 +---
2 files changed, 2 insertions(+), 3 deletions(-)

view commit - committer: hgupta, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2515: Styling for case study detial page
css/style.css | 142 ++++++++++++++++++++++++++++-
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_case-study-detail.sass | 120 ++++++++++++++++++++++++
template.php | 7 ++
4 files changed, 266 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2526: fix icons in responsive menu.
css/style.css | 17 +++++++++--------
sass/revamp-design/_banner.sass | 1 +
sass/revamp-design/_menu-sidebar.sass | 17 +++++++++--------
3 files changed, 19 insertions(+), 16 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2522: update the font stack and padding.
css/style.css | 9 +++++----
sass/revamp-design/_e-newsletters.sass | 11 ++++++-----
2 files changed, 11 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2437: responsive changes for house ads.
css/style.css | 7 ++++---
sass/revamp-design/_house-ads.sass | 7 ++++---
2 files changed, 8 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2518: change fpp body font size.
css/style.css | 4 ++++
sass/revamp-design/_accordion.sass | 4 ++++
2 files changed, 8 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2509: fix accordion title wrap.
css/style.css | 16 +++++++++++-----
sass/revamp-design/_accordion.sass | 15 ++++++++++-----
2 files changed, 21 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2507: Removed text wrapping below image in video wide-blocks
css/style.css | 1 +
sass/revamp-design/_video.sass | 3 +--
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2510: comment webfont license properly.
css/style.css | 71 +++++++++++++++
sass/partials/04-defaults/_font-face.sass | 142 +++++++++++++++---------------
2 files changed, 142 insertions(+), 71 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2497: Change the font for nesting hierarchy in section menu
css/style.css | 6 ++++++
sass/revamp-design/_menu-sidebar.sass | 4 ++++
2 files changed, 10 insertions(+)

view commit - committer: hgupta, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2499: Pdf icon is aligned with text
css/style.css | 1 +
sass/partials/04-defaults/_font-custom.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2463: Scaling for email icon is fixed
css/style.css | 2 +-
sass/revamp-design/_wysiwyg.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2453: Added styling for newsletter on Re:Think page
css/style.css | 294 -------------------------------------------
sass/revamp-design/_all.sass | 2 -
2 files changed, 296 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 2 +
2 files changed, 296 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2493: changed style for pane and event title
css/style.css | 8 +++++++-
sass/revamp-design/_front.sass | 4 +++-
2 files changed, 10 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2453: Added styling for newsletter on Re:Think page
css/style.css | 588 -------------------------------------------
sass/revamp-design/_all.sass | 4 -
2 files changed, 592 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 2 +
2 files changed, 296 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2472: social icons and twitter feed.
css/style.css | 472 ++++++++++++-------------------
js/custom.js | 6 +-
sass/partials/03-extend/_gsb-revamp.sass | 24 ++
sass/revamp-design/_cta-custom.sass | 69 +----
sass/revamp-design/_design.sass | 46 +++
sass/revamp-design/_footer.sass | 80 +++---
sass/revamp-design/_front.sass | 67 ++---
sass/revamp-design/_social-media.sass | 105 ++-----
8 files changed, 354 insertions(+), 515 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 2 +
2 files changed, 296 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2494: update month text.
js/libs/twitterfeed.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2453: Added styling for newsletter on Re:Think page
css/style.css | 294 -------------------------------------------
sass/revamp-design/_all.sass | 2 -
2 files changed, 296 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 2 +
2 files changed, 296 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2465: Adjusted the email icon for windows chrome
css/style.css | 2 +-
sass/partials/04-defaults/_font-face.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2453: Added styling for newsletter on Re:Think page
css/style.css | 294 -------------------------------------------
sass/revamp-design/_all.sass | 2 -
2 files changed, 296 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 294 -------------------------------------------
sass/revamp-design/_all.sass | 2 +
2 files changed, 2 insertions(+), 294 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2471: Adjusted MSx fellows + future faculty grid-view
css/style.css | 4 ++--
sass/revamp-design/_msxfellows.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2453: Added styling for newsletter on Re:Think page
sass/revamp-design/_all.sass | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2419: change global WYSIWYG styles.
css/style.css | 13 +++++++++++++
sass/revamp-design/_fpp-text.sass | 12 ++++++++++++
2 files changed, 25 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 294 +++++++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 2 +
2 files changed, 296 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2469: Adjusted Featured Event typography
css/style.css | 12 +++++++-----
sass/revamp-design/_event.sass | 12 +++++++-----
2 files changed, 14 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2458: fix the responsive section menu.
css/style.css | 6 ++++++
sass/revamp-design/_menu-sidebar.sass | 3 +++
2 files changed, 9 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add left side styles, including a new extend.
css/style.css | 301 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 287 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 21 +++++++++++++++++++++
sass/revamp-design/_all.sass | 2 ++
2 files changed, 23 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2464: added margin in email icon to wrap with text
css/style.css | 3 ++-
sass/revamp-design/_wysiwyg.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2458: adjust spacing.
css/style.css | 8 +-------
sass/revamp-design/_menu-sidebar.sass | 5 +----
2 files changed, 2 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2458: fix the banner on events mobile.
css/style.css | 5 +++++
sass/revamp-design/_banner.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2458: fix the responsive section menu.
css/style.css | 89 ++++++++++++++++++-----------------
js/custom.js | 2 +-
sass/revamp-design/_banner.sass | 42 +++++++----------
sass/revamp-design/_menu-sidebar.sass | 10 +++-
4 files changed, 71 insertions(+), 72 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: conferences and service to prof, links and spacing.
css/style.css | 57 ++++++++++++++++++++++-----------
sass/revamp-design/_faculty-detail.sass | 31 +++++++++++++++---
2 files changed, 66 insertions(+), 22 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: responsive adjustments.
css/style.css | 10 ++++++++++
sass/revamp-design/_faculty-detail.sass | 4 ++++
2 files changed, 14 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: adjust font for tel.
css/style.css | 1 +
sass/revamp-design/_faculty-detail.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: faculty affiliations.
css/style.css | 33 ++++++++++++++++++++++------
sass/revamp-design/_faculty-detail.sass | 39 ++++++++++++++++++++-------------
2 files changed, 50 insertions(+), 22 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: faculty detail page right section.
css/style.css | 178 ++++++++++++++++++++++++++++--
sass/partials/03-extend/_gsb-revamp.sass | 1 +
sass/partials/04-defaults/_font-face.sass | 4 +-
sass/revamp-design/_faculty-detail.sass | 168 ++++++++++++++++++++++++++--
4 files changed, 328 insertions(+), 23 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: adjust grey.
sass/revamp-design/_event.sass | 2 +-
sass/revamp-design/_wysiwyg.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add left side styles, including a new extend.
css/style.css | 98 +++++++++++++++++++++-----------
sass/partials/03-extend/_gsb-revamp.sass | 20 +++++++
sass/revamp-design/_faculty-detail.sass | 33 +++++++++++
sass/revamp-design/_phd-candidate.sass | 23 ++------
4 files changed, 122 insertions(+), 52 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add preprocess field for links.
template.php | 13 +++++++++++++
1 file changed, 13 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 60 +++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 2 ++
sass/revamp-design/_faculty-detail.sass | 50 +++++++++++++++++++++++++++
3 files changed, 112 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2458: fix the responsive section menu.
css/style.css | 6 ++++++
sass/revamp-design/_menu-sidebar.sass | 3 +++
2 files changed, 9 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2453: Added styling for newsletter on Re:Think page
css/style.css | 45 ++++++++++++++++++++++++++++++----
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_e-newsletters.sass | 34 +++++++++++++++++++++++++
3 files changed, 75 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2445: clubs listing changes.
css/style.css | 7 ++++---
sass/revamp-design/_clubs.sass | 7 ++++---
2 files changed, 8 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2438: Missed the style.css file in previous commit
css/style.css | 13 +++++++++++++
sass/revamp-design/_design.sass | 2 +-
2 files changed, 14 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2450: Hide breadcrumbs on program landings.
css/style.css | 13 +++++++++++++
sass/revamp-design/_banner.sass | 14 ++++++++++++++
2 files changed, 27 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2450: Banner title adjustments.
css/style.css | 10 +++++-----
sass/revamp-design/_banner.sass | 23 ++++++++++++++---------
2 files changed, 19 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2447: Bu mistake some changes of another issue have been added, now removed
css/style.css | 13 -------------
1 file changed, 13 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2447: Added font-family for 3rd level navigation
css/style.css | 15 ++++++++-------
sass/revamp-design/_menu-sidebar.sass | 1 +
2 files changed, 9 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2438: modified the background color
sass/revamp-design/_design.sass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2499: same body text for house ads and spotlights.
css/style.css | 3 +--
sass/revamp-design/_house-ads.sass | 1 +
sass/revamp-design/_spotlight.sass | 2 --
3 files changed, 2 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2499: make font size and line height change to house ad.
css/style.css | 6 ++----
sass/revamp-design/_house-ads.sass | 6 ++----
2 files changed, 4 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2449: pull in changes from house ads ticket.
css/style.css | 18 ++++++++----------
sass/revamp-design/_house-ads.sass | 14 ++++++--------
2 files changed, 14 insertions(+), 18 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2449: change the line height for show more.
js/custom.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2442: removed margin from breadcrumb
css/style.css | 1 -
sass/partials/06-ui-patterns/_drupal-patterns.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2438: Changed WITL background more darker
css/style.css | 13 +++++++++++++
sass/revamp-design/_design.sass | 7 +++++++
2 files changed, 20 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2444: top border with title, and spacing.
css/style.css | 43 +++++++++++++-----------------------
sass/revamp-design/_accordion.sass | 45 +++++++++++++++++---------------------
sass/revamp-design/_wysiwyg.sass | 2 +-
3 files changed, 36 insertions(+), 54 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2444: refactor the accordion js.
css/style.css | 75 ++++++++-------------------
js/custom.js | 10 ++--
sass/revamp-design/_accordion.sass | 102 +++++++++++++------------------------
3 files changed, 61 insertions(+), 126 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2444: make accordion title and header changes.
css/style.css | 48 ++++++++++++++------------------------
sass/revamp-design/_accordion.sass | 36 ++++++++++++++--------------
sass/revamp-design/_fpp-text.sass | 12 ----------
3 files changed, 36 insertions(+), 60 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2434: Added hover state on club and email title
css/style.css | 13 ++++++++++---
sass/revamp-design/_clubs.sass | 10 ++++++++--
2 files changed, 18 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2419: change h3 and h4 to black.
css/style.css | 2 ++
sass/revamp-design/_wysiwyg.sass | 2 ++
2 files changed, 4 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2419: change global WYSIWYG styles.
css/style.css | 48 ++++++++++++++------------
sass/partials/04-defaults/_common.sass | 1 -
sass/partials/04-defaults/_headers.sass | 1 -
sass/revamp-design/_fpp-text.sass | 7 ++--
sass/revamp-design/_wysiwyg.sass | 60 ++++++++++++++++++---------------
5 files changed, 61 insertions(+), 56 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2418: adjust narrow-view styles.
css/style.css | 56 +++++++++++++++++++--------------------
sass/revamp-design/_fpp-text.sass | 47 +++++++++++++++-----------------
sass/revamp-design/_wysiwyg.sass | 12 ++++-----
3 files changed, 55 insertions(+), 60 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2422: changed the styling on House Ad
css/style.css | 9 ++++-----
sass/revamp-design/_house-ads.sass | 9 ++++-----
2 files changed, 8 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2428: changed some styling on title,position,spotlight yearand body
css/style.css | 16 ++++++++++++----
sass/revamp-design/_spotlight.sass | 15 ++++++++++-----
2 files changed, 22 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2391: adjust the magnifying glass.
css/style.css | 4 ++--
sass/revamp-design/_search-filters.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2427: Reduced line-height for left sub navigation
css/style.css | 1 +
sass/revamp-design/_menu-sidebar.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2424:Changed font family for filter link
css/style.css | 2 +-
sass/revamp-design/_search-filters.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2423:line-height and margin bottom changed
css/style.css | 10 ++++++++--
sass/revamp-design/_upcoming-events.sass | 9 +++++++--
2 files changed, 15 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2420:Added some styling for Video FPP
css/style.css | 10 +++++-----
sass/revamp-design/_video.sass | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2400: changed the styling for links in upcoming event block
css/style.css | 36 ++++++++++++++++++++++++++++--------
sass/revamp-design/_front.sass | 26 ++++++++++++++++++++++----
2 files changed, 50 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2458: adjust spacing.
css/style.css | 8 +-------
sass/revamp-design/_menu-sidebar.sass | 5 +----
2 files changed, 2 insertions(+), 11 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2458: fix the banner on events mobile.
css/style.css | 5 +++++
sass/revamp-design/_banner.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2458: fix the responsive section menu.
css/style.css | 91 ++++++++++++++++++-----------------
js/custom.js | 2 +-
sass/revamp-design/_banner.sass | 44 +++++++----------
sass/revamp-design/_menu-sidebar.sass | 10 +++-
4 files changed, 73 insertions(+), 74 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2453: Added styling for newsletter on Re:Think page
css/style.css | 45 ++++++++++++++++++++++++++++++----
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_e-newsletters.sass | 34 +++++++++++++++++++++++++
3 files changed, 75 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: conferences and service to prof, links and spacing.
css/style.css | 57 ++++++++++++++++++++++-----------
sass/revamp-design/_faculty-detail.sass | 31 +++++++++++++++---
2 files changed, 66 insertions(+), 22 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: responsive adjustments.
css/style.css | 10 ++++++++++
sass/revamp-design/_faculty-detail.sass | 4 ++++
2 files changed, 14 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: adjust font for tel.
css/style.css | 1 +
sass/revamp-design/_faculty-detail.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: faculty affiliations.
css/style.css | 33 ++++++++++++++++++++++------
sass/revamp-design/_faculty-detail.sass | 39 ++++++++++++++++++++-------------
2 files changed, 50 insertions(+), 22 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: faculty detail page right section.
css/style.css | 180 ++++++++++++++++++++++++++++--
sass/partials/03-extend/_gsb-revamp.sass | 1 +
sass/partials/04-defaults/_common.sass | 2 +-
sass/partials/04-defaults/_font-face.sass | 4 +-
sass/revamp-design/_faculty-detail.sass | 168 ++++++++++++++++++++++++++--
5 files changed, 330 insertions(+), 25 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: adjust grey.
sass/revamp-design/_event.sass | 2 +-
sass/revamp-design/_wysiwyg.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add left side styles, including a new extend.
css/style.css | 98 +++++++++++++++++++++-----------
sass/partials/03-extend/_gsb-revamp.sass | 20 +++++++
sass/revamp-design/_faculty-detail.sass | 33 +++++++++++
sass/revamp-design/_phd-candidate.sass | 23 ++------
4 files changed, 122 insertions(+), 52 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add preprocess field for links.
template.php | 13 +++++++++++++
1 file changed, 13 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2407: add faculty detail partial.
css/style.css | 60 +++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 2 ++
sass/revamp-design/_faculty-detail.sass | 50 +++++++++++++++++++++++++++
3 files changed, 112 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2445: clubs listing changes.
css/style.css | 7 ++++---
sass/revamp-design/_clubs.sass | 7 ++++---
2 files changed, 8 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2438: Missed the style.css file in previous commit
css/style.css | 13 +++++++++++++
sass/revamp-design/_design.sass | 2 +-
2 files changed, 14 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2450: Hide breadcrumbs on program landings.
css/style.css | 15 ++++++++++++++-
sass/revamp-design/_banner.sass | 14 ++++++++++++++
2 files changed, 28 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2450: Banner title adjustments.
css/style.css | 10 +++++-----
sass/revamp-design/_banner.sass | 25 +++++++++++++++----------
2 files changed, 20 insertions(+), 15 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2447: Bu mistake some changes of another issue have been added, now removed
css/style.css | 13 -------------
1 file changed, 13 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2447: Added font-family for 3rd level navigation
css/style.css | 15 ++++++++-------
sass/revamp-design/_menu-sidebar.sass | 1 +
2 files changed, 9 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2438: modified the background color
sass/revamp-design/_design.sass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2499: same body text for house ads and spotlights.
css/style.css | 3 +--
sass/revamp-design/_house-ads.sass | 1 +
sass/revamp-design/_spotlight.sass | 2 --
3 files changed, 2 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2499: make font size and line height change to house ad.
css/style.css | 6 ++----
sass/revamp-design/_house-ads.sass | 6 ++----
2 files changed, 4 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2449: pull in changes from house ads ticket.
css/style.css | 18 ++++++++----------
sass/revamp-design/_house-ads.sass | 14 ++++++--------
2 files changed, 14 insertions(+), 18 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2449: change the line height for show more.
js/custom.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2442: removed margin from breadcrumb
css/style.css | 1 -
sass/partials/06-ui-patterns/_drupal-patterns.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2438: Changed WITL background more darker
css/style.css | 13 +++++++++++++
sass/revamp-design/_design.sass | 7 +++++++
2 files changed, 20 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2444: top border with title, and spacing.
css/style.css | 43 +++++++++++++-----------------------
sass/revamp-design/_accordion.sass | 45 +++++++++++++++++---------------------
sass/revamp-design/_wysiwyg.sass | 2 +-
3 files changed, 36 insertions(+), 54 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2444: refactor the accordion js.
css/style.css | 75 ++++++++-------------------
js/custom.js | 10 ++--
sass/revamp-design/_accordion.sass | 102 +++++++++++++------------------------
3 files changed, 61 insertions(+), 126 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2444: make accordion title and header changes.
css/style.css | 48 ++++++++++++++------------------------
sass/revamp-design/_accordion.sass | 36 ++++++++++++++--------------
sass/revamp-design/_fpp-text.sass | 12 ----------
3 files changed, 36 insertions(+), 60 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2434: Added hover state on club and email title
css/style.css | 13 ++++++++++---
sass/revamp-design/_clubs.sass | 10 ++++++++--
2 files changed, 18 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2419: change h3 and h4 to black.
css/style.css | 2 ++
sass/revamp-design/_wysiwyg.sass | 2 ++
2 files changed, 4 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2419: change global WYSIWYG styles.
css/style.css | 50 ++++++++++++++-------------
sass/partials/04-defaults/_common.sass | 3 +-
sass/partials/04-defaults/_headers.sass | 1 -
sass/revamp-design/_fpp-text.sass | 7 ++--
sass/revamp-design/_wysiwyg.sass | 60 ++++++++++++++++++---------------
5 files changed, 63 insertions(+), 58 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2418: adjust narrow-view styles.
css/style.css | 56 +++++++++++++++++++--------------------
sass/revamp-design/_fpp-text.sass | 47 +++++++++++++++-----------------
sass/revamp-design/_wysiwyg.sass | 12 ++++-----
3 files changed, 55 insertions(+), 60 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2422: changed the styling on House Ad
css/style.css | 9 ++++-----
sass/revamp-design/_house-ads.sass | 9 ++++-----
2 files changed, 8 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2428: changed some styling on title,position,spotlight yearand body
css/style.css | 16 ++++++++++++----
sass/revamp-design/_spotlight.sass | 15 ++++++++++-----
2 files changed, 22 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2391: adjust the magnifying glass.
css/style.css | 4 ++--
sass/revamp-design/_search-filters.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2427: Reduced line-height for left sub navigation
css/style.css | 1 +
sass/revamp-design/_menu-sidebar.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2424:Changed font family for filter link
css/style.css | 2 +-
sass/revamp-design/_search-filters.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2423:line-height and margin bottom changed
css/style.css | 10 ++++++++--
sass/revamp-design/_upcoming-events.sass | 9 +++++++--
2 files changed, 15 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2420:Added some styling for Video FPP
css/style.css | 10 +++++-----
sass/revamp-design/_video.sass | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: hgupta, 3 years, 1 month ago
WP-2400: changed the styling for links in upcoming event block
css/style.css | 36 ++++++++++++++++++++++++++++--------
sass/revamp-design/_front.sass | 26 ++++++++++++++++++++++----
2 files changed, 50 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2359: responsive for landscape in narrow.
css/style.css | 13 +++++++++++--
sass/revamp-design/_fpp-featured-person.sass | 2 ++
2 files changed, 13 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2359: featured person styling.
css/style.css | 139 ++++++++++++++++++++++++++-
sass/revamp-design/_fpp-featured-person.sass | 89 +++++++++++++++++
2 files changed, 223 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 3 years, 1 month ago author: Meghan Palagyi, 3 years, 1 month ago
WP-2359: add new partial.
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_fpp-featured-person.sass | 3 +++
2 files changed, 4 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 2 months ago
WP-2379 Commit to get around patch issue during release rebase
sass/partials/04-defaults/_font-face.sass | 57 ++++++++++++++++++++++++++++++-
1 file changed, 56 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2381: keep solid mail icon when it is in a circle.
css/style.css | 2 +-
sass/revamp-design/_cta.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2381: add new email icon.
css/style.css | 16 ++++++++++++----
fonts/gsb-email-icon.eot | Bin 0 -> 1260 bytes
fonts/gsb-email-icon.svg | 12 ++++++++++++
fonts/gsb-email-icon.ttf | Bin 0 -> 1092 bytes
fonts/gsb-email-icon.woff | Bin 0 -> 1168 bytes
sass/partials/04-defaults/_font-face.sass | 3 +++
sass/revamp-design/_clubs.sass | 2 +-
sass/revamp-design/_cta.sass | 2 +-
sass/revamp-design/_phd-candidate.sass | 2 +-
sass/revamp-design/_wysiwyg.sass | 2 +-
10 files changed, 31 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2386: remove uneeded custom external icon.
css/style.css | 13 -----------
fonts/external-link.eot | Bin 1976 -> 0 bytes
fonts/external-link.svg | 34 ----------------------------
fonts/external-link.ttf | Bin 4284 -> 0 bytes
fonts/external-link.woff | Bin 1248 -> 0 bytes
sass/partials/04-defaults/_font-custom.sass | 5 ----
sass/partials/04-defaults/_font-face.sass | 3 ---
7 files changed, 55 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2386: use gsb font on custom menus.
css/style.css | 11 +++++------
sass/revamp-design/_menu-block.sass | 11 +++++------
2 files changed, 10 insertions(+), 12 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2386: use gsb font icon on clubs.
css/style.css | 9 +++++----
sass/revamp-design/_clubs.sass | 9 +++++----
2 files changed, 10 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2386: adjust other instances of external link.
css/style.css | 5 ++++-
sass/revamp-design/_faculty-by-academic-area.sass | 2 +-
sass/revamp-design/_fpp-links.sass | 12 +++++++-----
sass/revamp-design/_phd-candidate.sass | 1 +
4 files changed, 13 insertions(+), 7 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2386: adjust external link on stanford links.
css/style.css | 2 ++
sass/revamp-design/_fpp-links.sass | 2 ++
2 files changed, 4 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2390: restore some styles that were in news partial.
css/style.css | 108 ++++++++++++++++++++++++++++++++++++++++--
sass/revamp-design/_all.sass | 2 +-
sass/revamp-design/_news.sass | 2 +-
3 files changed, 107 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: hgupta, 3 years, 2 months ago
WP-2305:Fixed the Google+ teaser for IE and FF
css/style.css | 3 +++
sass/revamp-design/_accordion.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2380: spacing.
sass/partials/04-defaults/_font-custom.sass | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2380: remove the unused search font.
css/style.css | 13 -----------
fonts/search.eot | Bin 1936 -> 0 bytes
fonts/search.svg | 33 ----------------------------
fonts/search.ttf | Bin 4244 -> 0 bytes
fonts/search.woff | Bin 1212 -> 0 bytes
sass/partials/04-defaults/_font-custom.sass | 7 ------
sass/partials/04-defaults/_font-face.sass | 6 +----
7 files changed, 1 insertion(+), 58 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2380: change the quotes.
sass/revamp-design/_accordion.sass | 8 ++++----
sass/revamp-design/_cta-custom.sass | 12 ++++++------
sass/revamp-design/_front.sass | 2 +-
3 files changed, 11 insertions(+), 11 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2348: adjust wrapper for blue bar.
css/style.css | 2 +-
sass/revamp-design/_fpp-text.sass | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2383: adjust the copyright styling in footer.
css/style.css | 8 ++++++--
sass/revamp-design/_footer.sass | 7 +++++--
2 files changed, 11 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: hgupta, 3 years, 2 months ago
WP-2375: Added hover color for the tag for featured event
css/style.css | 3 +++
sass/revamp-design/_event.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Greg Mercer (GBear), 3 years, 2 months ago
fixed merge issue
css/style.css | 16 ++--------------
sass/revamp-design/_wysiwyg.sass | 22 ++--------------------
2 files changed, 4 insertions(+), 34 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2343: undo last commit.
css/style.css | 16 ++++++++++++++--
sass/revamp-design/_wysiwyg.sass | 23 +++++++++++++++++++----
2 files changed, 33 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2343: change spacing around image.
sass/revamp-design/_wysiwyg.sass | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2343: show the tabledrag handle.
css/admin-modal/admin-modal.css | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2348: remove the msx text fpp override.
css/style.css | 21 ---------------------
sass/revamp-design/_msxfellows.sass | 20 --------------------
2 files changed, 41 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2348: Adjust text block styles.
css/style.css | 29 ++++++++++++++++++-----------
sass/revamp-design/_fpp-text.sass | 19 ++++++++++++-------
2 files changed, 30 insertions(+), 18 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: hgupta, 3 years, 2 months ago
WP-2331: Added style for footnote
css/style.css | 5 +++++
sass/revamp-design/_wysiwyg.sass | 4 ++++
2 files changed, 9 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2373: adjust spacing around floated images.
css/style.css | 16 ++--------------
sass/revamp-design/_wysiwyg.sass | 24 ++++--------------------
2 files changed, 6 insertions(+), 34 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2156: remove margin in narrow.
css/style.css | 11 +----------
sass/revamp-design/_wysiwyg.sass | 8 ++------
2 files changed, 3 insertions(+), 16 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2345: make changes to diptych.
css/style.css | 101 +++++++++++++++++++++++++++++++--------
sass/revamp-design/_diptych.sass | 61 ++++++++++++++++-------
2 files changed, 125 insertions(+), 37 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: hgupta, 3 years, 2 months ago
WP-2324: dotted underline removed from a tags in wysiwyg tables
css/style.css | 1 +
sass/revamp-design/_wysiwyg.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: adam, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2340: adjust twitter icons on front.
css/style.css | 28 ++++++--------------------
sass/partials/05-grids/_grids-singularity.sass | 3 +--
sass/revamp-design/_front.sass | 19 +++++------------
3 files changed, 12 insertions(+), 38 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2340: adjust slideshow on table landscape.
css/style.css | 16 ++++++++--------
sass/revamp-design/_slideshow.sass | 10 +++++-----
2 files changed, 13 insertions(+), 13 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2340: add back mini-panel padding.
css/style.css | 4 ----
sass/revamp-design/_menu-sidebar.sass | 4 ----
2 files changed, 8 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2334: comment out partials.
css/style.css | 449 +-------------------------------
sass/revamp-design/_all.sass | 8 +-
sass/revamp-design/_banner.sass | 2 +-
sass/revamp-design/_existing-node.sass | 2 +-
sass/revamp-design/_views-listings.sass | 6 +-
5 files changed, 12 insertions(+), 455 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2156: remove tabber and change font size.
css/style.css | 12 ++++--------
sass/revamp-design/_wysiwyg.sass | 11 ++++-------
2 files changed, 8 insertions(+), 15 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2333: hide the page title on research fellows.
css/style.css | 3 ++-
sass/revamp-design/_design.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2303: remove padding causing shape.
css/style.css | 4 ++++
sass/revamp-design/_menu-sidebar.sass | 4 ++++
2 files changed, 8 insertions(+)

view commit - committer: Greg Mercer (GBear), 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2318: add breadcrumbs to banner on tablet landscape.
css/style.css | 2 +-
sass/revamp-design/_banner.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2319: fix banner on tablet.
css/style.css | 12 ++++++------
sass/partials/00-variables/_base.sass | 2 +-
sass/revamp-design/_banner.sass | 2 +-
3 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2241: change email icon.
css/style.css | 37 +++++++++----------------------------
sass/revamp-design/_clubs.sass | 40 +++++++++++-----------------------------
2 files changed, 20 insertions(+), 57 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2299: adjust modal css.
css/admin-modal/admin-modal.css | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: hgupta, 3 years, 2 months ago
WP:2241 Changing the visible text from email field
css/style.css | 15 +++++++--------
sass/revamp-design/_clubs.sass | 9 +++------
2 files changed, 10 insertions(+), 14 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: hgupta, 3 years, 2 months ago
WP-2241 Added email field with icon in club display
css/style.css | 35 +++++++++++++++++++++++++++++++++++
sass/revamp-design/_clubs.sass | 33 ++++++++++++++++++++++++++++++++-
2 files changed, 67 insertions(+), 1 deletion(-)

view commit - committer: adam, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2248: show throbber on events listing and fix positioning.
css/style.css | 5 ++++-
sass/revamp-design/_search-filters.sass | 15 +++++++++------
2 files changed, 13 insertions(+), 7 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2280: fix overflow hidden for print.
css/style.css | 7 ++++++-
sass/partials/08-media/_print.sass | 15 ++++++++++-----
2 files changed, 16 insertions(+), 6 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2285: adjust the banner styling on mobile.
css/style.css | 30 ++++++++++++++++++++++--------
js/custom.js | 3 +++
sass/revamp-design/_banner.sass | 25 ++++++++++++++++++-------
3 files changed, 43 insertions(+), 15 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2284: include preexisting requirements.
Gemfile | 9 +++++----
config.rb | 39 ++++++++++++++++-----------------------
2 files changed, 21 insertions(+), 27 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Roopesh Naik, 3 years, 2 months ago
WP-2239 Fix social feed links to open in new tab/window
js/libs/twitterfeed.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2267: adjust tabs on mobile.
css/style.css | 34 ++++++++++++---------------------
sass/revamp-design/_program-finder.sass | 27 ++++++++++----------------
2 files changed, 22 insertions(+), 39 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2265: adjust width.
css/style.css | 4 ++++
sass/revamp-design/_design.sass | 4 ++++
2 files changed, 8 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2264: make th align explicit.
css/style.css | 12 ++++++++
sass/partials/02-reset/_reset.sass | 57 ++++++--------------------------------
2 files changed, 21 insertions(+), 48 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2203: adjust spacing.
css/admin-modal/admin-modal.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: adam, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2203: correct the legend width.
css/admin-modal/admin-modal.css | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: adam, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2203: adjust spacing for help text.
css/admin-modal/admin-modal.css | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2203: remove the sass file.
css/style.css | 87 -----------------------------------------
sass/revamp-design/_all.sass | 1 -
sass/revamp-design/_ctools.sass | 64 ------------------------------
3 files changed, 152 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2203: add css from the sass file to the sheet.
css/admin-modal/admin-modal.css | 92 +++++++++++++++++++++++++++++++++++++++--
1 file changed, 89 insertions(+), 3 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2322: style weather block.
css/style.css | 41 ++++++++++++++++++++++++++++----
sass/partials/03-extend/_gsb-revamp.sass | 6 ++---
sass/revamp-design/_weather.sass | 24 ++++++++++++++++++-
3 files changed, 62 insertions(+), 9 deletions(-)

view commit - committer: adam, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2232: add weather partial.
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_weather.sass | 3 +++
2 files changed, 4 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2233: fix floats breaking.
css/style.css | 22 ++++++++++------------
sass/revamp-design/_phd-candidate.sass | 23 ++++++++++-------------
2 files changed, 20 insertions(+), 25 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 2 months ago author: Meghan Palagyi, 3 years, 2 months ago
WP-2211: change the form spacing and submit button.
css/style.css | 20 +++++++++++++++++---
sass/partials/03-extend/_gsb-revamp.sass | 2 +-
sass/revamp-design/_form-rethink.sass | 17 +++++++++++++++++
3 files changed, 35 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2211: add partial for rethink form.
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_form-rethink.sass | 3 +++
2 files changed, 4 insertions(+)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2209: spacing, aligment and font size changes.
css/style.css | 57 ++++++++++++++++++++++------------
sass/revamp-design/_phd-candidate.sass | 38 ++++++++++++++---------
2 files changed, 61 insertions(+), 34 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2209: make alignment and spacing changes.
css/style.css | 36 +++++++++++++++++-----------------
sass/revamp-design/_phd-candidate.sass | 33 +++++++++++++++++--------------
2 files changed, 36 insertions(+), 33 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2182: change apostrophe, uncomment styles for listing page.
css/style.css | 10 ++++++----
sass/revamp-design/_phd-candidate.sass | 13 ++++++-------
2 files changed, 12 insertions(+), 11 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: hgupta, 3 years, 3 months ago
WP-2182: styling changes for JMC and academic placement page
css/style.css | 11 +++++------
sass/revamp-design/_phd-candidate.sass | 14 ++++++++------
2 files changed, 13 insertions(+), 12 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: adam, 3 years, 3 months ago
Remove unneeded responsive-tables.css from info file.
gsb_theme.info | 1 -
1 file changed, 1 deletion(-)

view commit - committer: adam, 3 years, 3 months ago author: hgupta, 3 years, 3 months ago
WP-2190 Fix the message styling for empty result in a view
css/style.css | 4 ++++
sass/revamp-design/_phd-candidate.sass | 3 +++
2 files changed, 7 insertions(+)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2191: adjust breadcrumb font size.
css/style.css | 1 +
sass/partials/06-ui-patterns/_drupal-patterns.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2193: change the table header and subheader.
css/style.css | 4 +++-
sass/revamp-design/_wysiwyg.sass | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2187: reflect class name change.
css/style.css | 2 +-
sass/revamp-design/_faculty-by-academic-area.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2129: remove the responsive-tables library from the theme directory.
css/responsive-tables.css | 38 -------------------------
gsb_theme.info | 1 -
js/libs/responsive-tables.js | 66 --------------------------------------------
3 files changed, 105 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2124: adjust spacing on education.
css/style.css | 6 +++---
sass/revamp-design/_msxfellows.sass | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2124: sizing and spacing changes.
css/style.css | 18 +++++++++++++-----
sass/revamp-design/_msxfellows.sass | 28 ++++++++++++++++------------
2 files changed, 29 insertions(+), 17 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2167: remove label.
css/style.css | 4 ----
sass/revamp-design/_msxfellows.sass | 4 ----
2 files changed, 8 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2162: rebase release and push up CSS.
css/style.css | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2162: remove color overrides on red and green.
css/style.css | 14 +++-----------
sass/revamp-design/_fpp-links.sass | 12 +++---------
2 files changed, 6 insertions(+), 20 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2162: restore original styling.
css/style.css | 36 ++++++++++++++++++++++++------------
sass/revamp-design/_fpp-links.sass | 28 +++++++++++++++++++---------
2 files changed, 43 insertions(+), 21 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2070: add bottom padding to rows.
css/style.css | 3 +++
sass/revamp-design/_faculty-by-academic-area.sass | 4 +---
2 files changed, 4 insertions(+), 3 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2070: comment out padding and divider.
css/style.css | 7 +++----
sass/revamp-design/_faculty-by-academic-area.sass | 9 ++++++---
2 files changed, 9 insertions(+), 7 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2070: style the faculty by academic area pane.
css/style.css | 54 ++++++++++++++++++-----
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_faculty-by-academic-area.sass | 30 +++++++++++++
3 files changed, 75 insertions(+), 10 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2163: add mail icon after mailto links in body field.
css/style.css | 6 ++++++
sass/revamp-design/_wysiwyg.sass | 6 ++++++
2 files changed, 12 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2162: change the link icon color overrides.
css/style.css | 36 ++++++++++++------------------------
sass/revamp-design/_fpp-links.sass | 28 +++++++++-------------------
2 files changed, 21 insertions(+), 43 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2137: use margin instead of a space.
css/style.css | 6 ++++--
sass/revamp-design/_phd-candidate.sass | 7 ++++---
2 files changed, 8 insertions(+), 5 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2136: adjust upcoming events link.
css/style.css | 15 +++++++--------
sass/revamp-design/_upcoming-events.sass | 24 ++++++++++++------------
2 files changed, 19 insertions(+), 20 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2136: adjust diptych link.
css/style.css | 33 +++++++++++------------------
sass/revamp-design/_diptych.sass | 45 ++++++++++++++++++----------------------
2 files changed, 32 insertions(+), 46 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2140: make the banner title link white.
css/style.css | 8 ++++++++
sass/revamp-design/_banner.sass | 4 ++++
2 files changed, 12 insertions(+)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2062: adjust dissertation font sizing.
css/style.css | 4 ++++
sass/revamp-design/_phd-candidate.sass | 3 +++
2 files changed, 7 insertions(+)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2062: Responsive implementation.
css/style.css | 66 ++++++++++++++++++++++++++++---
sass/revamp-design/_phd-candidate.sass | 71 +++++++++++++++++++++++++---------
2 files changed, 113 insertions(+), 24 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2062: implement styles.
css/style.css | 56 ++++++++++++++++++++--
sass/revamp-design/_phd-candidate.sass | 47 ++++++++++++++++++
...sting--panel-pane-phd-placement-listing.tpl.php | 31 +++++++++---
3 files changed, 122 insertions(+), 12 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2062: add views row template.
...nt-listing--panel-pane-phd-placement-listing.tpl.php | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2061: Responsive implementation.
css/style.css | 120 ++++++++++++++++++++++++++++++++-
sass/partials/00-variables/_base.sass | 2 +
sass/revamp-design/_phd-candidate.sass | 88 ++++++++++++++++++++++--
3 files changed, 201 insertions(+), 9 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2061: responsive jump links.
css/style.css | 20 ++++++++++++++++++++
sass/revamp-design/_phd-candidate.sass | 11 +++++++++++
2 files changed, 31 insertions(+)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2061: change the layout for the name.
css/style.css | 7 +------
sass/revamp-design/_phd-candidate.sass | 3 +--
.../ds-4col--node-phd-candidate-phd-job-market-candidate.tpl.php | 4 +---
3 files changed, 3 insertions(+), 11 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2061: add customized ds template.
...-phd-candidate-phd-job-market-candidate.tpl.php | 41 ++++++++++++++++++++++
templates/ds-4col.tpl.php | 34 ------------------
2 files changed, 41 insertions(+), 34 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2061: add standard 4 column template.
templates/ds-4col.tpl.php | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2061: add styling for individuals.
css/style.css | 107 +++++++++++++++++++++++++++++++--
sass/revamp-design/_phd-candidate.sass | 96 +++++++++++++++++++++++++++++
2 files changed, 198 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2137: adjust spaces and spacing, add link hover.
css/style.css | 29 ++++++++++++++++--------
sass/revamp-design/_phd-candidate.sass | 40 ++++++++++++++++++++++------------
2 files changed, 46 insertions(+), 23 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2069: finish up information block.
css/style.css | 30 +++++++++++++++++++++++++-----
sass/revamp-design/_phd-candidate.sass | 33 +++++++++++++++++++++++----------
2 files changed, 48 insertions(+), 15 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2069: research interest styles.
css/style.css | 10 ++++++++++
sass/revamp-design/_phd-candidate.sass | 12 +++++++++++-
2 files changed, 21 insertions(+), 1 deletion(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2069: spacing, icons, and colors.
css/style.css | 108 ++++++++++++++++++++++++++++++---
sass/revamp-design/_phd-candidate.sass | 95 ++++++++++++++++++++++++++---
2 files changed, 186 insertions(+), 17 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2069: labels.
css/style.css | 10 ++++++----
sass/revamp-design/_phd-candidate.sass | 8 +++++---
2 files changed, 11 insertions(+), 7 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2069: theme container under profile image.
css/style.css | 60 +++++++++++++++++++++++++++++-
sass/partials/00-variables/_colors.sass | 1 +
sass/revamp-design/_msxfellows.sass | 3 +-
sass/revamp-design/_phd-candidate.sass | 66 +++++++++++++++++++++++++++++++--
4 files changed, 123 insertions(+), 7 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2069: name and container styling.
css/style.css | 47 +++++++++++++++++++++++++++++-----
sass/revamp-design/_msxfellows.sass | 1 +
sass/revamp-design/_phd-candidate.sass | 31 ++++++++++++++++++++++
3 files changed, 72 insertions(+), 7 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2069: hide page title to show with displaysuite.
css/style.css | 3 ++-
sass/revamp-design/_design.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: adam, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
WP-2069: add partial for PhD styling.
sass/revamp-design/_all.sass | 4 ++++
sass/revamp-design/_phd-candidate.sass | 5 +++++
2 files changed, 9 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 3 months ago
Mirror diptych changes of blue for purple.
css/style.css | 14 +++++++-------
sass/revamp-design/_diptych.sass | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 4 months ago
Clean up partials, spacing, add comments, colors.
sass/revamp-design/_diptych.sass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-393: changes for tablets.
css/style.css | 4 ----
sass/revamp-design/_banner.sass | 3 +--
2 files changed, 1 insertion(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-393: initial solution.
css/style.css | 4 ++++
sass/revamp-design/_banner.sass | 3 ++-
2 files changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan P, 3 years, 4 months ago
Update README.md
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan P, 3 years, 4 months ago Update with more details.

Update README.md
README.md | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 4 months ago
Restore div specificity.
css/style.css | 24 ++++++++++++------------
sass/revamp-design/_menu-block.sass | 2 +-
2 files changed, 13 insertions(+), 13 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 4 months ago
Break design page into partials.
css/style.css | 319 ++++++++-------
sass/partials/03-extend/_gsb-revamp.sass | 32 +-
sass/revamp-design/_all.sass | 6 +
sass/revamp-design/_design.sass | 614 +++++------------------------
sass/revamp-design/_fieldgroup-commas.sass | 78 ++++
sass/revamp-design/_fpp-links.sass | 126 ++++++
sass/revamp-design/_fpp-text.sass | 67 ++++
sass/revamp-design/_menu-block.sass | 33 ++
sass/revamp-design/_menu-sidebar.sass | 69 ++++
sass/revamp-design/_pager.sass | 55 +++
10 files changed, 721 insertions(+), 678 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 4 months ago
Clean up partials, spacing, add comments, colors.
css/style.css | 18 ++++-----
sass/partials/00-variables/_colors.sass | 11 +++--
sass/partials/03-extend/_gsb-revamp.sass | 2 -
sass/revamp-design/_case-study-research.sass | 3 +-
sass/revamp-design/_citation.sass | 3 +-
sass/revamp-design/_clubs.sass | 4 +-
sass/revamp-design/_cta-custom.sass | 7 ++--
sass/revamp-design/_cta-image.sass | 20 +++------
sass/revamp-design/_cta.sass | 17 +++-----
sass/revamp-design/_ctools.sass | 4 ++
sass/revamp-design/_custom-preview.sass | 20 +++++----
sass/revamp-design/_diptych.sass | 35 +++++++---------
sass/revamp-design/_footer.sass | 2 +-
sass/revamp-design/_front.sass | 10 ++---
.../_google-search-page-elements.sass | 3 +-
sass/revamp-design/_house-ads.sass | 4 +-
sass/revamp-design/_media-mention.sass | 2 +-
sass/revamp-design/_menu-main-mega.sass | 6 ++-
sass/revamp-design/_menu-main.sass | 18 +++++----
sass/revamp-design/_msxfellows.sass | 4 +-
sass/revamp-design/_news.sass | 2 +-
sass/revamp-design/_not-found.sass | 8 +++-
sass/revamp-design/_people.sass | 16 ++++----
sass/revamp-design/_program-finder.sass | 1 -
sass/revamp-design/_publication.sass | 4 +-
sass/revamp-design/_quote.sass | 10 +++--
sass/revamp-design/_search-filters.sass | 11 +++--
sass/revamp-design/_slideshow.sass | 47 ++++++++++------------
sass/revamp-design/_social-media.sass | 5 ++-
sass/revamp-design/_spinner.sass | 4 ++
sass/revamp-design/_spotlight.sass | 1 -
sass/revamp-design/_video.sass | 4 --
sass/revamp-design/_views-listings.sass | 1 -
sass/revamp-design/_witl.sass | 13 +++---
sass/revamp-design/_wysiwyg.sass | 5 +--
35 files changed, 154 insertions(+), 171 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 4 months ago
Comment in banner partial.
sass/revamp-design/_banner.sass | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 4 months ago
Comment az filter.
sass/revamp-design/_az-filter.sass | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 4 months ago
Clean up accordion fpp.
css/style.css | 1 -
sass/revamp-design/_accordion.sass | 13 +++----------
2 files changed, 3 insertions(+), 11 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 4 months ago
Rename partials.
sass/revamp-design/_all.sass | 12 +-
sass/revamp-design/_block-custom-preview.sass | 68 -----
sass/revamp-design/_block-quote.sass | 67 -----
sass/revamp-design/_block-slideshow.sass | 351 -------------------------
sass/revamp-design/_block-upcoming-events.sass | 60 -----
sass/revamp-design/_custom-preview.sass | 68 +++++
sass/revamp-design/_quote.sass | 67 +++++
sass/revamp-design/_slideshow.sass | 351 +++++++++++++++++++++++++
sass/revamp-design/_upcoming-events.sass | 60 +++++
9 files changed, 550 insertions(+), 554 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 4 months ago
Remove uneeded CSS file.
css/revamp-design/clubs.css | 40 ----------------------------------------
1 file changed, 40 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan P, 3 years, 4 months ago
Create README.md
README.md | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-402: adjust js sheet.
js/libs/responsive-tables.js | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-393: changes for tablets.
css/style.css | 4 ----
sass/revamp-design/_banner.sass | 3 +--
2 files changed, 1 insertion(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-402: add responsive tables js and css.
js/libs/responsive-tables.js | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 3 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-393: initial solution.
css/style.css | 4 ++++
sass/revamp-design/_banner.sass | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
Remove dependencies in files.
css/style.css | 17 +-
sass/partials/00-variables/_base.sass | 8 -
sass/partials/02-reset/_reset.sass | 298 +++++++++++++++++++--
sass/partials/03-extend/_typography.sass | 9 +
sass/partials/04-defaults/_common.sass | 30 ++-
sass/partials/04-defaults/_images.sass | 9 +-
sass/partials/04-defaults/_semantics.sass | 3 +-
sass/partials/06-ui-patterns/_drupal-patterns.sass | 19 +-
8 files changed, 331 insertions(+), 62 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
Remove survivalkit.
Gemfile | 1 -
Gemfile.lock | 13 -------------
config.rb | 1 -
sass/style.sass | 2 --
4 files changed, 17 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-409: switch menu sooner and add side margins.
css/style.css | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-385: adjust the company styling.
css/style.css | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WP-2037: hide filter by in right, style in center.
css/style.css | 9 +++++++--
sass/revamp-design/_search-filters.sass | 16 ++++++++++++----
2 files changed, 19 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Adam Moore, 3 years, 4 months ago
Add a template for the exposed filters. Remove unnecessary code.
template.php | 3 -
...s-exposed-form--club-filters--club-list.tpl.php | 84 ++++++++++++++++++++++
2 files changed, 84 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-409: switch menu sooner and add side margins.
css/style.css | 1 -
sass/revamp-design/_design.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WP-2044: prevent double container on filter by.
css/style.css | 7 +++++++
sass/revamp-design/_search-filters.sass | 7 +++++++
2 files changed, 14 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WP-2044: restore search container.
css/style.css | 7 -------
sass/revamp-design/_search-filters.sass | 13 +------------
2 files changed, 1 insertion(+), 19 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WP-2039: remove left space from title on mobile.
css/style.css | 1 -
sass/revamp-design/_banner.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Greg Mercer, 3 years, 4 months ago
WP-2037 Added 'Filter by' for the club filter
template.php | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Adam Moore, 3 years, 4 months ago
Fix bad merge.
css/style.css | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-409: adjust breakpoints and main menu.
css/style.css | 1 +
sass/revamp-design/_design.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-399: adjust image in mobile.
css/style.css | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-247: use the correct title.
css/style.css | 9 ++++++---
sass/partials/04-defaults/_headers.sass | 10 +++++++---
2 files changed, 13 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Adam Moore, 3 years, 4 months ago
Merge branch 'WP-2013' into release-1.2
view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-394: change icons.
css/style.css | 17 ++---------------
sass/revamp-design/_design.sass | 15 ++-------------
2 files changed, 4 insertions(+), 28 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-399: adjust image in mobile.
css/style.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-432: add and theme banner title.
css/style.css | 11 +++++++++++
sass/revamp-design/_banner.sass | 5 +++++
2 files changed, 16 insertions(+)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-409: section menu and logo adjustments.
sass/partials/00-variables/_base.sass | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-409: adjust section menu after breakpoint change.
sass/partials/00-variables/_base.sass | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-409: switch menu sooner and add side margins.
css/style.css | 1 -
sass/revamp-design/_design.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-282: restore margin bottom to image.
css/style.css | 2 +-
sass/revamp-design/_house-ads.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-402: adjust js sheet.
js/libs/responsive-tables.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-402: add responsive tables js and css.
js/libs/responsive-tables.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-409: section menu and logo adjustments.
css/style.css | 11 ++++++++---
sass/partials/00-variables/_base.sass | 4 ++--
sass/partials/05-grids/_grids-singularity.sass | 4 +++-
sass/revamp-design/_banner.sass | 2 +-
sass/revamp-design/_design.sass | 4 ++--
5 files changed, 16 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-409: adjust section menu after breakpoint change.
css/style.css | 2 +-
sass/partials/00-variables/_base.sass | 1 +
sass/partials/05-grids/_grids-singularity.sass | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-409: adjust breakpoints and main menu.
css/style.css | 71 +++++++++++++++------------------
sass/partials/00-variables/_colors.sass | 2 +-
sass/revamp-design/_design.sass | 1 +
sass/revamp-design/_menu-main.sass | 44 ++++++++++----------
4 files changed, 57 insertions(+), 61 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-409: switch menu sooner and add side margins.
css/style.css | 154 +++++++++++++++++-----------------
sass/partials/00-variables/_base.sass | 10 +--
sass/revamp-design/_design.sass | 21 ++---
3 files changed, 89 insertions(+), 96 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-394: change icons.
css/style.css | 17 ++---------------
sass/revamp-design/_design.sass | 15 ++-------------
2 files changed, 4 insertions(+), 28 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-399: adjust image in mobile.
css/style.css | 4 ++--
sass/revamp-design/_house-ads.sass | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-432: add and theme banner title.
css/style.css | 11 +++++++++++
sass/revamp-design/_banner.sass | 5 +++++
2 files changed, 16 insertions(+)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Adam Moore, 3 years, 4 months ago Conflicts:

css/style.css

Merge branch 'WPBQA-409' into release-1.2
view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-409: section menu and logo adjustments.
sass/partials/00-variables/_base.sass | 1 -
1 file changed, 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-409: adjust section menu after breakpoint change.
sass/partials/00-variables/_base.sass | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-409: switch menu sooner and add side margins.
css/style.css | 1 -
sass/revamp-design/_design.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Adam Moore, 3 years, 4 months ago
Fix bad merge.
css/style.css | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-399: adjust image in mobile.
css/style.css | 23 +++++++++++++++++++++++
sass/revamp-design/_house-ads.sass | 12 ++++++++++++
2 files changed, 35 insertions(+)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-369: change the gradient.
css/style.css | 14 +++++++-------
sass/revamp-design/_diptych.sass | 18 +++++++++---------
2 files changed, 16 insertions(+), 16 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-282: restore margin bottom to image.
css/style.css | 4 +---
sass/revamp-design/_house-ads.sass | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-282: restore margin bottom to image.
css/style.css | 24 +++++++++++++++---------
sass/revamp-design/_house-ads.sass | 35 +++++++++++++++++++----------------
2 files changed, 34 insertions(+), 25 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-247: adjust page title sizing.
css/style.css | 6 ++++--
sass/partials/04-defaults/_headers.sass | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-247: Special color bg landing pages with white titles padding.
css/style.css | 2 +-
sass/revamp-design/_design.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-402: adjust js sheet.
js/libs/responsive-tables.js | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-402: add responsive class to table.
js/custom.js | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-402: add responsive tables js and css.
css/responsive-tables.css | 38 +++++++++++++++++++++++++
gsb_theme.info | 3 +-
js/libs/responsive-tables.js | 67 ++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 107 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-393: changes for tablets.
css/style.css | 49 +++++++++++++++++++++++------------------
sass/revamp-design/_banner.sass | 25 ++++++++++++---------
2 files changed, 42 insertions(+), 32 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-393: change placement.
css/style.css | 6 ++++--
sass/revamp-design/_banner.sass | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-393: initial solution.
css/style.css | 70 +++++++++++++++++++----------------
sass/partials/00-variables/_base.sass | 1 +
sass/revamp-design/_banner.sass | 19 ++++++----
3 files changed, 52 insertions(+), 38 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-385: adjust the company styling.
css/style.css | 5 ++---
sass/revamp-design/_msxfellows.sass | 44 ++++++++++++++-----------------------
2 files changed, 19 insertions(+), 30 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-400: force the file specific icons to override.
css/style.css | 12 +++++-----
sass/partials/04-defaults/_font-custom.sass | 34 ++++++++++++++---------------
2 files changed, 23 insertions(+), 23 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WP-2006: add comments to code.
js/custom.js | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WP-2006: change back to top anchor.
js/custom.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WP-2005: remove uneeded styling.
css/style.css | 2 +-
sass/revamp-design/_grid-responsive.sass | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WP-2009: remove margin bottom on simple slideshow.
css/style.css | 1 +
sass/revamp-design/_block-slideshow.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-379: change gradient values.
css/style.css | 14 +++++++-------
sass/revamp-design/_design.sass | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1986: adjust left-alignment.
css/style.css | 4 ++--
sass/revamp-design/_menu-main.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WP-2013: change msx grid.
css/style.css | 49 ++++++++++++++++++++++++++++++++++---
sass/revamp-design/_msxfellows.sass | 34 ++++++++++++++++++++++---
2 files changed, 77 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Adam Moore, 3 years, 4 months ago
Fix bad merge.
css/style.css | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-399: adjust image in mobile.
css/style.css | 23 +++++++++++++++++++++++
sass/revamp-design/_house-ads.sass | 12 ++++++++++++
2 files changed, 35 insertions(+)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-369: change the gradient.
css/style.css | 14 +++++++-------
sass/revamp-design/_diptych.sass | 18 +++++++++---------
2 files changed, 16 insertions(+), 16 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-282: restore margin bottom to image.
css/style.css | 4 +---
sass/revamp-design/_house-ads.sass | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-282: restore margin bottom to image.
css/style.css | 24 +++++++++++++++---------
sass/revamp-design/_house-ads.sass | 35 +++++++++++++++++++----------------
2 files changed, 34 insertions(+), 25 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-247: adjust page title sizing.
css/style.css | 6 ++++--
sass/partials/04-defaults/_headers.sass | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-247: Special color bg landing pages with white titles padding.
css/style.css | 2 +-
sass/revamp-design/_design.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-402: adjust js sheet.
js/libs/responsive-tables.js | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-402: add responsive class to table.
js/custom.js | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-402: add responsive tables js and css.
css/responsive-tables.css | 38 +++++++++++++++++++++++++
gsb_theme.info | 3 +-
js/libs/responsive-tables.js | 67 ++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 107 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-393: changes for tablets.
css/style.css | 49 +++++++++++++++++++++++------------------
sass/revamp-design/_banner.sass | 25 ++++++++++++---------
2 files changed, 42 insertions(+), 32 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-393: change placement.
css/style.css | 6 ++++--
sass/revamp-design/_banner.sass | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-393: initial solution.
css/style.css | 70 +++++++++++++++++++----------------
sass/partials/00-variables/_base.sass | 1 +
sass/revamp-design/_banner.sass | 19 ++++++----
3 files changed, 52 insertions(+), 38 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-409: section menu and logo adjustments.
css/style.css | 11 ++++++++---
sass/partials/00-variables/_base.sass | 4 ++--
sass/partials/05-grids/_grids-singularity.sass | 4 +++-
sass/revamp-design/_banner.sass | 2 +-
sass/revamp-design/_design.sass | 4 ++--
5 files changed, 16 insertions(+), 9 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-409: adjust section menu after breakpoint change.
css/style.css | 2 +-
sass/partials/00-variables/_base.sass | 1 +
sass/partials/05-grids/_grids-singularity.sass | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-409: adjust breakpoints and main menu.
css/style.css | 71 +++++++++++++++------------------
sass/partials/00-variables/_colors.sass | 2 +-
sass/revamp-design/_design.sass | 1 +
sass/revamp-design/_menu-main.sass | 44 ++++++++++----------
4 files changed, 57 insertions(+), 61 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-409: switch menu sooner and add side margins.
css/style.css | 154 +++++++++++++++++-----------------
sass/partials/00-variables/_base.sass | 10 +--
sass/revamp-design/_design.sass | 21 ++---
3 files changed, 89 insertions(+), 96 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-385: adjust the company styling.
css/style.css | 5 ++---
sass/revamp-design/_msxfellows.sass | 44 ++++++++++++++-----------------------
2 files changed, 19 insertions(+), 30 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WPBQA-400: force the file specific icons to override.
css/style.css | 12 +++++-----
sass/partials/04-defaults/_font-custom.sass | 34 ++++++++++++++---------------
2 files changed, 23 insertions(+), 23 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WP-2006: add comments to code.
js/custom.js | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WP-2006: change back to top anchor.
js/custom.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WP-2005: remove uneeded styling.
css/style.css | 2 +-
sass/revamp-design/_grid-responsive.sass | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WP-2009: remove margin bottom on simple slideshow.
css/style.css | 1 +
sass/revamp-design/_block-slideshow.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-379: change gradient values.
css/style.css | 14 +++++++-------
sass/revamp-design/_design.sass | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1986: adjust left-alignment.
css/style.css | 4 ++--
sass/revamp-design/_menu-main.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WP-2007: adjust the social icons on iPad landscape.
css/style.css | 21 ++++++++++++++++-----
sass/revamp-design/_front.sass | 9 +++++++--
2 files changed, 23 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WP-2004: adjust layout between tablet and iphone landscape.
css/style.css | 14 ++++++++++++--
sass/partials/00-variables/_base.sass | 2 ++
sass/partials/05-grids/_grids-singularity.sass | 12 ++++++++++--
3 files changed, 24 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WP-2003: adjust height and overlay.
css/style.css | 10 ++++++++++
sass/revamp-design/_block-slideshow.sass | 4 ++++
2 files changed, 14 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WP-2003: adjust text background.
css/style.css | 8 +++++++-
sass/revamp-design/_block-slideshow.sass | 2 +-
2 files changed, 8 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WP-2002: remove set width on events.
css/style.css | 5 -----
sass/revamp-design/_front.sass | 2 --
2 files changed, 7 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 4 months ago author: Meghan Palagyi, 3 years, 4 months ago
WP-2002: use full width and clear panes.
css/style.css | 3 ++-
sass/partials/05-grids/_grids-singularity.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1982: remove node event class, and use node type.
css/style.css | 2 +-
sass/revamp-design/_menu-main.sass | 3 ++-
template.php | 1 -
3 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
404 page: change page class for logo.
css/style.css | 2 +-
sass/revamp-design/_design.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-356: adjust text, links, fix logo.
css/style.css | 5 +++++
sass/revamp-design/_design.sass | 6 ++++++
templates/html--404.tpl.php | 42 ++++++++++++++++++++---------------------
3 files changed, 32 insertions(+), 21 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1981: change page class.
css/style.css | 30 +++++++++++++++---------------
sass/revamp-design/_grid-responsive.sass | 6 +++---
2 files changed, 18 insertions(+), 18 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-343: 3 column display.
layouts/minipanel-one-column/minipanel-one-column.css | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-343: clean up minipanel templates.
.../minipanel-one-column/minipanel-one-column.css | 23 +---------------------
.../minipanel-one-column.tpl.php | 5 ++---
.../minipanel-two-columns-wide.css | 20 ++++++-------------
3 files changed, 9 insertions(+), 39 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-343: remove BI mega menu style.
css/style.css | 14 --------------
sass/revamp-design/_menu-main-mega.sass | 23 +++++++++++------------
2 files changed, 11 insertions(+), 26 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-312 Added not-bef-toggle class
sass/revamp-design/_search-filters.sass | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-312 Added not-bef-toggle class
css/style.css | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-347: adjust hover.
css/style.css | 21 ++++++++++----------
sass/revamp-design/_block-slideshow.sass | 34 ++++++++++++++++----------------
2 files changed, 28 insertions(+), 27 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1912: adjust the breakpoint for alignment.
css/style.css | 2 +-
sass/revamp-design/_search-filters.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1912: hide tabs.
css/style.css | 7 +------
sass/revamp-design/_event.sass | 4 +---
2 files changed, 2 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 5 months ago
WP-1858
css/style.css | 5 +++++
sass/partials/08-media/_print.sass | 4 ++++
2 files changed, 9 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 5 months ago
WP-1858 print fixes
css/style.css | 30 +++++++++---------------------
sass/partials/08-media/_print.sass | 17 +++++++++--------
2 files changed, 18 insertions(+), 29 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-313: add hover.
css/style.css | 9 +++++++++
sass/partials/03-extend/_gsb-revamp.sass | 2 +-
sass/revamp-design/_event.sass | 2 ++
3 files changed, 12 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1912: do not show calendar below 800px wide.
css/style.css | 5 +++++
sass/revamp-design/_event.sass | 32 ++++++++++++--------------------
2 files changed, 17 insertions(+), 20 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1977: remove uppercase style.
css/style.css | 6 ------
sass/partials/01-mixins/_custom.sass | 1 -
sass/revamp-design/_design.sass | 9 ---------
3 files changed, 16 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-305: update styling for inserted images.
css/style.css | 11 +----------
sass/revamp-design/_wysiwyg.sass | 18 ++++--------------
2 files changed, 5 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1965: add page events class and adjust styling.
css/style.css | 2 +-
sass/revamp-design/_menu-main.sass | 2 +-
template.php | 3 ++-
3 files changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Adam Moore, 3 years, 5 months ago
Add support for touch devices so if the width is larger than 568px it needs to be clicked twice. Once to open the menu and the other to go to the link.
js/megamenu_exit.js | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1970: condense menus js.
js/responsive-menu.js | 58 +++++++--------------------------------------------
1 file changed, 7 insertions(+), 51 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1970: add missing semicolons.
js/custom.js | 70 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1972: remove extra bg.
css/style.css | 1 -
sass/revamp-design/_cta-custom.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1972: remove arrow image.
css/style.css | 27 +++++++++++++++++++--------
images/arrow-cta-white.png | Bin 1182 -> 0 bytes
sass/revamp-design/_cta-custom.sass | 14 ++++++++++++--
3 files changed, 31 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1972: remove old social icons.
images/social-icons.png | Bin 4645 -> 0 bytes
1 file changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-211 Add the 'Filter by' to the filter title on the admissions events pane
templates/views-exposed-form--admission-events.tpl.php | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-211 Add the 'Filter by' to the filter title on the admissions events pane
template.php | 4 ++++
1 file changed, 4 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1976: adjsut slideshow for print.
css/style.css | 4 ++++
sass/partials/08-media/_print.sass | 2 ++
2 files changed, 6 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-327: adjust hover.
css/style.css | 13 +++++++------
sass/revamp-design/_block-slideshow.sass | 3 +++
2 files changed, 10 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1965: fix events link.
css/style.css | 6 +++---
sass/revamp-design/_menu-main.sass | 2 +-
template.php | 20 ++++++++++++++++++++
templates/page.tpl.php | 7 +------
4 files changed, 25 insertions(+), 10 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1965: change classes.
css/style.css | 34 ++++++++++++++++++++++++----------
sass/revamp-design/_menu-main.sass | 6 +++---
templates/page.tpl.php | 2 +-
3 files changed, 28 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 5 months ago
WP-1969 general print styles
css/style.css | 88 ++++++++++++++++++++++++++++----------
sass/partials/08-media/_print.sass | 73 ++++++++++++++++++++++---------
2 files changed, 119 insertions(+), 42 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-314: adjust chevron.
css/style.css | 2 +-
sass/revamp-design/_front.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-304 Added classes image-float-left and image-float-right
sass/revamp-design/_wysiwyg.sass | 11 +++++++++++
1 file changed, 11 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1965: active and hover states on main menu.
css/style.css | 36 +++++++++++++++++++++-------------
sass/partials/04-defaults/_common.sass | 3 +++
sass/revamp-design/_menu-main.sass | 23 +++++++++++-----------
3 files changed, 36 insertions(+), 26 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1967: adjust alignment and spacing.
css/style.css | 14 ++++++++++++--
sass/revamp-design/_menu-main.sass | 8 ++++++--
2 files changed, 18 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-303: adjust alignment.
css/style.css | 3 +++
sass/revamp-design/_wysiwyg.sass | 3 ++-
2 files changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1966: adjust padding.
css/style.css | 4 ++--
sass/revamp-design/_design.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-291: adjust icon size and add margin for border.
css/style.css | 8 ++------
sass/revamp-design/_cta.sass | 2 +-
sass/revamp-design/_design.sass | 6 +++---
3 files changed, 6 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-250: adjust margin.
css/style.css | 2 +-
sass/partials/04-defaults/_common.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-249: adjust intro text.
css/style.css | 4 ++--
sass/revamp-design/_wysiwyg.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-264: adjust left and right padding.
css/style.css | 4 ++--
sass/revamp-design/_wysiwyg.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 5 months ago author: Maia Morosanu, 3 years, 5 months ago
WPBQA-233 events detail register link
css/style.css | 9 +++------
sass/revamp-design/_event.sass | 5 ++---
2 files changed, 5 insertions(+), 9 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1958: switch background.
css/style.css | 8 +-------
images/bg-msxfellows.jpg | Bin 103534 -> 100900 bytes
sass/revamp-design/_design.sass | 2 +-
3 files changed, 2 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1958: adjust background gradient.
css/style.css | 8 +++++++-
sass/revamp-design/_design.sass | 2 +-
2 files changed, 8 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1955: adjust search icon placement.
css/style.css | 11 ++++++++++-
sass/revamp-design/_search-filters.sass | 6 +++++-
2 files changed, 15 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 5 months ago author: Maia Morosanu, 3 years, 5 months ago
WP-1734 event details print page
css/style.css | 44 +++++++++++++++++++++++++++-----------
sass/partials/08-media/_print.sass | 33 +++++++++++++++++++++-------
2 files changed, 56 insertions(+), 21 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-269: hide titles on program landings.
css/style.css | 10 +++++++++-
sass/revamp-design/_design.sass | 10 +++++++++-
2 files changed, 18 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1957: adjust icon.
css/style.css | 2 +-
sass/revamp-design/_search-filters.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1956: change upcoming events width.
css/style.css | 9 +++++++--
sass/partials/05-grids/_grids-singularity.sass | 6 ++++--
2 files changed, 11 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1955: add top margin to icon.
css/style.css | 1 +
sass/revamp-design/_search-filters.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1932: fix for nexus landscape.
css/style.css | 28 +++++++++++++++++++---------
sass/partials/00-variables/_base.sass | 4 ++--
sass/revamp-design/_az-filter.sass | 10 +++++++---
3 files changed, 28 insertions(+), 14 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1928: slideshow on nexus.
css/style.css | 18 +++---------------
sass/revamp-design/_block-slideshow.sass | 12 +++---------
2 files changed, 6 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Adam Moore, 3 years, 5 months ago Conflicts:

css/style.css

sass/revamp-design/_people.sass

Merge branch 'WP-1701'
view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1953: adjust alignment on events.
css/style.css | 5 +++++
sass/revamp-design/_search-filters.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1953: add padding to sidebar.
css/style.css | 5 +++++
sass/partials/05-grids/_grids-singularity.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 5 months ago
WPBQA-268 left sidebar navigation font size
css/style.css | 2 +-
sass/revamp-design/_design.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-245: adjust spacing on events listing.
css/style.css | 4 ++++
sass/revamp-design/_event.sass | 3 +++
2 files changed, 7 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 5 months ago
WPBQA-267 main menu active link
css/style.css | 8 +++++++-
sass/revamp-design/_menu-main.sass | 2 +-
2 files changed, 8 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-271: add witl tab.
css/style.css | 8 +++++++-
images/tab-witl.jpg | Bin 0 -> 329 bytes
sass/revamp-design/_witl.sass | 7 ++++++-
3 files changed, 13 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-271: swapping png out.
css/style.css | 4 ++--
images/tab-club.jpg | Bin 0 -> 320 bytes
images/tab-club.png | Bin 1083 -> 0 bytes
sass/revamp-design/_block-upcoming-events.sass | 2 +-
sass/revamp-design/_clubs.sass | 2 +-
sass/revamp-design/_wysiwyg.sass | 2 +-
6 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-277: adjust slideshow hover state.
css/style.css | 36 ++++++++++++++---------------
sass/revamp-design/_block-slideshow.sass | 39 +++++++++++++-------------------
2 files changed, 34 insertions(+), 41 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1961: adjust the megamenu position and hover on tablet.
css/style.css | 21 +++++----------------
sass/revamp-design/_menu-main-mega.sass | 2 --
sass/revamp-design/_menu-main.sass | 9 +++------
3 files changed, 8 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1961: adjust megamenu hover position.
css/style.css | 5 +++++
sass/revamp-design/_menu-main-mega.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 5 months ago
WPBQA-233 event details fixes
css/style.css | 30 ++++++++++++++++++++----------
sass/revamp-design/_event.sass | 40 +++++++++++++++++++++++-----------------
2 files changed, 43 insertions(+), 27 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 5 months ago
WPBQA-233 event detail page
css/style.css | 11 ++++++++---
sass/revamp-design/_event.sass | 9 ++++++---
2 files changed, 14 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-215: adjust mobile title placement.
css/style.css | 2 +-
sass/revamp-design/_banner.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-215: adjust spacing.
css/style.css | 12 ++++++------
sass/revamp-design/_search-filters.sass | 8 ++++----
2 files changed, 10 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-215: adjust order of widgets.
templates/views-exposed-form--events.tpl.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-215: update styling.
css/style.css | 20 ++------------------
sass/revamp-design/_search-filters.sass | 16 ++--------------
2 files changed, 4 insertions(+), 32 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-215: remove js and adjust template.
js/custom.js | 24 ------------------------
templates/views-exposed-form--events.tpl.php | 8 +++++---
2 files changed, 5 insertions(+), 27 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-266: add gradient to ATW bg.
css/style.css | 12 ++++++++++++
sass/revamp-design/_design.sass | 6 ++++++
2 files changed, 18 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 5 months ago
WPBQA-167 twitter title line height
css/style.css | 1 +
sass/revamp-design/_social-media.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1932: adjust alphapager for nexus.
css/style.css | 10 ++++++++++
sass/revamp-design/_az-filter.sass | 4 ++++
2 files changed, 14 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1936: adjust width for landscape.
css/style.css | 5 +++++
sass/revamp-design/_grid-responsive.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1896: adjust size.
css/style.css | 5 +++++
sass/revamp-design/_search-filters.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 5 months ago
WP-1943 megamenu academic calendar event
css/style.css | 40 +++++++++++++++++++++++++++++++++
sass/revamp-design/_menu-main-mega.sass | 35 +++++++++++++++++++++++++++++
2 files changed, 75 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1929: change banner logic for tablets.
css/style.css | 20 ++++++++------------
sass/revamp-design/_banner.sass | 6 ++----
sass/revamp-design/_design.sass | 2 +-
3 files changed, 11 insertions(+), 17 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Adam Moore, 3 years, 5 months ago
Compile css
css/style.css | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-265 Changes to hide all but the first slide in the slideshow.
sass/revamp-design/_block-slideshow.sass | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1941: change full width breakpoint.
css/style.css | 2 +-
sass/revamp-design/_search-filters.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1928: slideshow fixes.
css/style.css | 53 ++++++++++++++++++++++++++++++--
sass/partials/00-variables/_base.sass | 3 ++
sass/revamp-design/_block-slideshow.sass | 26 ++++++++++++++--
3 files changed, 78 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1915: use ipad breakpoint.
css/style.css | 8 ++++----
sass/revamp-design/_event.sass | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1898: redo bg image changes.
css/style.css | 13 +------------
images/bg-homepage-events-narrow.jpg | Bin 37734 -> 0 bytes
images/bg-homepage-events-wide.jpg | Bin 40470 -> 0 bytes
images/bg-homepage-events.jpg | Bin 33008 -> 0 bytes
images/bg-homepage-events.png | Bin 278253 -> 0 bytes
images/event-cal-wide_bg.png | Bin 0 -> 278253 bytes
sass/revamp-design/_front.sass | 10 +---------
7 files changed, 2 insertions(+), 21 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1940: adjust breadcrumbs on nexus.
css/style.css | 6 +++++-
sass/partials/06-ui-patterns/_drupal-patterns.sass | 3 ++-
2 files changed, 7 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1941: adjust filters for mobile.
css/style.css | 5 +++++
sass/revamp-design/_search-filters.sass | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-217
css/style.css | 11 +++++++++++
sass/revamp-design/_block-upcoming-events.sass | 9 +++++++++
2 files changed, 20 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1936: adjust grid for nexus.
css/style.css | 5 +++++
sass/revamp-design/_grid-responsive.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1929: adjust banner placement on tablets.
css/style.css | 76 ++++-------------------------------------
sass/revamp-design/_banner.sass | 45 ++----------------------
sass/revamp-design/_design.sass | 4 +--
3 files changed, 11 insertions(+), 114 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1928: remove top value.
css/style.css | 1 -
sass/revamp-design/_block-slideshow.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
Color bg, remove png.
images/bg-landing-whitetitlebar.png | Bin 1604267 -> 0 bytes
1 file changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
Color bg, use jpg.
css/style.css | 2 +-
images/bg-landing-whitetitlebar.jpg | Bin 0 -> 261729 bytes
sass/revamp-design/_design.sass | 2 +-
3 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
Faculty bg, use jpg.
css/style.css | 2 +-
images/bg-facultygrid.jpg | Bin 0 -> 42231 bytes
images/bg-facultygrid.png | Bin 1216545 -> 0 bytes
sass/revamp-design/_design.sass | 2 +-
4 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
Msx page bg, use jpg.
css/style.css | 17 ++++++++++++++---
images/bg-msxfellows.jpg | Bin 0 -> 103534 bytes
images/bg-msxfellows.png | Bin 2062728 -> 0 bytes
sass/revamp-design/_design.sass | 2 +-
4 files changed, 15 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
Add back search image.
images/search.png | Bin 0 -> 1643 bytes
1 file changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
Reexport background images.
images/bg-banner-eventcal.png | Bin 292951 -> 283930 bytes
images/bg-facultygrid.png | Bin 1217503 -> 1216545 bytes
images/bg-homepage-events-narrow.jpg | Bin 0 -> 37734 bytes
images/bg-homepage-events-wide.jpg | Bin 0 -> 40470 bytes
images/bg-homepage-events.jpg | Bin 0 -> 33008 bytes
images/bg-landing-whitetitlebar.png | Bin 1615627 -> 1604267 bytes
images/bg-msxfellows.png | Bin 2069303 -> 2062728 bytes
images/bg-program-finder.jpg | Bin 0 -> 160763 bytes
images/bg-program-finder.png | Bin 297289 -> 0 bytes
images/bg-quad-home.png | Bin 890088 -> 889130 bytes
images/bg-quad-standard.png | Bin 631132 -> 630030 bytes
images/bg-social-feed.png | Bin 185501 -> 184542 bytes
sass/revamp-design/_front.sass | 10 +++++++++-
sass/revamp-design/_program-finder.sass | 3 +--
14 files changed, 10 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
Remove unused images, and calls to images, unimport business-insights.
css/style.css | 213 -------------------------
images/accordion-icons.png | Bin 874 -> 0 bytes
images/arrow-cta-blue.png | Bin 1355 -> 0 bytes
images/arrow-cta-grey.png | Bin 1349 -> 0 bytes
images/arrow-cta-red.png | Bin 1347 -> 0 bytes
images/arrow-cta-tan-small.png | Bin 1262 -> 0 bytes
images/arrow-cta-tan.png | Bin 1356 -> 0 bytes
images/arrow-down.png | Bin 1167 -> 0 bytes
images/arrow-next.png | Bin 1262 -> 0 bytes
images/arrow-prev.png | Bin 1239 -> 0 bytes
images/arrow-program-tan-down.png | Bin 1941 -> 0 bytes
images/arrow-program-tan-up.png | Bin 1930 -> 0 bytes
images/arrow-program-tan.png | Bin 1241 -> 0 bytes
images/arrow-program-white.png | Bin 1174 -> 0 bytes
images/arrows-icons.png | Bin 2021 -> 0 bytes
images/bg-banner-events-landing.png | Bin 392460 -> 0 bytes
images/blue_box_event_f.png | Bin 1689 -> 0 bytes
images/businessinsights_region_map.png | Bin 5287 -> 0 bytes
images/checkbox_icon.png | Bin 188 -> 0 bytes
images/checkbox_large.png | Bin 150 -> 0 bytes
images/cta-world-map.png | Bin 33543 -> 0 bytes
images/cta_feed_icon.png | Bin 1616 -> 0 bytes
images/cta_feed_icon_hover.png | Bin 1592 -> 0 bytes
images/email_icon.png | Bin 211 -> 0 bytes
images/icon-bizin-cal.png | Bin 1364 -> 0 bytes
images/icon-bizin-video.png | Bin 1349 -> 0 bytes
images/icon-event-cal.png | Bin 1180 -> 0 bytes
images/icon-event-grey.png | Bin 1144 -> 0 bytes
images/icon-event-list.png | Bin 1265 -> 0 bytes
images/icon-event-white.png | Bin 1143 -> 0 bytes
images/icon-event.png | Bin 1301 -> 0 bytes
images/icon-fb-hover.png | Bin 1906 -> 0 bytes
images/icon-fb.png | Bin 2377 -> 0 bytes
images/icon-linkedin-hover.png | Bin 1903 -> 0 bytes
images/icon-linkedin.png | Bin 2389 -> 0 bytes
images/icon-twitter-hover.png | Bin 2061 -> 0 bytes
images/icon-twitter.png | Bin 2547 -> 0 bytes
images/icon-youtube-hover.png | Bin 2063 -> 0 bytes
images/icon-youtube.png | Bin 2605 -> 0 bytes
images/map_africa.png | Bin 2147 -> 0 bytes
images/map_americas.png | Bin 3880 -> 0 bytes
images/map_asia.png | Bin 3783 -> 0 bytes
images/map_europe.png | Bin 1951 -> 0 bytes
images/map_oceania.png | Bin 2015 -> 0 bytes
images/map_sidebar.png | Bin 7040 -> 0 bytes
images/minus.png | Bin 1203 -> 0 bytes
images/mobile/icon-hamburger-main-red.png | Bin 1250 -> 0 bytes
images/mobile/icon-hamburger-main.png | Bin 1243 -> 0 bytes
images/mobile/icon-search-magnifying-glass.png | Bin 1301 -> 0 bytes
images/next-arrow-small.png | Bin 2068 -> 0 bytes
images/pdficon-blue.png | Bin 303 -> 0 bytes
images/pdficon-green.png | Bin 289 -> 0 bytes
images/pdficon-red.png | Bin 280 -> 0 bytes
images/pdficons.png | Bin 1379 -> 0 bytes
images/plus.png | Bin 1333 -> 0 bytes
images/prev-arrow-small.png | Bin 2036 -> 0 bytes
images/search-magnifying-glass.png | Bin 946 -> 0 bytes
images/search.png | Bin 1643 -> 0 bytes
images/spotlight-arrow-reversed.png | Bin 290 -> 0 bytes
images/spotlight-arrow.png | Bin 296 -> 0 bytes
images/video_play.png | Bin 1364 -> 0 bytes
sass/partials/03-extend/_gsb-revamp.sass | 17 +-
sass/revamp-design/_all.sass | 1 -
sass/revamp-design/_az-filter.sass | 10 +-
sass/revamp-design/_cta-custom.sass | 16 --
sass/revamp-design/_cta.sass | 28 +---
sass/revamp-design/_design.sass | 1 -
sass/revamp-design/_event.sass | 11 --
sass/revamp-design/_menu-main-mega.sass | 6 +-
sass/revamp-design/_social-media.sass | 19 +--
70 files changed, 23 insertions(+), 299 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1895: fix search icon size.
css/style.css | 15 ++++++++++++++-
sass/revamp-design/_search-filters.sass | 11 ++++++++---
2 files changed, 22 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1918: adjust width.
css/style.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1906: use tablet breakpoint.
css/style.css | 2 +-
sass/revamp-design/_video.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-255: fix witl title.
css/style.css | 5 +++++
sass/revamp-design/_witl.sass | 4 ++++
2 files changed, 9 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1894: adjust positioning.
css/style.css | 2 +-
sass/revamp-design/_banner.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1898: add new bg and make edits.
css/style.css | 15 ++-------------
images/bg-homepage-events-narrow.png | Bin 98259 -> 0 bytes
images/bg-homepage-events-wide.png | Bin 120089 -> 0 bytes
images/bg-homepage-events.png | Bin 91360 -> 278253 bytes
sass/partials/05-grids/_grids-singularity.sass | 2 +-
sass/revamp-design/_front.sass | 10 +---------
6 files changed, 4 insertions(+), 23 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1915: adjust buttons at 320.
css/style.css | 25 +++++++++++++++++++++++++
sass/revamp-design/_event.sass | 14 ++++++++++++--
2 files changed, 37 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1917: add wrap to links.
css/style.css | 1 +
sass/revamp-design/_wysiwyg.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-259: and underline hoverstate.
css/style.css | 6 ++++++
sass/revamp-design/_menu-main.sass | 5 ++++-
2 files changed, 10 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-214 red gradient cta font
css/style.css | 3 +--
sass/revamp-design/_cta.sass | 2 +-
sass/revamp-design/_front.sass | 1 -
3 files changed, 2 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-263 admission events header arrows
css/style.css | 17 ++++++++-------
sass/revamp-design/_event.sass | 49 +++++++++++++++++++++---------------------
2 files changed, 34 insertions(+), 32 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1892 events region filter
css/style.css | 3 +++
sass/revamp-design/_search-filters.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1924 font icon fix for uppercase links
css/style.css | 1 +
sass/partials/03-extend/_gsb-revamp.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1923: add a max-width.
css/style.css | 7 ++++++-
sass/revamp-design/_menu-main.sass | 8 +++++---
2 files changed, 11 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1918: adjust width of first column.
css/style.css | 2 +-
sass/revamp-design/_event.sass | 32 ++++++++++++++++----------------
2 files changed, 17 insertions(+), 17 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-257 wysiwyg ordered list font size
css/style.css | 2 +-
sass/revamp-design/_wysiwyg.sass | 7 ++++---
2 files changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1902: add wide image for iphone landscape.
css/style.css | 8 +++++++-
images/gsbaroundtheglobe-wide.jpg | Bin 0 -> 41601 bytes
sass/revamp-design/_cta-custom.sass | 6 ++++--
3 files changed, 11 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1906: remove float on mobile.
css/style.css | 5 +++++
sass/revamp-design/_video.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-233: audience spacing.
css/style.css | 4 +---
sass/revamp-design/_event.sass | 3 +--
2 files changed, 2 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-223: add left indent.
css/style.css | 4 +++-
sass/revamp-design/_event.sass | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-161: remove font weight.
css/style.css | 1 +
sass/revamp-design/_design.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1897: adjust play button position.
css/style.css | 10 ++++++++++
sass/revamp-design/_video.sass | 17 +++++++++++------
2 files changed, 21 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1895: add svg background.
css/style.css | 31 +++++++++++++++++++++++++++----
images/search-hover.svg | 12 ++++++++++++
images/search.svg | 12 ++++++++++++
sass/revamp-design/_search-filters.sass | 27 +++++++++++++++++++++------
4 files changed, 72 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1894: adjust event toggle placement.
css/style.css | 2 +-
sass/revamp-design/_banner.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1893: adjust positioning.
css/style.css | 4 ++--
sass/revamp-design/_block-slideshow.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-236 video button opacity
css/style.css | 2 +-
sass/revamp-design/_video.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-190: change line height value.
css/style.css | 2 +-
sass/revamp-design/_wysiwyg.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-255: text sizing adjustments.
css/style.css | 19 +++++++------------
sass/revamp-design/_witl.sass | 13 ++++---------
2 files changed, 11 insertions(+), 21 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1884 standard cta slideshow play button horizontal centering
css/style.css | 4 ++--
sass/revamp-design/_video.sass | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-226: overlay height adjustment.
css/style.css | 34 +---------------------------------
sass/revamp-design/_cta-image.sass | 14 +-------------
2 files changed, 2 insertions(+), 46 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Alexei Gorobets, 3 years, 6 months ago
WP-1921: Fix events filters wrapper.
js/custom.js | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-219 diptych right column fix
css/style.css | 1 +
sass/revamp-design/_diptych.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-218
css/style.css | 3 +++
sass/revamp-design/_wysiwyg.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1891: adjust the spotlights margin.
css/style.css | 7 ++++---
sass/revamp-design/_spotlight.sass | 5 +++--
2 files changed, 7 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1887: adjust icon weight in section menu.
css/style.css | 2 ++
sass/revamp-design/_design.sass | 2 ++
2 files changed, 4 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1890: width for logo in ff.
css/style.css | 2 +-
sass/revamp-design/_design.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-199 narrow view video margin
css/style.css | 4 +---
sass/revamp-design/_video.sass | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-157: update the gradient colors.
css/style.css | 28 ++++++++++++++--------------
sass/revamp-design/_house-ads.sass | 4 ++--
2 files changed, 16 insertions(+), 16 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-244: remove right and left padding on mobile.
css/style.css | 6 ++++++
sass/revamp-design/_front.sass | 3 +++
2 files changed, 9 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1702: show page title on programs, comment out unused styling.
css/style.css | 8 --------
sass/revamp-design/_design.sass | 17 +++++++----------
2 files changed, 7 insertions(+), 18 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1825 grid view person name hover
css/style.css | 3 +++
sass/revamp-design/_people.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1865 accordion title
css/style.css | 7 +++++++
sass/revamp-design/_accordion.sass | 6 ++++++
2 files changed, 13 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1733 msx fellow detail print page
css/style.css | 9 +++++++++
sass/partials/08-media/_print.sass | 7 +++++++
2 files changed, 16 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-225: force margin bottom on panes in sidebar.
css/style.css | 7 ++++++-
sass/partials/05-grids/_grids-singularity.sass | 4 +++-
2 files changed, 9 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1736: adjust the margins on WITL.
css/style.css | 26 ++++++++++++++++++--------
sass/revamp-design/_grid-responsive.sass | 20 +++++++++++++++-----
2 files changed, 33 insertions(+), 13 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-226: adjust height of overlay.
css/style.css | 2 +-
sass/revamp-design/_cta-image.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1841: add h4 styles.
css/style.css | 15 +++++++++++----
sass/revamp-design/_wysiwyg.sass | 8 +++++++-
2 files changed, 18 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1851: fix for slideshow overlay.
css/style.css | 7 +-----
sass/revamp-design/_block-slideshow.sass | 38 ++++++++++++++------------------
2 files changed, 17 insertions(+), 28 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-232: add new bg.
images/bg-landing-whitetitlebar.png | Bin 1520915 -> 1615627 bytes
1 file changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-229: Slideshow description changes.
css/style.css | 7 ++++---
sass/revamp-design/_block-slideshow.sass | 7 ++++---
2 files changed, 8 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-228 homepage tweets spacing
css/style.css | 3 +++
sass/revamp-design/_social-media.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-226: gradient overlay for bottom text.
css/style.css | 67 ++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_cta-image.sass | 30 ++++++++++++++++-
2 files changed, 96 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-208: breadcrumb fixes.
css/style.css | 13 ++++++++-----
sass/partials/06-ui-patterns/_drupal-patterns.sass | 2 ++
sass/revamp-design/_banner.sass | 20 ++++++++------------
3 files changed, 18 insertions(+), 17 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-201: adjust events banner.
css/style.css | 23 +++++++++--------------
sass/revamp-design/_banner.sass | 10 ++--------
2 files changed, 11 insertions(+), 22 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-220: fix the follow us in footer at 320.
css/style.css | 23 +++++++++--------------
sass/revamp-design/_footer.sass | 40 +++++++---------------------------------
2 files changed, 16 insertions(+), 47 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Eugen Taracila, 3 years, 6 months ago
WP-1821: Right image should be themend on Diptych.
css/style.css | 3 +++
sass/revamp-design/_diptych.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1862: add minus when open.
css/style.css | 1 +
sass/revamp-design/_banner.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-213: asjust narrow text fpp styling.
css/style.css | 45 ++++++++++++++++------------------------
sass/revamp-design/_design.sass | 19 +++++++++++++----
sass/revamp-design/_wysiwyg.sass | 17 ---------------
3 files changed, 33 insertions(+), 48 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1736: adjustments for 568, 480 and 320.
css/style.css | 39 +++++++++++++++++++++++++++++---
sass/revamp-design/_grid-responsive.sass | 22 +++++++++++++++---
sass/revamp-design/_witl.sass | 2 ++
3 files changed, 57 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1736: single column at 320px.
css/style.css | 9 +++++----
sass/revamp-design/_grid-responsive.sass | 9 ++++++---
2 files changed, 11 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1736: restore names on landing.
css/style.css | 10 +++++-----
sass/revamp-design/_witl.sass | 6 +++---
2 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Alexei Gorobets, 3 years, 6 months ago
WP-1827: Added total count in search stats.
templates/google-appliance-search-stats.tpl.php | 15 +++++++++++++++
1 file changed, 15 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Alexei Gorobets, 3 years, 6 months ago
WP-1811: Change Search GSB Clubs label.
template.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1820 twitter title hover
css/style.css | 3 +++
sass/revamp-design/_social-media.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1819 quote chevron and company name hover
css/style.css | 6 ++++++
sass/revamp-design/_block-quote.sass | 5 +++++
2 files changed, 11 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1812 show more arrow
css/style.css | 2 --
sass/revamp-design/_design.sass | 2 --
2 files changed, 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1805 chrome date select
css/style.css | 4 ++++
sass/partials/04-defaults/forms/_form-defaults.sass | 3 +++
2 files changed, 7 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Eugen Taracila, 3 years, 6 months ago
WP-1798: ROll back to search to image.
css/style.css | 89 +--------------------------------
sass/revamp-design/_search-filters.sass | 78 +++--------------------------
2 files changed, 8 insertions(+), 159 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Eugen Taracila, 3 years, 6 months ago
WPBQA-161: Padding added.
css/style.css | 2 +-
sass/revamp-design/_design.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Eugen Taracila, 3 years, 6 months ago
WP-1800: Slideshow play button position.UPD2.
css/style.css | 4 ++--
sass/revamp-design/_video.sass | 11 +++--------
2 files changed, 5 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Eugen Taracila, 3 years, 6 months ago
WP-1800: Slideshow play button position.
css/style.css | 8 ++++----
sass/revamp-design/_video.sass | 8 ++++++--
2 files changed, 10 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1849: calendar events to use news gothic font.
css/style.css | 4 ++++
sass/partials/04-defaults/_common.sass | 3 +++
2 files changed, 7 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1825 people list view name hover
css/style.css | 3 +++
sass/revamp-design/_people.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1851: add a max-height for IE 10.
css/style.css | 1 +
sass/revamp-design/_block-slideshow.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1745: styling for grid view at 320.
css/style.css | 22 ++++++++++++++++++++++
sass/revamp-design/_grid-responsive.sass | 8 ++++++++
sass/revamp-design/_people.sass | 18 ++++++++++--------
3 files changed, 40 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-159: style the goal label.
css/style.css | 5 +++++
sass/revamp-design/_witl.sass | 23 +++++++++++++----------
2 files changed, 18 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1785: map and sidebar widths.
css/style.css | 17 -----------------
sass/revamp-design/_cta-custom.sass | 8 --------
2 files changed, 25 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1785: about and follow ctas.
css/style.css | 13 ++++++++++++-
sass/revamp-design/_cta-custom.sass | 7 ++++++-
2 files changed, 18 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1785: mobile learn about campus.
css/style.css | 6 ++++++
sass/revamp-design/_cta-custom.sass | 3 +++
2 files changed, 9 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-157: make color style changes.
css/style.css | 57 ++++++++++++------------------
sass/partials/00-variables/_colors.sass | 38 --------------------
sass/revamp-design/_house-ads.sass | 62 ++++++++++-----------------------
3 files changed, 40 insertions(+), 117 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1785: map and sidebar widths.
css/style.css | 28 ++++++++++---------------
images/cta-map-mobile.jpg | Bin 0 -> 61761 bytes
sass/partials/05-grids/_grids-singularity.sass | 3 +++
sass/revamp-design/_cta-custom.sass | 10 ++-------
4 files changed, 16 insertions(+), 25 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1785: about and follow ctas.
css/style.css | 31 +++++++++++++++++++++++++++++--
images/cta-follow-us-bg.png | Bin 22603 -> 0 bytes
images/cta-follow-us.jpg | Bin 0 -> 60556 bytes
images/cta-tour-mobile.jpg | Bin 0 -> 63980 bytes
sass/revamp-design/_cta-custom.sass | 16 ++++++++++++++--
5 files changed, 43 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1785: mobile learn about campus.
css/style.css | 22 ++++++++++++++++++++++
images/cta-learn-mobile.jpg | Bin 0 -> 98319 bytes
sass/revamp-design/_cta-custom.sass | 14 ++++++++++++--
3 files changed, 34 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1953: adjust alignment on events.
css/style.css | 5 +++++
sass/revamp-design/_search-filters.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1953: add padding to sidebar.
css/style.css | 5 +++++
sass/partials/05-grids/_grids-singularity.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 5 months ago
WPBQA-268 left sidebar navigation font size
css/style.css | 2 +-
sass/revamp-design/_design.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-245: adjust spacing on events listing.
css/style.css | 4 ++++
sass/revamp-design/_event.sass | 3 +++
2 files changed, 7 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 5 months ago
WPBQA-267 main menu active link
css/style.css | 8 +++++++-
sass/revamp-design/_menu-main.sass | 2 +-
2 files changed, 8 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-271: add witl tab.
css/style.css | 8 +++++++-
images/tab-witl.jpg | Bin 0 -> 329 bytes
sass/revamp-design/_witl.sass | 7 ++++++-
3 files changed, 13 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-271: swapping png out.
css/style.css | 4 ++--
images/tab-club.jpg | Bin 0 -> 320 bytes
images/tab-club.png | Bin 1083 -> 0 bytes
sass/revamp-design/_block-upcoming-events.sass | 2 +-
sass/revamp-design/_clubs.sass | 2 +-
sass/revamp-design/_wysiwyg.sass | 2 +-
6 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-277: adjust slideshow hover state.
css/style.css | 36 ++++++++++++++---------------
sass/revamp-design/_block-slideshow.sass | 39 +++++++++++++-------------------
2 files changed, 34 insertions(+), 41 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1961: adjust the megamenu position and hover on tablet.
css/style.css | 21 +++++----------------
sass/revamp-design/_menu-main-mega.sass | 2 --
sass/revamp-design/_menu-main.sass | 9 +++------
3 files changed, 8 insertions(+), 24 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1961: adjust megamenu hover position.
css/style.css | 5 +++++
sass/revamp-design/_menu-main-mega.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 5 months ago author: Maia Morosanu, 3 years, 5 months ago
WPBQA-233 event details fixes
css/style.css | 30 ++++++++++++++++++++----------
sass/revamp-design/_event.sass | 40 +++++++++++++++++++++++-----------------
2 files changed, 43 insertions(+), 27 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 5 months ago
WPBQA-233 event detail page
css/style.css | 11 ++++++++---
sass/revamp-design/_event.sass | 9 ++++++---
2 files changed, 14 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-215: adjust mobile title placement.
css/style.css | 2 +-
sass/revamp-design/_banner.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-215: adjust spacing.
css/style.css | 12 ++++++------
sass/revamp-design/_search-filters.sass | 8 ++++----
2 files changed, 10 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-215: adjust order of widgets.
templates/views-exposed-form--events.tpl.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-215: update styling.
css/style.css | 20 ++------------------
sass/revamp-design/_search-filters.sass | 16 ++--------------
2 files changed, 4 insertions(+), 32 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-215: remove js and adjust template.
js/custom.js | 24 ------------------------
templates/views-exposed-form--events.tpl.php | 8 +++++---
2 files changed, 5 insertions(+), 27 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WPBQA-266: add gradient to ATW bg.
css/style.css | 12 ++++++++++++
sass/revamp-design/_design.sass | 6 ++++++
2 files changed, 18 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 5 months ago
WPBQA-167 twitter title line height
css/style.css | 1 +
sass/revamp-design/_social-media.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1932: adjust alphapager for nexus.
css/style.css | 10 ++++++++++
sass/revamp-design/_az-filter.sass | 4 ++++
2 files changed, 14 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1936: adjust width for landscape.
css/style.css | 5 +++++
sass/revamp-design/_grid-responsive.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1896: adjust size.
css/style.css | 5 +++++
sass/revamp-design/_search-filters.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Maia Morosanu, 3 years, 5 months ago
WP-1943 megamenu academic calendar event
css/style.css | 40 +++++++++++++++++++++++++++++++++
sass/revamp-design/_menu-main-mega.sass | 35 +++++++++++++++++++++++++++++
2 files changed, 75 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1929: change banner logic for tablets.
css/style.css | 20 ++++++++------------
sass/revamp-design/_banner.sass | 6 ++----
sass/revamp-design/_design.sass | 2 +-
3 files changed, 11 insertions(+), 17 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Adam Moore, 3 years, 5 months ago
Compile css
css/style.css | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Greg Mercer, 3 years, 5 months ago
WPBQA-265 Changes to hide all but the first slide in the slideshow.
sass/revamp-design/_block-slideshow.sass | 6 ++++++
1 file changed, 6 insertions(+)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1941: change full width breakpoint.
css/style.css | 2 +-
sass/revamp-design/_search-filters.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1928: slideshow fixes.
css/style.css | 53 ++++++++++++++++++++++++++++++--
sass/partials/00-variables/_base.sass | 3 ++
sass/revamp-design/_block-slideshow.sass | 26 ++++++++++++++--
3 files changed, 78 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 5 months ago author: Meghan Palagyi, 3 years, 5 months ago
WP-1915: use ipad breakpoint.
css/style.css | 8 ++++----
sass/revamp-design/_event.sass | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1898: redo bg image changes.
css/style.css | 13 +------------
images/bg-homepage-events-narrow.jpg | Bin 37734 -> 0 bytes
images/bg-homepage-events-wide.jpg | Bin 40470 -> 0 bytes
images/bg-homepage-events.jpg | Bin 33008 -> 0 bytes
images/bg-homepage-events.png | Bin 278253 -> 0 bytes
images/event-cal-wide_bg.png | Bin 0 -> 278253 bytes
sass/revamp-design/_front.sass | 10 +---------
7 files changed, 2 insertions(+), 21 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1940: adjust breadcrumbs on nexus.
css/style.css | 6 +++++-
sass/partials/06-ui-patterns/_drupal-patterns.sass | 3 ++-
2 files changed, 7 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1941: adjust filters for mobile.
css/style.css | 5 +++++
sass/revamp-design/_search-filters.sass | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-217
css/style.css | 11 +++++++++++
sass/revamp-design/_block-upcoming-events.sass | 9 +++++++++
2 files changed, 20 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1936: adjust grid for nexus.
css/style.css | 5 +++++
sass/revamp-design/_grid-responsive.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1929: adjust banner placement on tablets.
css/style.css | 76 ++++-------------------------------------
sass/revamp-design/_banner.sass | 45 ++----------------------
sass/revamp-design/_design.sass | 4 +--
3 files changed, 11 insertions(+), 114 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1928: remove top value.
css/style.css | 1 -
sass/revamp-design/_block-slideshow.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
Color bg, remove png.
images/bg-landing-whitetitlebar.png | Bin 1604267 -> 0 bytes
1 file changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
Color bg, use jpg.
css/style.css | 2 +-
images/bg-landing-whitetitlebar.jpg | Bin 0 -> 261729 bytes
sass/revamp-design/_design.sass | 2 +-
3 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
Faculty bg, use jpg.
css/style.css | 2 +-
images/bg-facultygrid.jpg | Bin 0 -> 42231 bytes
images/bg-facultygrid.png | Bin 1216545 -> 0 bytes
sass/revamp-design/_design.sass | 2 +-
4 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
Msx page bg, use jpg.
css/style.css | 17 ++++++++++++++---
images/bg-msxfellows.jpg | Bin 0 -> 103534 bytes
images/bg-msxfellows.png | Bin 2062728 -> 0 bytes
sass/revamp-design/_design.sass | 2 +-
4 files changed, 15 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
Add back search image.
images/search.png | Bin 0 -> 1643 bytes
1 file changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
Reexport background images.
images/bg-banner-eventcal.png | Bin 292951 -> 283930 bytes
images/bg-facultygrid.png | Bin 1217503 -> 1216545 bytes
images/bg-homepage-events-narrow.jpg | Bin 0 -> 37734 bytes
images/bg-homepage-events-wide.jpg | Bin 0 -> 40470 bytes
images/bg-homepage-events.jpg | Bin 0 -> 33008 bytes
images/bg-landing-whitetitlebar.png | Bin 1615627 -> 1604267 bytes
images/bg-msxfellows.png | Bin 2069303 -> 2062728 bytes
images/bg-program-finder.jpg | Bin 0 -> 160763 bytes
images/bg-program-finder.png | Bin 297289 -> 0 bytes
images/bg-quad-home.png | Bin 890088 -> 889130 bytes
images/bg-quad-standard.png | Bin 631132 -> 630030 bytes
images/bg-social-feed.png | Bin 185501 -> 184542 bytes
sass/revamp-design/_front.sass | 10 +++++++++-
sass/revamp-design/_program-finder.sass | 3 +--
14 files changed, 10 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
Remove unused images, and calls to images, unimport business-insights.
css/style.css | 213 -------------------------
images/accordion-icons.png | Bin 874 -> 0 bytes
images/arrow-cta-blue.png | Bin 1355 -> 0 bytes
images/arrow-cta-grey.png | Bin 1349 -> 0 bytes
images/arrow-cta-red.png | Bin 1347 -> 0 bytes
images/arrow-cta-tan-small.png | Bin 1262 -> 0 bytes
images/arrow-cta-tan.png | Bin 1356 -> 0 bytes
images/arrow-down.png | Bin 1167 -> 0 bytes
images/arrow-next.png | Bin 1262 -> 0 bytes
images/arrow-prev.png | Bin 1239 -> 0 bytes
images/arrow-program-tan-down.png | Bin 1941 -> 0 bytes
images/arrow-program-tan-up.png | Bin 1930 -> 0 bytes
images/arrow-program-tan.png | Bin 1241 -> 0 bytes
images/arrow-program-white.png | Bin 1174 -> 0 bytes
images/arrows-icons.png | Bin 2021 -> 0 bytes
images/bg-banner-events-landing.png | Bin 392460 -> 0 bytes
images/blue_box_event_f.png | Bin 1689 -> 0 bytes
images/businessinsights_region_map.png | Bin 5287 -> 0 bytes
images/checkbox_icon.png | Bin 188 -> 0 bytes
images/checkbox_large.png | Bin 150 -> 0 bytes
images/cta-world-map.png | Bin 33543 -> 0 bytes
images/cta_feed_icon.png | Bin 1616 -> 0 bytes
images/cta_feed_icon_hover.png | Bin 1592 -> 0 bytes
images/email_icon.png | Bin 211 -> 0 bytes
images/icon-bizin-cal.png | Bin 1364 -> 0 bytes
images/icon-bizin-video.png | Bin 1349 -> 0 bytes
images/icon-event-cal.png | Bin 1180 -> 0 bytes
images/icon-event-grey.png | Bin 1144 -> 0 bytes
images/icon-event-list.png | Bin 1265 -> 0 bytes
images/icon-event-white.png | Bin 1143 -> 0 bytes
images/icon-event.png | Bin 1301 -> 0 bytes
images/icon-fb-hover.png | Bin 1906 -> 0 bytes
images/icon-fb.png | Bin 2377 -> 0 bytes
images/icon-linkedin-hover.png | Bin 1903 -> 0 bytes
images/icon-linkedin.png | Bin 2389 -> 0 bytes
images/icon-twitter-hover.png | Bin 2061 -> 0 bytes
images/icon-twitter.png | Bin 2547 -> 0 bytes
images/icon-youtube-hover.png | Bin 2063 -> 0 bytes
images/icon-youtube.png | Bin 2605 -> 0 bytes
images/map_africa.png | Bin 2147 -> 0 bytes
images/map_americas.png | Bin 3880 -> 0 bytes
images/map_asia.png | Bin 3783 -> 0 bytes
images/map_europe.png | Bin 1951 -> 0 bytes
images/map_oceania.png | Bin 2015 -> 0 bytes
images/map_sidebar.png | Bin 7040 -> 0 bytes
images/minus.png | Bin 1203 -> 0 bytes
images/mobile/icon-hamburger-main-red.png | Bin 1250 -> 0 bytes
images/mobile/icon-hamburger-main.png | Bin 1243 -> 0 bytes
images/mobile/icon-search-magnifying-glass.png | Bin 1301 -> 0 bytes
images/next-arrow-small.png | Bin 2068 -> 0 bytes
images/pdficon-blue.png | Bin 303 -> 0 bytes
images/pdficon-green.png | Bin 289 -> 0 bytes
images/pdficon-red.png | Bin 280 -> 0 bytes
images/pdficons.png | Bin 1379 -> 0 bytes
images/plus.png | Bin 1333 -> 0 bytes
images/prev-arrow-small.png | Bin 2036 -> 0 bytes
images/search-magnifying-glass.png | Bin 946 -> 0 bytes
images/search.png | Bin 1643 -> 0 bytes
images/spotlight-arrow-reversed.png | Bin 290 -> 0 bytes
images/spotlight-arrow.png | Bin 296 -> 0 bytes
images/video_play.png | Bin 1364 -> 0 bytes
sass/partials/03-extend/_gsb-revamp.sass | 17 +-
sass/revamp-design/_all.sass | 1 -
sass/revamp-design/_az-filter.sass | 10 +-
sass/revamp-design/_cta-custom.sass | 16 --
sass/revamp-design/_cta.sass | 28 +---
sass/revamp-design/_design.sass | 1 -
sass/revamp-design/_event.sass | 11 --
sass/revamp-design/_menu-main-mega.sass | 6 +-
sass/revamp-design/_social-media.sass | 19 +--
70 files changed, 23 insertions(+), 299 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1895: fix search icon size.
css/style.css | 15 ++++++++++++++-
sass/revamp-design/_search-filters.sass | 11 ++++++++---
2 files changed, 22 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1918: adjust width.
css/style.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1906: use tablet breakpoint.
css/style.css | 2 +-
sass/revamp-design/_video.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-255: fix witl title.
css/style.css | 5 +++++
sass/revamp-design/_witl.sass | 4 ++++
2 files changed, 9 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1894: adjust positioning.
css/style.css | 2 +-
sass/revamp-design/_banner.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1898: add new bg and make edits.
css/style.css | 15 ++-------------
images/bg-homepage-events-narrow.png | Bin 98259 -> 0 bytes
images/bg-homepage-events-wide.png | Bin 120089 -> 0 bytes
images/bg-homepage-events.png | Bin 91360 -> 278253 bytes
sass/partials/05-grids/_grids-singularity.sass | 2 +-
sass/revamp-design/_front.sass | 10 +---------
6 files changed, 4 insertions(+), 23 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1915: adjust buttons at 320.
css/style.css | 25 +++++++++++++++++++++++++
sass/revamp-design/_event.sass | 14 ++++++++++++--
2 files changed, 37 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1917: add wrap to links.
css/style.css | 1 +
sass/revamp-design/_wysiwyg.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-259: and underline hoverstate.
css/style.css | 6 ++++++
sass/revamp-design/_menu-main.sass | 5 ++++-
2 files changed, 10 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-214 red gradient cta font
css/style.css | 3 +--
sass/revamp-design/_cta.sass | 2 +-
sass/revamp-design/_front.sass | 1 -
3 files changed, 2 insertions(+), 4 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-263 admission events header arrows
css/style.css | 17 ++++++++-------
sass/revamp-design/_event.sass | 49 +++++++++++++++++++++---------------------
2 files changed, 34 insertions(+), 32 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1892 events region filter
css/style.css | 3 +++
sass/revamp-design/_search-filters.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1924 font icon fix for uppercase links
css/style.css | 1 +
sass/partials/03-extend/_gsb-revamp.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1923: add a max-width.
css/style.css | 7 ++++++-
sass/revamp-design/_menu-main.sass | 8 +++++---
2 files changed, 11 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1918: adjust width of first column.
css/style.css | 2 +-
sass/revamp-design/_event.sass | 32 ++++++++++++++++----------------
2 files changed, 17 insertions(+), 17 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-257 wysiwyg ordered list font size
css/style.css | 2 +-
sass/revamp-design/_wysiwyg.sass | 7 ++++---
2 files changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1902: add wide image for iphone landscape.
css/style.css | 8 +++++++-
images/gsbaroundtheglobe-wide.jpg | Bin 0 -> 41601 bytes
sass/revamp-design/_cta-custom.sass | 6 ++++--
3 files changed, 11 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1906: remove float on mobile.
css/style.css | 5 +++++
sass/revamp-design/_video.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-233: audience spacing.
css/style.css | 4 +---
sass/revamp-design/_event.sass | 3 +--
2 files changed, 2 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-223: add left indent.
css/style.css | 4 +++-
sass/revamp-design/_event.sass | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-161: remove font weight.
css/style.css | 1 +
sass/revamp-design/_design.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1897: adjust play button position.
css/style.css | 10 ++++++++++
sass/revamp-design/_video.sass | 17 +++++++++++------
2 files changed, 21 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1895: add svg background.
css/style.css | 31 +++++++++++++++++++++++++++----
images/search-hover.svg | 12 ++++++++++++
images/search.svg | 12 ++++++++++++
sass/revamp-design/_search-filters.sass | 27 +++++++++++++++++++++------
4 files changed, 72 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1894: adjust event toggle placement.
css/style.css | 2 +-
sass/revamp-design/_banner.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1893: adjust positioning.
css/style.css | 4 ++--
sass/revamp-design/_block-slideshow.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-236 video button opacity
css/style.css | 2 +-
sass/revamp-design/_video.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-190: change line height value.
css/style.css | 2 +-
sass/revamp-design/_wysiwyg.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-255: text sizing adjustments.
css/style.css | 19 +++++++------------
sass/revamp-design/_witl.sass | 13 ++++---------
2 files changed, 11 insertions(+), 21 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1884 standard cta slideshow play button horizontal centering
css/style.css | 4 ++--
sass/revamp-design/_video.sass | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-226: overlay height adjustment.
css/style.css | 34 +---------------------------------
sass/revamp-design/_cta-image.sass | 14 +-------------
2 files changed, 2 insertions(+), 46 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Alexei Gorobets, 3 years, 6 months ago
WP-1921: Fix events filters wrapper.
js/custom.js | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-219 diptych right column fix
css/style.css | 1 +
sass/revamp-design/_diptych.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-218
css/style.css | 3 +++
sass/revamp-design/_wysiwyg.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1891: adjust the spotlights margin.
css/style.css | 7 ++++---
sass/revamp-design/_spotlight.sass | 5 +++--
2 files changed, 7 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1887: adjust icon weight in section menu.
css/style.css | 2 ++
sass/revamp-design/_design.sass | 2 ++
2 files changed, 4 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1890: width for logo in ff.
css/style.css | 2 +-
sass/revamp-design/_design.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-199 narrow view video margin
css/style.css | 4 +---
sass/revamp-design/_video.sass | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Adam Moore, 3 years, 6 months ago
Remove merge conflict messages.
css/style.css | 3 ---
1 file changed, 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-157: update the gradient colors.
css/style.css | 28 ++++++++++++++--------------
sass/revamp-design/_house-ads.sass | 4 ++--
2 files changed, 16 insertions(+), 16 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-244: remove right and left padding on mobile.
css/style.css | 6 ++++++
sass/revamp-design/_front.sass | 3 +++
2 files changed, 9 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1702: show page title on programs, comment out unused styling.
css/style.css | 8 --------
sass/revamp-design/_design.sass | 17 +++++++----------
2 files changed, 7 insertions(+), 18 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1825 grid view person name hover
css/style.css | 3 +++
sass/revamp-design/_people.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1825 people list view name hover
css/style.css | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1865 accordion title
css/style.css | 7 +++++++
sass/revamp-design/_accordion.sass | 6 ++++++
2 files changed, 13 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1733 msx fellow detail print page
css/style.css | 9 +++++++++
sass/partials/08-media/_print.sass | 7 +++++++
2 files changed, 16 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1701 print pages
css/style.css | 43 +++++++++++++++++++++++++++++++++++++
images/logo-print.jpg | Bin 0 -> 13251 bytes
sass/partials/08-media/_print.sass | 34 ++++++++++++++++++++++++++++-
sass/revamp-design/_design.sass | 2 ++
templates/page.tpl.php | 4 +++-
5 files changed, 81 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-225: force margin bottom on panes in sidebar.
css/style.css | 7 ++++++-
sass/partials/05-grids/_grids-singularity.sass | 4 +++-
2 files changed, 9 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1736: adjust the margins on WITL.
css/style.css | 26 ++++++++++++++++++--------
sass/revamp-design/_grid-responsive.sass | 20 +++++++++++++++-----
2 files changed, 33 insertions(+), 13 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-226: adjust height of overlay.
css/style.css | 2 +-
sass/revamp-design/_cta-image.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1841: add h4 styles.
css/style.css | 15 +++++++++++----
sass/revamp-design/_wysiwyg.sass | 8 +++++++-
2 files changed, 18 insertions(+), 5 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1851: fix for slideshow overlay.
css/style.css | 7 +-----
sass/revamp-design/_block-slideshow.sass | 38 ++++++++++++++------------------
2 files changed, 17 insertions(+), 28 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-224 cta slideshow hover
css/style.css | 3 ---
sass/revamp-design/_block-slideshow.sass | 3 +--
2 files changed, 1 insertion(+), 5 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-232: add new bg.
images/bg-landing-whitetitlebar.png | Bin 1520915 -> 1615627 bytes
1 file changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-229: Slideshow description changes.
css/style.css | 7 ++++---
sass/revamp-design/_block-slideshow.sass | 7 ++++---
2 files changed, 8 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-228 homepage tweets spacing
css/style.css | 3 +++
sass/revamp-design/_social-media.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1701 print pages
css/style.css | 43 +++++++++++++++++++++++++++++++++++++
images/logo-print.jpg | Bin 0 -> 13251 bytes
sass/partials/08-media/_print.sass | 34 ++++++++++++++++++++++++++++-
sass/revamp-design/_design.sass | 2 ++
templates/page.tpl.php | 4 +++-
5 files changed, 81 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-224 cta slideshow hover
css/style.css | 3 ---
sass/revamp-design/_block-slideshow.sass | 3 +--
2 files changed, 1 insertion(+), 5 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-226: gradient overlay for bottom text.
css/style.css | 67 ++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_cta-image.sass | 30 ++++++++++++++++-
2 files changed, 96 insertions(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-208: breadcrumb fixes.
css/style.css | 13 ++++++++-----
sass/partials/06-ui-patterns/_drupal-patterns.sass | 2 ++
sass/revamp-design/_banner.sass | 20 ++++++++------------
3 files changed, 18 insertions(+), 17 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-214 main menu and front red cta links font family
css/style.css | 4 ++--
sass/revamp-design/_front.sass | 2 +-
sass/revamp-design/_menu-main.sass | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-200 events banner title font size
css/style.css | 1 +
sass/revamp-design/_banner.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-201: adjust events banner.
css/style.css | 23 +++++++++--------------
sass/revamp-design/_banner.sass | 10 ++--------
2 files changed, 11 insertions(+), 22 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-222 wysiwyg table list line height
css/style.css | 2 +-
sass/revamp-design/_wysiwyg.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-220: fix the follow us in footer at 320.
css/style.css | 23 +++++++++--------------
sass/revamp-design/_footer.sass | 40 +++++++---------------------------------
2 files changed, 16 insertions(+), 47 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-212 wysiwyg h3 bottom padding
css/style.css | 1 +
sass/revamp-design/_wysiwyg.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-203 events page tabs spacing
css/style.css | 4 ++--
sass/revamp-design/_event.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WP-1821: Right image should be themend on Diptych.
css/style.css | 3 +++
sass/revamp-design/_diptych.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1862: add minus when open.
css/style.css | 1 +
sass/revamp-design/_banner.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-213: asjust narrow text fpp styling.
css/style.css | 45 ++++++++++++++++------------------------
sass/revamp-design/_design.sass | 19 +++++++++++++----
sass/revamp-design/_wysiwyg.sass | 17 ---------------
3 files changed, 33 insertions(+), 48 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1736: adjustments for 568, 480 and 320.
css/style.css | 39 +++++++++++++++++++++++++++++---
sass/revamp-design/_grid-responsive.sass | 22 +++++++++++++++---
sass/revamp-design/_witl.sass | 2 ++
3 files changed, 57 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1736: single column at 320px.
css/style.css | 9 +++++----
sass/revamp-design/_grid-responsive.sass | 9 ++++++---
2 files changed, 11 insertions(+), 7 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1736: restore names on landing.
css/style.css | 10 +++++-----
sass/revamp-design/_witl.sass | 6 +++---
2 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Alexei Gorobets, 3 years, 6 months ago
WP-1827: Added total count in search stats.
templates/google-appliance-search-stats.tpl.php | 15 +++++++++++++++
1 file changed, 15 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Alexei Gorobets, 3 years, 6 months ago
WP-1811: Change Search GSB Clubs label.
template.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1820 twitter title hover
css/style.css | 3 +++
sass/revamp-design/_social-media.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1819 quote chevron and company name hover
css/style.css | 6 ++++++
sass/revamp-design/_block-quote.sass | 5 +++++
2 files changed, 11 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1812 show more arrow
css/style.css | 2 --
sass/revamp-design/_design.sass | 2 --
2 files changed, 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1805 chrome date select
css/style.css | 4 ++++
sass/partials/04-defaults/forms/_form-defaults.sass | 3 +++
2 files changed, 7 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-214 main menu and front red cta links font family
css/style.css | 4 ++--
sass/revamp-design/_front.sass | 2 +-
sass/revamp-design/_menu-main.sass | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-200 events banner title font size
css/style.css | 1 +
sass/revamp-design/_banner.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-222 wysiwyg table list line height
css/style.css | 2 +-
sass/revamp-design/_wysiwyg.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-212 wysiwyg h3 bottom padding
css/style.css | 1 +
sass/revamp-design/_wysiwyg.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-203 events page tabs spacing
css/style.css | 4 ++--
sass/revamp-design/_event.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WP-1798: ROll back to search to image.
css/style.css | 89 +--------------------------------
sass/revamp-design/_search-filters.sass | 78 +++--------------------------
2 files changed, 8 insertions(+), 159 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WPBQA-161: Padding added.
css/style.css | 2 +-
sass/revamp-design/_design.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WP-1800: Slideshow play button position.UPD2.
css/style.css | 4 ++--
sass/revamp-design/_video.sass | 11 +++--------
2 files changed, 5 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WP-1800: Slideshow play button position.
css/style.css | 8 ++++----
sass/revamp-design/_video.sass | 8 ++++++--
2 files changed, 10 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1857 events search filters label hover
css/style.css | 4 ++++
sass/revamp-design/_search-filters.sass | 3 +++
2 files changed, 7 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1849: calendar events to use news gothic font.
css/style.css | 4 ++++
sass/partials/04-defaults/_common.sass | 3 +++
2 files changed, 7 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1856 events filters search label
css/style.css | 1 +
sass/revamp-design/_search-filters.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-190 wysiwyg table list
css/style.css | 5 +++--
sass/revamp-design/_wysiwyg.sass | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1840 front latest articles IE fix
css/style.css | 7 ++++---
sass/revamp-design/_front.sass | 7 ++++---
2 files changed, 8 insertions(+), 6 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1790 MSx fellow image caption
css/style.css | 3 +--
sass/revamp-design/_msxfellows.sass | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1839 error pages logo
templates/html--404.tpl.php | 2 +-
templates/page--403.tpl.php | 4 +---
2 files changed, 2 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1825 people list view name hover
css/style.css | 3 +++
sass/revamp-design/_people.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1838 image cta title hover
css/style.css | 6 +++---
sass/revamp-design/_cta-image.sass | 36 +++++++++++++++++++-----------------
2 files changed, 22 insertions(+), 20 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1815 wide view video positioning
css/style.css | 6 ++++--
sass/revamp-design/_video.sass | 4 ++--
2 files changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1818 wide view video float
css/style.css | 1 +
sass/revamp-design/_video.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1817
css/style.css | 1 +
sass/revamp-design/_video.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1851: add a max-height for IE 10.
css/style.css | 1 +
sass/revamp-design/_block-slideshow.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1745: styling for grid view at 320.
css/style.css | 22 ++++++++++++++++++++++
sass/revamp-design/_grid-responsive.sass | 8 ++++++++
sass/revamp-design/_people.sass | 18 ++++++++++--------
3 files changed, 40 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-159: style the goal label.
css/style.css | 5 +++++
sass/revamp-design/_witl.sass | 23 +++++++++++++----------
2 files changed, 18 insertions(+), 10 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1785: map and sidebar widths.
css/style.css | 17 -----------------
sass/revamp-design/_cta-custom.sass | 8 --------
2 files changed, 25 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1785: about and follow ctas.
css/style.css | 13 ++++++++++++-
sass/revamp-design/_cta-custom.sass | 7 ++++++-
2 files changed, 18 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1785: mobile learn about campus.
css/style.css | 6 ++++++
sass/revamp-design/_cta-custom.sass | 3 +++
2 files changed, 9 insertions(+)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-157: make color style changes.
css/style.css | 57 ++++++++++++------------------
sass/partials/00-variables/_colors.sass | 38 --------------------
sass/revamp-design/_house-ads.sass | 62 ++++++++++-----------------------
3 files changed, 40 insertions(+), 117 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1785: map and sidebar widths.
css/style.css | 28 ++++++++++---------------
images/cta-map-mobile.jpg | Bin 0 -> 61761 bytes
sass/partials/05-grids/_grids-singularity.sass | 3 +++
sass/revamp-design/_cta-custom.sass | 10 ++-------
4 files changed, 16 insertions(+), 25 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1785: about and follow ctas.
css/style.css | 31 +++++++++++++++++++++++++++++--
images/cta-follow-us-bg.png | Bin 22603 -> 0 bytes
images/cta-follow-us.jpg | Bin 0 -> 60556 bytes
images/cta-tour-mobile.jpg | Bin 0 -> 63980 bytes
sass/revamp-design/_cta-custom.sass | 16 ++++++++++++++--
5 files changed, 43 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1785: mobile learn about campus.
css/style.css | 22 ++++++++++++++++++++++
images/cta-learn-mobile.jpg | Bin 0 -> 98319 bytes
sass/revamp-design/_cta-custom.sass | 14 ++++++++++++--
3 files changed, 34 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1604: adjust spacing.
css/style.css | 10 ++++++++++
sass/revamp-design/_event.sass | 9 +++++----
2 files changed, 15 insertions(+), 4 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1604: adjust padding left.
css/style.css | 2 +-
sass/revamp-design/_banner.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP_1604: adjust margnify icon position on mobile.
css/style.css | 64 +++++++++++++++------------------
sass/revamp-design/_banner.sass | 1 +
sass/revamp-design/_search-filters.sass | 42 ++++++++++------------
3 files changed, 48 insertions(+), 59 deletions(-)

view commit - committer: Adam Moore, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1604: hide filters at 320.
css/style.css | 9 +--------
sass/revamp-design/_search-filters.sass | 9 +--------
2 files changed, 2 insertions(+), 16 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1857 events search filters label hover
css/style.css | 4 ++++
sass/revamp-design/_search-filters.sass | 3 +++
2 files changed, 7 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1856 events filters search label
css/style.css | 1 +
sass/revamp-design/_search-filters.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-190 wysiwyg table list
css/style.css | 5 +++--
sass/revamp-design/_wysiwyg.sass | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1840 front latest articles IE fix
css/style.css | 7 ++++---
sass/revamp-design/_front.sass | 7 ++++---
2 files changed, 8 insertions(+), 6 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1790 MSx fellow image caption
css/style.css | 3 +--
sass/revamp-design/_msxfellows.sass | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1839 error pages logo
templates/html--404.tpl.php | 2 +-
templates/page--403.tpl.php | 4 +---
2 files changed, 2 insertions(+), 4 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1825 people list view name hover
css/style.css | 3 +++
sass/revamp-design/_people.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1838 image cta title hover
css/style.css | 6 +++---
sass/revamp-design/_cta-image.sass | 36 +++++++++++++++++++-----------------
2 files changed, 22 insertions(+), 20 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1815 wide view video positioning
css/style.css | 6 ++++--
sass/revamp-design/_video.sass | 4 ++--
2 files changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1818 wide view video float
css/style.css | 1 +
sass/revamp-design/_video.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1817
css/style.css | 1 +
sass/revamp-design/_video.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1604: adjust spacing.
css/style.css | 10 ++++++++++
sass/revamp-design/_event.sass | 9 +++++----
2 files changed, 15 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1604: adjust padding left.
css/style.css | 2 +-
sass/revamp-design/_banner.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP_1604: adjust margnify icon position on mobile.
css/style.css | 64 +++++++++++++++------------------
sass/revamp-design/_banner.sass | 1 +
sass/revamp-design/_search-filters.sass | 42 ++++++++++------------
3 files changed, 48 insertions(+), 59 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1604: hide filters at 320.
css/style.css | 9 +--------
sass/revamp-design/_search-filters.sass | 9 +--------
2 files changed, 2 insertions(+), 16 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
Fix play button on frontpage slideshow.
css/style.css | 9 +++++++++
sass/revamp-design/_video.sass | 11 +++++++++++
2 files changed, 20 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
Fix play button positioning on double wide slideshows.
css/style.css | 7 +++++++
sass/revamp-design/_video.sass | 12 ++++++++++++
2 files changed, 19 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
Fix play buttons multiplier and add zindex.
css/style.css | 19 +++++++++++++------
sass/revamp-design/_video.sass | 10 ++++++++--
2 files changed, 21 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
WP-1784 Remove the breadcrumb on the 'Search' page
template.php | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
Adjustments for video image in slideshow.
css/style.css | 4 ++++
sass/revamp-design/_video.sass | 3 +++
2 files changed, 7 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-172 image cta title hover
css/style.css | 3 +++
sass/revamp-design/_cta-image.sass | 3 +++
2 files changed, 6 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-172 hover states
css/style.css | 11 ++++++++++-
sass/revamp-design/_block-upcoming-events.sass | 2 +-
sass/revamp-design/_front.sass | 4 ++++
sass/revamp-design/_social-media.sass | 2 ++
4 files changed, 17 insertions(+), 2 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WPBQA-140: Video play icon and image witdh for spotlight.
css/style.css | 39 +++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_video.sass | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 77 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-174: changes to use svg logo.
css/style.css | 39 ++++++++---
images/logo.png | Bin 7880 -> 30853 bytes
images/logo.svg | 118 ++++++++++++++++++++++++++++++++++
logo.png | Bin 30853 -> 0 bytes
logo.svg | 118 ----------------------------------
sass/partials/00-variables/_base.sass | 2 +-
sass/revamp-design/_design.sass | 36 ++++++++---
templates/page.tpl.php | 4 +-
8 files changed, 175 insertions(+), 142 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1789 search label cursor
css/style.css | 3 +++
sass/revamp-design/_search-filters.sass | 4 ++++
2 files changed, 7 insertions(+)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
WP-1767 Added check for table acc-body items.
js/custom.js | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-172 hover state for cta social feed and simple slideshow description
css/style.css | 12 ++++++++++++
sass/revamp-design/_block-slideshow.sass | 4 ++++
sass/revamp-design/_cta-custom.sass | 8 ++++++--
3 files changed, 22 insertions(+), 2 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WPBQA-172: List view titles link to detail pages (events).
css/style.css | 5 +++++
sass/revamp-design/_existing-node.sass | 3 +++
2 files changed, 8 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WPBQA-172: taxonomy terms, upcoming events on homepage - add hover effect.
css/style.css | 7 ++++++-
sass/revamp-design/_design.sass | 3 +++
sass/revamp-design/_front.sass | 3 ++-
3 files changed, 11 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1745: adjust grid at 320.
css/style.css | 8 +++
logo.svg | 118 +++++++++++++++++++++++++++++++
sass/revamp-design/_grid-responsive.sass | 7 +-
3 files changed, 132 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1785: remove width.
css/style.css | 3 ---
sass/partials/05-grids/_grids-singularity.sass | 2 --
2 files changed, 5 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
Add missing closing div.
templates/page.tpl.php | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WPBQA-169: Main nav hover/active color changed.
css/style.css | 4 ++--
sass/revamp-design/_menu-main.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-175: landing bg fix.
css/style.css | 32 ++++++++++++++++++--------------
sass/revamp-design/_design.sass | 18 ++++++++++--------
2 files changed, 28 insertions(+), 22 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1777: remove uppercase children on mobile menu.
css/style.css | 1 -
sass/revamp-design/_menu-main.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1780: alignment adjustment.
css/style.css | 2 +-
sass/revamp-design/_event.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1688 search icon
css/style.css | 40 +++++++++++++++++++++++++++------
sass/revamp-design/_clubs.sass | 2 +-
sass/revamp-design/_search-filters.sass | 36 ++++++++++++++++++++++++-----
3 files changed, 64 insertions(+), 14 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WPBQA-169: Switch gradient colors, decrease font-size for list icon.
css/style.css | 30 +++++++++++++++---------------
sass/revamp-design/_event.sass | 6 +++---
2 files changed, 18 insertions(+), 18 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1785: panes in sidebar have force width at 568 and below.
css/style.css | 3 +++
sass/partials/05-grids/_grids-singularity.sass | 3 ++-
2 files changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
WP-1767 Added check for listed acc-body items.
js/custom.js | 21 +++++++++++++++++++--
1 file changed, 19 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1757 margin bottom for menus
css/style.css | 3 +++
sass/revamp-design/_not-found.sass | 3 +++
2 files changed, 6 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1780: only show button on non-touch.
css/style.css | 4 ++++
sass/revamp-design/_event.sass | 5 ++++-
2 files changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WP-1783: Accordion signs.
css/style.css | 4 ++++
sass/revamp-design/_accordion.sass | 10 +++++++++-
2 files changed, 13 insertions(+), 1 deletion(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WPBQA-167: Twitter hadne + twitter icon.
css/style.css | 1 +
sass/revamp-design/_social-media.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WPBQA-97: Carousel links.
css/style.css | 14 +++++++++++++-
sass/revamp-design/_block-slideshow.sass | 25 +++++++++++++++++++++++--
2 files changed, 36 insertions(+), 3 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WPBQA-169: Event views buttons.
css/style.css | 66 ++++++++++++++---------------
sass/revamp-design/_event.sass | 95 +++++++++++++++++++++++-------------------
2 files changed, 83 insertions(+), 78 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-168: front padding at 320.
css/style.css | 31 +++++++++++++++++++++++++++++++
sass/revamp-design/_block-slideshow.sass | 7 +++++++
sass/revamp-design/_cta-image.sass | 3 +++
sass/revamp-design/_front.sass | 4 ++++
4 files changed, 45 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-166: adjust h1 at 480 and lower.
css/style.css | 6 ++++++
sass/partials/04-defaults/_headers.sass | 3 +++
2 files changed, 9 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-165: adjust front program links.
css/style.css | 7 ++++---
sass/revamp-design/_cta-image.sass | 2 ++
sass/revamp-design/_front.sass | 1 -
3 files changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-164: remove margin bottom at 320.
css/style.css | 5 +++++
sass/partials/05-grids/_grids-singularity.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-161: adjust active link in left menus.
css/style.css | 13 +++--
sass/revamp-design/_design.sass | 109 ++++++++++++++++++++--------------------
2 files changed, 60 insertions(+), 62 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-158: adjust banner breadcrumbs and title.
css/style.css | 13 ++++++++++---
sass/revamp-design/_banner.sass | 7 ++++---
2 files changed, 14 insertions(+), 6 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1768 logo path fix
templates/html--404.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1778 add content form fixes
css/admin-modal/admin-modal.css | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1777: remove uppercase on section title.
css/style.css | 1 -
sass/revamp-design/_banner.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1777: remove uppercase style.
css/style.css | 1 -
sass/revamp-design/_design.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-148 accordion heading icon
css/style.css | 50 +++++++++++++-------------------------
js/custom.js | 1 -
sass/revamp-design/_accordion.sass | 49 +++++++++++--------------------------
3 files changed, 31 insertions(+), 69 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WPBQA-75: Search label adjustments.
css/style.css | 5 +++++
sass/revamp-design/_search-filters.sass | 3 +++
2 files changed, 8 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
Responsive: hide featured event at 768 and lower.
css/style.css | 9 +++++----
sass/revamp-design/_event.sass | 7 +++----
2 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WPBQA-119: Add padding to .slide-cta
css/style.css | 2 +-
sass/revamp-design/_block-slideshow.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-119: overlay adjustment for wide view.
css/style.css | 6 +++++-
sass/revamp-design/_block-slideshow.sass | 5 ++++-
2 files changed, 9 insertions(+), 2 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WP-1776: Spotlight video alignment, Accordion plus/minus icons adjustments.
css/style.css | 6 +++++-
sass/revamp-design/_accordion.sass | 3 ++-
sass/revamp-design/_spotlight.sass | 3 +++
3 files changed, 10 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1757 page not found fixes
css/style.css | 16 ++++++++-
sass/revamp-design/_not-found.sass | 16 +++++++--
templates/html--404.tpl.php | 66 ++++++++++++++++++++------------------
3 files changed, 63 insertions(+), 35 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
Responsive: no main menu hover on mobile.
css/style.css | 5 +++++
sass/revamp-design/_menu-main.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1768 access denied page menu fixes
css/style.css | 58 +++++++++++++++++++-------------------
sass/revamp-design/_not-found.sass | 8 +++---
2 files changed, 33 insertions(+), 33 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WPBQA-143: Hide old image icons for file attachments in old pages.
css/style.css | 4 ++++
sass/partials/04-defaults/_font-custom.sass | 5 +++++
2 files changed, 9 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1768 access denied page menue fixes
css/style.css | 9 +++++----
sass/revamp-design/_not-found.sass | 3 ++-
2 files changed, 7 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1773: padding for events title.
css/style.css | 3 +++
sass/revamp-design/_banner.sass | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-116 narrow view text blocks line height
css/style.css | 9 +++++----
sass/revamp-design/_wysiwyg.sass | 4 ++--
2 files changed, 7 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1773: adjust padding for banner.
css/style.css | 7 ++-----
sass/revamp-design/_banner.sass | 8 ++------
2 files changed, 4 insertions(+), 11 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
Remove px values on 0.
css/style.css | 44 ++++++++++++++++-----------------
sass/revamp-design/_event.sass | 18 +++++++-------
sass/revamp-design/_menu-main-mega.sass | 2 +-
sass/revamp-design/_msxfellows.sass | 6 ++---
sass/revamp-design/_program-finder.sass | 8 +++---
sass/revamp-design/_witl.sass | 8 +++---
sass/revamp-design/_wysiwyg.sass | 2 +-
7 files changed, 44 insertions(+), 44 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WPBQA-140: Video play icon.
css/style.css | 31 +++++++++++++++++++++++++++++++
sass/revamp-design/_video.sass | 30 ++++++++++++++++++++++++++++++
2 files changed, 61 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1768 menu links
css/style.css | 5 +++++
sass/revamp-design/_not-found.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1757 not found page menues
css/style.css | 62 +++++++++++++++++++++++---------------
sass/revamp-design/_not-found.sass | 21 ++++++++-----
templates/html--404.tpl.php | 9 +++---
3 files changed, 56 insertions(+), 36 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1773: banner padding change.
css/style.css | 2 ++
sass/revamp-design/_banner.sass | 3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
Responsive: front bottom section.
css/style.css | 104 ++++++++-----------------
sass/partials/05-grids/_grids-singularity.sass | 32 ++------
sass/revamp-design/_front.sass | 46 ++++-------
3 files changed, 57 insertions(+), 125 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
Reverting styles for footer columns configuration.
css/style.css | 44 ++++++++++++++++++++---------------------
sass/revamp-design/_footer.sass | 26 +++++++++++-------------
2 files changed, 34 insertions(+), 36 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WPBQA-143, WPBQA-112
css/style.css | 39 ++++++++++++++------
sass/partials/03-extend/_gsb-revamp.sass | 11 ++++++
sass/partials/04-defaults/_font-custom.sass | 55 +++++++++++++++++++++++++----
sass/revamp-design/_wysiwyg.sass | 4 ---
4 files changed, 87 insertions(+), 22 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1757 path fix
templates/html--404.tpl.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1757 removed content wrapper shadow
css/style.css | 2 +-
sass/revamp-design/_not-found.sass | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1768 error pages
css/style.css | 54 +++++++++++++++++------
sass/revamp-design/_not-found.sass | 44 +++++++++++++------
template.php | 11 +++--
templates/html--404.tpl.php | 86 +++++++++++++++++++++++++++++++++++++
templates/page--403.tpl.php | 87 ++++++++++++++++++++++++++++++++++++++
5 files changed, 253 insertions(+), 29 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WPBQA-156
css/style.css | 24 +++++++++++++++++++++---
sass/revamp-design/_design.sass | 19 ++++++++++++++++++-
2 files changed, 39 insertions(+), 4 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WPBQA-92: Bottom region, Latest articles, Footer 4 columns -- FIX.
css/style.css | 112 +++++++++++++++++--------
sass/partials/05-grids/_grids-singularity.sass | 25 +++++-
sass/revamp-design/_footer.sass | 29 ++++---
sass/revamp-design/_front.sass | 19 ++++-
4 files changed, 134 insertions(+), 51 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1749: adjust program finder breakpoint.
css/style.css | 16 ++++++++--------
sass/partials/00-variables/_base.sass | 1 +
sass/revamp-design/_program-finder.sass | 16 ++++++++--------
3 files changed, 17 insertions(+), 16 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
Homepage: remove chevrons from program links.
css/style.css | 3 +++
sass/revamp-design/_front.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
Responsive: slideshow arrows on front page adjustment.
css/style.css | 10 ++++++++++
sass/revamp-design/_block-slideshow.sass | 5 +++++
2 files changed, 15 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WP-1765: Narrow view, Fourth text line get cut off.
css/style.css | 5 ++++-
sass/revamp-design/_people.sass | 5 +++--
2 files changed, 7 insertions(+), 3 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
Switch image to icon for Virtual Tour CTA.
css/style.css | 23 +++++++++++++++--------
sass/revamp-design/_cta-custom.sass | 17 +++++++++++++++--
2 files changed, 30 insertions(+), 10 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
SVG Day label fix.
fonts/gsb.svg-webfont.eot | Bin 8241 -> 8234 bytes
fonts/gsb.svg-webfont.ttf | Bin 15812 -> 15812 bytes
fonts/gsb.svg-webfont.woff | Bin 9376 -> 9376 bytes
3 files changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-128: swap background image.
images/bg-landing-whitetitlebar.png | Bin 1608735 -> 1520915 bytes
1 file changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-118 gsb around the globe hover styles
css/style.css | 41 +++++++++++++++++++------------------
sass/revamp-design/_cta-custom.sass | 13 ++++++------
2 files changed, 28 insertions(+), 26 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1715: slideshow adjustments.
css/style.css | 43 +++++++++++++++++++++++++++++---
sass/revamp-design/_block-slideshow.sass | 29 ++++++++++++++++-----
2 files changed, 63 insertions(+), 9 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1757 Page not found template and styles
css/style.css | 41 +++++++++++
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_not-found.sass | 33 +++++++++
template.php | 8 +++
templates/page--404.tpl.php | 143 +++++++++++++++++++++++++++++++++++++
5 files changed, 226 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WPBQA-108, WP-1761, + Adjusted banner padding.
css/style.css | 88 +++++++++++++++++++++++++++++++----------
sass/revamp-design/_banner.sass | 9 +++--
sass/revamp-design/_event.sass | 52 ++++++++++++++++++++----
3 files changed, 117 insertions(+), 32 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1729: commit change.
css/style.css | 3 ++-
sass/partials/03-extend/_gsb-revamp.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1749: fix for nexus.
css/style.css | 16 ++++++++--------
sass/partials/00-variables/_base.sass | 2 +-
2 files changed, 9 insertions(+), 9 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1718: diptych responsive adjustments.
css/style.css | 11 ++++++-----
sass/revamp-design/_diptych.sass | 6 +++---
2 files changed, 9 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
Landings: correct color landings pages.
css/style.css | 46 +++++++++++++++++++++++++----------------
sass/revamp-design/_design.sass | 37 +++++++++++++++++++--------------
template.php | 4 +++-
3 files changed, 52 insertions(+), 35 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WP-1765: Narrow view.
css/style.css | 1 -
sass/revamp-design/_house-ads.sass | 1 +
sass/revamp-design/_wysiwyg.sass | 2 +-
3 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1729: adjust show more weight.
css/style.css | 14 +++++++-------
sass/partials/03-extend/_gsb-revamp.sass | 2 +-
sass/revamp-design/_house-ads.sass | 2 +-
sass/revamp-design/_spotlight.sass | 2 +-
4 files changed, 10 insertions(+), 10 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1744: remove margin 0 auto for align left.
css/style.css | 1 -
sass/revamp-design/_witl.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1737: responsive grid changes.
css/style.css | 46 +++++++++++++++++++++++++++-----
sass/revamp-design/_grid-responsive.sass | 31 ++++++++++++++-------
2 files changed, 62 insertions(+), 15 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1711 email icon for cta links
css/style.css | 46 ++++++++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_cta.sass | 45 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 91 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
Icons lib update, added icons for documents.
fonts/gsb.svg-webfont.eot | Bin 7617 -> 8241 bytes
fonts/gsb.svg-webfont.svg | 7 ++++++-
fonts/gsb.svg-webfont.ttf | Bin 14468 -> 15812 bytes
fonts/gsb.svg-webfont.woff | Bin 8684 -> 9376 bytes
4 files changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WPBQA-151: Text CTA adjustment.
css/style.css | 5 +++--
sass/partials/03-extend/_gsb-revamp.sass | 4 ++--
sass/revamp-design/_cta.sass | 2 +-
3 files changed, 6 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1737: name hiding fix.
css/style.css | 10 +++++-----
sass/revamp-design/_msxfellows.sass | 5 +++--
2 files changed, 8 insertions(+), 7 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WPBQA-144: Primary nav hoverstate.
css/style.css | 3 +++
sass/revamp-design/_menu-main.sass | 3 +++
2 files changed, 6 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WP-1731: People fpp list view.
sass/revamp-design/_people.sass | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-148 accordion title icon
css/style.css | 6 ++----
sass/revamp-design/_accordion.sass | 6 ++----
2 files changed, 4 insertions(+), 8 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WPBQA-152:House ads.
css/style.css | 2 +-
sass/revamp-design/_house-ads.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-148 accordion title
css/style.css | 4 +++-
sass/revamp-design/_accordion.sass | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WPBQA-153: Visit us.
css/style.css | 1 +
sass/revamp-design/_cta-custom.sass | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WPBQA-127: Accordions in containers.
css/style.css | 8 ++++----
sass/revamp-design/_accordion.sass | 8 ++++++++
sass/revamp-design/_people.sass | 6 +++---
3 files changed, 15 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-147: banner headline adjustments.
css/style.css | 8 +++++---
sass/revamp-design/_banner.sass | 8 +++++---
2 files changed, 10 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-91: force width of image cta.
css/style.css | 1 +
sass/partials/05-grids/_grids-singularity.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-1 cta follow us title
css/style.css | 5 ++---
sass/revamp-design/_cta-custom.sass | 5 ++---
2 files changed, 4 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1687: remove nested -.
css/style.css | 3 +++
sass/revamp-design/_menu-main.sass | 3 +++
2 files changed, 6 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-119 standard carousel description
css/style.css | 4 ++--
sass/revamp-design/_block-slideshow.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-120: Adjust search results on 568 and lower.
css/style.css | 11 +++++++++++
sass/revamp-design/_google-search-page-elements.sass | 10 ++++++++++
2 files changed, 21 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WPBQA-150: WITL box style update.
css/style.css | 7 ++++---
sass/revamp-design/_witl.sass | 4 ++--
2 files changed, 6 insertions(+), 5 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WP-1630 wysiwyg body table styles
css/style.css | 5 +++++
sass/revamp-design/_wysiwyg.sass | 7 +++++++
2 files changed, 12 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WPBQA-121: wysiwyg quote adjustments.
css/style.css | 8 ++++++--
sass/revamp-design/_wysiwyg.sass | 8 ++++++--
2 files changed, 12 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1730: adjust video styling.
css/style.css | 12 +++++++++++-
sass/revamp-design/_video.sass | 6 ++++--
2 files changed, 15 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1748: decrease font size of headings.
css/style.css | 2 +-
sass/revamp-design/_program-finder.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1749: adjust styling for responsive nexus bp.
css/style.css | 16 ++++++++--------
sass/partials/00-variables/_base.sass | 2 +-
sass/revamp-design/_program-finder.sass | 16 ++++++++--------
3 files changed, 17 insertions(+), 17 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
Plus+Minus signs (kerri update)
fonts/gsb.svg-webfont.eot | Bin 7625 -> 7617 bytes
fonts/gsb.svg-webfont.svg | 5 +++--
fonts/gsb.svg-webfont.ttf | Bin 14380 -> 14468 bytes
fonts/gsb.svg-webfont.woff | Bin 8680 -> 8684 bytes
4 files changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-114 clubs view more link
css/style.css | 1 +
sass/revamp-design/_clubs.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1744: responsive changes at 568.
css/style.css | 64 +++++++++++++++++++++++++++++++++----
sass/revamp-design/_design.sass | 4 ++-
sass/revamp-design/_msxfellows.sass | 1 -
sass/revamp-design/_witl.sass | 37 +++++++++++++++++----
4 files changed, 92 insertions(+), 14 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-146 event calendar link alignment
css/style.css | 4 ++--
sass/revamp-design/_menu-main.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WP-1731: Style update
css/style.css | 5 -----
sass/revamp-design/_people.sass | 8 --------
2 files changed, 13 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1743: responsive msx detail page.
css/style.css | 36 ++++++++++++++++++++++++++++++++++++
sass/revamp-design/_msxfellows.sass | 29 +++++++++++++++++++++++++----
2 files changed, 61 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1738: hide alphapager at 568 and below.
css/style.css | 5 +++++
sass/revamp-design/_az-filter.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Added handling of stock content classes
css/admin-modal/admin-modal.css | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Added checking for stock content page handling.
templates/panels-add-content-link.tpl.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Greg Mercer, 3 years, 6 months ago author: Greg Mercer, 3 years, 6 months ago
Added the 'stock content' page links.
templates/panels-add-content-modal.tpl.php | 12 ++++++++++++
1 file changed, 12 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
WPBQA-135: MegaMenu list elements change to normal case.
css/style.css | 2 +-
sass/revamp-design/_menu-main-mega.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
Social icons re-adjust.
css/style.css | 2 +-
sass/revamp-design/_cta-custom.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-114 club filters view background and show more link
css/style.css | 43 +++++++++++++++++++++++++-----------------
sass/revamp-design/_clubs.sass | 32 +++++++++++++++++++------------
2 files changed, 46 insertions(+), 29 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
SVG icons update.
css/style.css | 30 ++++++++++++++++++++----------
sass/revamp-design/_block-quote.sass | 24 +++++++++++++++---------
sass/revamp-design/_existing-node.sass | 8 ++++++--
3 files changed, 41 insertions(+), 21 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
Merge branch 'master' of github.com:gsbitse/gsb_theme
view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1739: hide filters at 568 and below.
css/style.css | 10 ++++++++++
sass/revamp-design/_search-filters.sass | 4 ++++
2 files changed, 14 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1740: wysiwyg quote width adjustment.
css/style.css | 8 ++++++++
sass/revamp-design/_wysiwyg.sass | 4 ++++
2 files changed, 12 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1392: adjust CSS for footer menu.
css/style.css | 4 ++--
sass/revamp-design/_menu-main.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1729: responsive house add changes.
css/style.css | 101 +++++++++++++++++++++++-----------
sass/partials/00-variables/_base.sass | 3 +-
sass/revamp-design/_house-ads.sass | 59 +++++++++++---------
sass/revamp-design/_spotlight.sass | 4 +-
sass/revamp-design/_wysiwyg.sass | 23 ++++----
5 files changed, 119 insertions(+), 71 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-124 shorter same day events border
css/style.css | 8 ++++----
sass/revamp-design/_event.sass | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1718: responsive adjustments.
css/style.css | 21 +++++++++++++++++++++
sass/revamp-design/_diptych.sass | 12 +++++++++++-
2 files changed, 32 insertions(+), 1 deletion(-)

view commit - committer: Dumitru Vozian, 3 years, 6 months ago author: Dumitru Vozian, 3 years, 6 months ago
Issue #WP-1392: changed footer-1 and footer-2 menus to be called by invoking block_view hook
templates/page.tpl.php | 19 ++++++-------------
1 file changed, 6 insertions(+), 13 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 6 months ago author: Eugen Taracila, 3 years, 6 months ago
Main menu arrow adjustments. SVG font update.
css/style.css | 2 +-
fonts/gsb.svg-webfont.eot | Bin 7624 -> 7625 bytes
fonts/gsb.svg-webfont.ttf | Bin 14380 -> 14380 bytes
fonts/gsb.svg-webfont.woff | Bin 8680 -> 8680 bytes
sass/revamp-design/_menu-main.sass | 2 +-
5 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-119 standard carousel changes
css/style.css | 9 ++++-----
sass/revamp-design/_block-slideshow.sass | 9 ++++-----
2 files changed, 8 insertions(+), 10 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
Adjust banner on programs and stanford gsb experience.
css/style.css | 2 +-
sass/revamp-design/_banner.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 6 months ago
WP-1715: adjust background overlays at mobile brekpoints for full, wide and narrow.
css/style.css | 64 +++++++++++++++++---------------
sass/revamp-design/_block-slideshow.sass | 36 +++++++++---------
2 files changed, 53 insertions(+), 47 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 7 months ago
WPBQA: swap background image.
images/bg-landing-whitetitlebar.png | Bin 1876216 -> 1608735 bytes
1 file changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 6 months ago author: Meghan Palagyi, 3 years, 7 months ago
WPBQA-126: adjust margin value for standford gsb headers.
css/style.css | 1 +
sass/revamp-design/_design.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 6 months ago author: Maia Morosanu, 3 years, 6 months ago
WPBQA-125 wysiwyg table cell padding
css/style.css | 2 +-
sass/revamp-design/_wysiwyg.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WPBQA-75: Search within block.
css/style.css | 4 ++++
sass/revamp-design/_search-filters.sass | 3 +++
2 files changed, 7 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Change icon calendar on events page.
css/style.css | 2 +-
sass/revamp-design/_event.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
SVG update, WPBQA-123.
css/style.css | 25 ++++++++++++++++++-------
fonts/gsb.svg-webfont.eot | Bin 7645 -> 7624 bytes
fonts/gsb.svg-webfont.svg | 4 ++--
fonts/gsb.svg-webfont.ttf | Bin 14432 -> 14380 bytes
fonts/gsb.svg-webfont.woff | Bin 8704 -> 8680 bytes
sass/revamp-design/_accordion.sass | 2 +-
sass/revamp-design/_people.sass | 30 +++++++++++++++++++++++-------
7 files changed, 44 insertions(+), 17 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Merge branch 'master' of github.com:gsbitse/gsb_theme
view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1724: program finder fixes
css/style.css | 6 +++---
sass/revamp-design/_program-finder.sass | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WPBQA-129, WP-1741.
css/style.css | 5 +++--
sass/revamp-design/_block-slideshow.sass | 2 +-
sass/revamp-design/_cta-custom.sass | 1 +
sass/revamp-design/_footer.sass | 2 +-
4 files changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-116 wysiwyg style for narrow view
css/style.css | 17 +++++++++++++++++
sass/revamp-design/_wysiwyg.sass | 16 ++++++++++++++++
2 files changed, 33 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-122 wysiwyg h2 padding
css/style.css | 2 +-
sass/revamp-design/_wysiwyg.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
WPBQA-75: Add search within title for search block on Clubs.
template.php | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Font smoothing update.
css/style.css | 1 +
sass/partials/04-defaults/_common.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
SVG font face UPDATE.
fonts/gsb.svg-webfont.eot | Bin 9047 -> 7645 bytes
fonts/gsb.svg-webfont.svg | 96 ++++++++++++++++++++++-----------------------
fonts/gsb.svg-webfont.ttf | Bin 16064 -> 14432 bytes
fonts/gsb.svg-webfont.woff | Bin 10212 -> 8704 bytes
4 files changed, 48 insertions(+), 48 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Font smoothing css.
css/style.css | 139 +++++++++++++++++++++++++++++++---------------------------
1 file changed, 74 insertions(+), 65 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1735: gradient overlay only on top text.
css/style.css | 46 ++++++++++++--------------------------
sass/revamp-design/_cta-image.sass | 32 +++++++++++++-------------
2 files changed, 29 insertions(+), 49 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Switch image icons to svg icons. UPDATE.
sass/partials/03-extend/_gsb-revamp.sass | 18 ++++++++++
sass/revamp-design/_accordion.sass | 21 +++++++----
sass/revamp-design/_cta.sass | 60 +++++++++++++++++---------------
sass/revamp-design/_design.sass | 34 ++++++++----------
sass/revamp-design/_house-ads.sass | 8 ++---
5 files changed, 81 insertions(+), 60 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1729: adjust house ads full and wide at 768 and 480.
css/style.css | 40 ++++++++++++++++++++++++++++++++------
sass/revamp-design/_house-ads.sass | 24 +++++++++++++++++++----
sass/revamp-design/_spotlight.sass | 16 ++++++++++++---
3 files changed, 67 insertions(+), 13 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1720: adjust spotlights that are placed in full and wide at 480 and lower.
css/style.css | 20 ++++++++++++++++++++
sass/revamp-design/_spotlight.sass | 7 +++++++
2 files changed, 27 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1729: remove unused middle class.
css/style.css | 17 ++---------------
sass/partials/00-variables/_base.sass | 1 -
sass/revamp-design/_house-ads.sass | 1 -
sass/revamp-design/_spotlight.sass | 4 +---
4 files changed, 3 insertions(+), 20 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1728: adjust section menu placement.
css/style.css | 3 ++-
sass/revamp-design/_banner.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1689 featured event changes
css/style.css | 5 +++--
sass/revamp-design/_event.sass | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1695: adjust banner position.
css/style.css | 2 +-
sass/revamp-design/_banner.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-113 intro copy style font changes
css/style.css | 4 ++--
sass/revamp-design/_wysiwyg.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1727, WP-1726 FIXED.
css/style.css | 65 ++++++++++++++++----------------
sass/revamp-design/_az-filter.sass | 4 +-
sass/revamp-design/_block-slideshow.sass | 4 +-
sass/revamp-design/_footer.sass | 7 +++-
sass/revamp-design/_front.sass | 12 +++---
sass/revamp-design/_menu-main.sass | 35 +++++++++--------
6 files changed, 66 insertions(+), 61 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-118 gsb around the globe changes
css/style.css | 27 ++++++++++++++++++---------
images/gsbaroundtheglobe.jpg | Bin 0 -> 21218 bytes
sass/partials/00-variables/_colors.sass | 1 -
sass/revamp-design/_cta-custom.sass | 15 ++++++---------
4 files changed, 24 insertions(+), 19 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1718: responsive diptych changes.
css/style.css | 51 ++++++++++++++++++++++++++++++
sass/revamp-design/_diptych.sass | 68 +++++++++++++++++++++++++++++-----------
2 files changed, 100 insertions(+), 19 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1689 expand featured event details if there is no image
css/style.css | 4 ++--
sass/revamp-design/_event.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WPBQA-106: Admission calendar first column add fixed width.
css/style.css | 1 +
sass/revamp-design/_event.sass | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-111 main menu items hover
css/style.css | 7 +++++--
sass/partials/00-variables/_colors.sass | 1 +
sass/revamp-design/_menu-main.sass | 5 +++--
3 files changed, 9 insertions(+), 4 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WPBQA-115: Narrow-view image CTA.
css/style.css | 7 +------
sass/revamp-design/_cta-image.sass | 2 +-
sass/revamp-design/_house-ads.sass | 6 +++---
3 files changed, 5 insertions(+), 10 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1422 calendar events background
css/style.css | 6 ++++++
sass/revamp-design/_event.sass | 5 +++++
2 files changed, 11 insertions(+)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Update classes according to path change for Clubs page.
css/style.css | 12 ++++++------
sass/revamp-design/_design.sass | 2 +-
sass/revamp-design/_search-filters.sass | 2 +-
3 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Fix twitter feed heading prefix.
js/libs/twitterfeed.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Add link to Twitter feed heading.
js/libs/twitterfeed.js | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
GSB icons font, global changes for image icons. UPDATE
css/style.css | 443 ++++++++++++++++++++----------
sass/partials/04-defaults/_font-face.sass | 4 +
sass/revamp-design/_az-filter.sass | 17 +-
sass/revamp-design/_block-slideshow.sass | 53 +++-
sass/revamp-design/_cta-custom.sass | 70 +++--
sass/revamp-design/_cta-image.sass | 9 +-
sass/revamp-design/_cta.sass | 52 +++-
sass/revamp-design/_design.sass | 14 +-
sass/revamp-design/_diptych.sass | 8 +-
sass/revamp-design/_event.sass | 35 ++-
sass/revamp-design/_footer.sass | 13 +-
sass/revamp-design/_front.sass | 17 ++
sass/revamp-design/_menu-main-mega.sass | 14 +-
sass/revamp-design/_menu-main.sass | 16 +-
sass/revamp-design/_search-filters.sass | 20 +-
sass/revamp-design/_social-media.sass | 24 +-
sass/revamp-design/_wysiwyg.sass | 5 +-
17 files changed, 578 insertions(+), 236 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
GSB icons font, global changes for image icons.
css/style.css | 1 -
fonts/gsb.svg-webfont.eot | Bin 0 -> 9047 bytes
fonts/gsb.svg-webfont.svg | 78 +++++++++++++++++++++++++++++++++++++++++++++
fonts/gsb.svg-webfont.ttf | Bin 0 -> 16064 bytes
fonts/gsb.svg-webfont.woff | Bin 0 -> 10212 bytes
5 files changed, 78 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Don't add the flyout if there are no Elements.
templates/panels-add-content-modal.tpl.php | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Only show the Elements section if there are some fpp elements.
templates/panels-add-content-modal.tpl.php | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1715: responsive adjustments for full view.
css/style.css | 47 +++++++++++++++++++++++++++++---
sass/revamp-design/_block-slideshow.sass | 28 ++++++++++++++++---
2 files changed, 67 insertions(+), 8 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1521: fix edit button length
css/style.css | 9 +++++++++
sass/revamp-design/_ctools.sass | 8 ++++++++
2 files changed, 17 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Responsive: adjust z-index of section menu conflicting with main menu.
css/style.css | 2 +-
sass/revamp-design/_banner.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1604: mobile events filter fixes.
css/style.css | 111 ++++++++++++--------------------
js/responsive-menu.js | 2 +-
sass/revamp-design/_banner.sass | 1 -
sass/revamp-design/_event.sass | 56 ----------------
sass/revamp-design/_search-filters.sass | 25 ++++++-
5 files changed, 65 insertions(+), 130 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Responsive: event filter toggle should be red.
css/style.css | 3 +++
sass/revamp-design/_banner.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1555 around world link hover
css/style.css | 9 ++++++---
sass/revamp-design/_cta-custom.sass | 5 ++++-
2 files changed, 10 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Fix icon hover in footer.
css/style.css | 20 ++++----------------
sass/revamp-design/_cta-custom.sass | 8 ++++----
sass/revamp-design/_footer.sass | 8 --------
3 files changed, 8 insertions(+), 28 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1708: change max length to 250 remove bullet from Facts field
css/style.css | 6 ------
sass/revamp-design/_witl.sass | 7 -------
2 files changed, 13 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Responsive: section menu fixes.
css/style.css | 19 ++++++++++++-------
js/responsive-menu.js | 2 +-
sass/revamp-design/_banner.sass | 7 ++++---
3 files changed, 17 insertions(+), 11 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1555 link shadow
css/style.css | 3 +++
sass/revamp-design/_cta-custom.sass | 1 +
2 files changed, 4 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Responsive: homepage at 320.
css/style.css | 48 ++++++++++++++++++++++++--
sass/partials/00-variables/_base.sass | 4 +--
sass/partials/05-grids/_grids-singularity.sass | 10 ++++--
sass/revamp-design/_block-slideshow.sass | 5 ++-
sass/revamp-design/_cta-image.sass | 12 +++++--
5 files changed, 69 insertions(+), 10 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Program finder font fix
sass/revamp-design/_program-finder.sass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Modify Twitter js code according to new API.
js/libs/twitterfeed.js | 74 +++++++++++++++++++++++++-------------------------
1 file changed, 37 insertions(+), 37 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Merge branch 'master' of github.com:gsbitse/gsb_theme
view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Program finder fix
css/style.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1555 gsb around the world background
css/style.css | 5 +++++
sass/revamp-design/_cta-custom.sass | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1555 cta around globe background
images/cta-world-map.png | Bin 0 -> 33543 bytes
sass/revamp-design/_cta-custom.sass | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Responsive: main menu hover and active states only on desktop.
css/style.css | 6 ++++--
sass/revamp-design/_menu-main.sass | 9 +++++----
2 files changed, 9 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Responsive: adjust breadcrumb size for nexus.
css/style.css | 4 ++--
sass/partials/06-ui-patterns/_drupal-patterns.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Adjust enews break on ipad.
css/style.css | 2 +-
sass/revamp-design/_footer.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1687: adjust active trail on mobile.
css/style.css | 16 +++++++++-------
sass/revamp-design/_design.sass | 15 ++++++++-------
2 files changed, 17 insertions(+), 14 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Responsive: adjust banner on landings.
css/style.css | 13 +++++++------
sass/revamp-design/_banner.sass | 8 +++++---
2 files changed, 12 insertions(+), 9 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Around the globe: comment out missing image.
css/style.css | 7 -------
sass/revamp-design/_cta-custom.sass | 6 +++---
2 files changed, 3 insertions(+), 10 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1555 cta aroung the globe
css/style.css | 44 +++++++++++++++++++++++++++++++++
sass/partials/00-variables/_colors.sass | 1 +
sass/revamp-design/_cta-custom.sass | 37 +++++++++++++++++++++++++++
3 files changed, 82 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1687: mobile active trail.
css/style.css | 34 +++++++++++++++++++++++-----------
sass/revamp-design/_banner.sass | 17 +++++++----------
sass/revamp-design/_design.sass | 11 ++++++++++-
3 files changed, 40 insertions(+), 22 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Breadcrumbs: smaller font-size for nexus.
css/style.css | 10 ++++++++++
sass/partials/06-ui-patterns/_drupal-patterns.sass | 4 ++++
2 files changed, 14 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Responsive: change class of stanford gsb experience.
css/style.css | 2 +-
sass/revamp-design/_banner.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1704 back to top link
js/custom.js | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1551 block menu
css/style.css | 44 ++++++++++++++++++++++++++++++++++++-----
sass/revamp-design/_design.sass | 31 +++++++++++++++++++++++++++++
2 files changed, 70 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1694: adjust footer for nexus.
css/style.css | 21 ++++++++++++++++++---
sass/revamp-design/_footer.sass | 11 ++++++++---
2 files changed, 26 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1697: change qtip class.
css/style.css | 4 ++--
sass/revamp-design/_menu-main-mega.sass | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1695: banner for landings without breadcrumbs.
css/style.css | 105 +++++++++++++++++++++++++++++++++++-----
sass/revamp-design/_banner.sass | 64 +++++++++++++++++++++---
sass/revamp-design/_design.sass | 17 +++++--
3 files changed, 163 insertions(+), 23 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-98 cta link padding
css/style.css | 1 +
sass/revamp-design/_cta.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-98 cta link padding
css/style.css | 2 +-
sass/revamp-design/_cta.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1642: fix gradient syntax.
css/style.css | 42 ++++++++++++++++++++-------------
sass/revamp-design/_program-finder.sass | 8 +++----
2 files changed, 30 insertions(+), 20 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Add background to active menu item.
css/style.css | 2 +-
sass/revamp-design/_menu-main.sass | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
WP-1678: Remove Home link from breadcrumbs.
template.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Changing the text for the 'Add' menu.
templates/panels-add-content-modal.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1691: Feature event location color -- FIXED.
css/style.css | 7 +++++--
sass/revamp-design/_event.sass | 7 +++++--
2 files changed, 10 insertions(+), 4 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1663 spacing fixes
css/admin-modal/admin-modal.css | 31 +++++++++++++++++++++++++------
1 file changed, 25 insertions(+), 6 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Remove text shadow from panel buttons.
css/style.css | 1 -
sass/partials/04-defaults/forms/_formalize.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Responsive: adjust z-index and remove second background.
css/style.css | 3 ++-
sass/revamp-design/_banner.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1679 cta slideshow title and cta links
css/style.css | 9 ++++++++-
sass/revamp-design/_block-slideshow.sass | 8 +++++++-
2 files changed, 15 insertions(+), 2 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WPBQA-100: Blue plus taupe sub-masthead bars -- UPDATE.
css/style.css | 8 ++++++--
sass/revamp-design/_banner.sass | 9 ++++++---
2 files changed, 12 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1605: adjust styling and add arrows.
css/style.css | 29 +++++++++++++++++++++++++----
sass/revamp-design/_program-finder.sass | 25 ++++++++++++++++++++-----
2 files changed, 45 insertions(+), 9 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Update Filter label. Add font-face symbols instead of characters.
css/style.css | 18 ++++++++++--------
sass/revamp-design/_search-filters.sass | 18 ++++++++++--------
2 files changed, 20 insertions(+), 16 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Responsive: adjustments for tablet landscape.
css/style.css | 8 +++++++-
sass/partials/05-grids/_grids-singularity.sass | 2 ++
sass/revamp-design/_footer.sass | 2 +-
3 files changed, 10 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1672 clubs see more link
css/style.css | 23 +++++++++++++++++++++++
sass/revamp-design/_clubs.sass | 21 +++++++++++++++++++++
2 files changed, 44 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Responsive: adjust middle col float.
css/style.css | 2 +-
sass/partials/00-variables/_base.sass | 1 +
sass/partials/05-grids/_grids-singularity.sass | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Responsive: update tablet variables.
css/style.css | 26 ++++++--------------
sass/partials/00-variables/_base.sass | 8 ++++---
sass/partials/05-grids/_grids-singularity.sass | 8 +++----
sass/revamp-design/_banner.sass | 12 +++++-----
sass/revamp-design/_block-slideshow.sass | 6 ++---
sass/revamp-design/_cta-image.sass | 4 ++--
sass/revamp-design/_design.sass | 28 +++++++++++-----------
sass/revamp-design/_footer.sass | 27 ++++++++++-----------
sass/revamp-design/_front.sass | 14 +++++------
.../_google-search-page-elements.sass | 2 +-
sass/revamp-design/_menu-main-mega.sass | 6 ++---
sass/revamp-design/_menu-main.sass | 8 +++----
sass/revamp-design/_program-finder.sass | 16 ++++++-------
sass/revamp-design/_search-filters.sass | 4 ++--
14 files changed, 79 insertions(+), 90 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1674: Clubs: Searche border and background missling on clubs list page -- FIXED.
css/style.css | 10 +++++-----
sass/revamp-design/_search-filters.sass | 5 +++++
2 files changed, 10 insertions(+), 5 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Feature event background image update.
css/style.css | 2 +-
images/bg-banner-eventcal.png | Bin 294155 -> 292951 bytes
sass/revamp-design/_banner.sass | 2 +-
3 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1663 form buttons reordering
template.php | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1676: Chevron -- FIXED.
css/style.css | 10 +++++-----
sass/revamp-design/_event.sass | 33 ++++++++++++++++-----------------
2 files changed, 21 insertions(+), 22 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1675: Hover state icons -- FIXED/UPDATED.
css/style.css | 19 ++++++++++++++++---
sass/partials/03-extend/_gsb-revamp.sass | 16 ++++++++++++----
sass/revamp-design/_house-ads.sass | 8 +++++++-
3 files changed, 35 insertions(+), 8 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1646 spotlight img size firefox fix
css/style.css | 1 +
sass/revamp-design/_spotlight.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Sidebar: remove border from children.
css/style.css | 3 +++
sass/revamp-design/_banner.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Add Feature event min height.
css/style.css | 1 +
sass/revamp-design/_event.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Responsive: use collapsed section menu on ipad.
css/style.css | 27 ++++++++++++++++++++------
sass/partials/05-grids/_grids-singularity.sass | 2 +-
sass/revamp-design/_banner.sass | 12 +++++++++---
sass/revamp-design/_design.sass | 4 ++--
4 files changed, 33 insertions(+), 12 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1663 changed link color
css/admin-modal/admin-modal.css | 3 ---
1 file changed, 3 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Merge branch 'master' of github.com:gsbitse/gsb_theme
view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Feature event title hover.
css/style.css | 9 +++++++++
sass/revamp-design/_event.sass | 11 ++++++++++-
2 files changed, 19 insertions(+), 1 deletion(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-99 red gradient CTA links
css/style.css | 6 +++++-
sass/revamp-design/_cta.sass | 4 +++-
sass/revamp-design/_front.sass | 1 +
3 files changed, 9 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Responsive: swap plus minus on front programs.
css/style.css | 16 +++++++++++++---
sass/revamp-design/_front.sass | 14 ++++++++++++--
2 files changed, 25 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Responsive: arrows and padding at 768.
css/style.css | 6 +++---
sass/revamp-design/_menu-main.sass | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Responsive: adjust event filter menu padding.
css/style.css | 2 +-
sass/revamp-design/_banner.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Responsive: replace search on mobile menu.
css/style.css | 12 +++++++-----
sass/revamp-design/_menu-main.sass | 12 +++++++-----
2 files changed, 14 insertions(+), 10 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Responsive: replace plus minus on hamburger menu.
css/style.css | 39 +++++++++++++++++++++++++-------------
sass/revamp-design/_menu-main.sass | 26 ++++++++++++++++++-------
2 files changed, 45 insertions(+), 20 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Responsive: replace hamburger.
css/style.css | 26 +++++++++++++-------------
sass/revamp-design/_menu-main.sass | 22 +++++++++++-----------
sass/revamp-design/_search-filters.sass | 2 +-
3 files changed, 25 insertions(+), 25 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1671: Image overlapping FIXED.
css/style.css | 4 ++++
sass/revamp-design/_house-ads.sass | 4 +++-
2 files changed, 7 insertions(+), 1 deletion(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1670: Hover state for title, House ads.
css/style.css | 21 +++++++++++++++++++++
sass/revamp-design/_house-ads.sass | 17 ++++++++++++++++-
2 files changed, 37 insertions(+), 1 deletion(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1663 modal add content forms
css/admin-modal/admin-modal.css | 123 +++++++++++++++++++++++------
template.php | 10 +++
templates/panels-add-content-modal.tpl.php | 5 +-
3 files changed, 111 insertions(+), 27 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Responsive: remove active state.
css/style.css | 3 ---
sass/revamp-design/_menu-main.sass | 2 --
2 files changed, 5 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1648: remove unused images.
images/mobile/arrow-down.png | Bin 223 -> 0 bytes
images/mobile/arrow-down.svg | 12 ------------
images/mobile/arrow-drop.png | Bin 155 -> 0 bytes
images/mobile/arrow-next.png | Bin 226 -> 0 bytes
images/mobile/arrow-next.svg | 12 ------------
images/mobile/arrow-previous.png | Bin 236 -> 0 bytes
6 files changed, 24 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1648: use new font on menu and program finder.
css/style.css | 76 +++++++++++++++++++++------------
sass/revamp-design/_banner.sass | 53 ++++++++++-------------
sass/revamp-design/_menu-main.sass | 9 +++-
sass/revamp-design/_program-finder.sass | 20 ++++++---
4 files changed, 93 insertions(+), 65 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1648: add entypo font.
css/style.css | 8 ++++++++
fonts/entypo.eot | Bin 0 -> 35540 bytes
fonts/entypo.svg | 13 +++++++++++++
fonts/entypo.ttf | Bin 0 -> 35392 bytes
fonts/entypo.woff | Bin 0 -> 21916 bytes
sass/partials/04-defaults/_font-face.sass | 4 ++++
6 files changed, 25 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1137 UPDATE.
css/style.css | 71 ++++++++++++++++++++++++++++++++++++++--
sass/revamp-design/_event.sass | 73 +++++++++++++++++++++++++++++++++++++-----
2 files changed, 134 insertions(+), 10 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1648: remove duplicate arrow.
css/style.css | 18 +++++++++---------
images/navigation-arrow.png | Bin 186 -> 0 bytes
sass/revamp-design/_menu-main.sass | 8 ++++----
3 files changed, 13 insertions(+), 13 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1082: adjust the labels on modals.
css/style.css | 23 ++++++++++++++---------
sass/revamp-design/_ctools.sass | 34 ++++++++++++++++++++--------------
2 files changed, 34 insertions(+), 23 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1630: condense WYSIWYG styles.
css/style.css | 80 +++++++++++++++++-----------------
sass/partials/04-defaults/_tables.sass | 36 ---------------
sass/revamp-design/_wysiwyg.sass | 34 +++++++++++++++
3 files changed, 73 insertions(+), 77 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Featured Event clearfix update.
css/style.css | 6 ++----
sass/revamp-design/_banner.sass | 4 ++--
2 files changed, 4 insertions(+), 6 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1660, WP-1658, WP-1657, WP-1137
css/style.css | 161 +++++++++++++++----------------
images/blue_box_event_f.png | Bin 0 -> 1689 bytes
sass/partials/03-extend/_gsb-revamp.sass | 25 +++++
sass/revamp-design/_banner.sass | 4 +-
sass/revamp-design/_event.sass | 42 ++++++++
sass/revamp-design/_house-ads.sass | 52 ++--------
sass/revamp-design/_spotlight.sass | 22 +----
7 files changed, 155 insertions(+), 151 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Responsive menu: increase z-index.
css/style.css | 2 +-
sass/revamp-design/_banner.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WPBQA-91: adjust margins on ipad.
css/style.css | 39 +++++++++++++++++++++++---
sass/partials/05-grids/_grids-singularity.sass | 5 +++-
sass/revamp-design/_cta-image.sass | 11 +++++---
sass/revamp-design/_front.sass | 3 ++
4 files changed, 49 insertions(+), 9 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WPBQA-90: adjust top margin.
css/style.css | 2 +-
sass/revamp-design/_search-filters.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1604: additional calendar theming.
css/style.css | 82 +++++++++++++++++++++++++++--------------
js/custom.js | 3 +-
sass/revamp-design/_banner.sass | 30 +++++++++++++--
3 files changed, 82 insertions(+), 33 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Part of WP-1575 On the first page of the panels_add_content_modal add a list of the content links.
templates/panels-add-content-modal.tpl.php | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Part of WP-1575 Added handling for links on the first page of add_content_modal.
templates/panels-add-content-link.tpl.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
House ads update.
css/style.css | 20 ++++++++++----------
sass/revamp-design/_house-ads.sass | 10 +++++-----
2 files changed, 15 insertions(+), 15 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1643: add taupe background.
css/style.css | 13 +++++++++++++
sass/revamp-design/_banner.sass | 7 +++++++
2 files changed, 20 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1605: add styling for resp program finder.
css/style.css | 133 ++++++++++++++++++++++++++++++++
images/arrow-program-tan-down.png | Bin 0 -> 1941 bytes
images/arrow-program-tan-up.png | Bin 0 -> 1930 bytes
sass/revamp-design/_program-finder.sass | 96 ++++++++++++++++++++++-
4 files changed, 228 insertions(+), 1 deletion(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Part of WP-1575 On the first page of the panels_add_content_modal add a list of the content links.
templates/panels-add-content-modal.tpl.php | 11 +++++++++++
1 file changed, 11 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-94 mega menu event icon
css/style.css | 2 +-
images/icon-event-grey.png | Bin 0 -> 1144 bytes
sass/revamp-design/_menu-main-mega.sass | 2 +-
3 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1619: Megamenu active class background black -- DONE.
css/style.css | 3 +++
sass/revamp-design/_menu-main.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
add content form
css/admin-modal/admin-modal.css | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1602: Theme House Ads -- DONE.
css/style.css | 23 ++++++++++++++++++++++-
sass/revamp-design/_house-ads.sass | 24 +++++++++++++++++++++---
2 files changed, 43 insertions(+), 4 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-93 border color between same day events
css/style.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-93 border color between same day events
sass/partials/00-variables/_colors.sass | 1 +
sass/revamp-design/_event.sass | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
WP-1645: Add body class for GSB Experience.
template.php | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1644: Theme House Ads and set width to tables Academic calendar.
css/style.css | 142 +++++++++++++++++++++++++++++++++++--
sass/revamp-design/_all.sass | 2 +
sass/revamp-design/_event.sass | 3 +
sass/revamp-design/_house-ads.sass | 120 +++++++++++++++++++++++++++++++
4 files changed, 262 insertions(+), 5 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Added check if top level menu is being displayed vs the content Add button.
templates/panels-add-content-link.tpl.php | 8 ++++++++
1 file changed, 8 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1604: styling events dropdown.
css/style.css | 75 +++++++++++++++++++++++++++++++--
js/custom.js | 3 +-
js/responsive-menu.js | 8 ++++
sass/revamp-design/_banner.sass | 63 +++++++++++++++++++++++++--
sass/revamp-design/_event.sass | 36 +++++++---------
sass/revamp-design/_search-filters.sass | 2 +
6 files changed, 160 insertions(+), 27 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-87 spotlight block font changes
css/style.css | 1 -
sass/revamp-design/_spotlight.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-31 pdf links icons
css/style.css | 16 +++++++++-------
images/pdficon-blue.png | Bin 0 -> 303 bytes
images/pdficon-green.png | Bin 0 -> 289 bytes
images/pdficon-red.png | Bin 0 -> 280 bytes
sass/partials/04-defaults/_font-custom.sass | 8 +++++---
sass/revamp-design/_wysiwyg.sass | 7 ++++---
6 files changed, 18 insertions(+), 13 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1637: Academic Calendar -- DONE.
css/style.css | 25 +++++++++++++++++++++++++
sass/revamp-design/_event.sass | 22 +++++++++++++++++++---
2 files changed, 44 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WPBQA-18: height under bp.
css/style.css | 6 +++++-
sass/revamp-design/_design.sass | 3 ++-
2 files changed, 7 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1604: events menu toggle.
css/style.css | 91 +++++++++++++++++++++++++++++++++++++++++
js/custom.js | 15 +++----
js/responsive-menu.js | 8 ++++
sass/revamp-design/_banner.sass | 65 ++++++++++++++++++++++++++++-
sass/revamp-design/_event.sass | 2 +
5 files changed, 173 insertions(+), 8 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WPBQA-83: Mega menu link font-weight -- UPDATE.
css/style.css | 2 --
sass/revamp-design/_menu-main-mega.sass | 2 --
2 files changed, 4 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
add content forms
css/admin-modal/admin-modal.css | 56 +++++++++++++++++++++++++++++++++++++++++
template.php | 3 +++
2 files changed, 59 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WPBQA-76: Filter by bar -- UPDATE.
css/style.css | 17 +++++++----------
sass/revamp-design/_search-filters.sass | 21 ++++++++++-----------
2 files changed, 17 insertions(+), 21 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1636: Admission Event Calendar -- DONE.
css/style.css | 120 +++++++++++++++++++++++++++++---
js/custom.js | 11 +++
sass/revamp-design/_event.sass | 104 +++++++++++++++++++++++++--
sass/revamp-design/_views-listings.sass | 6 --
4 files changed, 217 insertions(+), 24 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Part of WP-1575 Changed text of add menu to Add New Element.
templates/panels-add-content-modal.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1635: move styles into partial and adjust intro and p styling.
css/style.css | 257 ++++++++++++++++-----------------
sass/partials/04-defaults/_common.sass | 110 --------------
sass/revamp-design/_all.sass | 5 +
sass/revamp-design/_design.sass | 10 +-
sass/revamp-design/_wysiwyg.sass | 109 ++++++++++++++
5 files changed, 248 insertions(+), 243 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WPBQA-79: move page styles to partial and add responsive changes.
css/style.css | 58 ++++++++++++++--------
sass/revamp-design/_front.sass | 4 +-
.../_google-search-page-elements.sass | 31 +++++++++---
sass/revamp-design/_search-filters.sass | 41 ++++++---------
4 files changed, 78 insertions(+), 56 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WPBQA-18: adjust header height.
css/style.css | 2 +-
sass/revamp-design/_design.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-39 witl font changes
css/style.css | 4 +++-
sass/revamp-design/_witl.sass | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
add content menu
css/admin-modal/admin-modal.css | 38 ++++++++++++++++++++++++++++++++++++++
template.php | 3 +++
2 files changed, 41 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Responsive: maintain bottom block order.
css/style.css | 34 --------------------------
sass/partials/05-grids/_grids-singularity.sass | 4 ---
2 files changed, 38 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Responsive: changes for page titles.
css/style.css | 20 +++++++++++++++-----
sass/revamp-design/_design.sass | 15 +++++++++++++--
sass/revamp-design/_event.sass | 2 --
sass/revamp-design/_front.sass | 1 -
4 files changed, 28 insertions(+), 10 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-79 search results
css/style.css | 30 +++++++++++++++++++++++++++---
sass/revamp-design/_search-filters.sass | 21 ++++++++++++++++++++-
2 files changed, 47 insertions(+), 4 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1526: Addmission calendar: Filter by missing -- FIXED.
css/style.css | 14 +++++++-------
sass/revamp-design/_search-filters.sass | 18 ++++++++++++------
2 files changed, 19 insertions(+), 13 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Correct page backgrounds.
css/style.css | 19 ++++++++++++++++++-
images/bg-facultygrid.png | Bin 0 -> 1217503 bytes
sass/revamp-design/_design.sass | 22 ++++++++++++++++++----
3 files changed, 36 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Slideshow: remove incorrect class from front.
layouts/gsb-front-page/gsb-front-page.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1633 wysiwyg lists
css/style.css | 10 ++++++++--
sass/partials/04-defaults/_common.sass | 8 ++++++--
2 files changed, 14 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1618: adjust cta slideshow in wideview.
css/style.css | 46 +++++++++++++++++++++++++++++---
sass/revamp-design/_block-slideshow.sass | 26 +++++++++++++++---
2 files changed, 66 insertions(+), 6 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Issue #WP-1602: add show more functionality to house ads
js/custom.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1483: add space after program.
css/style.css | 1 +
sass/revamp-design/_spotlight.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Merge branch 'master' of github.com:gsbitse/gsb_theme
view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Breadcrumbs UPDATE.
css/style.css | 23 ++++++++++++----------
sass/partials/06-ui-patterns/_drupal-patterns.sass | 7 +++++++
sass/revamp-design/_banner.sass | 13 +++---------
3 files changed, 23 insertions(+), 20 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WPBQA-57: remove border from text fpp on msx.
css/style.css | 10 ++++++----
sass/revamp-design/_msxfellows.sass | 4 +++-
2 files changed, 9 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1345: implement left hnd menu change at 568.
css/style.css | 97 +++++++++++++++++++++++++-
js/responsive-menu.js | 8 +++
sass/partials/04-defaults/_common.sass | 4 +-
sass/partials/05-grids/_grids-singularity.sass | 2 +
sass/revamp-design/_banner.sass | 65 ++++++++++++++++-
sass/revamp-design/_design.sass | 9 ++-
6 files changed, 179 insertions(+), 6 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WPBQA-36: Breadcrumbs hoverstate added.
css/style.css | 11 +++++++++++
sass/revamp-design/_banner.sass | 11 +++++++++++
2 files changed, 22 insertions(+)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Add breadcrumbs to main region in templete.
templates/page.tpl.php | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
WP-1526: Add some preliminary structure to the admission events buttons.
css/style.css | 10 ++++++++++
sass/revamp-design/_event.sass | 6 ++++++
2 files changed, 16 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
WP-1526: Alter templates to suit admission events.
templates/views-exposed-form--admission-events.tpl.php | 2 ++
templates/views-view--admission-events.tpl.php | 12 ++++++------
2 files changed, 8 insertions(+), 6 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
WP-1526: Copy default views templates for admission events.
.../views-exposed-form--admission-events.tpl.php | 80 +++++++++++++++++++
templates/views-view--admission-events.tpl.php | 90 ++++++++++++++++++++++
2 files changed, 170 insertions(+)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Added link for footer Stanford Community. WP-1305
templates/page.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-28 people grid spacing
css/style.css | 8 ++++++--
sass/revamp-design/_grid-responsive.sass | 4 ++--
sass/revamp-design/_people.sass | 2 ++
3 files changed, 10 insertions(+), 4 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WPBQA-76: FIlter by bar -- FIXED.
css/style.css | 26 ++++++++++++++++++++------
sass/revamp-design/_search-filters.sass | 27 +++++++++++++++++++++++----
2 files changed, 43 insertions(+), 10 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WPBQA-84: adjust vertical position of slogan.
css/style.css | 3 ++-
sass/revamp-design/_design.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1483: remove comma after program.
css/style.css | 3 ---
sass/revamp-design/_spotlight.sass | 2 --
2 files changed, 5 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-29 twitter background positioning
css/style.css | 2 +-
sass/revamp-design/_social-media.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-31 pdf icons for links to pdf file
css/style.css | 15 +++++++++++++++
images/pdficons.png | Bin 0 -> 1379 bytes
sass/partials/04-defaults/_common.sass | 6 ++++++
sass/partials/04-defaults/_font-custom.sass | 6 ++++++
4 files changed, 27 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WPBQA-34: Red CTA text + chevron position -- FIXED.
css/style.css | 4 ++--
sass/revamp-design/_witl.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
Changed text of footer item. WP-1305
templates/page.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-4 wysiwyg callout quote
css/style.css | 15 +++++++++++----
sass/partials/04-defaults/_common.sass | 10 ++++++++--
2 files changed, 19 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WPBQA-77: make font sizing and spacing adjustments.
css/style.css | 21 ++++++++++++++++++---
sass/revamp-design/_design.sass | 20 +++++++++++++++++---
2 files changed, 35 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Responsive: adjust description width at 768 on simple.
css/style.css | 2 +-
sass/revamp-design/_block-slideshow.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WPBQA-72: Diptych: FIXED and UPDATED.
css/style.css | 32 +++++++++++++++++++++++++-------
sass/revamp-design/_diptych.sass | 35 ++++++++++++++++++++++++++++-------
2 files changed, 53 insertions(+), 14 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Add favicon to theme.
favicon.ico | Bin 1150 -> 181728 bytes
1 file changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WPBQA-57: move bg left.
css/style.css | 2 +-
sass/revamp-design/_design.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WPBQA-82: use light weight on menu and red gradient links.
css/style.css | 8 +++++---
sass/revamp-design/_cta.sass | 4 ++--
sass/revamp-design/_design.sass | 3 ++-
sass/revamp-design/_front.sass | 2 +-
sass/revamp-design/_menu-main.sass | 3 ++-
5 files changed, 12 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WPBQA-82: add light weight.
css/style.css | 16 ++++++++++++++++
sass/partials/00-variables/_fonts.sass | 3 +++
sass/partials/04-defaults/_font-face.sass | 26 ++++++++++++++++++++++++++
3 files changed, 45 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WPBQA-76: Filter by bar
css/style.css | 1 +
sass/revamp-design/_search-filters.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WPBQA-14: update hovestate.
css/style.css | 10 ++++++----
sass/revamp-design/_menu-main-mega.sass | 8 +++++---
2 files changed, 11 insertions(+), 7 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-29 twiiter feed links and background
css/style.css | 4 +++-
images/bg-social-feed.png | Bin 152414 -> 185501 bytes
sass/revamp-design/_social-media.sass | 4 +++-
3 files changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WPBQA-83: Mega menu link font weight -- FIXED.
css/style.css | 2 --
sass/revamp-design/_menu-main.sass | 2 --
2 files changed, 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WPBQA-5: cta slideshow adjustments.
css/style.css | 51 +++++++++++++------------------
images/next-arrow.png | Bin 2306 -> 0 bytes
images/prev-arrow.png | Bin 2338 -> 0 bytes
sass/revamp-design/_block-slideshow.sass | 21 ++++++-------
4 files changed, 30 insertions(+), 42 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Responsive: hide close button on desktop.
css/style.css | 5 +++++
sass/revamp-design/_menu-main-mega.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1552 wysiwyg heading links
css/style.css | 16 ++++++++++++++++
sass/partials/04-defaults/_common.sass | 14 +++++++++++++-
2 files changed, 29 insertions(+), 1 deletion(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WPBQA-73: Green links and Red Bar style links -- FIXED.
css/style.css | 19 ++++++++++++++++---
sass/revamp-design/_design.sass | 20 ++++++++++++++------
2 files changed, 30 insertions(+), 9 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WPBQA-74: apply image cta gradients.
css/style.css | 45 ++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_cta-image.sass | 19 ++++++++++++++++
2 files changed, 64 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WPBQA-78:Program finder -- FIXED.
css/style.css | 8 +++++---
sass/revamp-design/_program-finder.sass | 10 +++++-----
2 files changed, 10 insertions(+), 8 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-43 paragraph line-height
css/style.css | 4 ++--
sass/partials/04-defaults/_common.sass | 2 +-
sass/revamp-design/_msxfellows.sass | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1611: adjustment of tablet menu spacing.
css/style.css | 9 ++++++++-
sass/revamp-design/_menu-main.sass | 8 +++++++-
2 files changed, 15 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WPBQA-57: add fellows background.
css/style.css | 7 +++++++
images/bg-msxfellows.png | Bin 0 -> 2069303 bytes
sass/revamp-design/_design.sass | 9 ++++++++-
3 files changed, 15 insertions(+), 1 deletion(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WPBQA-33: UPDATE.
css/style.css | 2 +-
sass/revamp-design/_witl.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WPBQA-35: Week in the life -- FIXED.
css/style.css | 2 +-
sass/revamp-design/_grid-responsive.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
WP-1612: Prevent non-program pages from getting the wrong class.
css/style.css | 23 +++++++++++------------
sass/revamp-design/_event.sass | 3 +--
template.php | 16 +++++++---------
3 files changed, 19 insertions(+), 23 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1593: remove duplicate title.
css/style.css | 3 ++-
sass/revamp-design/_design.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1593: add title block and make arrow white.
css/style.css | 2 +-
sass/revamp-design/_banner.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-39 witl profile page
css/style.css | 5 ++++-
sass/revamp-design/_witl.sass | 3 ++-
2 files changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
Prevent errors on pages menu-minipanel is not used.
js/megamenu_exit.js | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-38 witl day container margin
css/style.css | 2 +-
sass/revamp-design/_witl.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-23 wysiwyg h2 and h3 styles
css/style.css | 10 ++++++----
sass/partials/04-defaults/_common.sass | 10 ++++++----
2 files changed, 12 insertions(+), 8 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-6 spotlight bottom padding
css/style.css | 2 +-
sass/revamp-design/_spotlight.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-56 filter label hover
css/style.css | 1 +
sass/revamp-design/_search-filters.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WPBQA-18: adjust line-height of slogan for masthead height.
css/style.css | 26 ++++++++++++++------------
sass/revamp-design/_design.sass | 2 +-
sass/revamp-design/_event.sass | 13 ++++---------
sass/revamp-design/_menu-main.sass | 1 +
4 files changed, 20 insertions(+), 22 deletions(-)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
WP-1575 Changes to display the add content links in a flyout menu.
templates/panels-add-content-modal.tpl.php | 51 ++++++++++++++++++++++++++++++
1 file changed, 51 insertions(+)

view commit - committer: Greg Mercer, 3 years, 7 months ago author: Greg Mercer, 3 years, 7 months ago
WP-1575 Changes to display the add content links in a flyout menu.
templates/panels-add-content-link.tpl.php | 9 +++++++++
1 file changed, 9 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WPBQA-33: UPDATE.
css/style.css | 2 +-
sass/revamp-design/_witl.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WPBQA-37: Show more -- FIXED.
css/style.css | 12 +++++++++++-
sass/revamp-design/_design.sass | 9 ++++++++-
2 files changed, 19 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-27 unordered list spacing
css/style.css | 4 +++-
sass/partials/04-defaults/_common.sass | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1340: adjust the layout at mobile breakpoints.
css/style.css | 24 ++++++++++++++++++------
sass/partials/05-grids/_grids-singularity.sass | 8 +++++++-
sass/revamp-design/_footer.sass | 4 ++--
3 files changed, 27 insertions(+), 9 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-55 pager active link
css/style.css | 2 +-
sass/revamp-design/_az-filter.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-53 fellows listing location field
css/style.css | 8 +++++---
sass/revamp-design/_msxfellows.sass | 7 ++++---
2 files changed, 9 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1560: adjust the close link.
js/megamenu_exit.js | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1593: Ensure path-based body classes are added for node pages.
template.php | 13 +++++++++++++
1 file changed, 13 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WPBQA-33: Week in the life -- FIXED.
css/style.css | 23 ++++++++++++++++++-----
sass/revamp-design/_witl.sass | 24 +++++++++++++++++-------
2 files changed, 35 insertions(+), 12 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1342: spacing on quicklinks.
css/style.css | 7 ++++++-
sass/partials/05-grids/_grids-singularity.sass | 5 ++++-
sass/revamp-design/_menu-main.sass | 2 +-
3 files changed, 11 insertions(+), 3 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-4 wysiwyg quote styles
css/style.css | 29 ++++++-----------------------
sass/partials/04-defaults/_common.sass | 23 ++++++-----------------
2 files changed, 12 insertions(+), 40 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1570: toggle the menu with js not hover.
css/style.css | 44 +++++++++++++--------------
js/responsive-menu.js | 8 +++++
sass/revamp-design/_menu-main-mega.sass | 3 +-
sass/revamp-design/_menu-main.sass | 54 ++++++++++++++++-----------------
4 files changed, 57 insertions(+), 52 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1571: Events, filter navigation -- UPDATE2.
template.php | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1571: Events, filter navigation -- UPDATE.
css/style.css | 4 ++--
js/custom.js | 6 +++---
sass/revamp-design/_search-filters.sass | 2 +-
template.php | 6 ++++++
4 files changed, 12 insertions(+), 6 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1588 list bullets positioning
css/style.css | 3 +--
sass/partials/04-defaults/_common.sass | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1542: add a legal region and adjust theming.
css/style.css | 19 ++++++++++++++++---
gsb_theme.info | 1 +
sass/revamp-design/_design.sass | 12 +++++++++++-
sass/revamp-design/_footer.sass | 3 ---
templates/page.tpl.php | 9 +++++++--
5 files changed, 35 insertions(+), 9 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1571: Events, filter navigation -- DONE.
css/style.css | 37 ++++++++++++++++++++++++++++++---
sass/revamp-design/_search-filters.sass | 33 +++++++++++++++++++++++++----
2 files changed, 63 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1560: add js and style close link.
css/style.css | 8 ++++++++
gsb_theme.info | 1 +
js/megamenu_exit.js | 23 +++++++++++++++++++++++
sass/revamp-design/_menu-main-mega.sass | 10 ++++++++++
4 files changed, 42 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1546: link color -- FIXED. WP-1571: Left nav -- ONGOING THEMING.
css/style.css | 73 +++++++++++++++++++++++++++++++-
js/custom.js | 23 ++++++++++
sass/partials/03-extend/_gsb-revamp.sass | 11 +++++
sass/revamp-design/_event.sass | 17 +++++++-
sass/revamp-design/_search-filters.sass | 61 ++++++++++++++++++++++++++
template.php | 1 +
6 files changed, 183 insertions(+), 3 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-26 page headers
css/style.css | 5 +++++
sass/partials/04-defaults/_headers.sass | 3 +++
2 files changed, 8 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-26 wysiwyg headers styles
css/style.css | 8 ++++++++
sass/partials/04-defaults/_common.sass | 7 +++++++
2 files changed, 15 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-60 msx fellow page bio font
css/style.css | 4 ++++
sass/revamp-design/_msxfellows.sass | 3 +++
2 files changed, 7 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-59 msx fellows page label spacing
css/style.css | 2 +-
sass/revamp-design/_msxfellows.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WPBQA-7 landing page events listing font
css/style.css | 13 +++++++++++++
sass/revamp-design/_event.sass | 17 ++++++++++++++++-
2 files changed, 29 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Responsive: fix the spacing of search.
css/style.css | 5 +----
sass/revamp-design/_search-filters.sass | 3 +--
2 files changed, 2 insertions(+), 6 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1373 number input ie9
js/custom.js | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1457: browser compatibility: elements appearing at the top of the page get cut off -- FIXED.
css/style.css | 3 +++
sass/partials/05-grids/_grids-singularity.sass | 1 +
sass/revamp-design/_block-quote.sass | 1 +
3 files changed, 5 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1545: added a js fix for zoom issue.
gsb_theme.info | 1 +
js/ios-orientationchange-fix.js | 56 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1458: add spacing to panes in standard landing.
css/style.css | 6 +++---
sass/partials/05-grids/_grids-singularity.sass | 3 ++-
2 files changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Task #WP-1567 fix date and time
js/libs/twitterfeed.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1566: IE9: Search word missing on the search box -- FIXED.
js/custom.js | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1542: add border top to block 3 and remove from copyright.
css/style.css | 3 +++
sass/revamp-design/_footer.sass | 3 +++
2 files changed, 6 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1533: adjust slideshow caption for 480.
css/style.css | 20 ++++++++++++++------
sass/revamp-design/_block-slideshow.sass | 24 +++++++++++++++++-------
2 files changed, 31 insertions(+), 13 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1522: Quote -- FIXED.
css/style.css | 2 +-
sass/revamp-design/_block-quote.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1530: alignment of footer links for tablet.
css/style.css | 36 +++++++++++++++++++++++++++++++++---
sass/revamp-design/_footer.sass | 24 +++++++++++++++++++++---
2 files changed, 54 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Adjust search width at ipad size.
css/style.css | 13 +++++++------
sass/revamp-design/_menu-main.sass | 3 ---
sass/revamp-design/_search-filters.sass | 6 ++++--
3 files changed, 11 insertions(+), 11 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Responsive: adjust search box placement in mobile.
css/style.css | 13 ++++++++++++-
sass/revamp-design/_search-filters.sass | 7 ++++++-
2 files changed, 18 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1554 caption image size
css/style.css | 1 +
sass/partials/04-defaults/_common.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Merge branch 'master' of github.com:gsbitse/gsb_theme
view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Task #WP-827: fix twitter problems
js/libs/twitterfeed.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
FIX search position on homepage IE9/10, WP-1457: elements appearing at the top of the page get cut off - FIXED.
css/style.css | 7 ++++++-
sass/revamp-design/_design.sass | 3 +++
sass/revamp-design/_menu-main.sass | 3 ++-
templates/page.tpl.php | 25 ++++++++++---------------
4 files changed, 21 insertions(+), 17 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1527: adjust logo and slogan positions on tablet.
css/style.css | 12 +++++++++++-
sass/revamp-design/_design.sass | 6 ++++++
sass/revamp-design/_search-filters.sass | 1 -
3 files changed, 17 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1548: mega menu fix to be max width of screen at tablet.
css/style.css | 11 ++++++++---
sass/revamp-design/_menu-main-mega.sass | 8 ++++++--
sass/revamp-design/_menu-main.sass | 5 ++---
3 files changed, 16 insertions(+), 8 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
FIX Media Query error for responsive megamenu.
js/custom.js | 40 +++++++---------------------------------
1 file changed, 7 insertions(+), 33 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1338: hide slogan at mobile menu breakpoint.
css/style.css | 11 +----------
sass/revamp-design/_design.sass | 11 +----------
2 files changed, 2 insertions(+), 20 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1538: svg search icon.
css/style.css | 56 +++++++++++++++++++++++-----
fonts/search.eot | Bin 0 -> 1936 bytes
fonts/search.svg | 33 ++++++++++++++++
fonts/search.ttf | Bin 0 -> 4244 bytes
fonts/search.woff | Bin 0 -> 1212 bytes
sass/partials/04-defaults/_font-custom.sass | 5 +++
sass/partials/04-defaults/_font-face.sass | 3 ++
sass/revamp-design/_search-filters.sass | 41 ++++++++++++++++----
8 files changed, 122 insertions(+), 16 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
Merge branch 'master' of github.com:gsbitse/gsb_theme
view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1444: remove bold from description and reduce chevron size.
css/style.css | 3 +--
sass/revamp-design/_cta-image.sass | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1527: implement updated tablet menu.
css/style.css | 61 +++++++++++++++++++++++++++-----------
sass/revamp-design/_menu-main.sass | 32 +++++++++++++-------
2 files changed, 66 insertions(+), 27 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1518: Background issues in IE8/IE9 -- FIXED
css/style.css | 4 ++++
sass/revamp-design/_cta.sass | 3 +++
templates/html.tpl.php | 2 +-
3 files changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
Merge branch 'master' of github.com:gsbitse/gsb_theme
view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1505: Megamenu: Events tab not displayed in IE8 -- FIXED
css/style.css | 3 +++
sass/revamp-design/_menu-main.sass | 3 ++-
2 files changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
FIX breakpoint issue by javascript in IE9/8 and update modernizr.
gsb_theme.info | 2 +-
js/custom.js | 27 +++++++++++++++++----------
js/libs/modernizr.custom.86301.js | 4 ++++
3 files changed, 22 insertions(+), 11 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1447: add overflow hidden for bottom text ctas.
css/style.css | 3 +++
sass/revamp-design/_cta-image.sass | 1 +
2 files changed, 4 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1338: adjust top-content id usage for quicklinks.
layouts/gsb-front-page/gsb-front-page.tpl.php | 3 ++-
.../gsb-landing-standard-page-one.tpl.php | 6 ++++--
layouts/gsb-standard-page-two/gsb-standard-page-two.tpl.php | 3 ++-
3 files changed, 8 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1458: add bottom spacing to full header.
css/style.css | 4 +++-
sass/partials/05-grids/_grids-singularity.sass | 1 +
2 files changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1458: add bottom spacing to panes in main region of standard two layout.
css/style.css | 7 +++++--
sass/partials/05-grids/_grids-singularity.sass | 14 ++++++++++----
2 files changed, 15 insertions(+), 6 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1373 input number IE10
js/custom.js | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1497: update styling for events landing.
css/style.css | 102 +++++++++++++++----------
sass/partials/05-grids/_grids-singularity.sass | 19 +++++
sass/revamp-design/_event.sass | 52 +++++++------
3 files changed, 109 insertions(+), 64 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1497: add layout for events landing.
layouts/gsb-landing-events/gsb-landing-events.css | 4 +++
layouts/gsb-landing-events/gsb-landing-events.inc | 13 ++++++++
layouts/gsb-landing-events/gsb-landing-events.png | Bin 0 -> 1346 bytes
.../gsb-landing-events/gsb-landing-events.tpl.php | 35 +++++++++++++++++++++
4 files changed, 52 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 7 months ago author: Tim Plunkett, 3 years, 7 months ago
Add styling for admission events listing.
css/style.css | 7 +++++++
sass/revamp-design/_views-listings.sass | 7 +++++++
2 files changed, 14 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1338: adjust footer elements.
css/style.css | 7 ++++++-
sass/revamp-design/_footer.sass | 2 ++
sass/revamp-design/_front.sass | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1338: standardize mobile left and right padding.
css/style.css | 11 ++++++++---
sass/revamp-design/_block-slideshow.sass | 2 +-
sass/revamp-design/_cta-image.sass | 2 ++
sass/revamp-design/_design.sass | 2 +-
sass/revamp-design/_front.sass | 2 +-
5 files changed, 13 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1338: QA changes with Kerri.
css/style.css | 30 +++++++++++++++-----------
js/custom.js | 12 +++++++++++
sass/partials/00-variables/_base.sass | 3 ++-
sass/partials/05-grids/_grids-singularity.sass | 2 +-
sass/revamp-design/_cta-image.sass | 6 +++---
sass/revamp-design/_design.sass | 8 ++++---
sass/revamp-design/_front.sass | 5 ++++-
sass/revamp-design/_menu-main.sass | 4 ++--
8 files changed, 47 insertions(+), 23 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
FIX validation errors for HTML.
templates/html.tpl.php | 3 +++
templates/page.tpl.php | 5 ++---
2 files changed, 5 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1338: adjust mobile max to 568 to account for iphone 5 landscape.
css/style.css | 180 +++++++++++++++++-----------------
js/custom.js | 8 +-
sass/partials/00-variables/_base.sass | 6 +-
3 files changed, 97 insertions(+), 97 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
Merge branch 'master' of github.com:gsbitse/gsb_theme
view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Add text color blue to Show more link.
css/style.css | 3 +++
sass/revamp-design/_spotlight.sass | 6 ++++--
2 files changed, 7 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1467 caption top margin
css/style.css | 2 +-
sass/partials/04-defaults/_common.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Gradient issues ie9. Updates.
css/style.css | 2 +-
sass/revamp-design/_spotlight.sass | 3 +--
templates/html.tpl.php | 2 +-
3 files changed, 3 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1436: adjust masthead spacing.
css/style.css | 4 ++--
sass/revamp-design/_design.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1338: homepage tweaks at 480.
css/style.css | 67 ++++++++++++++++++++++----
sass/partials/03-extend/_gsb-revamp.sass | 6 ++-
sass/partials/05-grids/_grids-singularity.sass | 2 +-
sass/revamp-design/_block-slideshow.sass | 4 ++
sass/revamp-design/_design.sass | 5 +-
sass/revamp-design/_front.sass | 21 ++++++--
sass/revamp-design/_menu-main.sass | 4 ++
7 files changed, 89 insertions(+), 20 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1338: adjustments at 768.
css/style.css | 54 ++++++++++++++++++++++----
sass/partials/05-grids/_grids-singularity.sass | 4 ++
sass/revamp-design/_footer.sass | 15 +++----
sass/revamp-design/_search-filters.sass | 4 +-
4 files changed, 60 insertions(+), 17 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1336 slideshow navigation
css/style.css | 25 +++++++++++++++++++------
sass/revamp-design/_block-slideshow.sass | 1 +
2 files changed, 20 insertions(+), 6 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
FIX IE9 gradients issues.
templates/html.tpl.php | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1338: adjust megamenu styling at 768.
sass/revamp-design/_menu-main-mega.sass | 16 ++++++++++++++++
sass/revamp-design/_menu-main.sass | 4 ----
2 files changed, 16 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1342: implementation at 480.
css/style.css | 24 ++++++++++++++++++++++
.../gsb-standard-page-two.tpl.php | 2 +-
sass/partials/05-grids/_grids-singularity.sass | 12 +++++++++++
3 files changed, 37 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Hide page title on event nodes.
css/style.css | 3 ++-
sass/revamp-design/_design.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Make the body link styling less specific.
css/style.css | 18 +++++++++---------
sass/partials/04-defaults/_common.sass | 14 +++++++-------
2 files changed, 16 insertions(+), 16 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Change the pager color from black to text black.
css/style.css | 2 +-
sass/revamp-design/_design.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
Merge branch 'master' of github.com:gsbitse/gsb_theme
view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1373: spinner arrows
css/style.css | 6 +++++-
js/custom.js | 25 +++++++++++++++++--------
sass/revamp-design/_spinner.sass | 5 ++++-
3 files changed, 26 insertions(+), 10 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1449: Links: Stanford links issues in IE -- FIXED
css/style.css | 28 +++++++++++++++++++++-------
sass/partials/03-extend/_gsb-revamp.sass | 2 ++
sass/revamp-design/_design.sass | 13 ++++++++++++-
3 files changed, 35 insertions(+), 8 deletions(-)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Re-add needed variables to print scripts.
templates/html.tpl.php | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1466 image caption
css/style.css | 2 +-
sass/partials/04-defaults/_common.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1480: Video: Narrow view -- FIXED.
css/style.css | 2 +-
sass/revamp-design/_video.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1496: search box placement at 480.
css/style.css | 52 +++++++++++++++++++++++++
images/mobile/icon-search-magnifying-glass.png | Bin 0 -> 1301 bytes
js/custom.js | 20 ++++++++--
js/responsive-menu.js | 8 ++++
sass/revamp-design/_menu-main.sass | 26 ++++++++++++-
sass/revamp-design/_search-filters.sass | 13 +++++++
templates/page.tpl.php | 2 +-
7 files changed, 116 insertions(+), 5 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1452, WP-1451, WP-1291. FIX gradient for IE8/IE9.
css/style.css | 65 ++++++++++++++++++++++++++++++++
sass/partials/03-extend/_gsb-revamp.sass | 9 ++++-
2 files changed, 73 insertions(+), 1 deletion(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Change doc type to HTML5 for GSB site.
templates/html.tpl.php | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1496: search box placement at 768.
css/style.css | 9 +++++++++
sass/revamp-design/_design.sass | 4 +++-
sass/revamp-design/_search-filters.sass | 4 ++++
3 files changed, 16 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
Add html.tpl.php with conditional ie classes.
templates/html.tpl.php | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 67 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1496: adjust search in markup for desktop.
css/style.css | 9 ++++++---
sass/revamp-design/_search-filters.sass | 14 ++++++++------
templates/page.tpl.php | 4 ++--
3 files changed, 16 insertions(+), 11 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 7 months ago author: Meghan Palagyi, 3 years, 7 months ago
WP-1338: width and display for latest articles.
css/style.css | 7 +++++++
sass/revamp-design/_front.sass | 4 ++++
2 files changed, 11 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1373: spinner arrows
css/style.css | 16 ++++++++--------
sass/revamp-design/_spinner.sass | 23 +++++++++++------------
2 files changed, 19 insertions(+), 20 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1373: input type number alternative
css/style.css | 24 +++++++++++++++++++++
images/input-arrows.png | Bin 0 -> 182 bytes
js/custom.js | 45 ++++++++++++++++++++++++++++++++++++---
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_spinner.sass | 20 +++++++++++++++++
5 files changed, 87 insertions(+), 3 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Search: remove date.
templates/google-appliance-results.tpl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1450: Closing quote overlaps text -- FIXED.
css/style.css | 9 ++++++---
sass/revamp-design/_block-quote.sass | 8 +++++---
2 files changed, 11 insertions(+), 6 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1446: CTA:'Follow Us' icons do not fully fit -- FIXED.
css/style.css | 6 ++++++
sass/revamp-design/_cta-custom.sass | 4 ++++
2 files changed, 10 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1494: GSA: Remove Search Results header and Sorting section -- FIXED.
templates/google-appliance-results.tpl.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1380: Show more is not showing all characters of the body -- FIXED.
css/style.css | 2 +-
js/custom.js | 77 ++++++++++++++++++++------------------
sass/revamp-design/_spotlight.sass | 2 +-
3 files changed, 42 insertions(+), 39 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1445:
js/custom.js | 12 ++++++++++++
1 file changed, 12 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1476: GSA: Click on the 'last' return 'No results Found' -- FIXED
css/style.css | 8 ++++++++
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_google-search-page-elements.sass | 11 +++++++++++
3 files changed, 20 insertions(+)

view commit - committer: Alexei Gorobets, 3 years, 7 months ago author: Alexei Gorobets, 3 years, 7 months ago
Wrap GSA pager to hide pager links.
templates/google-appliance-results.tpl.php | 52 ++++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1424: Uptade -- FIXED.
css/style.css | 1 +
sass/revamp-design/_clubs.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1460: footer follow us block alignment
css/style.css | 14 +++++++-------
sass/revamp-design/_footer.sass | 4 ++++
sass/revamp-design/_front.sass | 4 ----
3 files changed, 11 insertions(+), 11 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1460: front page follow us block alignment
css/style.css | 9 ++++++++-
sass/revamp-design/_front.sass | 5 +++++
2 files changed, 13 insertions(+), 1 deletion(-)

view commit - committer: Dumitru Vozian, 3 years, 7 months ago author: Dumitru Vozian, 3 years, 7 months ago
Task #WP-1483: Remove comma between program and the year
css/style.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1424: LinkFPP: Green links icon problem on safari -- FIXED.
css/style.css | 1 +
sass/revamp-design/_design.sass | 2 ++
2 files changed, 3 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1459:FIXED
css/style.css | 6 ++++++
sass/revamp-design/_search-filters.sass | 10 +++++++++-
2 files changed, 15 insertions(+), 1 deletion(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1469: events calendar border
css/style.css | 10 ++++++++--
sass/revamp-design/_event.sass | 10 +++++++---
2 files changed, 15 insertions(+), 5 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Fix main navigation.
css/style.css | 2 +-
sass/revamp-design/_menu-main.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1478: Spotlight: Show more links + padding-bottom -- FIXED.
css/style.css | 5 ++---
sass/revamp-design/_spotlight.sass | 6 +++---
2 files changed, 5 insertions(+), 6 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1444: Image CTA: Wide+small -- FIXED
css/style.css | 21 +++++----------------
sass/revamp-design/_cta-image.sass | 22 +++++++++++++---------
2 files changed, 18 insertions(+), 25 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1472 slider title and description
css/style.css | 5 +++++
sass/revamp-design/_block-slideshow.sass | 3 +++
2 files changed, 8 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Diptych style update 1.
css/style.css | 2 +-
sass/revamp-design/_diptych.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1460 removed footer rearch submit text shadow
css/style.css | 3 ++-
sass/revamp-design/_footer.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1460 footer alignment
css/style.css | 8 ++++++--
sass/revamp-design/_footer.sass | 6 ++++--
2 files changed, 10 insertions(+), 4 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Add sass file for Diptych style, add styles to file.
css/style.css | 135 +++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_diptych.sass | 122 +++++++++++++++++++++++++++++++++++
3 files changed, 258 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1461 front page latest articles top margin
css/style.css | 2 +-
sass/revamp-design/_front.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1460 footer social icons alignment
css/style.css | 2 +-
sass/revamp-design/_footer.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1429 search icon hover
css/style.css | 10 ++++++++--
images/search.png | Bin 0 -> 1643 bytes
sass/revamp-design/_search-filters.sass | 8 ++++++--
3 files changed, 14 insertions(+), 4 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1435: Homepage: mega menu position -- FIXED
css/style.css | 4 ++--
sass/revamp-design/_menu-main.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Clubs Filter: Float filter elements in three columns.
css/style.css | 8 ++++++++
sass/revamp-design/_search-filters.sass | 8 ++++++++
2 files changed, 16 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1437: Homepage: Megamenu: increase padding between elements -- FIXED.
css/style.css | 4 ++++
sass/revamp-design/_cta.sass | 5 +++++
2 files changed, 9 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1455 MBA highlighted block
css/style.css | 5 +++++
1 file changed, 5 insertions(+)

view commit - committer: Maia Morosanu, 3 years, 7 months ago author: Maia Morosanu, 3 years, 7 months ago
WP-1455 MBA highlighted block
sass/revamp-design/_design.sass | 49 +++++++++++++++++++++++------------------
1 file changed, 27 insertions(+), 22 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1439: Homepoage: Megamenu: event + article h stiles -- FIXED
css/style.css | 5 +++--
sass/revamp-design/_menu-main-mega.sass | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1444: Image CTA -- Chevron position changed.
css/style.css | 3 ++-
sass/revamp-design/_cta-image.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1441: CTA: Generic green links -- FIXED
css/style.css | 2 +-
sass/revamp-design/_cta.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1442: CTA - Visit Us style -- FIXED
css/style.css | 2 +-
sass/revamp-design/_cta-custom.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1443: CTA: Follow us - FIXED
css/style.css | 3 ++-
sass/revamp-design/_cta-custom.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Search box in Clubs page fix 2.
css/style.css | 15 +++++----------
sass/revamp-design/_search-filters.sass | 3 +--
2 files changed, 6 insertions(+), 12 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Search box in Clubs page fix.
sass/revamp-design/_search-filters.sass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Cebotari Kirill, 3 years, 7 months ago author: Cebotari Kirill, 3 years, 7 months ago
WP-278: main menu search form
css/style.css | 34 +++++++++++++++++++++-
sass/revamp-design/_menu-main.sass | 2 +-
sass/revamp-design/_search-filters.sass | 50 +++++++++++++++++++++++++--------
3 files changed, 72 insertions(+), 14 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1419: Fixed grid for FPP
css/style.css | 1 -
sass/revamp-design/_grid-responsive.sass | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)

view commit - committer: Adam Moore, 3 years, 7 months ago author: Adam Moore, 3 years, 7 months ago
Allow classes to be appear no matter if the id is search or keyword in exposed search fields.
template.php | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
FIlter for Clubs update.
css/style.css | 6 ++++++
sass/revamp-design/_search-filters.sass | 5 +++++
2 files changed, 11 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1390: filter updated.
css/style.css | 17 +++++++++++++++++
sass/revamp-design/_search-filters.sass | 16 ++++++++++++++++
2 files changed, 33 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Invert gradients for links.
css/style.css | 12 ++++++------
sass/revamp-design/_design.sass | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1397, WP-1411 - Fixed
css/style.css | 33 +++++++++++++++++++++++++--------
sass/revamp-design/_design.sass | 21 +++++++++++++++++----
2 files changed, 42 insertions(+), 12 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1326: Fixed.
js/custom.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Links: Update styles - fix colors, fix min-height
css/style.css | 1 +
sass/revamp-design/_design.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
Merge branch 'master' of github.com:gsbitse/gsb_theme
view commit - committer: Eugen Taracila, 3 years, 7 months ago author: Eugen Taracila, 3 years, 7 months ago
WP-1398: Change Stanford watermark for links background.
images/stanford_logo.png | Bin 891 -> 2479 bytes
1 file changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
General: change h1 to use demi.
css/style.css | 2 +-
sass/partials/04-defaults/_headers.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Homepage: adjust margin on latest articles.
css/style.css | 12 ++++++------
sass/revamp-design/_front.sass | 4 ++--
2 files changed, 8 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1344: adjust slideshow.
css/style.css | 3 +++
sass/revamp-design/_block-slideshow.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 8 months ago author: Eugen Taracila, 3 years, 8 months ago
Links: Styles update 1.
css/style.css | 2 +-
sass/revamp-design/_design.sass | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 8 months ago author: Eugen Taracila, 3 years, 8 months ago
Links: Style update.
css/style.css | 1 -
sass/revamp-design/_design.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1344: program show hide.
css/style.css | 29 +++++++++++++++++++++++++++++
images/minus.png | Bin 0 -> 1203 bytes
images/plus.png | Bin 0 -> 1333 bytes
images/video-spotlight-image.jpg | Bin 12318 -> 0 bytes
js/responsive-menu.js | 8 ++++++++
sass/revamp-design/_banner.sass | 3 +--
sass/revamp-design/_front.sass | 28 +++++++++++++++++++++++++++-
7 files changed, 65 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1344: specific styling changes for homepage.
css/style.css | 40 ++++++++++++++++++++++----
sass/partials/05-grids/_grids-singularity.sass | 8 ------
sass/revamp-design/_front.sass | 24 +++++++++++++++-
3 files changed, 57 insertions(+), 15 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1344: move quicklinks region to top at 480px or less.
js/custom.js | 20 ++++++++++++++++----
layouts/gsb-front-page/gsb-front-page.tpl.php | 2 +-
.../gsb-landing-standard-page-one.tpl.php | 4 ++--
3 files changed, 19 insertions(+), 7 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 8 months ago author: Eugen Taracila, 3 years, 8 months ago
WP-1377: Links styles add. Stanford logo for stanford links add.
css/style.css | 113 +++++++++++++++++++++++++++++++++++++---
images/stanford_logo.png | Bin 0 -> 891 bytes
sass/revamp-design/_design.sass | 105 +++++++++++++++++++++++++++++++++++--
3 files changed, 205 insertions(+), 13 deletions(-)

view commit - committer: Alexei Gorobets, 3 years, 8 months ago author: Alexei Gorobets, 3 years, 8 months ago
Add search block in page template.
templates/page.tpl.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Clubs: styling for class switch.
css/style.css | 1 +
sass/revamp-design/_clubs.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1389: add programs banner styling.
css/style.css | 12 ++++++++++++
sass/revamp-design/_banner.sass | 7 +++++++
2 files changed, 19 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
People FPP: add back grid title styling.
css/style.css | 5 +++++
sass/revamp-design/_people.sass | 5 +++++
2 files changed, 10 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
People FPP: update grid styling.
css/style.css | 27 ++++-----------------------
sass/revamp-design/_people.sass | 29 +++++++----------------------
2 files changed, 11 insertions(+), 45 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Clubs: remove old search styling.
css/style.css | 25 -------------------------
sass/revamp-design/_clubs.sass | 26 --------------------------
2 files changed, 51 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 8 months ago author: Eugen Taracila, 3 years, 8 months ago
Style modification MSx Fellow listing
css/style.css | 6 +++++-
sass/revamp-design/_az-filter.sass | 6 +++++-
2 files changed, 10 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Clubs: use custom font not image.
css/style.css | 10 +++++++++-
images/external_link.png | Bin 199 -> 0 bytes
sass/partials/04-defaults/_font-custom.sass | 5 +++++
sass/revamp-design/_clubs.sass | 5 ++++-
4 files changed, 18 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Custom font: add external link icon.
css/style.css | 8 +++++++
fonts/external-link.eot | Bin 0 -> 1976 bytes
fonts/external-link.svg | 34 ++++++++++++++++++++++++++++++
fonts/external-link.ttf | Bin 0 -> 4284 bytes
fonts/external-link.woff | Bin 0 -> 1248 bytes
sass/partials/04-defaults/_font-face.sass | 3 +++
6 files changed, 45 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1379: update clubs search and filter theming.
css/style.css | 14 +++++++++++++-
sass/revamp-design/_clubs.sass | 3 ++-
sass/revamp-design/_design.sass | 5 +++++
template.php | 1 +
4 files changed, 21 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Banner: add new event background.
css/style.css | 2 +-
images/bg-banner-eventcal.png | Bin 0 -> 294155 bytes
sass/revamp-design/_banner.sass | 2 +-
3 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1338: fix issues with upcoming events bg.
css/style.css | 12 ++++++------
images/bg-homepage-events-narrow.png | Bin 90210 -> 98259 bytes
images/bg-homepage-events-wide.png | Bin 121100 -> 120089 bytes
images/bg-homepage-events.png | Bin 83352 -> 91360 bytes
sass/revamp-design/_front.sass | 10 +++++-----
5 files changed, 11 insertions(+), 11 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1338: footer at 480.
css/style.css | 90 ++++++++++++++++++++++++-
images/bg-landing-whitetitlebar.png | Bin 0 -> 1876216 bytes
sass/partials/05-grids/_grids-singularity.sass | 14 ++++
sass/revamp-design/_design.sass | 8 +++
sass/revamp-design/_footer.sass | 27 +++++++-
5 files changed, 137 insertions(+), 2 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 8 months ago author: Eugen Taracila, 3 years, 8 months ago
MSx Fellow intro text styled.
css/style.css | 19 +++++++++++++++++++
sass/revamp-design/_msxfellows.sass | 19 +++++++++++++++++++
2 files changed, 38 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Tables: remove min-width on first column.
css/style.css | 39 ++++++++++++++++------------------
sass/partials/04-defaults/_tables.sass | 2 --
2 files changed, 18 insertions(+), 23 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Backgrounds: adding new exports from Kerri.
css/style.css | 19 ++++++++++++-------
images/bg-front-courtyard.png | Bin 527315 -> 0 bytes
images/bg-notfront-courtyard.png | Bin 353038 -> 0 bytes
images/bg-quad-home.png | Bin 0 -> 890088 bytes
images/bg-quad-standard.png | Bin 0 -> 631132 bytes
sass/revamp-design/_banner.sass | 2 +-
sass/revamp-design/_design.sass | 4 ++--
7 files changed, 15 insertions(+), 10 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1338: adjust home page elements at 480.
css/style.css | 108 +++++++++++++++++++++++--
images/bg-homepage-events-narrow.png | Bin 0 -> 90210 bytes
images/next-arrow-small.png | Bin 0 -> 2068 bytes
images/prev-arrow-small.png | Bin 0 -> 2036 bytes
layouts/gsb-front-page/gsb-front-page.tpl.php | 2 +-
sass/partials/00-variables/_base.sass | 4 +
sass/partials/05-grids/_grids-singularity.sass | 24 +++++-
sass/revamp-design/_block-slideshow.sass | 27 ++++++-
sass/revamp-design/_cta-image.sass | 3 +
sass/revamp-design/_design.sass | 6 +-
sass/revamp-design/_front.sass | 14 +++-
11 files changed, 171 insertions(+), 17 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Tables: remove bold default for first column.
css/style.css | 1 -
sass/partials/04-defaults/_tables.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1338: homepage edits at 768px.
css/style.css | 16 +++++++++++++---
sass/revamp-design/_design.sass | 2 ++
sass/revamp-design/_footer.sass | 2 ++
sass/revamp-design/_menu-main.sass | 3 +--
4 files changed, 18 insertions(+), 5 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 8 months ago author: Eugen Taracila, 3 years, 8 months ago
Code optimize for Collapsible filter.
js/custom.js | 39 +++------------------------------------
1 file changed, 3 insertions(+), 36 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 8 months ago author: Eugen Taracila, 3 years, 8 months ago
Collapsible filter javascript plus style updates.
css/style.css | 35 +++++++++++++++++++++++++++
js/custom.js | 42 ++++++++++++++++++++++++++++-----
sass/revamp-design/_search-filters.sass | 35 ++++++++++++++++++++++++++-
3 files changed, 105 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1311: theme the navigation children.
css/style.css | 46 +++++++++++++++++++++++++++++++++-----
sass/revamp-design/_menu-main.sass | 41 +++++++++++++++++++++++++--------
2 files changed, 72 insertions(+), 15 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Main menu: add navigation region for main menu as block.
css/style.css | 42 ++++++++++++++++++++++++--------------
gsb_theme.info | 1 +
sass/revamp-design/_design.sass | 2 +-
sass/revamp-design/_menu-main.sass | 9 +++++++-
templates/page.tpl.php | 4 ++--
5 files changed, 39 insertions(+), 19 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1338: add changes for iPad width.
css/style.css | 124 ++++++++++++++++++++++++-
images/bg-homepage-events-wide.png | Bin 0 -> 121100 bytes
layouts/gsb-front-page/gsb-front-page.tpl.php | 6 +-
sass/partials/00-variables/_base.sass | 6 +-
sass/partials/05-grids/_grids-singularity.sass | 14 +++
sass/revamp-design/_design.sass | 3 +-
sass/revamp-design/_footer.sass | 32 +++++--
sass/revamp-design/_front.sass | 13 ++-
8 files changed, 179 insertions(+), 19 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1338: update region labels.
layouts/gsb-front-page/gsb-front-page.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1338: image cta, slider and program links for ipad.
css/style.css | 26 ++++++++++++++++++++++----
sass/revamp-design/_block-slideshow.sass | 3 ++-
sass/revamp-design/_cta-image.sass | 3 +++
sass/revamp-design/_front.sass | 13 +++++++++++--
4 files changed, 38 insertions(+), 7 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 8 months ago author: Eugen Taracila, 3 years, 8 months ago
Style modifications to colapsable plugin for MSx Fellow
css/style.css | 53 ++++++++++++++++++++++++---------
js/custom.js | 16 ++++++++++
sass/revamp-design/_search-filters.sass | 45 ++++++++++++++++++++--------
3 files changed, 88 insertions(+), 26 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Program finder: remove focus outline.
css/style.css | 3 +++
sass/revamp-design/_program-finder.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 8 months ago author: Eugen Taracila, 3 years, 8 months ago
Show child elements from filter. (Revert).
css/style.css | 4 ----
sass/revamp-design/_search-filters.sass | 5 -----
2 files changed, 9 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1311: adjust footer menu columns and z-index.
css/style.css | 11 ++++++++++-
sass/revamp-design/_menu-main.sass | 10 +++++++---
templates/page.tpl.php | 18 ++++++++++--------
3 files changed, 27 insertions(+), 12 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 8 months ago author: Eugen Taracila, 3 years, 8 months ago
Filter style for MSx.
css/style.css | 17 ++++++++++-------
sass/revamp-design/_az-filter.sass | 18 +++++++++++-------
sass/revamp-design/_search-filters.sass | 4 ++++
3 files changed, 25 insertions(+), 14 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1241: fixed height.
css/style.css | 19 +++++++++++--------
sass/revamp-design/_program-finder.sass | 19 +++++++++++--------
2 files changed, 22 insertions(+), 16 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1356: add more specific styling for event search.
css/style.css | 2 ++
sass/revamp-design/_event.sass | 2 ++
2 files changed, 4 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 8 months ago author: Eugen Taracila, 3 years, 8 months ago
1. Make block emement in MSx Fellow min height. 2. Hide child elements in Exposing filter.
css/style.css | 6 +++++-
sass/revamp-design/_msxfellows.sass | 2 +-
sass/revamp-design/_search-filters.sass | 6 ++++++
3 files changed, 12 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Responsive: WP-1338 768 alterations.
css/style.css | 65 ++++++++++++++++++++-----------
layouts/gsb-front-page/gsb-front-page.inc | 2 +-
sass/revamp-design/_block-slideshow.sass | 18 +++++----
sass/revamp-design/_design.sass | 4 ++
sass/revamp-design/_front.sass | 5 +++
5 files changed, 63 insertions(+), 31 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Responsive: WP-1338 bg change breakpoint.
css/style.css | 4 ++--
sass/partials/00-variables/_base.sass | 1 +
sass/revamp-design/_design.sass | 4 ++--
3 files changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Layout: removve footer area from panel layout.
layouts/gsb-front-page/gsb-front-page.inc | 5 +----
layouts/gsb-front-page/gsb-front-page.tpl.php | 11 -----------
2 files changed, 1 insertion(+), 15 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1218: adjust height of input fields.
css/style.css | 2 +-
sass/partials/04-defaults/forms/_form-defaults.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1241: add styling for 2 columns.
css/style.css | 22 ++++++++++++++++++++--
sass/revamp-design/_program-finder.sass | 19 +++++++++++++++++--
2 files changed, 37 insertions(+), 4 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 8 months ago author: Eugen Taracila, 3 years, 8 months ago
WP-1307 FIXED. MSx Fellow small bag fixed. Add style to alphabet slider.
css/style.css | 105 +++++++++++++++++++++++++++++--
sass/revamp-design/_all.sass | 2 +
sass/revamp-design/_az-filter.sass | 63 +++++++++++++++++++
sass/revamp-design/_grid-responsive.sass | 2 +-
sass/revamp-design/_people.sass | 9 ++-
5 files changed, 174 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1241: adjust program finder borders.
css/style.css | 6 +++---
sass/revamp-design/_program-finder.sass | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1241: theming for program finder.
css/style.css | 90 +++++++++++++++++++++++++++++++-
images/arrow-program-tan.png | Bin 0 -> 1241 bytes
images/arrow-program-white.png | Bin 0 -> 1174 bytes
images/bg-program-finder.png | Bin 0 -> 297289 bytes
sass/revamp-design/_program-finder.sass | 71 +++++++++++++++++++++++++
5 files changed, 159 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1241: add partial for program finder.
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_program-finder.sass | 3 +++
2 files changed, 4 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Responsive: add custom duplicate footer.
css/style.css | 36 ++++++++++++++++++++++++++++--------
sass/revamp-design/_cta-image.sass | 6 +++---
sass/revamp-design/_menu-main.sass | 32 +++++++++++++++++++++++---------
templates/page.tpl.php | 16 ++++++++++++++--
4 files changed, 68 insertions(+), 22 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Font: remove left arrow and add prev and next images.
css/style.css | 13 -----------
fonts/arrow-double-left.eot | Bin 1940 -> 0 bytes
fonts/arrow-double-left.svg | 34 ----------------------------
fonts/arrow-double-left.ttf | Bin 4248 -> 0 bytes
fonts/arrow-double-left.woff | Bin 1172 -> 0 bytes
images/arrow-next.png | Bin 0 -> 1262 bytes
images/arrow-prev.png | Bin 0 -> 1239 bytes
sass/partials/04-defaults/_font-custom.sass | 5 ----
sass/partials/04-defaults/_font-face.sass | 3 ---
9 files changed, 55 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Font: reexport arrow double left.
fonts/arrow-double-left.eot | Bin 1884 -> 1940 bytes
fonts/arrow-double-left.svg | 11 +++++++----
fonts/arrow-double-left.ttf | Bin 4192 -> 4248 bytes
fonts/arrow-double-left.woff | Bin 1152 -> 1172 bytes
4 files changed, 7 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Custom font: add left point double arrow.
css/style.css | 13 ++++++++++++
fonts/arrow-double-left.eot | Bin 0 -> 1884 bytes
fonts/arrow-double-left.svg | 31 ++++++++++++++++++++++++++++
fonts/arrow-double-left.ttf | Bin 0 -> 4192 bytes
fonts/arrow-double-left.woff | Bin 0 -> 1152 bytes
sass/partials/04-defaults/_font-custom.sass | 5 +++++
sass/partials/04-defaults/_font-face.sass | 3 +++
7 files changed, 52 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Remove unused images from theme.
images/business-insights-image.jpg | Bin 8950 -> 0 bytes
images/faculty-spotlight-image.jpg | Bin 4203 -> 0 bytes
images/footer-background.png | Bin 318 -> 0 bytes
images/get_directions.jpg | Bin 23789 -> 0 bytes
images/green_button_bg.png | Bin 150 -> 0 bytes
images/homepage-evergreen-background-full.jpg | Bin 28630 -> 0 bytes
images/homepage-feature-image-1.jpg | Bin 21305 -> 0 bytes
images/revamp-header-bg.png | Bin 141 -> 0 bytes
images/slider_double_blue.png | Bin 238 -> 0 bytes
images/slider_double_red.png | Bin 238 -> 0 bytes
images/slider_double_yellow.png | Bin 730 -> 0 bytes
images/slider_double_yellow_large.png | Bin 755 -> 0 bytes
images/slider_style1.png | Bin 239 -> 0 bytes
images/slider_style2.png | Bin 169 -> 0 bytes
images/social-block-deco-arrow.png | Bin 528 -> 0 bytes
15 files changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Menu: remove old menu styles and related images.
css/style.css | 68 --------------------------------
images/menu-icon-blue.png | Bin 192 -> 0 bytes
images/menu-red-background.png | Bin 223 -> 0 bytes
sass/revamp-design/_all.sass | 1 -
sass/revamp-design/_menu-secondary.sass | 58 ---------------------------
5 files changed, 127 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Clubs: WP-1325: hide duplicate filters on clubs.
css/style.css | 28 ++++++++++++++++++++--------
sass/revamp-design/_clubs.sass | 9 +++++++++
sass/revamp-design/_search-filters.sass | 5 +++--
3 files changed, 32 insertions(+), 10 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 8 months ago author: Eugen Taracila, 3 years, 8 months ago
Responsive grid for MSx Fellows listing and WITL listing update.
css/style.css | 4 ++--
sass/revamp-design/_grid-responsive.sass | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Tables: padding on th in thead.
css/style.css | 3 +++
sass/partials/04-defaults/_tables.sass | 3 +++
2 files changed, 6 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Responsive: main menu theming.
css/style.css | 179 +++++++++++++++++++++++++++---
gsb_theme.info | 1 +
images/mobile/icon-hamburger-main-red.png | Bin 0 -> 1250 bytes
js/responsive-menu.js | 12 ++
sass/partials/00-variables/_base.sass | 3 +-
sass/partials/00-variables/_colors.sass | 4 +-
sass/partials/04-defaults/_tables.sass | 1 -
sass/revamp-design/_design.sass | 28 ++++-
sass/revamp-design/_menu-main.sass | 94 +++++++++++++++-
templates/page.tpl.php | 16 +--
10 files changed, 299 insertions(+), 39 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 8 months ago author: Eugen Taracila, 3 years, 8 months ago
MSx Fellows listing page and WITL update to tableless grid for listing.
css/style.css | 90 +++++++++++++++++++++++++-------
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_grid-responsive.sass | 34 ++++++++++++
sass/revamp-design/_msxfellows.sass | 37 ++++++++++++-
sass/revamp-design/_witl.sass | 20 +------
5 files changed, 143 insertions(+), 39 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Text FPP: add bg, border and shadow to text fpp.
css/style.css | 6 +++---
sass/revamp-design/_design.sass | 1 +
2 files changed, 4 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Tables: adjust font size and line height of p tag.
css/style.css | 4 ++++
sass/partials/04-defaults/_tables.sass | 3 +++
2 files changed, 7 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Update logo, add hamburger, remove old mobile.
images/logo.png | Bin 13201 -> 7880 bytes
images/mobile/icon-hamburger-main.png | Bin 0 -> 1243 bytes
images/mobile/icon-mobile-white.png | Bin 128 -> 0 bytes
images/mobile/icon-mobile-white.svg | 11 -----------
images/mobile/icon-mobile.png | Bin 128 -> 0 bytes
images/mobile/icon-mobile.svg | 11 -----------
6 files changed, 22 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Responsive: WP-1311 main menu at 768.
css/style.css | 151 +++++++++++++++++++++-------------
sass/partials/00-variables/_base.sass | 4 +-
sass/revamp-design/_design.sass | 43 +++-------
sass/revamp-design/_menu-main.sass | 74 ++++++++++++-----
templates/page.tpl.php | 23 +++---
5 files changed, 177 insertions(+), 118 deletions(-)

view commit - committer: Eugen Taracila, 3 years, 8 months ago author: Eugen Taracila, 3 years, 8 months ago
Add js lib for css3 cross broser for IE 8,7.
js/libs/selectivizr-min.js | 5 +++++
template.php | 18 ++++++++++++++++++
2 files changed, 23 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WYSIWYG: Table WP-1139 add secondary style of heading.
css/style.css | 36 +++++++++++++++++++++++-----------
sass/partials/04-defaults/_common.sass | 25 ++++++++++++-----------
sass/partials/04-defaults/_tables.sass | 12 ++++++++++++
3 files changed, 51 insertions(+), 22 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Point Events Calendar to page.
templates/page.tpl.php | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WYSIWYG: callout and intro-copy theming.
css/style.css | 40 ++++++++++++++--------------------
sass/partials/04-defaults/_common.sass | 19 ++++++++--------
sass/revamp-design/_block-quote.sass | 6 ++---
sass/revamp-design/_design.sass | 2 --
sass/revamp-design/_news.sass | 4 ----
5 files changed, 28 insertions(+), 43 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Quote FPP: adjust styles.
css/style.css | 16 +++++++++-------
sass/revamp-design/_block-quote.sass | 16 +++++++++-------
2 files changed, 18 insertions(+), 14 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
BI: adjust sidebar with menu margin.
css/style.css | 2 +-
sass/revamp-design/_business-insights.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
BI: landing title workarounds.
css/style.css | 22 ++++++++++++++++++++++
sass/partials/04-defaults/_common.sass | 1 -
sass/revamp-design/_design.sass | 24 ++++++++++++++++++++++++
3 files changed, 46 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Callout: WP-1284 style WYSIWYG quote.
css/style.css | 34 ++++++++++++++++++++++++++++++++++
sass/partials/04-defaults/_common.sass | 30 ++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 8 months ago author: Eugen Taracila, 3 years, 8 months ago
WP-1229: MSx Fellow detail page - styled.
css/style.css | 28 ++++++++++++++++++++++++++--
sass/revamp-design/_msxfellows.sass | 26 +++++++++++++++++++++++++-
2 files changed, 51 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Caption: update classes used.
css/style.css | 4 ++--
sass/partials/04-defaults/_common.sass | 3 +--
2 files changed, 3 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
BI: adjust position of menu.
css/style.css | 4 ++--
sass/revamp-design/_business-insights.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
BI: title and spacing adjustments.
css/style.css | 11 ++---------
sass/partials/03-extend/_gsb-revamp.sass | 2 +-
sass/partials/04-defaults/_headers.sass | 6 ------
sass/revamp-design/_design.sass | 2 +-
4 files changed, 4 insertions(+), 17 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Tables: WP-1055 adjust values.
css/style.css | 3 ++-
sass/partials/04-defaults/_tables.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Tables: WP-1055 update table styling.
css/style.css | 35 ++++++++++++++++++++++++++++++
sass/partials/04-defaults/_tables.sass | 27 +++++++++++++++++++++++
sass/revamp-design/_business-insights.sass | 5 +++++
3 files changed, 67 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Inset image: WP-1276 add max-width.
css/style.css | 2 ++
sass/partials/04-defaults/_common.sass | 2 ++
2 files changed, 4 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Inset image: WP-1276 style inset image caption.
css/style.css | 29 +++++++++++++++++++++++++++++
gsb_theme.info | 1 +
sass/partials/04-defaults/_common.sass | 26 ++++++++++++++++++++++++++
3 files changed, 56 insertions(+)

view commit - committer: Eugen Taracila, 3 years, 8 months ago author: Eugen Taracila, 3 years, 8 months ago
MSxFellow styles and file.
css/style.css | 31 +++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_msxfellows.sass | 34 ++++++++++++++++++++++++++++++++++
3 files changed, 66 insertions(+)

view commit - committer: 32i, 3 years, 8 months ago author: 32i, 3 years, 8 months ago
wp-1056 moved caption script to external file at gsb_panopoly_wysiwyg_override feauture
js/custom.js | 12 ------------
1 file changed, 12 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
BI: banner and sidebar menu adjustments.
css/style.css | 63 +++++++++++++++-------
sass/partials/06-ui-patterns/_drupal-patterns.sass | 4 ++
sass/revamp-design/_banner.sass | 20 ++++---
sass/revamp-design/_business-insights.sass | 36 ++++++++-----
4 files changed, 82 insertions(+), 41 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
BI: adjust map width.
css/style.css | 11 ++++++-----
sass/revamp-design/_business-insights.sass | 12 +++++++-----
2 files changed, 13 insertions(+), 10 deletions(-)

view commit - committer: Eugen, 3 years, 8 months ago author: Eugen, 3 years, 8 months ago
WITL style fixes.
css/style.css | 27 ++++++++++++++++++---------
sass/revamp-design/_witl.sass | 32 +++++++++++++++++---------------
2 files changed, 35 insertions(+), 24 deletions(-)

view commit - committer: 32i, 3 years, 8 months ago author: 32i, 3 years, 8 months ago
wp-1056 added script for setting proper width for caption wrapper element in wysiwyg.
js/custom.js | 12 ++++++++++++
1 file changed, 12 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
People FPP: add space in list view below name.
css/style.css | 3 +++
sass/revamp-design/_people.sass | 3 +++
2 files changed, 6 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
People FPP: update styling with better applied classes.
css/style.css | 41 +++++++++++++++------------
sass/revamp-design/_people.sass | 61 +++++++++++++++++++++--------------------
2 files changed, 55 insertions(+), 47 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
People FPP: configure and style teasers.
css/style.css | 127 +++++++++++++++++---------------
sass/revamp-design/_faculty-search.sass | 42 +----------
sass/revamp-design/_people.sass | 80 +++++++++++++++-----
3 files changed, 130 insertions(+), 119 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
People FPP: update list styling.
css/style.css | 130 +++++++++++---------------------
sass/revamp-design/_faculty-search.sass | 26 +++----
sass/revamp-design/_people.sass | 95 +++++++++--------------
3 files changed, 88 insertions(+), 163 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Fix spelling, remove unused code.
js/custom.js | 15 ++-------------
1 file changed, 2 insertions(+), 13 deletions(-)

view commit - committer: Eugen, 3 years, 8 months ago author: Eugen, 3 years, 8 months ago
WITL style uptades regarding listing page.
css/style.css | 5 ++---
sass/revamp-design/_witl.sass | 10 ++++------
2 files changed, 6 insertions(+), 9 deletions(-)

view commit - committer: Eugen, 3 years, 8 months ago author: Eugen, 3 years, 8 months ago
WITL style updates for details and listing pages.
css/style.css | 135 +++++++++++++++++++++++++++++++++++++++++-
sass/revamp-design/_witl.sass | 121 ++++++++++++++++++++++++++++++++++++-
2 files changed, 253 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Front: remove unneeded color declaration.
css/style.css | 1 -
sass/revamp-design/_front.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Events: make the layout more specific.
css/style.css | 4 ++--
sass/revamp-design/_event.sass | 16 ++++++++--------
2 files changed, 10 insertions(+), 10 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Event: correct the float.
css/style.css | 12 +++++-------
sass/revamp-design/_event.sass | 5 +++--
2 files changed, 8 insertions(+), 9 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Clubs: update listing theming.
css/style.css | 138 +++++++++++++++++++++--------------------
sass/revamp-design/_all.sass | 2 +-
sass/revamp-design/_clubs.sass | 8 ++-
3 files changed, 78 insertions(+), 70 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
CTA: WP-840 fallback fixes.
css/style.css | 34 +++++++++++++++++++---------------
images/cta-visit-blured.png | Bin 28136 -> 0 bytes
images/cta-visit-blurred.png | Bin 0 -> 28136 bytes
sass/revamp-design/_cta-custom.sass | 14 +++++++++-----
4 files changed, 28 insertions(+), 20 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
CTA: WP-995 adjust arrow theming.
css/style.css | 249 +++++++++++++++++-------------------
images/arrow-cta-blue.png | Bin 0 -> 1355 bytes
images/arrow-cta-grey.png | Bin 0 -> 1349 bytes
images/arrow-cta-red.png | Bin 0 -> 1347 bytes
images/arrow-cta-tan-small.png | Bin 0 -> 1262 bytes
images/arrow-cta-tan.png | Bin 0 -> 1356 bytes
images/arrow-cta-white.png | Bin 0 -> 1182 bytes
images/cta-visit-icon-hover.png | Bin 199 -> 0 bytes
images/cta-visit-icon.png | Bin 199 -> 0 bytes
images/cta_green_icon.png | Bin 262 -> 0 bytes
images/cta_green_icon_hover.png | Bin 262 -> 0 bytes
images/cta_red_icon.png | Bin 262 -> 0 bytes
images/cta_red_icon_hover.png | Bin 262 -> 0 bytes
sass/revamp-design/_cta-custom.sass | 26 +---
sass/revamp-design/_cta.sass | 78 +++++------
15 files changed, 148 insertions(+), 205 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Event: WP-1213 float content right.
css/style.css | 7 +++++++
sass/revamp-design/_event.sass | 2 ++
2 files changed, 9 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Clubs: WP-1045 reapply clubs list styling.
css/style.css | 25 ++++++++++---------------
sass/revamp-design/_clubs.sass | 5 ++---
2 files changed, 12 insertions(+), 18 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1223: adjust placement of no events found.
css/style.css | 6 +++---
sass/revamp-design/_event.sass | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
BI: adjust top bar because of shadow.
css/style.css | 7 ++++---
sass/revamp-design/_existing-node.sass | 9 +++++----
2 files changed, 9 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1157: adjust text fpp teaser.
css/style.css | 8 ++++++--
sass/revamp-design/_design.sass | 6 ++++--
2 files changed, 10 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1155: adjust the teaser font size.
css/style.css | 7 +++++--
sass/revamp-design/_existing-node.sass | 3 ++-
sass/revamp-design/_spotlight.sass | 1 +
sass/revamp-design/_video.sass | 3 ++-
4 files changed, 10 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Mega menu: WP-1166 adjust the green.
css/style.css | 3 +++
sass/revamp-design/_cta.sass | 3 +++
2 files changed, 6 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Custom cta: add learn about campus styling.
css/style.css | 51 +++++++++++++++++++++++++++++++-----
images/cta-about-blurred.png | Bin 0 -> 84874 bytes
images/cta-about.png | Bin 0 -> 94658 bytes
sass/revamp-design/_cta-custom.sass | 41 ++++++++++++++++++++++++++---
sass/revamp-design/_front.sass | 2 +-
5 files changed, 84 insertions(+), 10 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Mega menu: use float instead.
css/style.css | 13 ++++---------
sass/revamp-design/_menu-main-mega.sass | 6 ++++--
2 files changed, 8 insertions(+), 11 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Mega menu: column spacing.
css/style.css | 9 +++++----
sass/revamp-design/_menu-main-mega.sass | 5 ++---
2 files changed, 7 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Mega menu: BI remove margin top.
css/style.css | 3 +++
sass/revamp-design/_menu-main-mega.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Mega menu: columns on BI.
css/style.css | 6 ++++++
sass/revamp-design/_front.sass | 1 +
sass/revamp-design/_menu-main-mega.sass | 18 ++++++++++--------
3 files changed, 17 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Mega menu: theme links of BI.
css/style.css | 37 ++++++++++++------------
sass/revamp-design/_menu-main-mega.sass | 51 ++++++++++++++++-----------------
2 files changed, 44 insertions(+), 44 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Homepage: adjust slideshow height.
css/style.css | 2 +-
sass/revamp-design/_block-slideshow.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Eugen, 3 years, 8 months ago author: Eugen, 3 years, 8 months ago
Overrite h2 style for witl details page.
css/style.css | 1 +
sass/revamp-design/_witl.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Homepage: cleaning up box-shadows and spacing.
css/style.css | 47 ++++++++++----------------
sass/partials/03-extend/_gsb-revamp.sass | 4 +--
sass/partials/05-grids/_grids-singularity.sass | 2 --
sass/revamp-design/_block-slideshow.sass | 7 ++--
sass/revamp-design/_cta-image.sass | 3 +-
sass/revamp-design/_front.sass | 13 ++++---
6 files changed, 33 insertions(+), 43 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Homepage: style the program links.
css/style.css | 94 ++++++++++++++++++++++++--------
sass/revamp-design/_block-slideshow.sass | 7 ++-
sass/revamp-design/_cta.sass | 20 +++++--
sass/revamp-design/_front.sass | 17 +++++-
4 files changed, 107 insertions(+), 31 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Homepage: indent title styling.
css/style.css | 11 +++++++----
sass/revamp-design/_front.sass | 45 +++++++++++++++++++++++-------------------
2 files changed, 32 insertions(+), 24 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Homepage: clear views row.
css/style.css | 4 ++++
sass/partials/05-grids/_grids-singularity.sass | 1 +
sass/revamp-design/_front.sass | 2 ++
3 files changed, 7 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Homepage: add chevrons to bottom titles if is a link.
css/style.css | 12 ++++++++++++
sass/revamp-design/_front.sass | 10 ++++++++++
2 files changed, 22 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Homepage: footer styling based on blocks.
css/style.css | 97 +++++++++++++++++++++-----
sass/partials/05-grids/_grids-singularity.sass | 21 +++---
sass/revamp-design/_design.sass | 7 ++
sass/revamp-design/_front.sass | 23 +++---
4 files changed, 111 insertions(+), 37 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Top bar: include BI detail page class for red.
css/style.css | 3 ++-
sass/revamp-design/_existing-node.sass | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Layout: add bottom content region.
gsb_theme.info | 16 ++++++++--------
templates/page.tpl.php | 8 ++++++++
2 files changed, 16 insertions(+), 8 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Switch BI Map to look in quick links.
js/custom.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Homepage: twitter feed styling.
css/style.css | 54 ++++++++++++---------------------------
sass/revamp-design/_front.sass | 57 ++++++++++++++----------------------------
2 files changed, 35 insertions(+), 76 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Homepage: fix latest articles float.
css/style.css | 11 +++++------
sass/revamp-design/_front.sass | 7 +++----
2 files changed, 8 insertions(+), 10 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Banner: make the background more specific.
css/style.css | 29 +++++++++++------------------
sass/revamp-design/_banner.sass | 20 +++++++++-----------
2 files changed, 20 insertions(+), 29 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Top bar: WP-1118 theme the top bar.
css/style.css | 25 +++++++++++++++++++++++++
sass/revamp-design/_existing-node.sass | 24 ++++++++++++++++++++++++
2 files changed, 49 insertions(+)

view commit - committer: Eugen, 3 years, 8 months ago author: Eugen, 3 years, 8 months ago
WP-1214: Gradient color corrected.
css/style.css | 12 ++++++------
sass/revamp-design/_design.sass | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Homepage: move the upcoming events styles.
css/style.css | 121 +++++++++++--------------
sass/revamp-design/_block-upcoming-events.sass | 35 -------
sass/revamp-design/_front.sass | 87 +++++++++++-------
3 files changed, 110 insertions(+), 133 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1211: adjust the positioning for the pager on events.
css/style.css | 8 ++++++++
sass/revamp-design/_event.sass | 7 +++++++
2 files changed, 15 insertions(+)

view commit - committer: Eugen, 3 years, 8 months ago author: Eugen, 3 years, 8 months ago
Rolled back initial color for events title in minipanel.
css/style.css | 2 +-
sass/revamp-design/_menu-main-mega.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Eugen, 3 years, 8 months ago author: Eugen, 3 years, 8 months ago
Added icon to event title in minipanel
css/style.css | 9 ++++++++-
sass/revamp-design/_menu-main-mega.sass | 8 +++++++-
2 files changed, 15 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Homepage: theming the footer area.
css/style.css | 21 +++++++++++++++++++++
sass/revamp-design/_front.sass | 22 ++++++++++++++++++++++
2 files changed, 43 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Homepage: update slideshow.
css/style.css | 71 ++++----------------------------
sass/revamp-design/_block-slideshow.sass | 10 +++--
sass/revamp-design/_front.sass | 71 ++++----------------------------
3 files changed, 22 insertions(+), 130 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Don't show breadcrumbs if there is only one.
template.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Homepage: update the upcoming event styling.
css/style.css | 11 +++++++++--
images/bg-homepage-events.png | Bin 82476 -> 83352 bytes
sass/revamp-design/_block-upcoming-events.sass | 8 ++++++--
3 files changed, 15 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Homepage: adjust slideshow title.
css/style.css | 4 ++--
sass/revamp-design/_block-slideshow.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Add white event icon.
images/icon-event-white.png | Bin 0 -> 1143 bytes
1 file changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Eugen, 3 years, 8 months ago author: Eugen, 3 years, 8 months ago
Fix first column margin for minipanel-two-columns.
layouts/minipanel-two-columns-wide/minipanel-two-columns-wide.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
CSS for event.
css/style.css | 5 +++++
sass/revamp-design/_design.sass | 4 ++++
2 files changed, 9 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Listings: fix case numbers.
css/style.css | 5 +++++
sass/revamp-design/_views-listings.sass | 6 ++++++
2 files changed, 11 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Homepage: hide page title.
css/style.css | 1 +
sass/revamp-design/_design.sass | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Banner: update styling for BI landing.
css/style.css | 11 +++++++++--
sass/revamp-design/_banner.sass | 9 +++++++--
2 files changed, 16 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Slogan: add margin bottom.
css/style.css | 5 +----
sass/revamp-design/_design.sass | 4 +---
2 files changed, 2 insertions(+), 7 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Use single right angle quotes.
template.php | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Banners: clean up partial.
css/style.css | 53 +++++++++++++++++++++--------------------
sass/revamp-design/_banner.sass | 48 ++++++++++++++++++++-----------------
sass/revamp-design/_design.sass | 5 ----
3 files changed, 53 insertions(+), 53 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Banner: update styling and breadcrumbs.
css/style.css | 16 +++++++++++++++-
sass/revamp-design/_banner.sass | 14 +++++++++++++-
2 files changed, 28 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Search: style no results text.
css/style.css | 6 ++++++
sass/revamp-design/_design.sass | 6 ++++++
2 files changed, 12 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Page: remove site name and secondary menu.
templates/page.tpl.php | 23 +++--------------------
1 file changed, 3 insertions(+), 20 deletions(-)

view commit - committer: Eugen, 3 years, 8 months ago author: Eugen, 3 years, 8 months ago
WP-1159: Added 'Event Calendar'
css/style.css | 27 ++++++++++++++++++++++++---
sass/revamp-design/_design.sass | 18 +++++++++++++++++-
templates/page.tpl.php | 9 +++++++--
3 files changed, 48 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WITL: update colors with variables.
css/style.css | 2 +-
sass/partials/00-variables/_colors.sass | 2 +-
sass/revamp-design/_witl.sass | 70 ++++++++++++++-------------------
3 files changed, 32 insertions(+), 42 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Merge witl branch.
view commit - committer: Eugen, 3 years, 8 months ago author: Eugen, 3 years, 8 months ago
Add compiled css to fix megamenu issue with alignment
css/style.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Eugen, 3 years, 8 months ago author: Eugen, 3 years, 8 months ago
Align left and right part in mega menu to top.
sass/revamp-design/_menu-main-mega.sass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Event: add back and style filter labels.
css/style.css | 39 ++++++++++++++++++++++++++++++---------
sass/revamp-design/_event.sass | 40 ++++++++++++++++++++++++++++++----------
2 files changed, 60 insertions(+), 19 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Search: style filters.
css/style.css | 27 ++++++++++++++--------
.../partials/04-defaults/forms/_form-defaults.sass | 2 --
sass/revamp-design/_search-filters.sass | 20 +++++++++++++---
3 files changed, 35 insertions(+), 14 deletions(-)

view commit - committer: Eugen, 3 years, 8 months ago author: Eugen, 3 years, 8 months ago
Witl detail page theming.
css/style.css | 141 ++++++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_witl.sass | 138 +++++++++++++++++++++++++++++++++++++++++
3 files changed, 280 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Tables: remove center align.
css/style.css | 2 +-
sass/partials/04-defaults/_tables.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Video fpp: adjust treatment from padding.
css/style.css | 15 +++++++++++++++
sass/revamp-design/_clubs.sass | 1 +
sass/revamp-design/_video.sass | 3 +++
sass/revamp-design/_views-listings.sass | 6 ++++++
4 files changed, 25 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Events: style more link on upcoming.
css/style.css | 16 ++++++++++++++++
sass/revamp-design/_block-upcoming-events.sass | 12 ++++++++++++
2 files changed, 28 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Listing: update the solr listings.
css/style.css | 75 ++++++++++++++++++++++++++++++---
sass/revamp-design/_existing-node.sass | 3 +-
sass/revamp-design/_views-listings.sass | 66 +++++++++++++++++++++++------
3 files changed, 123 insertions(+), 21 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Update clubs list theming.
css/style.css | 44 ++++++++++-----------------------
sass/revamp-design/_clubs.sass | 35 +++++++++-----------------
sass/revamp-design/_views-listings.sass | 15 +++++------
3 files changed, 33 insertions(+), 61 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Clubs: extract custom listing style.
css/style.css | 78 +++++++++++++++++++--------------
sass/revamp-design/_clubs.sass | 33 ++++++++++++++
sass/revamp-design/_views-listings.sass | 31 ++-----------
3 files changed, 81 insertions(+), 61 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
CTA: WP-1107: added right side padding.
css/style.css | 2 +-
sass/revamp-design/_cta.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
News: remove unneeded chevron from media toolkit.
css/style.css | 10 ----------
sass/revamp-design/_news.sass | 9 ---------
2 files changed, 19 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
WP-1165: Remove map region name once leaving the map.
js/custom.js | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Video fpp: styling fix for narrow-view.
css/style.css | 2 +-
sass/revamp-design/_video.sass | 7 ++++---
2 files changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Video fpp: redo styling to match teasers.
css/style.css | 21 +++++++++++++++++++++
sass/revamp-design/_video.sass | 16 ++++++++++++++++
2 files changed, 37 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1164: be more specific with video styling.
css/style.css | 12 ++++--------
sass/revamp-design/_video.sass | 4 +++-
2 files changed, 7 insertions(+), 9 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Media mention: title should be red.
css/style.css | 2 ++
sass/revamp-design/_media-mention.sass | 7 ++++---
2 files changed, 6 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1144: make default of teaser headers black.
css/style.css | 1 +
sass/revamp-design/_existing-node.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
News: theme media toolkit.
css/style.css | 44 ++++++++++++++++++++++++--
sass/partials/05-grids/_grids-singularity.sass | 3 +-
sass/revamp-design/_news.sass | 29 +++++++++++++++++
3 files changed, 73 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Clean up the border and background extends.
css/style.css | 21 ++++++++-------------
sass/partials/03-extend/_gsb-revamp.sass | 10 +++++-----
sass/revamp-design/_accordion.sass | 2 +-
sass/revamp-design/_cta.sass | 2 +-
sass/revamp-design/_design.sass | 6 +++---
sass/revamp-design/_existing-node.sass | 2 +-
sass/revamp-design/_people.sass | 2 +-
sass/revamp-design/_search-filters.sass | 2 +-
sass/revamp-design/_spotlight.sass | 2 +-
sass/revamp-design/_video.sass | 2 +-
sass/revamp-design/_views-listings.sass | 4 ++--
11 files changed, 25 insertions(+), 30 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Event: WP-730 theming for upcoming event.
css/style.css | 50 ++++++++++++++++++++++++--
sass/revamp-design/_block-upcoming-events.sass | 30 +++++++++++++++-
2 files changed, 77 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1144: change default link color to red.
css/style.css | 2 +-
sass/partials/04-defaults/_common.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1133: apply listing override to video teaser.
css/style.css | 9 ++++++---
sass/revamp-design/_video.sass | 5 +++--
2 files changed, 9 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Banner: theme banner on event.
css/style.css | 62 +++++++++++++++++++----------
images/bg-banner-events-landing.png | Bin 0 -> 392460 bytes
sass/revamp-design/_banner.sass | 30 +++++++++++++-
sass/revamp-design/_business-insights.sass | 16 --------
sass/revamp-design/_event.sass | 2 +
5 files changed, 70 insertions(+), 40 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Banner: create banner partial.
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_banner.sass | 7 +++++++
2 files changed, 8 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Events: clean up upcoming sheet.
css/style.css | 6 ++++++
sass/partials/03-extend/_gsb-revamp.sass | 7 +++++++
sass/revamp-design/_block-upcoming-events.sass | 13 ++++++++++++-
3 files changed, 25 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Events: WP-1141: theme calendar and list tabs.
css/style.css | 50 +++++++++++++++++++++++++++++++-
images/icon-event-cal.png | Bin 0 -> 1180 bytes
images/icon-event-list.png | Bin 0 -> 1265 bytes
sass/partials/00-variables/_colors.sass | 1 +
sass/revamp-design/_event.sass | 44 ++++++++++++++++++++++++++--
5 files changed, 92 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Events: theme the search field.
css/style.css | 137 ++++++++++++++++++++------------
sass/revamp-design/_event.sass | 88 ++++++++++++++++++++
sass/revamp-design/_views-listings.sass | 55 ++-----------
template.php | 3 +
4 files changed, 184 insertions(+), 99 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1075: remove unwanted styles on text fpp and media mention.
css/style.css | 6 +-----
sass/revamp-design/_design.sass | 2 --
sass/revamp-design/_media-mention.sass | 2 +-
3 files changed, 2 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1104: add icon hover state and adjust sidebar theming.
css/style.css | 72 +++++++++++++----------
sass/revamp-design/_business-insights.sass | 91 ++++++++++++++++--------------
2 files changed, 92 insertions(+), 71 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1105: adjust styling of region.
css/style.css | 5 +++++
sass/revamp-design/_business-insights.sass | 7 ++++++-
2 files changed, 11 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1115: remove the positioning.
css/style.css | 21 ++++++++++++++++++---
sass/revamp-design/_business-insights.sass | 14 +++++++++++---
2 files changed, 29 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1111: add margin bottom to panes.
css/style.css | 4 ++++
sass/revamp-design/_business-insights.sass | 4 ++++
2 files changed, 8 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1113: use the listing styling on taxonomy pages.
css/style.css | 5 +++++
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_taxonomy-listings.sass | 10 ++++++++++
sass/revamp-design/_views-listings.sass | 5 ++++-
4 files changed, 20 insertions(+), 1 deletion(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Add a top and bottom section for widgets.
templates/views-exposed-form--events.tpl.php | 30 ++++++++++++++++++++++++----
1 file changed, 26 insertions(+), 4 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Copy the views-exposed-form template as-is.
templates/views-exposed-form--events.tpl.php | 80 ++++++++++++++++++++++++++++
1 file changed, 80 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1108: adjust bullets alignment.
css/style.css | 6 ++++++
sass/partials/04-defaults/_common.sass | 4 ++++
2 files changed, 10 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Table: fix color variables.
css/style.css | 2 +-
sass/partials/00-variables/_colors.sass | 2 +-
sass/partials/04-defaults/_tables.sass | 2 +-
sass/revamp-design/_cta.sass | 2 +-
sass/revamp-design/_people.sass | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Table: add styling from discussion.
css/style.css | 11 ++++++++++-
sass/partials/04-defaults/_tables.sass | 7 ++++++-
2 files changed, 16 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Table styles.
css/style.css | 31 +++++++++++++++++++++++++++++++
sass/partials/04-defaults/_tables.sass | 27 +++++++++++++++++++++++++++
2 files changed, 58 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
News: media contact styling.
css/style.css | 47 ++++++++++++++++++++------------
sass/partials/00-variables/_colors.sass | 4 +--
sass/partials/03-extend/_gsb-revamp.sass | 9 +++++-
sass/revamp-design/_news.sass | 46 +++++++++++++++++++------------
4 files changed, 68 insertions(+), 38 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
News: caption fix.
css/style.css | 6 ------
sass/revamp-design/_news.sass | 5 -----
2 files changed, 11 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
News: detail and related links.
css/style.css | 159 ++++++++-------------
sass/partials/01-mixins/_custom.sass | 11 ++
sass/partials/06-ui-patterns/_drupal-patterns.sass | 8 ++
sass/revamp-design/_design.sass | 31 ++--
sass/revamp-design/_news.sass | 125 ++++++----------
5 files changed, 142 insertions(+), 192 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
BI: WP-1080 fix for bi in the wide view.
css/style.css | 2 +-
sass/revamp-design/_existing-node.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
BI: update video styling.
css/style.css | 24 ------------------------
sass/revamp-design/_video.sass | 19 +++----------------
2 files changed, 3 insertions(+), 40 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
BI: WP-1077 hide tags labels on all teasers.
css/style.css | 3 +++
sass/revamp-design/_existing-node.sass | 4 ++++
2 files changed, 7 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
BI: WP-1076 add event icon and update title style.
css/style.css | 9 ++++++---
sass/revamp-design/_existing-node.sass | 9 +++++----
2 files changed, 11 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Listing: images should be smaller, wrap the summary.
css/style.css | 6 ++++++
sass/revamp-design/_existing-node.sass | 4 ++++
2 files changed, 10 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Rename partials.
sass/revamp-design/_all.sass | 4 +-
sass/revamp-design/_event.sass | 91 +++++++++++++++++++++
sass/revamp-design/_gsb-event-detail.sass | 91 ---------------------
sass/revamp-design/_gsb-spotlights.sass | 126 ------------------------------
sass/revamp-design/_spotlight.sass | 126 ++++++++++++++++++++++++++++++
5 files changed, 219 insertions(+), 219 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Hide node titles on detail pages.
css/style.css | 19 ++++++++-----------
sass/revamp-design/_business-insights.sass | 2 --
sass/revamp-design/_design.sass | 12 ++++++++++++
sass/revamp-design/_gsb-event-detail.sass | 9 ++++-----
sass/revamp-design/_publication.sass | 5 -----
5 files changed, 24 insertions(+), 23 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Fix positioning of view-empty on events.
css/style.css | 8 +++++++-
sass/revamp-design/_views-listings.sass | 12 +++++++++---
2 files changed, 16 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Media mention: update theming.
css/style.css | 36 ++++++++-------------
sass/revamp-design/_media-mention.sass | 58 +++++++++++++++++-----------------
2 files changed, 43 insertions(+), 51 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Update titles on research papers and case studies.
css/style.css | 6 ++++--
sass/revamp-design/_case-study-research.sass | 3 ++-
2 files changed, 6 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Search: fix up listing styles.
css/style.css | 11 +++++++----
sass/revamp-design/_design.sass | 3 ---
sass/revamp-design/_media-mention.sass | 5 ++++-
sass/revamp-design/_views-listings.sass | 4 ++++
4 files changed, 15 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Search: add other search blocks.
template.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Layouts: exact width on middle section.
css/style.css | 2 +-
sass/partials/05-grids/_grids-singularity.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Search: add left padding to filters.
css/style.css | 3 +++
sass/revamp-design/_search-filters.sass | 1 +
2 files changed, 4 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Faculty: update listing theming.
css/style.css | 181 +++++++++++---------------------
sass/revamp-design/_faculty-search.sass | 156 +++++++++------------------
sass/revamp-design/_search-filters.sass | 29 +++++
template.php | 9 +-
4 files changed, 149 insertions(+), 226 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Research papers: update teaser theming.
css/style.css | 11 +++++++++++
sass/revamp-design/_case-study-research.sass | 7 +++++++
sass/revamp-design/_design.sass | 5 +++++
template.php | 4 +++-
4 files changed, 26 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Clubs: WP-1041 style show more link.
css/style.css | 16 ++++++++++++++++
sass/revamp-design/_clubs.sass | 12 ++++++++++++
2 files changed, 28 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Publication: bold author label.
css/style.css | 3 +++
sass/revamp-design/_publication.sass | 4 ++++
2 files changed, 7 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
BI: add top black border to view.
css/style.css | 2 ++
sass/revamp-design/_views-listings.sass | 2 ++
2 files changed, 4 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
BI: add a min-height to view-row.
css/style.css | 1 +
sass/revamp-design/_views-listings.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
BI: theme citation for research paper.
css/style.css | 63 +++++++++++++++-------------
sass/revamp-design/_case-study-research.sass | 27 +++++++-----
sass/revamp-design/_citation.sass | 39 +++++++++--------
3 files changed, 72 insertions(+), 57 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
BI: theme citation for case study.
css/style.css | 6 ++++--
sass/revamp-design/_citation.sass | 9 ++++++---
2 files changed, 10 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Case study: update detail styling.
css/style.css | 102 +++++++++------------------
sass/revamp-design/_case-study-research.sass | 37 +---------
sass/revamp-design/_design.sass | 27 ++++++-
sass/revamp-design/_publication.sass | 14 ----
4 files changed, 61 insertions(+), 119 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
BI: theme citation for publication.
css/style.css | 122 +++++++++++++++++++++++++++--------
sass/revamp-design/_citation.sass | 61 ++++++++++++++++++
sass/revamp-design/_publication.sass | 27 ++++----
3 files changed, 170 insertions(+), 40 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
BI: clean up extends and add mixin.
css/style.css | 34 +++++++++++++++++----
sass/partials/01-mixins/_custom.sass | 10 +++++++
sass/partials/03-extend/_gsb-revamp.sass | 41 ++++++++++++++++++--------
sass/revamp-design/_block-upcoming-events.sass | 1 +
sass/revamp-design/_design.sass | 1 +
sass/revamp-design/_views-listings.sass | 1 +
6 files changed, 69 insertions(+), 19 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
BI: add citation partial.
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_citation.sass | 4 ++++
2 files changed, 5 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Prevent Show More link from be added many times by AJAX calls.
js/custom.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Stop using middle-view and start using narrow-view.
.../gsb-landing-standard-page-one.tpl.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
WP-1061: Fix bottom border on show more section of event listing.
css/style.css | 4 ----
sass/revamp-design/_views-listings.sass | 2 --
2 files changed, 6 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
WP-1060: Fix floated image in event listing.
css/style.css | 2 ++
sass/revamp-design/_views-listings.sass | 1 +
2 files changed, 3 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Search: use common classes.
css/style.css | 68 +++++----------------------------
sass/revamp-design/_search-filters.sass | 17 ++-------
template.php | 23 ++++++++++-
3 files changed, 35 insertions(+), 73 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Search filters: replace images for toggle.
css/style.css | 10 ++++------
images/filter-icons.png | Bin 1673 -> 0 bytes
images/toggle-close-hover.png | Bin 0 -> 1152 bytes
images/toggle-close.png | Bin 0 -> 1133 bytes
images/toggle-open-hover.png | Bin 0 -> 1009 bytes
images/toggle-open.png | Bin 0 -> 1014 bytes
sass/revamp-design/_search-filters.sass | 10 ++++------
7 files changed, 8 insertions(+), 12 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Search: refactor listing, search and filter theming.
css/style.css | 480 +++++++++-----------------------
sass/revamp-design/_clubs.sass | 110 +-------
sass/revamp-design/_existing-node.sass | 2 +-
sass/revamp-design/_search-filters.sass | 219 +++++----------
sass/revamp-design/_views-listings.sass | 39 ++-
5 files changed, 248 insertions(+), 602 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Bizin: change sidebar class for map js.
js/custom.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Pager: style on new markup.
css/style.css | 31 +++++++++++++++++--------------
sass/revamp-design/_design.sass | 34 ++++++++++++++++++----------------
2 files changed, 35 insertions(+), 30 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Bizin: styling for banner.
css/style.css | 15 ++++++++++++++-
sass/revamp-design/_business-insights.sass | 22 ++++++++++++----------
sass/revamp-design/_design.sass | 7 +++++++
3 files changed, 33 insertions(+), 11 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Layouts: clean up page template and regions.
css/style.css | 13 ++--------
sass/partials/05-grids/_grids-singularity.sass | 7 +++--
sass/revamp-design/_design.sass | 2 +-
templates/page.tpl.php | 36 ++++++++++++--------------
4 files changed, 22 insertions(+), 36 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Layouts: add banner block region.
gsb_theme.info | 1 +
templates/page.tpl.php | 12 +++++++++++-
2 files changed, 12 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Bizin: sidebar and layout theming.
css/style.css | 47 ++++++++++++++++++++++---
images/bi_event_icon.png | Bin 254 -> 0 bytes
images/bi_video_icon.png | Bin 260 -> 0 bytes
images/icon-bizin-cal.png | Bin 0 -> 1364 bytes
images/icon-bizin-video.png | Bin 0 -> 1349 bytes
sass/partials/05-grids/_grids-singularity.sass | 23 ++++++------
sass/revamp-design/_business-insights.sass | 43 ++++++++++++++++++++--
sass/revamp-design/_design.sass | 4 +++
8 files changed, 98 insertions(+), 19 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Show more: update styling.
css/style.css | 4 ++--
sass/revamp-design/_design.sass | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Spotlight: view more link aligned to right.
css/style.css | 5 +++--
sass/revamp-design/_gsb-spotlights.sass | 6 +++---
2 files changed, 6 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Clubs: apply theming to solr view.
css/style.css | 56 ++++++++++++++++++++++------------------
sass/revamp-design/_clubs.sass | 58 +++++++++++++++++++++++++-----------------
2 files changed, 66 insertions(+), 48 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Back to top link theming.
css/style.css | 15 ++++++++++-----
sass/revamp-design/_design.sass | 36 +++++++++++++++++++++---------------
2 files changed, 31 insertions(+), 20 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Show more link styling.
css/style.css | 33 ++++++++++++++++++++++++++++++++-
images/arrow-down.png | Bin 0 -> 1167 bytes
sass/revamp-design/_clubs.sass | 3 ++-
sass/revamp-design/_design.sass | 28 ++++++++++++++++++++++++++++
4 files changed, 62 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Clubs: filter text one line.
css/style.css | 1 -
sass/revamp-design/_clubs.sass | 1 -
2 files changed, 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Spotlight: WP-1037 adjust spacing on name.
css/style.css | 7 +++++--
sass/revamp-design/_gsb-spotlights.sass | 4 ++--
2 files changed, 7 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Image CTA: WP-1039: adjust borders in narrow.
css/style.css | 22 ++++++++++++----------
sass/revamp-design/_cta-image.sass | 19 +++++++++++--------
2 files changed, 23 insertions(+), 18 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Clubs: properly dimensioned tab divider.
images/tab-club.png | Bin 1082 -> 1083 bytes
1 file changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Spotlights: restore the view more.
css/style.css | 5 +----
js/custom.js | 2 +-
sass/revamp-design/_gsb-spotlights.sass | 3 +--
3 files changed, 3 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Image CTA: WP-1018 add a max width for text wrapping.
css/style.css | 3 +++
sass/revamp-design/_cta-image.sass | 1 +
2 files changed, 4 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Clubs: WP-1020: filter toggle adjustment.
css/style.css | 41 ++++++++++++++++++++--------------------
images/filter-icons.png | Bin 0 -> 1673 bytes
js/custom.js | 40 ++++-----------------------------------
sass/revamp-design/_clubs.sass | 42 ++++++++++++++++++++---------------------
4 files changed, 45 insertions(+), 78 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Clubs: WP-1019 form alter the search placeholder text.
template.php | 10 ++++++++++
1 file changed, 10 insertions(+)

view commit - committer: Alex Scutaru, 3 years, 8 months ago author: Alex Scutaru, 3 years, 8 months ago
fixed panelizer view filters form behavior
js/custom.js | 10 ++++++++++
1 file changed, 10 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1030: adjust the listing styling.
css/style.css | 111 +++++++++++---------------------
images/tab-club.png | Bin 0 -> 1082 bytes
sass/revamp-design/_clubs.sass | 105 +++++++++++++-----------------
sass/revamp-design/_faculty-search.sass | 11 +---
4 files changed, 87 insertions(+), 140 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Clubs: remove duplicate partial.
css/style.css | 48 +++++++++++++-------------
sass/revamp-design/_all.sass | 10 ------
sass/revamp-design/_club.sass | 19 -----------
sass/revamp-design/_clubs.sass | 77 ++++++++++++++++++++++++++++--------------
4 files changed, 76 insertions(+), 78 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Spotlight: clearfiw for wide and full modes.
css/style.css | 6 ++++++
sass/revamp-design/_gsb-spotlights.sass | 6 ++++++
2 files changed, 12 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Spotlight: fix the name coloring and margin for video.
css/style.css | 51 ++++++++++++++++++---------------
sass/revamp-design/_gsb-spotlights.sass | 40 ++++++++++++--------------
2 files changed, 47 insertions(+), 44 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
WP-1009: existing nodes should have background.
css/style.css | 8 +++++++-
sass/revamp-design/_existing-node.sass | 15 +++++++++++++--
2 files changed, 20 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Layouts: switch styles to new classes.
css/style.css | 117 +++++++++++----------
.../gsb-landing-standard-page-one.tpl.php | 4 +-
sass/partials/00-variables/_base.sass | 10 +-
sass/partials/05-grids/_grids-singularity.sass | 5 +
sass/revamp-design/_cta-image.sass | 16 +--
sass/revamp-design/_design.sass | 8 +-
sass/revamp-design/_gsb-spotlights.sass | 19 ++--
sass/revamp-design/_video.sass | 2 +-
8 files changed, 96 insertions(+), 85 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Bizin: clean up menu styling.
css/style.css | 27 ++++++++----
.../gsb-business-insights.css | 14 ------
sass/revamp-design/_business-insights.sass | 50 +++++++++++-----------
3 files changed, 43 insertions(+), 48 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Bizin: WP-1009: only use event icon on bizin list.
css/style.css | 2 +-
sass/revamp-design/_existing-node.sass | 19 ++++++++++---------
2 files changed, 11 insertions(+), 10 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Search: fix spelling of media.
css/style.css | 16 ++++++++--------
sass/revamp-design/_search-filters.sass | 4 ++--
2 files changed, 10 insertions(+), 10 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Layouts: add layout-agnostic styling classes.
.../gsb-business-insights.tpl.php | 22 +++++++++++-----------
layouts/gsb-front-page/gsb-front-page.tpl.php | 12 ++++++------
.../gsb-landing-standard-page-one.tpl.php | 12 ++++++------
.../gsb-standard-page-two.tpl.php | 4 ++--
4 files changed, 25 insertions(+), 25 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Fix width bug on event listing.
css/style.css | 2 ++
sass/revamp-design/_views-listings.sass | 7 ++++---
2 files changed, 6 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Layouts: fix for layouts with right sidebar content.
css/style.css | 58 ++++++----------------
.../gsb-business-insights.tpl.php | 6 +--
.../gsb-landing-standard-page-one.tpl.php | 7 ++-
.../gsb-standard-page-two.tpl.php | 10 ++--
sass/partials/05-grids/_grids-singularity.sass | 40 +++++++--------
5 files changed, 44 insertions(+), 77 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Fix event listing CSS.
css/style.css | 78 +++++++++-------------
sass/revamp-design/_all.sass | 1 -
sass/revamp-design/_existing-node.sass | 2 +-
sass/revamp-design/_gsb-event-calendar.sass | 27 --------
sass/revamp-design/_views-listings.sass | 51 ++++++++++----
.../views-view-unformatted--gsb-event.tpl.php | 5 +-
6 files changed, 76 insertions(+), 88 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Copy the default views-view-unformatted template.
templates/views-view-unformatted--gsb-event.tpl.php | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Fix the date separator.
template.php | 7 +++++++
1 file changed, 7 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Layouts: add margin bottom to sidebar elements.
css/style.css | 10 ++++++++++
sass/partials/05-grids/_grids-singularity.sass | 4 ++++
sass/revamp-design/_gsb-spotlights.sass | 1 -
3 files changed, 14 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Spotlights: non-linked names are now black.
css/style.css | 6 +++++-
sass/revamp-design/_gsb-spotlights.sass | 4 +++-
2 files changed, 8 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
General styles: make bullets more specific.
css/style.css | 3 ++-
sass/partials/04-defaults/_common.sass | 10 +++++++---
2 files changed, 9 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Spotlight: fix sidebar class.
css/style.css | 14 ++++++++++----
js/custom.js | 2 +-
sass/revamp-design/_gsb-spotlights.sass | 20 +++++++++++---------
3 files changed, 22 insertions(+), 14 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
General styles updates.
css/style.css | 38 ++++++++++++++++++++++---------
sass/partials/00-variables/_colors.sass | 2 --
sass/partials/00-variables/_fonts.sass | 1 +
sass/partials/04-defaults/_common.sass | 22 ++++++++++++------
sass/partials/04-defaults/_font-face.sass | 4 ++--
sass/partials/04-defaults/_headers.sass | 8 +++++--
6 files changed, 51 insertions(+), 24 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Spotlight: only have max-height in sidebar.
css/style.css | 4 +++-
sass/revamp-design/_gsb-spotlights.sass | 3 ++-
2 files changed, 5 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Menu: style menu tree in sidebar-first region.
css/style.css | 57 ++++++++++++++++++++--
sass/partials/06-ui-patterns/_drupal-patterns.sass | 4 +-
sass/revamp-design/_design.sass | 45 +++++++++++++++++
3 files changed, 102 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Video: no longer need preview play image.
css/style.css | 16 ----------------
sass/revamp-design/_video.sass | 16 ----------------
2 files changed, 32 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Spotlight: hide the main video always for spotlight.
css/style.css | 10 ++++++++++
sass/revamp-design/_video.sass | 11 +++++++++++
2 files changed, 21 insertions(+)

view commit - committer: Adam Moore, 3 years, 8 months ago author: Adam Moore, 3 years, 8 months ago
Remove video play button javascript. Only show view more if the spotlight is in the sidebar.
gsb_theme.info | 7 +++++++
js/custom.js | 18 +-----------------
2 files changed, 8 insertions(+), 17 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Layouts: update editing layout.
css/style.css | 9 +++++++++
sass/partials/05-grids/_grids-singularity.sass | 9 +++++++++
2 files changed, 18 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Spotlight: only clear title in sidebar.
css/style.css | 6 ++----
sass/revamp-design/_gsb-spotlights.sass | 6 ++----
2 files changed, 4 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Event listing: hide bottom-border on last.
css/style.css | 3 +++
sass/revamp-design/_views-listings.sass | 2 ++
2 files changed, 5 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Event listing: add borders and spacing.
css/style.css | 17 +++++++++++++----
sass/partials/06-ui-patterns/_drupal-patterns.sass | 5 +++--
sass/revamp-design/_views-listings.sass | 15 +++++++++++++++
3 files changed, 31 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Layouts: remove ds width from event detail, and hard width on main.
css/style.css | 2 +-
sass/partials/05-grids/_grids-singularity.sass | 1 -
sass/revamp-design/_gsb-event-detail.sass | 1 +
3 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Layouts: add content checks.
.../gsb-business-insights.tpl.php | 101 +++++++++++++--------
.../gsb-landing-standard-page-one.tpl.php | 62 ++++++++-----
.../gsb-standard-page-two.tpl.php | 28 +++---
3 files changed, 118 insertions(+), 73 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Image CTA: update color background, hover and positioning.
css/style.css | 122 ++++++++++++++++++++------------
sass/partials/00-variables/_colors.sass | 2 +
sass/revamp-design/_cta-image.sass | 85 +++++++++++++---------
3 files changed, 127 insertions(+), 82 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Adjustments to fix WP-951.
css/style.css | 75 ++++++++++++++-------------
sass/revamp-design/_cta.sass | 117 +++++++++++++++++++++++--------------------
2 files changed, 101 insertions(+), 91 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
CTA: adjust styling of action word.
css/style.css | 2 +-
sass/revamp-design/_cta.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Spotlight: add clear to the position field.
css/style.css | 8 +++-----
sass/revamp-design/_ct-video.sass | 0
sass/revamp-design/_gsb-spotlights.sass | 7 ++++++-
3 files changed, 9 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Condense the author commas styling.
css/style.css | 4 ++--
sass/revamp-design/_design.sass | 13 +++++--------
2 files changed, 7 insertions(+), 10 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Remove clearfix from 2 col stacked.
templates/ds-2col-stacked.tpl.php | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Add ds 2 col stacked.
templates/ds-2col-stacked.tpl.php | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Remove clearfix from 2 col.
templates/ds-2col.tpl.php | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Add 2 col template.
templates/ds-2col.tpl.php | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Add ds template override to remove clearfix.
templates/ds-1col.tpl.php | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Clean up styling for detail pages.
css/style.css | 32 ++++---
sass/revamp-design/_case-study-research.sass | 127 +++++++++++++--------------
sass/revamp-design/_design.sass | 14 +--
sass/revamp-design/_publication.sass | 17 +++-
4 files changed, 103 insertions(+), 87 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Condensing styling of tags and separators globally in the theme.
css/style.css | 87 ++++++--------------------
sass/revamp-design/_case-study-research.sass | 7 ---
sass/revamp-design/_design.sass | 9 +--
sass/revamp-design/_news.sass | 19 ------
sass/revamp-design/_publication.sass | 91 +++++++++++-----------------
5 files changed, 60 insertions(+), 153 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Remove CSS for hiding location data.
css/style.css | 18 ------------------
sass/revamp-design/_block-upcoming-events.sass | 7 -------
sass/revamp-design/_existing-node.sass | 11 -----------
3 files changed, 36 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 8 months ago author: Tim Plunkett, 3 years, 8 months ago
Add theme function to remove the 'all day' label.
template.php | 12 ++++++++++++
1 file changed, 12 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
News: update teaser styles.
css/style.css | 5125 ++++++++++++++++++++++++++++++-
sass/revamp-design/_all.sass | 2 +-
sass/revamp-design/_existing-node.sass | 13 +
sass/revamp-design/_views-listings.sass | 11 -
4 files changed, 5048 insertions(+), 103 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Put all related views styling into new partial.
css/style.css | 5131 +---------------------------
sass/revamp-design/_all.sass | 2 +
sass/revamp-design/_business-insights.sass | 25 +-
sass/revamp-design/_search-filters.sass | 3 -
sass/revamp-design/_views-listings.sass | 24 +
5 files changed, 118 insertions(+), 5067 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Add footer and header regions.
gsb_theme.info | 2 ++
1 file changed, 2 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Improvements on layouts with left region content.
css/style.css | 58 +++++++++++++-------------
sass/partials/05-grids/_grids-singularity.sass | 33 ++++++++++-----
2 files changed, 52 insertions(+), 39 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Fix position of the video icon.
css/style.css | 44 ++++++++++++-------------
sass/revamp-design/_all.sass | 3 +-
sass/revamp-design/_block-video.sass | 45 --------------------------
sass/revamp-design/_ct-video.sass | 17 ----------
sass/revamp-design/_video.sass | 63 ++++++++++++++++++++++++++++++++++++
5 files changed, 86 insertions(+), 86 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Update the business insight layout.
css/style.css | 4 +++-
sass/partials/05-grids/_grids-singularity.sass | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Update the biz insight thumbnail.
.../gsb-business-insights/gsb-business-insights.png | Bin 979 -> 1111 bytes
1 file changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Updated business insight layout.
css/style.css | 160 +++++++++++----------
.../gsb-business-insights.inc | 10 +-
.../gsb-business-insights.tpl.php | 39 +++--
sass/partials/00-variables/_base.sass | 17 +--
sass/partials/05-grids/_grids-singularity.sass | 84 +++++------
5 files changed, 155 insertions(+), 155 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Update the template name.
css/style.css | 20 ++++++++++----------
sass/partials/05-grids/_grids-singularity.sass | 2 +-
2 files changed, 11 insertions(+), 11 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 9 months ago
Layout for standard 2.
css/style.css | 63 ++++++++++++++++------
.../gsb-standard-page-two.inc | 1 +
sass/partials/00-variables/_base.sass | 11 ++++
sass/partials/05-grids/_grids-singularity.sass | 17 +++---
templates/page.tpl.php | 2 +-
5 files changed, 70 insertions(+), 24 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 9 months ago
Layout for left sidebar region.
css/style.css | 11 ++++++++++-
sass/partials/05-grids/_grids-singularity.sass | 5 ++++-
templates/page.tpl.php | 4 ++--
3 files changed, 16 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 9 months ago
Width and margin for first sidebar.
css/style.css | 13 +++++++++++++
sass/partials/05-grids/_grids-singularity.sass | 15 +++++++++++++++
2 files changed, 28 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 9 months ago
Remove the underscores.
.../gsb-landing-standard-page-one.css | 4 ++
.../gsb-landing-standard-page-one.inc | 18 +++++++
.../gsb-landing-standard-page-one.png | Bin 0 -> 979 bytes
.../gsb-landing-standard-page-one.tpl.php | 54 +++++++++++++++++++++
.../gsb-landing_standard-page-one.css | 4 --
.../gsb-landing_standard-page-one.inc | 18 -------
.../gsb-landing_standard-page-one.png | Bin 979 -> 0 bytes
.../gsb-landing_standard-page-one.tpl.php | 54 ---------------------
8 files changed, 76 insertions(+), 76 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 9 months ago
Fix thumbnail name and group layouts.
layouts/gsb-business-insights/gsb-business-insights.inc | 2 +-
layouts/gsb-front-page/gsb-front-page.inc | 2 +-
layouts/gsb-landing_standard-page-one/gsb-landing_standard-page-one.css | 2 +-
layouts/gsb-landing_standard-page-one/gsb-landing_standard-page-one.inc | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 9 months ago
Add left sidebar region and update page.tpl.php.
gsb_theme.info | 7 ++++++-
templates/page.tpl.php | 54 ++++++++++++++++++++++++++------------------------
2 files changed, 34 insertions(+), 27 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 9 months ago
Update the grid based on layouts.
css/style.css | 12 ++++++------
sass/partials/05-grids/_grids-singularity.sass | 15 ++++++++++-----
sass/revamp-design/_design.sass | 6 +++---
3 files changed, 19 insertions(+), 14 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 9 months ago
Adjust wrapper classes on layouts.
layouts/gsb-business-insights/gsb-business-insights.tpl.php | 2 +-
.../gsb-landing_standard-page-one.tpl.php | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 9 months ago
Update CSS for landing standard page grid.
css/style.css | 20 ++++++++++----------
sass/partials/05-grids/_grids-singularity.sass | 2 +-
2 files changed, 11 insertions(+), 11 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 9 months ago
Combine landing and standard page 1 layouts.
.../gsb-landing-page-one/gsb-landing-page-one.css | 13 -----
.../gsb-landing-page-one/gsb-landing-page-one.inc | 18 -------
.../gsb-landing-page-one/gsb-landing-page-one.png | Bin 979 -> 0 bytes
.../gsb-landing-page-one.tpl.php | 54 --------------------
.../gsb-landing_standard-page-one.css | 4 ++
.../gsb-landing_standard-page-one.inc | 18 +++++++
.../gsb-landing_standard-page-one.png | Bin 0 -> 979 bytes
.../gsb-landing_standard-page-one.tpl.php | 54 ++++++++++++++++++++
.../gsb-standard-page-one.css | 13 -----
.../gsb-standard-page-one.inc | 18 -------
.../gsb-standard-page-one.png | Bin 978 -> 0 bytes
.../gsb-standard-page-one.tpl.php | 55 ---------------------
12 files changed, 76 insertions(+), 171 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 9 months ago
Remove landing page 2.
.../gsb-landing-page-two/gsb-landing-page-two.css | 13 ------
.../gsb-landing-page-two/gsb-landing-page-two.inc | 18 --------
.../gsb-landing-page-two/gsb-landing-page-two.png | Bin 975 -> 0 bytes
.../gsb-landing-page-two.tpl.php | 50 ---------------------
4 files changed, 81 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 9 months ago
Remove unneeded standard page 3.
.../gsb-standard-page-three.css | 13 -----------
.../gsb-standard-page-three.inc | 12 -----------
.../gsb-standard-page-three.png | Bin 946 -> 0 bytes
.../gsb-standard-page-three.tpl.php | 24 ---------------------
4 files changed, 49 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 9 months ago
Update the standard 2 layout.
.../gsb-standard-page-two.css | 9 -------
.../gsb-standard-page-two.inc | 7 +++--
.../gsb-standard-page-two.tpl.php | 31 +++++++++++++++-------
3 files changed, 25 insertions(+), 22 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Clubs: update the teaser styling.
css/style.css | 5 ++++-
sass/revamp-design/_club.sass | 5 +++++
2 files changed, 9 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 8 months ago author: Meghan Palagyi, 3 years, 8 months ago
Business insights, add alex and kirills work.
css/style.css | 73 +++++++++++++++++++++++++++++
images/businessinsights_region_map.png | Bin 0 -> 5287 bytes
images/map_africa.png | Bin 0 -> 2147 bytes
images/map_americas.png | Bin 0 -> 3880 bytes
images/map_asia.png | Bin 0 -> 3783 bytes
images/map_europe.png | Bin 0 -> 1951 bytes
images/map_oceania.png | Bin 0 -> 2015 bytes
js/custom.js | 44 ++++++++++++++++-
sass/revamp-design/_business-insights.sass | 63 +++++++++++++++++++++++++
9 files changed, 179 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Footer: firefow fix.
css/style.css | 2 +-
sass/revamp-design/_footer.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Comma fi for authors on bizin.
css/style.css | 6 ++++++
sass/revamp-design/_design.sass | 13 ++++++++++++-
2 files changed, 18 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Theming for the bizin and events listing, teaser, detail.
css/style.css | 100 +++++++++++++---------------
images/icon-event.png | Bin 0 -> 1301 bytes
sass/revamp-design/_business-insights.sass | 20 ++++--
sass/revamp-design/_existing-node.sass | 27 +++++++-
sass/revamp-design/_gsb-event-calendar.sass | 40 +----------
sass/revamp-design/_gsb-event-detail.sass | 6 +-
sass/revamp-design/_search-filters.sass | 7 --
7 files changed, 90 insertions(+), 110 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Business insights detail intro.
css/style.css | 7 -------
sass/revamp-design/_business-insights.sass | 13 ++++++-------
2 files changed, 6 insertions(+), 14 deletions(-)

view commit - committer: Meghan P, 3 years, 9 months ago author: Meghan P, 3 years, 9 months ago Fix tag wrapper styling.
Merge pull request #5 from gsbitse/tag-wrapper
view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Fix tag wrapper styling.
css/style.css | 73 ++++-------------------------
sass/revamp-design/_design.sass | 17 +++----
sass/revamp-design/_gsb-event-calendar.sass | 4 +-
sass/revamp-design/_gsb-event-detail.sass | 15 ------
sass/revamp-design/_news.sass | 29 +-----------
5 files changed, 19 insertions(+), 119 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Business insight author sizing on detail.
css/style.css | 2 ++
sass/revamp-design/_business-insights.sass | 2 ++
2 files changed, 4 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Footer: copyright styling.
css/style.css | 42 +++++++++++++++++------------------------
sass/revamp-design/_design.sass | 1 +
sass/revamp-design/_footer.sass | 38 ++++++++++++++++---------------------
templates/page.tpl.php | 3 ++-
4 files changed, 36 insertions(+), 48 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Footer: update newsletter sign-up styling.
css/style.css | 23 ++++++++++-------------
sass/revamp-design/_footer.sass | 25 +++++++++++--------------
2 files changed, 21 insertions(+), 27 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Remove uneeded class.
css/style.css | 2 +-
sass/revamp-design/_footer.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Adjustments to follow us in footer.
css/style.css | 17 +++++++++++------
sass/revamp-design/_footer.sass | 16 ++++++++++------
2 files changed, 21 insertions(+), 12 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
WP-961: adding back faculty field profile class.
css/style.css | 4 ++++
sass/revamp-design/_gsb-spotlights.sass | 1 +
2 files changed, 5 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Theming for footer.
css/style.css | 201 ++++++++++---------------
sass/partials/05-grids/_grids-singularity.sass | 14 --
sass/revamp-design/_cta-custom.sass | 7 +-
sass/revamp-design/_footer.sass | 161 +++++++++++---------
4 files changed, 173 insertions(+), 210 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
WP-965: absract video preview icon style.
css/style.css | 7 +++++--
sass/revamp-design/_block-video.sass | 5 ++++-
2 files changed, 9 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Fixes for WP-960 and WP-962: clearfixes for names.
css/style.css | 22 +++++++++++++++++++---
sass/revamp-design/_gsb-spotlights.sass | 24 ++++++++++++------------
2 files changed, 31 insertions(+), 15 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
WP-959, WP-960, WP-626: spotlight field order and changes.
css/style.css | 54 +++++++++++++++++--------------
sass/revamp-design/_ct-video.sass | 8 ++---
sass/revamp-design/_gsb-spotlights.sass | 56 +++++++++++++++++++++++----------
3 files changed, 74 insertions(+), 44 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Fix slideshow hovering to respect the wrapper link.
css/style.css | 9 +++------
sass/revamp-design/_block-slideshow.sass | 3 +--
2 files changed, 4 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Change the video classes.
css/style.css | 26 +++++++++++++-------------
sass/revamp-design/_block-video.sass | 4 ++--
sass/revamp-design/_ct-video.sass | 8 ++++----
3 files changed, 19 insertions(+), 19 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
update the event detail styling.
css/style.css | 26 ++++++++++++--------------
sass/revamp-design/_gsb-event-detail.sass | 20 +++++++++-----------
2 files changed, 21 insertions(+), 25 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
WP-945: add clear both for accordion.
css/style.css | 5 +++++
sass/revamp-design/_accordion.sass | 1 +
sass/revamp-design/_design.sass | 3 +++
3 files changed, 9 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Change margin application for spotlight.
css/style.css | 5 ++++-
sass/revamp-design/_gsb-spotlights.sass | 3 ++-
2 files changed, 6 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Theming for spotlight fpp.
css/style.css | 49 ++++++++++++++++++++++--------
sass/revamp-design/_gsb-spotlights.sass | 53 +++++++++++++++++++++++----------
2 files changed, 73 insertions(+), 29 deletions(-)

view commit - committer: Meghan P, 3 years, 9 months ago author: Meghan P, 3 years, 9 months ago Spotlight fpp changes.
Merge pull request #4 from gsbitse/spotlight
view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Swap the person type class and styling.
css/style.css | 7 +------
sass/revamp-design/_gsb-spotlights.sass | 8 ++------
2 files changed, 3 insertions(+), 12 deletions(-)

view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Clean up spotlight JS.
js/custom.js | 79 ++++++++++++++++++++++++++----------------------------------
1 file changed, 34 insertions(+), 45 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Theming updates for research paper teaser.
css/style.css | 29 +++++++++++-----------------
sass/revamp-design/_case-study-research.sass | 6 ------
sass/revamp-design/_design.sass | 6 ++++++
sass/revamp-design/_search-filters.sass | 7 +------
4 files changed, 18 insertions(+), 30 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Styling for accordion wysiwyg in text fpp.
css/style.css | 24 +++++++++++++++++++++---
sass/revamp-design/_accordion.sass | 20 +++++++++++++++-----
sass/revamp-design/_design.sass | 10 ++++++++++
3 files changed, 46 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Remove the visited link color and override instances.
css/style.css | 15 ++-------------
sass/partials/04-defaults/_common.sass | 4 +---
sass/revamp-design/_block-quote.sass | 3 +--
sass/revamp-design/_gsb-event-detail.sass | 3 +--
4 files changed, 5 insertions(+), 20 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Teaser ds and theming for the case study ct.
css/style.css | 98 ++++++++++++++++++----------
sass/revamp-design/_case-study-research.sass | 78 ++++++++++++++--------
sass/revamp-design/_search-filters.sass | 6 ++
3 files changed, 119 insertions(+), 63 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Move the search and filter code into its own partial.
sass/revamp-design/_all.sass | 3 +
sass/revamp-design/_case-study-research.sass | 166 --------------------------
sass/revamp-design/_search-filters.sass | 167 +++++++++++++++++++++++++++
3 files changed, 170 insertions(+), 166 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
WP-922: remove the bullet from slideshow ul.
css/style.css | 1 +
sass/revamp-design/_block-slideshow.sass | 1 +
2 files changed, 2 insertions(+)

view commit - committer: Meghan P, 3 years, 9 months ago author: Meghan P, 3 years, 9 months ago WP-578: made style changes based on accordion spec.
Merge pull request #3 from gsbitse/accordion
view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
WP-578: made style changes based on spec.
css/style.css | 29 +++++++++++++++--------------
sass/revamp-design/_accordion.sass | 30 ++++++++++++++++--------------
2 files changed, 31 insertions(+), 28 deletions(-)

view commit - committer: Meghan P, 3 years, 9 months ago author: Meghan P, 3 years, 9 months ago Merge CTA bug fixes into master branch.
Merge pull request #2 from gsbitse/cta
view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
WP-887: virtual tour fixes.
css/style.css | 34 +++++++++++++++++++------------
sass/revamp-design/_cta-custom.sass | 40 ++++++++++++++++++++++---------------
2 files changed, 45 insertions(+), 29 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
WP-850: adjust arrow positioning.
css/style.css | 9 +++++++++
sass/revamp-design/_cta.sass | 7 +++++++
2 files changed, 16 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
WP #850: adjust social button spacing.
css/style.css | 2 +-
sass/revamp-design/_cta-custom.sass | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
WP-850: add new icons and hover states for follow us.
css/style.css | 80 ++++++++++++++++++------------------
images/icon-fb-hover.png | Bin 0 -> 1906 bytes
images/icon-fb.png | Bin 0 -> 2377 bytes
images/icon-linkedin-hover.png | Bin 0 -> 1903 bytes
images/icon-linkedin.png | Bin 0 -> 2389 bytes
images/icon-twitter-hover.png | Bin 0 -> 2061 bytes
images/icon-twitter.png | Bin 2567 -> 2547 bytes
images/icon-youtube-hover.png | Bin 0 -> 2063 bytes
images/icon-youtube.png | Bin 0 -> 2605 bytes
sass/revamp-design/_cta-custom.sass | 46 +++++++++++++++++----
sass/revamp-design/_footer.sass | 27 +-----------
11 files changed, 81 insertions(+), 72 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
WP-719: custom cta hover states.
css/style.css | 139 +++++++++++++-----------
images/cta-follow-us-title-bg.png | Bin 120 -> 0 bytes
sass/partials/03-extend/_gsb-revamp.sass | 2 +-
sass/revamp-design/_cta-custom.sass | 174 +++++++++++++++----------------
sass/revamp-design/_cta.sass | 8 +-
sass/revamp-design/_design.sass | 3 +-
6 files changed, 167 insertions(+), 159 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
WP-716: generic cta hover states.
css/style.css | 155 +++++++++++++++++++-------------
sass/partials/00-variables/_colors.sass | 2 +-
sass/revamp-design/_cta.sass | 105 ++++++++++++----------
sass/revamp-design/_design.sass | 3 +
4 files changed, 156 insertions(+), 109 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Split CTAs into 3 partials.
css/style.css | 310 ++++++++++++++++++------------------
sass/revamp-design/_all.sass | 4 +
sass/revamp-design/_cta-custom.sass | 140 ++++++++++++++++
sass/revamp-design/_cta-image.sass | 135 ++++++++++++++++
sass/revamp-design/_cta.sass | 278 +-------------------------------
5 files changed, 438 insertions(+), 429 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Add background styling for the accordion fpp.
css/style.css | 4 ++--
sass/revamp-design/_accordion.sass | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Change for line height and spacing of links.
css/style.css | 5 +++--
sass/revamp-design/_design.sass | 11 ++++++-----
2 files changed, 9 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Video styling for the landing one layout.
css/style.css | 7 +++++++
sass/revamp-design/_ct-video.sass | 7 +++++++
2 files changed, 14 insertions(+)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Another (better) attempt at solving the mystery that is tweets wp-823.
js/libs/twitterfeed.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Greg Mercer, 3 years, 9 months ago author: Greg Mercer, 3 years, 9 months ago
Fix to wp-837
js/libs/twitterfeed.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Update landing one layout.
css/style.css | 42 +++++++++++++++++------------------
sass/partials/00-variables/_base.sass | 4 ++--
2 files changed, 23 insertions(+), 23 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Swap twitter t for bird icon.
images/icon-twitter.png | Bin 2393 -> 2567 bytes
1 file changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Meghan P, 3 years, 9 months ago author: Meghan P, 3 years, 9 months ago WP-865: Fix video centering.
Merge pull request #1 from gsbitse/wp-865
view commit - committer: Tim Plunkett, 3 years, 9 months ago author: Tim Plunkett, 3 years, 9 months ago
Fix video centering.
css/style.css | 10 +++++++++-
sass/revamp-design/_block-video.sass | 6 +++++-
2 files changed, 14 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
WP-823: Add social feed fix from Greg.
js/libs/twitterfeed.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Theming fixes for publication detail page.
css/style.css | 194 +++++++++++++---------------------
sass/revamp-design/_publication.sass | 199 +++++++++++++++--------------------
2 files changed, 155 insertions(+), 238 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Update theming for research paper detail page.
css/style.css | 19 ++++++++++++++++---
sass/revamp-design/_case-study-research.sass | 16 +++++++++++-----
2 files changed, 27 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Theming for case study detail.
css/style.css | 142 +++++++++------------
sass/revamp-design/_case-study-research.sass | 177 ++++++++++++---------------
2 files changed, 133 insertions(+), 186 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Rename the case study and research sheet.
sass/revamp-design/_all.sass | 2 +-
sass/revamp-design/_case-study-research.sass | 297 +++++++++++++++++++++++++++
sass/revamp-design/_gsb-case-study.sass | 297 ---------------------------
3 files changed, 298 insertions(+), 298 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Style updates for homepage events.
css/style.css | 121 +++++--------------------
images/bg-homepage-events.png | Bin 0 -> 82476 bytes
images/homepage-events-background-full.jpg | Bin 4390 -> 0 bytes
sass/partials/03-extend/_gsb-revamp.sass | 4 +
sass/revamp-design/_block-upcoming-events.sass | 96 +++++---------------
sass/revamp-design/_design.sass | 6 +-
6 files changed, 52 insertions(+), 175 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Add double arrows to red gradient cta.
css/style.css | 15 ++++++++++++---
sass/revamp-design/_cta.sass | 26 ++++++++++++++++++--------
2 files changed, 30 insertions(+), 11 deletions(-)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: News listing theming
css/style.css | 71 +++++++++++++++++++++++----------
sass/revamp-design/_faculty-search.sass | 3 +-
sass/revamp-design/_gsb-case-study.sass | 16 ++++++--
3 files changed, 63 insertions(+), 27 deletions(-)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: Listing pages theming
css/style.css | 112 +++++++++++++++++++++++++-------
sass/revamp-design/_faculty-search.sass | 3 +-
sass/revamp-design/_gsb-case-study.sass | 41 ++++++++++--
3 files changed, 129 insertions(+), 27 deletions(-)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: Media mention theming
css/style.css | 109 ++++++++++++++++++++++++++------
sass/revamp-design/_faculty-search.sass | 3 +-
sass/revamp-design/_gsb-case-study.sass | 48 +++++++++++++-
3 files changed, 136 insertions(+), 24 deletions(-)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: Search theming for listing
css/style.css | 40 +++++++++++---------
sass/partials/00-variables/_colors.sass | 1 +
sass/revamp-design/_faculty-search.sass | 65 +++++++++++++++++----------------
sass/revamp-design/_gsb-case-study.sass | 10 ++---
4 files changed, 63 insertions(+), 53 deletions(-)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: List styling
css/style.css | 124 +++++++++++++++++++++++++++++++-
sass/revamp-design/_gsb-case-study.sass | 87 +++++++++++++++++++++-
2 files changed, 208 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Styling for business insights list.
css/style.css | 17 +++++++++++++++++
sass/revamp-design/_business-insights.sass | 13 +++++++++++++
2 files changed, 30 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Event listing styling.
css/style.css | 39 +++++++++++++++++-----
.../partials/04-defaults/forms/_form-defaults.sass | 2 +-
sass/revamp-design/_gsb-event-calendar.sass | 20 ++++++++---
3 files changed, 47 insertions(+), 14 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Initial redone styling on event listing.
css/style.css | 49 ++++++++++++++-----------
sass/revamp-design/_gsb-event-calendar.sass | 57 ++++++++++++++++++-----------
2 files changed, 62 insertions(+), 44 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Style updates for business insights teaser.
css/style.css | 4 +---
layouts/gsb-business-insights/gsb-business-insights.css | 1 +
sass/revamp-design/_business-insights.sass | 1 -
sass/revamp-design/_existing-node.sass | 2 +-
4 files changed, 3 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Initial styling for business insights detail.
css/style.css | 70 +++--
sass/partials/04-defaults/_headers.sass | 21 +-
sass/revamp-design/_business-insights.sass | 411 ++---------------------------
3 files changed, 91 insertions(+), 411 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Teaser and people fpp styling updates.
css/style.css | 88 ++++++++++++++++++++++++++--------
sass/partials/04-defaults/_tables.sass | 7 ++-
sass/revamp-design/_people.sass | 80 ++++++++++++++++++++++++-------
3 files changed, 136 insertions(+), 39 deletions(-)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: teaser displays theming
css/style.css | 343 +++++++++++++++++---------------
sass/revamp-design/_all.sass | 1 -
sass/revamp-design/_design.sass | 24 ++-
sass/revamp-design/_gsb-case-study.sass | 86 ++++++--
sass/revamp-design/_media-mention.sass | 21 +-
sass/revamp-design/_news.sass | 21 +-
sass/revamp-design/_publication.sass | 53 ++---
sass/revamp-design/_research.sass | 70 -------
8 files changed, 326 insertions(+), 293 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Spacing for comma separation.
css/style.css | 8 ++++++++
sass/revamp-design/_design.sass | 13 +++++++------
2 files changed, 15 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Change so that page titles are reg case.
css/style.css | 13 +++++++------
sass/partials/04-defaults/_headers.sass | 7 +++++++
2 files changed, 14 insertions(+), 6 deletions(-)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Isue: Media mention theming
css/style.css | 40 +++++++++++++++++++++++++++++++++-
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_media-mention.sass | 33 ++++++++++++++++++++++++++++
3 files changed, 73 insertions(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Styles for people fpp listing.
css/style.css | 64 +++++++++++++++++++++++++-------
sass/partials/00-variables/_colors.sass | 2 +-
sass/partials/03-extend/_gsb-revamp.sass | 2 +-
sass/revamp-design/_design.sass | 2 +-
sass/revamp-design/_people.sass | 36 +++++++++++++++++-
5 files changed, 89 insertions(+), 17 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Initial people fpp styling.
css/style.css | 123 +++---------------------------------
sass/revamp-design/_all.sass | 2 +-
sass/revamp-design/_gsb-people.sass | 108 -------------------------------
sass/revamp-design/_people.sass | 19 ++++++
4 files changed, 28 insertions(+), 224 deletions(-)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: case study theming
css/style.css | 105 ++++++++++++++++++++++++++++++++
sass/revamp-design/_gsb-case-study.sass | 83 +++++++++++++++++++++++++
2 files changed, 188 insertions(+)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: Publication page theming
css/style.css | 148 +++++++++++++++++++++
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_club.sass | 250 -----------------------------------
sass/revamp-design/_publication.sass | 118 +++++++++++++++++
4 files changed, 267 insertions(+), 250 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 9 months ago author: Alex Scutaru, 3 years, 9 months ago
cleanup drush meta
gsb_theme.info | 6 ------
1 file changed, 6 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 9 months ago author: Alex Scutaru, 3 years, 9 months ago
Merge branch 'wp-770'
view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Update slideshow styles.
css/style.css | 5 +++++
sass/revamp-design/_block-slideshow.sass | 2 ++
2 files changed, 7 insertions(+)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: Club page theming
css/revamp-design/clubs.css | 40 ++++++++
css/style.css | 174 +++++++++++++++++++++++++++++---
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_clubs.sass | 115 +++++++++++++++++++++
sass/revamp-design/_faculty-search.sass | 21 ++--
5 files changed, 332 insertions(+), 19 deletions(-)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: Faculty search page
css/style.css | 171 ++++++++++++++++++++++++++++++++
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_faculty-search.sass | 138 ++++++++++++++++++++++++++
3 files changed, 310 insertions(+)

view commit - committer: Alex Scutaru, 3 years, 9 months ago author: Alex Scutaru, 3 years, 9 months ago
template for faculty filters view.
...views-view--faculty-filters--panel-pane.tpl.php | 91 ++++++++++++++++++++++
1 file changed, 91 insertions(+)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: Research papaer and news theming
css/style.css | 257 +++++++++++++++++++++++++++++++
sass/partials/00-variables/_colors.sass | 2 +
sass/partials/03-extend/_gsb-revamp.sass | 1 +
sass/revamp-design/_all.sass | 2 +
sass/revamp-design/_block-video.sass | 2 +
sass/revamp-design/_news.sass | 129 ++++++++++++++++
sass/revamp-design/_research.sass | 70 +++++++++
7 files changed, 463 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Add simple slider styles.
css/style.css | 67 ++++++++++++++++++++++++++++++--
sass/revamp-design/_block-slideshow.sass | 50 ++++++++++++++++++++++--
sass/revamp-design/_design.sass | 2 +-
3 files changed, 110 insertions(+), 9 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Style the navigation arrows.
css/style.css | 35 +++++++++++++++++++++++++------
images/next-arrow.png | Bin 0 -> 2306 bytes
images/prev-arrow.png | Bin 0 -> 2338 bytes
images/slider_arrow_left.png | Bin 960 -> 0 bytes
images/slider_arrow_right.png | Bin 999 -> 0 bytes
images/slider_arrows_small.png | Bin 1063 -> 0 bytes
sass/revamp-design/_block-slideshow.sass | 30 +++++++++++++++++++++-----
7 files changed, 54 insertions(+), 11 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Basic slideshow styling.
css/style.css | 161 ++++++++++-----------
sass/partials/05-grids/_grids-singularity.sass | 1 +
sass/revamp-design/_block-slideshow.sass | 191 ++++++++++---------------
3 files changed, 149 insertions(+), 204 deletions(-)

view commit - committer: Alex Scutaru, 3 years, 9 months ago author: Alex Scutaru, 3 years, 9 months ago
Views solr field template for faculty photo.
gsb_theme.info | 7 ++++++
...iew-field--sm-field-image-single-public.tpl.php | 27 ++++++++++++++++++++++
2 files changed, 34 insertions(+)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: Custom CTA theming
css/style.css | 20 +++++++++++++-------
sass/revamp-design/_cta.sass | 17 +++++++++++------
2 files changed, 24 insertions(+), 13 deletions(-)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: Image CTA theming
css/style.css | 103 +++++++++++++++++++++++++++++-------
sass/revamp-design/_cta.sass | 121 +++++++++++++++++++++++++++++--------------
2 files changed, 167 insertions(+), 57 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Add consistent wrapper class.
layouts/gsb-business-insights/gsb-business-insights.tpl.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Change display for link title.
css/style.css | 1 +
sass/revamp-design/_design.sass | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: Social feed title override fix
css/style.css | 3 +++
js/libs/twitterfeed.js | 11 +++++++----
sass/revamp-design/_social-media.sass | 2 ++
3 files changed, 12 insertions(+), 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Add clearfix for landing 1 layout.
css/style.css | 8 ++++++++
sass/partials/05-grids/_grids-singularity.sass | 1 +
2 files changed, 9 insertions(+)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: Megamenu displays theming
css/style.css | 49 ++++++++++----------------
sass/revamp-design/_menu-main-mega.sass | 61 ++++++++++++++-------------------
2 files changed, 44 insertions(+), 66 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Styles for the links and text fpps.
css/style.css | 45 +++++++++++++++++++++++++++++++++++++++
sass/revamp-design/_design.sass | 47 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 92 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Styling for commas after speakers.
css/style.css | 20 ++++++++++++--------
sass/revamp-design/_gsb-event-detail.sass | 25 +++++++++++++++----------
2 files changed, 27 insertions(+), 18 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Style fixes for event teaser.
css/style.css | 15 ++++++++-------
.../gsb-business-insights/gsb-business-insights.tpl.php | 2 +-
sass/partials/04-defaults/_common.sass | 5 +++--
sass/revamp-design/_existing-node.sass | 3 ++-
sass/revamp-design/_gsb-event-detail.sass | 6 +++---
5 files changed, 17 insertions(+), 14 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Event detail button link styling.
css/style.css | 20 +++++++++++++++++---
sass/revamp-design/_gsb-event-detail.sass | 17 +++++++++++++++--
2 files changed, 32 insertions(+), 5 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Styling for club teaser.
css/style.css | 286 +-----------------------
sass/revamp-design/_club.sass | 509 ++++++++++++++++++++++--------------------
2 files changed, 275 insertions(+), 520 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Update class color and header.
css/style.css | 7 +------
sass/partials/04-defaults/_headers.sass | 2 +-
sass/revamp-design/_block-upcoming-events.sass | 2 +-
sass/revamp-design/_design.sass | 4 ++--
sass/revamp-design/_gsb-people.sass | 2 +-
5 files changed, 6 insertions(+), 11 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Social feed styling updates.
css/style.css | 14 +++++++++++---
images/bg-social-feed.png | Bin 0 -> 152414 bytes
images/homepage-social-block-background-full.jpg | Bin 7198 -> 0 bytes
images/homepage-social-block-background-full.png | Bin 40550 -> 0 bytes
images/icon-twitter.png | Bin 0 -> 2393 bytes
images/twitter_icon.png | Bin 1585 -> 0 bytes
sass/revamp-design/_existing-node.sass | 3 ++-
sass/revamp-design/_social-media.sass | 14 +++++++++++---
8 files changed, 24 insertions(+), 7 deletions(-)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: Video CT theming
css/style.css | 31 ++++++++++++++++++++++---------
sass/revamp-design/_block-video.sass | 12 ++++++++----
2 files changed, 30 insertions(+), 13 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Event detail page styles.
css/style.css | 109 ++++++++++++++++++++++--------
sass/partials/00-variables/_colors.sass | 3 +-
sass/partials/03-extend/_gsb-revamp.sass | 15 ++++
sass/revamp-design/_design.sass | 14 +---
sass/revamp-design/_gsb-event-detail.sass | 51 +++++++++++++-
5 files changed, 146 insertions(+), 46 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Style changes on quote fpp.
css/style.css | 20 +++++++++-----------
sass/revamp-design/_block-quote.sass | 30 +++++++++++++++---------------
2 files changed, 24 insertions(+), 26 deletions(-)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: Video block theming
css/style.css | 46 +++++++++++-----------------
js/custom.js | 9 ++++--
sass/revamp-design/_block-video.sass | 53 ++++++++++++++-------------------
sass/revamp-design/_design.sass | 4 ++-
sass/revamp-design/_gsb-spotlights.sass | 2 --
5 files changed, 50 insertions(+), 64 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Event detail style updates.
css/style.css | 43 ++++++++++++++++++++-----------
sass/revamp-design/_gsb-event-detail.sass | 33 +++++++++++++++++-------
2 files changed, 51 insertions(+), 25 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Existing node teaser style updates.
css/style.css | 2 ++
layouts/gsb-business-insights/gsb-business-insights.css | 2 +-
sass/revamp-design/_existing-node.sass | 5 ++---
3 files changed, 5 insertions(+), 4 deletions(-)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: image compression
images/arrows-icons.png | Bin 2331 -> 2021 bytes
images/bg-front-courtyard.png | Bin 1087409 -> 527315 bytes
images/bg-notfront-courtyard.png | Bin 929390 -> 353038 bytes
images/bi_event_icon.png | Bin 315 -> 254 bytes
images/bi_video_icon.png | Bin 371 -> 260 bytes
images/checkbox_icon.png | Bin 266 -> 188 bytes
images/cta-follow-us-bg.png | Bin 53686 -> 22603 bytes
images/cta-follow-us-title-bg.png | Bin 243 -> 120 bytes
images/cta-map.png | Bin 40769 -> 16220 bytes
images/cta-visit-blured.png | Bin 76517 -> 28136 bytes
images/cta-visit-icon-hover.png | Bin 222 -> 199 bytes
images/cta-visit-icon.png | Bin 302 -> 199 bytes
images/cta-visit.png | Bin 85101 -> 27630 bytes
images/cta_feed_icon.png | Bin 1750 -> 1616 bytes
images/cta_feed_icon_hover.png | Bin 1777 -> 1592 bytes
images/cta_green_icon.png | Bin 393 -> 262 bytes
images/cta_green_icon_hover.png | Bin 396 -> 262 bytes
images/cta_red_icon.png | Bin 397 -> 262 bytes
images/cta_red_icon_hover.png | Bin 389 -> 262 bytes
images/email_icon.png | Bin 250 -> 211 bytes
images/external_link.png | Bin 257 -> 199 bytes
images/footer-background.png | Bin 1045 -> 318 bytes
images/logo.png | Bin 30853 -> 13201 bytes
images/map_sidebar.png | Bin 13244 -> 7040 bytes
images/menu-icon-blue.png | Bin 268 -> 192 bytes
images/mobile/arrow-down.png | Bin 1844 -> 223 bytes
images/mobile/arrow-drop.png | Bin 1049 -> 155 bytes
images/mobile/arrow-next.png | Bin 1022 -> 226 bytes
images/mobile/arrow-previous.png | Bin 1020 -> 236 bytes
images/mobile/icon-mobile-white.png | Bin 1026 -> 128 bytes
images/mobile/icon-mobile.png | Bin 955 -> 128 bytes
images/revamp-header-bg.png | Bin 960 -> 141 bytes
images/search-magnifying-glass.png | Bin 1793 -> 946 bytes
images/slider_arrow_left.png | Bin 1368 -> 960 bytes
images/slider_arrow_right.png | Bin 1389 -> 999 bytes
images/slider_arrows_small.png | Bin 1298 -> 1063 bytes
images/slider_double_blue.png | Bin 327 -> 238 bytes
images/slider_double_red.png | Bin 317 -> 238 bytes
images/slider_double_yellow.png | Bin 819 -> 730 bytes
images/slider_double_yellow_large.png | Bin 824 -> 755 bytes
images/social-block-deco-arrow.png | Bin 580 -> 528 bytes
images/social-icons.png | Bin 8552 -> 4645 bytes
images/spotlight-arrow-reversed.png | Bin 390 -> 290 bytes
images/spotlight-arrow.png | Bin 330 -> 296 bytes
images/twitter_icon.png | Bin 1611 -> 1585 bytes
images/video_play.png | Bin 1490 -> 1364 bytes
46 files changed, 0 insertions(+), 0 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Adjust gsb bizin layout.
css/style.css | 7 ++-----
sass/partials/05-grids/_grids-singularity.sass | 6 ++----
2 files changed, 4 insertions(+), 9 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Adjust styling of image cta fpp title field.
css/style.css | 19 +++++++------------
sass/revamp-design/_cta.sass | 19 ++++++++-----------
2 files changed, 15 insertions(+), 23 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Update styling for existing node teasers.
css/style.css | 8 ++++++++
sass/revamp-design/_existing-node.sass | 10 ++++++++++
2 files changed, 18 insertions(+)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: spotlight theming
css/style.css | 29 +++++++++++++++++------------
js/custom.js | 17 ++++++++++-------
sass/revamp-design/_gsb-spotlights.sass | 19 ++++++++++++-------
3 files changed, 39 insertions(+), 26 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Add styling for existing node teasers.
css/style.css | 15 ++++++++++-----
sass/revamp-design/_existing-node.sass | 18 ++++++++++++++----
2 files changed, 24 insertions(+), 9 deletions(-)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: Video and spotlight theming
css/style.css | 249 ++++++++++++++------------------
sass/revamp-design/_all.sass | 2 +
sass/revamp-design/_ctools.sass | 46 ++++++
sass/revamp-design/_gsb-case-study.sass | 1 -
sass/revamp-design/_gsb-spotlights.sass | 142 ++++--------------
5 files changed, 186 insertions(+), 254 deletions(-)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: Quote and video fpp added
css/style.css | 106 ++++++++++++++++++++++++++++-------
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_block-quote.sass | 52 +++++++++++++++++
sass/revamp-design/_block-video.sass | 27 ++++-----
sass/revamp-design/_design.sass | 6 ++
5 files changed, 156 insertions(+), 36 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Styling for image CTA.
css/style.css | 84 +++++++++++++-------------
sass/partials/03-extend/_gsb-revamp.sass | 4 +-
sass/partials/04-defaults/_font-custom.sass | 5 +-
sass/revamp-design/_cta.sass | 92 +++++++++++++++--------------
4 files changed, 92 insertions(+), 93 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Add breakpoint for video preview switching.
css/style.css | 14 ++++++++++++++
sass/partials/00-variables/_base.sass | 2 ++
sass/revamp-design/_all.sass | 1 +
sass/revamp-design/_ct-video.sass | 10 ++++++++++
4 files changed, 27 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Styling for BI landing.
css/style.css | 36 ++++++++++++++++++++++
.../gsb-business-insights.css | 17 ++++++++--
.../gsb-business-insights.tpl.php | 12 ++++----
sass/partials/05-grids/_grids-singularity.sass | 18 +++++++++++
sass/revamp-design/_all.sass | 2 ++
sass/revamp-design/_business-insights.sass | 11 -------
sass/revamp-design/_existing-node.sass | 10 ++++++
7 files changed, 86 insertions(+), 20 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Business Insights layout.
.../gsb-business-insights.inc | 2 +-
.../gsb-business-insights.tpl.php | 86 ++++++++++++----------
2 files changed, 48 insertions(+), 40 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Adjustments for CTA FPP.
css/style.css | 23 ++++++++++++-----------
sass/revamp-design/_cta.sass | 16 +++++++---------
2 files changed, 19 insertions(+), 20 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Theme layout for landing one.
css/style.css | 48 ++++++++++++++++++++++++++
sass/partials/00-variables/_base.sass | 4 +++
sass/partials/05-grids/_grids-singularity.sass | 20 +++++++++++
3 files changed, 72 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Update landing 1 panel layout.
.../gsb-landing-page-one/gsb-landing-page-one.inc | 14 ++---
.../gsb-landing-page-one.tpl.php | 72 ++++++++++++----------
2 files changed, 47 insertions(+), 39 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Hide the tweet count only on display.
css/style.css | 4 ++++
sass/revamp-design/_social-media.sass | 4 ++++
2 files changed, 8 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Layout for the front page panel.
css/style.css | 107 ++++++++++++++++++++++---
layouts/gsb-front-page/gsb-front-page.css | 9 ---
layouts/gsb-front-page/gsb-front-page.tpl.php | 6 +-
sass/partials/00-variables/_base.sass | 4 +-
sass/partials/05-grids/_grids-singularity.sass | 27 ++++++-
5 files changed, 127 insertions(+), 26 deletions(-)

view commit - committer: Cebotari Kirill, 3 years, 9 months ago author: Cebotari Kirill, 3 years, 9 months ago
Issue: js review and formatting
js/custom.js | 63 ++++++++++++++++++++++++++++++++++++++++++------------------
1 file changed, 44 insertions(+), 19 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Remove the display none on the twitter count.
css/style.css | 6 +-----
sass/revamp-design/_social-media.sass | 4 ----
2 files changed, 1 insertion(+), 9 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Add back GSB layouts.
gsb_theme.info | 3 +++
1 file changed, 3 insertions(+)

view commit - committer: kirill_cebotari, 3 years, 9 months ago author: kirill_cebotari, 3 years, 9 months ago
Merge branch 'master' of github.com:gsbitse/gsb_theme
view commit - committer: kirill_cebotari, 3 years, 9 months ago author: kirill_cebotari, 3 years, 9 months ago
Issue: Accordion body alignment fix(from fixes branch)
sass/revamp-design/_accordion.sass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Fix font variables after merge.
css/style.css | 171 ++++++++++--------------------
sass/partials/00-variables/_fonts.sass | 3 -
sass/partials/04-defaults/_headers.sass | 6 +-
sass/partials/04-defaults/_semantics.sass | 1 -
sass/revamp-design/_gsb-spotlights.sass | 1 -
5 files changed, 58 insertions(+), 124 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: kirill_cebotari, 3 years, 9 months ago
Issue: Accordion and social feed blocks theming
gsb_theme.info | 2 +
js/custom.js | 186 ++++++++++++++++++++++++++++
js/libs/twitterfeed.js | 224 ++++++++++++++++++++++++++++++++++
sass/revamp-design/_accordion.sass | 14 +--
sass/revamp-design/_social-media.sass | 8 +-
5 files changed, 425 insertions(+), 9 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: kirill_cebotari, 3 years, 9 months ago
Issue: menu fixes, font family alignment
sass/partials/04-defaults/_font-face.sass | 4 ++--
sass/revamp-design/_accordion.sass | 2 +-
sass/revamp-design/_block-upcoming-events.sass | 4 ++--
sass/revamp-design/_business-insights.sass | 4 ++--
sass/revamp-design/_footer.sass | 6 +++---
sass/revamp-design/_gsb-people.sass | 6 +++---
sass/revamp-design/_gsb-spotlights.sass | 2 +-
sass/revamp-design/_menu-main.sass | 2 +-
8 files changed, 15 insertions(+), 15 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: kirill_cebotari, 3 years, 9 months ago
Issue: more styles and fixes. footer and header
sass/partials/00-variables/_colors.sass | 2 +
sass/partials/04-defaults/_font-face.sass | 24 --------
sass/revamp-design/_design.sass | 2 +-
sass/revamp-design/_footer.sass | 91 ++++++++++++++++---------------
sass/revamp-design/_menu-main.sass | 8 +--
5 files changed, 53 insertions(+), 74 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: kirill_cebotari, 3 years, 9 months ago
Issue: fixes, footer styles added, megamenu fixes, imaged cta styles added
css/style.css | 305 +++++++++++++++++++++++--
sass/partials/00-variables/_base.sass | 3 +-
sass/partials/04-defaults/_font-face.sass | 17 +-
sass/partials/05-grids/_grids-singularity.sass | 12 +
sass/revamp-design/_cta.sass | 44 ++++
sass/revamp-design/_design.sass | 3 +-
sass/revamp-design/_footer.sass | 115 +++++++++-
sass/revamp-design/_front.sass | 1 +
sass/revamp-design/_menu-main.sass | 6 +-
9 files changed, 468 insertions(+), 38 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Rename and update info file.
gsb_revamp.info | 14 --------------
gsb_theme.info | 14 ++++++++++++++
2 files changed, 14 insertions(+), 14 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Body styles for page content.
css/style.css | 15 ++++++++++-----
sass/partials/04-defaults/_common.sass | 9 ++++++---
sass/partials/04-defaults/_font-face.sass | 2 +-
3 files changed, 17 insertions(+), 9 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Update headers based on typical styles.
css/style.css | 22 +++++++++++++---------
sass/partials/04-defaults/_headers.sass | 14 +++++++++++---
sass/revamp-design/_design.sass | 13 +++++--------
3 files changed, 29 insertions(+), 20 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Fix headline font.
css/style.css | 5 ++---
sass/partials/00-variables/_fonts.sass | 2 +-
sass/revamp-design/_design.sass | 3 +--
3 files changed, 4 insertions(+), 6 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Start adding gsb extends.
css/style.css | 7 +------
sass/partials/03-extend/_gsb-revamp.sass | 13 +++++++++++++
sass/revamp-design/_design.sass | 4 ++--
3 files changed, 16 insertions(+), 8 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Courtyard background for inner pages, with @media.
css/style.css | 22 +++++++++++++++++-----
images/bg-notfront-courtyard.png | Bin 0 -> 929390 bytes
images/body-background-not-front.jpg | Bin 66853 -> 0 bytes
images/body-background-transparent-not-front.png | Bin 783336 -> 0 bytes
sass/revamp-design/_design.sass | 12 ++++++++++--
5 files changed, 27 insertions(+), 7 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Start on case studies.
css/style.css | 176 ++++++++++++++++----------------
sass/revamp-design/_all.sass | 8 +-
sass/revamp-design/_gsb-case-study.sass | 1 +
3 files changed, 93 insertions(+), 92 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Comment and move event styling.
css/style.css | 12 ++++++------
sass/revamp-design/_gsb-event-calendar.sass | 8 +-------
sass/revamp-design/_menu-main.sass | 7 +++++++
3 files changed, 14 insertions(+), 13 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Swap out hex color for variables.
sass/revamp-design/_gsb-event-calendar.sass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Add event theming from Friday.
css/style.css | 216 ++++++++++++----------------
sass/revamp-design/_all.sass | 4 +-
sass/revamp-design/_event-calendar.sass | 20 ---
sass/revamp-design/_event.sass | 85 -----------
sass/revamp-design/_gsb-event-calendar.sass | 48 +++++++
sass/revamp-design/_gsb-event-detail.sass | 31 ++++
6 files changed, 170 insertions(+), 234 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Remove styles based on spans.
css/style.css | 159 ++-----------------------
sass/revamp-design/_block-custom-preview.sass | 26 ----
sass/revamp-design/_block-slideshow.sass | 76 ++++--------
sass/revamp-design/_block-upcoming-events.sass | 15 ---
sass/revamp-design/_block-video.sass | 20 ----
sass/revamp-design/_gsb-spotlights.sass | 34 ------
6 files changed, 29 insertions(+), 301 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Remove js sources folder.
js/sources/FitText/jquery.fittext.js | 43 -
js/sources/FitVids/jquery.fitvids.js | 80 -
js/sources/Respond/cross-domain/respond.proxy.js | 127 --
js/sources/Respond/respond.min.js | 6 -
js/sources/Respond/respond.src.js | 326 ----
js/sources/Respond/test/unit/qunit/qunit.js | 1598 --------------------
js/sources/Respond/test/unit/tests.js | 144 --
js/sources/formalize/assets/js/dojo.formalize.js | 202 ---
.../formalize/assets/js/dojo.formalize.min.js | 1 -
js/sources/formalize/assets/js/extjs.formalize.js | 192 ---
.../formalize/assets/js/extjs.formalize.min.js | 1 -
js/sources/formalize/assets/js/jquery.formalize.js | 181 ---
.../formalize/assets/js/jquery.formalize.min.js | 1 -
.../formalize/assets/js/mootools.formalize.js | 193 ---
.../formalize/assets/js/mootools.formalize.min.js | 1 -
.../formalize/assets/js/prototype.formalize.js | 192 ---
.../formalize/assets/js/prototype.formalize.min.js | 1 -
js/sources/formalize/assets/js/yui.formalize.js | 183 ---
.../formalize/assets/js/yui.formalize.min.js | 1 -
.../ios-orientationchange-fix.js | 56 -
js/sources/jQuery-widowFix/js/jquery-1.4.3.min.js | 166 --
.../jQuery-widowFix/js/jquery.widowFix-1.3.2.js | 135 --
.../js/jquery.widowFix-1.3.2.min.js | 10 -
.../jquery.html5-placeholder-shim.js | 96 --
24 files changed, 3936 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Remove unneeded js.
gsb_revamp.info | 1 -
js/libs/dd_belatedpng.js | 13 -
js/libs/jquery-1.8.2.min.js | 2 -
js/libs/mootools-core-1.3.1-full-compat-yc.js | 485 --------------------------
js/libs/respond.min.js | 7 -
js/libs/selectivizr-min.js | 5 -
js/responsive-menu.js | 12 -
7 files changed, 525 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Remove uneeded declaration.
css/style.css | 2 --
sass/revamp-design/_menu-main-mega.sass | 1 -
2 files changed, 3 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Update font styles.
css/style.css | 3563 +++++++++++++++++++-
sass/partials/00-variables/_fonts.sass | 1 -
sass/partials/04-defaults/_common.sass | 4 +-
sass/partials/04-defaults/_headers.sass | 2 +-
.../partials/04-defaults/forms/_form-defaults.sass | 1 -
sass/revamp-design/_accordion.sass | 1 -
sass/revamp-design/_block-custom-preview.sass | 9 +-
sass/revamp-design/_block-slideshow.sass | 1 -
sass/revamp-design/_block-upcoming-events.sass | 8 +-
sass/revamp-design/_block-video.sass | 5 +-
sass/revamp-design/_business-insights.sass | 20 +-
sass/revamp-design/_club.sass | 20 +-
sass/revamp-design/_cta.sass | 9 +-
sass/revamp-design/_design.sass | 2 +-
sass/revamp-design/_event-calendar.sass | 2 +-
sass/revamp-design/_event.sass | 7 +-
sass/revamp-design/_front.sass | 12 +-
sass/revamp-design/_gsb-people.sass | 8 +-
sass/revamp-design/_gsb-spotlights.sass | 3 +-
sass/revamp-design/_menu-main-mega.sass | 7 +-
sass/revamp-design/_menu-secondary.sass | 2 -
sass/revamp-design/_social-media.sass | 10 +-
22 files changed, 3508 insertions(+), 189 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Switch to font-face in-family weights where possible.
css/style.css | 3605 +----------------------------
sass/partials/00-variables/_fonts.sass | 2 +-
sass/partials/04-defaults/_font-face.sass | 18 +-
3 files changed, 103 insertions(+), 3522 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Use an extend for the box border and shadow.
css/style.css | 41 +++++++++++++++++++++++++++++++-
sass/partials/03-extend/_gsb-revamp.sass | 2 +-
sass/revamp-design/_design.sass | 2 +-
sass/revamp-design/_gsb-spotlights.sass | 36 ++++++++++++++++++++++++++++
4 files changed, 78 insertions(+), 3 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Make the box border w/ shadow an extend.
css/style.css | 28 +++++++++++++++++-----------
sass/partials/03-extend/_gsb-revamp.sass | 6 ++++++
sass/revamp-design/_design.sass | 8 ++------
3 files changed, 25 insertions(+), 17 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Remove breadcrumbs, re-add with panels.
templates/page.tpl.php | 4 ----
1 file changed, 4 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Blank out views.css sheet.
gsb_revamp.info | 1 +
1 file changed, 1 insertion(+)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Start on image CTA.
css/style.css | 144 ++++++++++++++++------------------------
sass/revamp-design/_cta.sass | 136 ++++++++++++-------------------------
sass/revamp-design/_design.sass | 10 +--
3 files changed, 103 insertions(+), 187 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Add custom font for double arrow.
css/style.css | 133 ++++++++++++-------------
fonts/arrow-double.eot | Bin 0 -> 1936 bytes
fonts/arrow-double.svg | 34 +++++++
fonts/arrow-double.ttf | Bin 0 -> 4244 bytes
fonts/arrow-double.woff | Bin 0 -> 1168 bytes
sass/partials/04-defaults/_all.sass | 1 +
sass/partials/04-defaults/_font-custom.sass | 47 +++++++++
sass/partials/04-defaults/_font-face.sass | 149 +++++++++++++++-------------
8 files changed, 222 insertions(+), 142 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Breakpoints for front page.
css/style.css | 17 +++++++++++------
sass/partials/00-variables/_base.sass | 6 ++++--
sass/revamp-design/_design.sass | 8 ++++----
3 files changed, 19 insertions(+), 12 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Slogan positioning.
css/style.css | 11 +++++------
sass/revamp-design/_design.sass | 12 ++++++------
2 files changed, 11 insertions(+), 12 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Styling for overall page and header.
css/style.css | 83 +++++++++++++++-----------------
images/bg-front-courtyard.png | Bin 0 -> 1087409 bytes
sass/partials/00-variables/_colors.sass | 1 +
sass/revamp-design/_design.sass | 47 ++++++++++--------
sass/revamp-design/_menu-main.sass | 49 +++++++++----------
templates/page.tpl.php | 8 +--
6 files changed, 92 insertions(+), 96 deletions(-)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Add theme files, forked from gsb_revamp.
Gemfile | 6 +
Gemfile.lock | 44 +
LICENSE.txt | 339 ++
config.rb | 39 +
css/style.css | 3508 ++++++++++++++++++++
favicon.ico | Bin 0 -> 1150 bytes
fonts/236F40_0_0.eot | Bin 0 -> 33830 bytes
fonts/236F40_0_0.ttf | Bin 0 -> 33536 bytes
fonts/236F40_0_0.woff | Bin 0 -> 23562 bytes
fonts/236F40_1_0.eot | Bin 0 -> 34286 bytes
fonts/236F40_1_0.ttf | Bin 0 -> 34000 bytes
fonts/236F40_1_0.woff | Bin 0 -> 24011 bytes
fonts/236F40_2_0.eot | Bin 0 -> 34254 bytes
fonts/236F40_2_0.ttf | Bin 0 -> 33976 bytes
fonts/236F40_2_0.woff | Bin 0 -> 23946 bytes
fonts/236F40_3_0.eot | Bin 0 -> 34766 bytes
fonts/236F40_3_0.ttf | Bin 0 -> 34460 bytes
fonts/236F40_3_0.woff | Bin 0 -> 24394 bytes
fonts/236F40_4_0.eot | Bin 0 -> 33344 bytes
fonts/236F40_4_0.ttf | Bin 0 -> 33056 bytes
fonts/236F40_4_0.woff | Bin 0 -> 23200 bytes
fonts/236F40_5_0.eot | Bin 0 -> 34612 bytes
fonts/236F40_5_0.ttf | Bin 0 -> 34296 bytes
fonts/236F40_5_0.woff | Bin 0 -> 24272 bytes
fonts/236F40_6_0.eot | Bin 0 -> 33740 bytes
fonts/236F40_6_0.ttf | Bin 0 -> 33456 bytes
fonts/236F40_6_0.woff | Bin 0 -> 23501 bytes
fonts/236F40_7_0.eot | Bin 0 -> 35664 bytes
fonts/236F40_7_0.ttf | Bin 0 -> 35352 bytes
fonts/236F40_7_0.woff | Bin 0 -> 24759 bytes
fonts/236F40_8_0.eot | Bin 0 -> 34184 bytes
fonts/236F40_8_0.ttf | Bin 0 -> 33880 bytes
fonts/236F40_8_0.woff | Bin 0 -> 23747 bytes
fonts/236F40_9_0.eot | Bin 0 -> 35508 bytes
fonts/236F40_9_0.ttf | Bin 0 -> 35176 bytes
fonts/236F40_9_0.woff | Bin 0 -> 24719 bytes
fonts/236F40_A_0.eot | Bin 0 -> 33358 bytes
fonts/236F40_A_0.ttf | Bin 0 -> 33060 bytes
fonts/236F40_A_0.woff | Bin 0 -> 22883 bytes
fonts/236F40_B_0.eot | Bin 0 -> 34414 bytes
fonts/236F40_B_0.ttf | Bin 0 -> 34092 bytes
fonts/236F40_B_0.woff | Bin 0 -> 23498 bytes
fonts/236F40_C_0.eot | Bin 0 -> 34268 bytes
fonts/236F40_C_0.ttf | Bin 0 -> 33984 bytes
fonts/236F40_C_0.woff | Bin 0 -> 24065 bytes
fonts/236F40_D_0.eot | Bin 0 -> 34928 bytes
fonts/236F40_D_0.ttf | Bin 0 -> 34616 bytes
fonts/236F40_D_0.woff | Bin 0 -> 24526 bytes
images/accordion-icons.png | Bin 0 -> 874 bytes
images/arrows-icons.png | Bin 0 -> 2331 bytes
images/bi_event_icon.png | Bin 0 -> 315 bytes
images/bi_video_icon.png | Bin 0 -> 371 bytes
images/body-background-not-front.jpg | Bin 0 -> 66853 bytes
images/body-background-transparent-not-front.png | Bin 0 -> 783336 bytes
images/business-insights-image.jpg | Bin 0 -> 8950 bytes
images/checkbox_icon.png | Bin 0 -> 266 bytes
images/checkbox_large.png | Bin 0 -> 150 bytes
images/cta-follow-us-bg.png | Bin 0 -> 53686 bytes
images/cta-follow-us-title-bg.png | Bin 0 -> 243 bytes
images/cta-map.png | Bin 0 -> 40769 bytes
images/cta-visit-blured.png | Bin 0 -> 76517 bytes
images/cta-visit-icon-hover.png | Bin 0 -> 222 bytes
images/cta-visit-icon.png | Bin 0 -> 302 bytes
images/cta-visit.png | Bin 0 -> 85101 bytes
images/cta_feed_icon.png | Bin 0 -> 1750 bytes
images/cta_feed_icon_hover.png | Bin 0 -> 1777 bytes
images/cta_green_icon.png | Bin 0 -> 393 bytes
images/cta_green_icon_hover.png | Bin 0 -> 396 bytes
images/cta_red_icon.png | Bin 0 -> 397 bytes
images/cta_red_icon_hover.png | Bin 0 -> 389 bytes
images/email_icon.png | Bin 0 -> 250 bytes
images/external_link.png | Bin 0 -> 257 bytes
images/faculty-spotlight-image.jpg | Bin 0 -> 4203 bytes
images/footer-background.png | Bin 0 -> 1045 bytes
images/get_directions.jpg | Bin 0 -> 23789 bytes
images/green_button_bg.png | Bin 0 -> 150 bytes
images/homepage-events-background-full.jpg | Bin 0 -> 4390 bytes
images/homepage-evergreen-background-full.jpg | Bin 0 -> 28630 bytes
images/homepage-feature-image-1.jpg | Bin 0 -> 21305 bytes
images/homepage-social-block-background-full.jpg | Bin 0 -> 7198 bytes
images/homepage-social-block-background-full.png | Bin 0 -> 40550 bytes
images/logo.png | Bin 0 -> 30853 bytes
images/map_sidebar.png | Bin 0 -> 13244 bytes
images/menu-icon-blue.png | Bin 0 -> 268 bytes
images/menu-red-background.png | Bin 0 -> 223 bytes
images/mobile/arrow-down.png | Bin 0 -> 1844 bytes
images/mobile/arrow-down.svg | 12 +
images/mobile/arrow-drop.png | Bin 0 -> 1049 bytes
images/mobile/arrow-next.png | Bin 0 -> 1022 bytes
images/mobile/arrow-next.svg | 12 +
images/mobile/arrow-previous.png | Bin 0 -> 1020 bytes
images/mobile/icon-mobile-white.png | Bin 0 -> 1026 bytes
images/mobile/icon-mobile-white.svg | 11 +
images/mobile/icon-mobile.png | Bin 0 -> 955 bytes
images/mobile/icon-mobile.svg | 11 +
images/navigation-arrow.png | Bin 0 -> 186 bytes
images/revamp-header-bg.png | Bin 0 -> 960 bytes
images/search-magnifying-glass.png | Bin 0 -> 1793 bytes
images/slider_arrow_left.png | Bin 0 -> 1368 bytes
images/slider_arrow_right.png | Bin 0 -> 1389 bytes
images/slider_arrows_small.png | Bin 0 -> 1298 bytes
images/slider_double_blue.png | Bin 0 -> 327 bytes
images/slider_double_red.png | Bin 0 -> 317 bytes
images/slider_double_yellow.png | Bin 0 -> 819 bytes
images/slider_double_yellow_large.png | Bin 0 -> 824 bytes
images/slider_style1.png | Bin 0 -> 239 bytes
images/slider_style2.png | Bin 0 -> 169 bytes
images/social-block-deco-arrow.png | Bin 0 -> 580 bytes
images/social-icons.png | Bin 0 -> 8552 bytes
images/spotlight-arrow-reversed.png | Bin 0 -> 390 bytes
images/spotlight-arrow.png | Bin 0 -> 330 bytes
images/twitter_icon.png | Bin 0 -> 1611 bytes
images/video-spotlight-image.jpg | Bin 0 -> 12318 bytes
images/video_play.png | Bin 0 -> 1490 bytes
js/jquery-ui-1.9.2.custom.min.js | 6 +
js/libs/dd_belatedpng.js | 13 +
js/libs/formalize/dojo.formalize.js | 174 +
js/libs/formalize/extjs.formalize.js | 168 +
js/libs/formalize/jquery.formalize.js | 158 +
js/libs/formalize/mootools.formalize.js | 163 +
js/libs/formalize/prototype.formalize.js | 171 +
js/libs/formalize/yui.formalize.js | 168 +
js/libs/jquery-1.8.2.min.js | 2 +
js/libs/modernizr-2.6.2.min.js | 815 +++++
js/libs/mootools-core-1.3.1-full-compat-yc.js | 485 +++
js/libs/respond.min.js | 7 +
js/libs/selectivizr-min.js | 5 +
js/responsive-menu.js | 12 +
js/sources/FitText/jquery.fittext.js | 43 +
js/sources/FitVids/jquery.fitvids.js | 80 +
js/sources/Respond/cross-domain/respond.proxy.js | 127 +
js/sources/Respond/respond.min.js | 6 +
js/sources/Respond/respond.src.js | 326 ++
js/sources/Respond/test/unit/qunit/qunit.js | 1598 +++++++++
js/sources/Respond/test/unit/tests.js | 144 +
js/sources/formalize/assets/js/dojo.formalize.js | 202 ++
.../formalize/assets/js/dojo.formalize.min.js | 1 +
js/sources/formalize/assets/js/extjs.formalize.js | 192 ++
.../formalize/assets/js/extjs.formalize.min.js | 1 +
js/sources/formalize/assets/js/jquery.formalize.js | 181 +
.../formalize/assets/js/jquery.formalize.min.js | 1 +
.../formalize/assets/js/mootools.formalize.js | 193 ++
.../formalize/assets/js/mootools.formalize.min.js | 1 +
.../formalize/assets/js/prototype.formalize.js | 192 ++
.../formalize/assets/js/prototype.formalize.min.js | 1 +
js/sources/formalize/assets/js/yui.formalize.js | 183 +
.../formalize/assets/js/yui.formalize.min.js | 1 +
.../ios-orientationchange-fix.js | 56 +
js/sources/jQuery-widowFix/js/jquery-1.4.3.min.js | 166 +
.../jQuery-widowFix/js/jquery.widowFix-1.3.2.js | 135 +
.../js/jquery.widowFix-1.3.2.min.js | 10 +
.../jquery.html5-placeholder-shim.js | 96 +
.../gsb-business-insights.css | 13 +
.../gsb-business-insights.inc | 21 +
.../gsb-business-insights.png | Bin 0 -> 979 bytes
.../gsb-business-insights.tpl.php | 53 +
layouts/gsb-front-page/gsb-front-page.css | 13 +
layouts/gsb-front-page/gsb-front-page.inc | 18 +
layouts/gsb-front-page/gsb-front-page.png | Bin 0 -> 162 bytes
layouts/gsb-front-page/gsb-front-page.tpl.php | 44 +
.../gsb-landing-page-one/gsb-landing-page-one.css | 13 +
.../gsb-landing-page-one/gsb-landing-page-one.inc | 18 +
.../gsb-landing-page-one/gsb-landing-page-one.png | Bin 0 -> 979 bytes
.../gsb-landing-page-one.tpl.php | 46 +
.../gsb-landing-page-two/gsb-landing-page-two.css | 13 +
.../gsb-landing-page-two/gsb-landing-page-two.inc | 18 +
.../gsb-landing-page-two/gsb-landing-page-two.png | Bin 0 -> 975 bytes
.../gsb-landing-page-two.tpl.php | 50 +
.../gsb-standard-page-one.css | 13 +
.../gsb-standard-page-one.inc | 18 +
.../gsb-standard-page-one.png | Bin 0 -> 978 bytes
.../gsb-standard-page-one.tpl.php | 55 +
.../gsb-standard-page-three.css | 13 +
.../gsb-standard-page-three.inc | 12 +
.../gsb-standard-page-three.png | Bin 0 -> 946 bytes
.../gsb-standard-page-three.tpl.php | 24 +
.../gsb-standard-page-two.css | 13 +
.../gsb-standard-page-two.inc | 14 +
.../gsb-standard-page-two.png | Bin 0 -> 951 bytes
.../gsb-standard-page-two.tpl.php | 25 +
.../minipanel-one-column/minipanel-one-column.css | 25 +
.../minipanel-one-column/minipanel-one-column.inc | 11 +
.../minipanel-one-column/minipanel-one-column.png | Bin 0 -> 240 bytes
.../minipanel-one-column.tpl.php | 18 +
.../minipanel-two-columns-wide.css | 26 +
.../minipanel-two-columns-wide.inc | 12 +
.../minipanel-two-columns-wide.png | Bin 0 -> 218 bytes
.../minipanel-two-columns-wide.tpl.php | 21 +
logo.png | Bin 0 -> 30853 bytes
sass/partials/00-variables/_all.sass | 3 +
sass/partials/00-variables/_base.sass | 74 +
sass/partials/00-variables/_colors.sass | 87 +
sass/partials/00-variables/_fonts.sass | 12 +
sass/partials/00-variables/_settings.sass | 39 +
sass/partials/01-mixins/_custom.sass | 14 +
sass/partials/02-reset/_reset.sass | 21 +
sass/partials/03-extend/_all.sass | 2 +
sass/partials/03-extend/_gsb-revamp.sass | 5 +
sass/partials/03-extend/_typography.sass | 15 +
sass/partials/04-defaults/_all.sass | 9 +
sass/partials/04-defaults/_common.sass | 102 +
sass/partials/04-defaults/_edits.sass | 6 +
sass/partials/04-defaults/_font-face.sass | 123 +
sass/partials/04-defaults/_headers.sass | 41 +
sass/partials/04-defaults/_images.sass | 15 +
sass/partials/04-defaults/_semantics.sass | 44 +
sass/partials/04-defaults/_tables.sass | 5 +
.../partials/04-defaults/forms/_form-defaults.sass | 47 +
sass/partials/04-defaults/forms/_formalize.sass | 199 ++
sass/partials/05-grids/_grids-singularity.sass | 13 +
sass/partials/06-ui-patterns/_common.sass | 4 +
sass/partials/06-ui-patterns/_drupal-patterns.sass | 93 +
sass/partials/07-sprites/_sprites.sass | 0
sass/partials/08-media/_print.sass | 57 +
sass/revamp-design/_accordion.sass | 88 +
sass/revamp-design/_all.sass | 25 +
sass/revamp-design/_block-custom-preview.sass | 99 +
sass/revamp-design/_block-slideshow.sass | 157 +
sass/revamp-design/_block-upcoming-events.sass | 112 +
sass/revamp-design/_block-video.sass | 65 +
sass/revamp-design/_business-insights.sass | 439 +++
sass/revamp-design/_club.sass | 255 ++
sass/revamp-design/_cta.sass | 289 ++
sass/revamp-design/_design.sass | 100 +
sass/revamp-design/_event-calendar.sass | 20 +
sass/revamp-design/_event.sass | 88 +
sass/revamp-design/_footer.sass | 36 +
sass/revamp-design/_front.sass | 131 +
sass/revamp-design/_gsb-people.sass | 112 +
sass/revamp-design/_gsb-spotlights.sass | 159 +
sass/revamp-design/_menu-main-mega.sass | 82 +
sass/revamp-design/_menu-main.sass | 35 +
sass/revamp-design/_menu-secondary.sass | 60 +
sass/revamp-design/_social-media.sass | 63 +
sass/style.sass | 36 +
screenshot.png | Bin 0 -> 33608 bytes
template.php | 1 +
templates/page.tpl.php | 156 +
238 files changed, 14523 insertions(+)

view commit - committer: Meghan Palagyi, 3 years, 9 months ago author: Meghan Palagyi, 3 years, 9 months ago
Initial commit.
gsb_revamp.info | 14 ++++++++++++++
1 file changed, 14 insertions(+)

!!! status: logs.sh completed.